@charset "UTF-8";
/* ============================================ *
 * Load
 * ============================================ */
/* ============================================ *
 * Margins & Paddings
 * ============================================ */
/* ============================================ *
 * Grid
 * ============================================ */
/* ============================================ *
 * Typography
 * ============================================ */
/* ============================================ *
 * Site Direction
 * ============================================ */
/* ============================================ *
 * Colours
 * ============================================ */
/* ============================================ *
 * Buttons
 * ============================================ */
/* ============================================ *
 * New design
 * ============================================ */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Cairo&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700&display=swap");
@import url(lib/multi-select/jquery.multiselect.css);
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ============================================ *
 * Default Print
 * ============================================ */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

@keyframes m_before {
  0% {
    width: 0%;
    height: 0%;
    top: calc(50% - 0px);
    left: calc(50% - 0px);
  }
  40% {
    width: 100px;
    height: 100px;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    transform: rotate(360deg);
  }
  50% {
    width: 100px;
    height: 100px;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    transform: rotate(360deg);
  }
  90% {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: rotate(360deg);
    border-radius: 25px;
  }
  100% {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: rotate(360deg);
    border-radius: 25px;
  }
}

@keyframes m_content {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes m_before_e {
  100% {
    width: 0%;
    height: 0%;
    top: calc(50% - 0px);
    left: calc(50% - 0px);
  }
  90% {
    width: 100px;
    height: 100px;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    transform: rotate(360deg);
  }
  50% {
    width: 100px;
    height: 100px;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    transform: rotate(360deg);
  }
  40% {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: rotate(360deg);
    border-radius: 25px;
  }
  0% {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: rotate(360deg);
    border-radius: 25px;
  }
}

@keyframes m_content_e {
  100% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  0% {
    opacity: 1;
  }
}

/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/* ============================================ *
 * Font Style
 * ============================================ */
/* ============================================ *
 * Font Face
 * ============================================ */
@font-face {
  font-family: 'gess';
  src: url("../fonts/GE-SS/GESSTextLight-Light.woff2") format("woff2"), url("../fonts/font-face/GESSTextLight-Light.woff") format("woff");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AvenirLT-Book';
  src: url("../fonts/font-face/AvenirLT-Book/AvenirLT-Book.woff2") format("woff2"), url("../fonts/font-face/AvenirLT-Book/AvenirLT-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Expo-font';
  src: url("../fonts/Expo/ArbFONTS-ExpoArabic-Book.woff2") format("woff2"), url("../fonts/Expo/ArbFONTS-ExpoArabic-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Expo-font-bold';
  src: url("../fonts/Expo/ArbFONTS-ExpoArabic-SemiBold.woff2") format("woff2"), url("../fonts/Expo/ArbFONTS-ExpoArabic-SemiBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ============================================ *
 * Fonts Variables
 * ============================================ */
/* ============================================ *
 * Typography
 * ============================================ */
/* Headings */
h1, .h1 {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  color: inherit;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: normal;
  letter-spacing: 0.3px;
  font-family: "Cairo", sans-serif;
}

h2, .h2 {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  color: inherit;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: normal;
  letter-spacing: 0.2px;
  font-family: "Cairo", sans-serif;
}

h3, .h3 {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  color: inherit;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: normal;
  letter-spacing: 0.1px;
  font-family: "Cairo", sans-serif;
}

h4, .h4 {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  color: inherit;
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: 0.1px;
  font-family: "gess", sans-serif;
}

h5, .h5 {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  color: inherit;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: 0.1px;
  font-family: "gess", sans-serif;
}

h6, .h6 {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  color: inherit;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: normal;
  letter-spacing: 0.1px;
  font-family: "gess", sans-serif;
}

p, .p {
  font-size: 14pxpx;
  font-size: 0.875pxrem;
  line-height: 1.5;
  letter-spacing: -0.1px;
}

@media (max-width: 1199.98px) {
  h1, .h1 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: normal;
    letter-spacing: 0.3px;
  }
  h2, .h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: normal;
    letter-spacing: 0.2px;
  }
  h3, .h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: normal;
    letter-spacing: 0.1px;
  }
  h4, .h4 {
    font-size: 16px;
    font-size: 1rem;
    line-height: normal;
    letter-spacing: 0.1px;
  }
  h5, .h5 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: normal;
    letter-spacing: 0.1px;
  }
  h6, .h6 {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: normal;
    letter-spacing: 0.1px;
  }
}

.page-title-wrapper .page-title {
  margin-bottom: 30px;
  text-align: start;
}

/* ============================================ *
 * Font Icons
 * ============================================ */
@font-face {
  font-family: 'bolt-icons';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/default-icons/bolt-icons.woff2?4ku5os") format("woff2"), url("../fonts/default-icons/bolt-icons.woff?4ku5os") format("woff");
}

/* ============================================ *
 * Font Icons
 * ============================================ */
.icon-account:before {
  font-family: 'bolt-icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.icon-cart:before {
  font-family: 'bolt-icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.icon-menu:before {
  font-family: 'bolt-icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.icon-filter:before {
  font-family: 'bolt-icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.icon-newsletter:before {
  font-family: 'bolt-icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.icon-full-star:before {
  font-family: 'bolt-icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.icon-accordion-down:before {
  font-family: 'bolt-icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.icon-accordion-up:before {
  font-family: 'bolt-icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.icon-arrow-left:before {
  font-family: 'bolt-icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.icon-arrow-right:before {
  font-family: 'bolt-icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

a.action.edit:before {
  font-family: 'bolt-icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
}

a.btn-remove:before,
a.action.delete:before {
  font-family: 'bolt-icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
}

.icon-facebook:before {
  font-family: 'bolt-icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.icon-facebook:hover {
  color: blue;
}

.icon-twitter:before {
  font-family: 'bolt-icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.icon-twitter:hover {
  color: blue;
}

/* ============================================ *
* Footer Icons
* ============================================ */
.footer .icon-twitter {
  font-size: 20px;
}

.insta-icon {
  font-size: 20px;
}

.footer .icon-facebook {
  font-size: 22px;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-filter:before {
  content: "";
}

.icon-dollar:before {
  content: "";
}

.icon-locator:before {
  content: "";
}

.icon-print:before {
  content: "";
}

.icon-arrow-down:before {
  content: "";
  color: #565656;
}

.icon-arrow-up-down:before {
  content: "";
}

.icon-bag:before {
  content: "";
}

.icon-bags:before {
  content: "";
}

.icon-calender:before {
  content: "";
}

.icon-card:before {
  content: "";
}

.icon-chart-down:before {
  content: "";
}

.icon-chart-up:before {
  content: "";
}

.icon-chat:before {
  content: "";
}

.icon-clock:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-cog:before {
  content: "";
}

.icon-dashboard:before {
  content: "";
}

.icon-eye:before {
  content: "";
}

.icon-gallery:before {
  content: "";
}

.icon-heart:before {
  content: "";
}

.icon-logout:before {
  content: "";
}

.icon-menu-2 .path1:before {
  content: "";
  color: #202224;
}

.icon-menu-2 .path2:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.icon-pie:before {
  content: "";
}

.icon-products:before {
  content: "";
}

.icon-repeat:before {
  content: "";
}

.icon-select:before {
  content: "";
}

.icon-tags:before {
  content: "";
}

.icon-to-do:before {
  content: "";
}

.icon-user:before {
  content: "";
}

.icon-users:before {
  content: "";
}

.icon-users-c:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-shipping:before {
  content: "";
}

/* ============================================ *
 * Visually Hidden 
 * ============================================ */
/* ============================================ *
 * Reset
 * ============================================ */
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #fff;
  color: #1C1D21;
  font-size: 14px;
  line-height: 1.5;
  font-family: "gess", sans-serif;
  text-align: center;
}

img {
  border: 0 none;
  -ms-interpolation-mode: bicubic;
  vertical-align: top;
  max-width: 100%;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #000;
}

a:focus {
  outline: 0;
}

/* ============================================ *
 * Lists
 * ============================================ */
ul,
ol {
  list-style: none;
}

/* ============================================ *
 * Tools
 * ============================================ */
.hidden {
  display: block !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

.nobr {
  white-space: nowrap !important;
}

.wrap {
  white-space: normal !important;
}

.a-left {
  text-align: left !important;
}

.a-center {
  text-align: center !important;
}

.a-right {
  text-align: right !important;
}

.v-top {
  vertical-align: top;
}

.v-middle {
  vertical-align: middle;
  float: right;
  padding-left: 20px;
  display: inline-block;
}

.f-left,
.left {
  float: left !important;
}

.f-right,
.right {
  float: right !important;
}

.f-none {
  float: none !important;
}

.f-fix {
  float: left;
  width: 100%;
}

.no-display {
  display: none;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-bg {
  background: none !important;
}

::-moz-selection {
  background: #f00;
  text-shadow: none;
}

::selection {
  background: #f00;
  text-shadow: none;
}

/* ============================================ *
 * Variables
 * ============================================ */
.modals-wrapper .modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 990 !important;
}

.modals-wrapper .confirm .wk-ap-warning-content {
  text-align: center;
  font-size: 18px;
}

.modals-wrapper .confirm .modal-footer {
  display: flex;
  padding: 0;
}

.modals-wrapper .confirm .modal-footer .action-secondary {
  order: 1;
  margin-right: 20px;
}

.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
  display: flex;
  align-items: center;
  align-content: center;
}

.modal-popup._show {
  z-index: 999 !important;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.modal-popup._show .modal-inner-wrap:before {
  animation-name: m_before;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
}

.modal-popup._show .modal-inner-wrap > * {
  animation-name: m_content;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.modal-popup .modal-inner-wrap {
  pointer-events: auto;
  margin: auto;
  max-width: 1180px;
  min-width: 350px;
  display: flex;
  flex-direction: column;
  width: auto;
  height: auto;
  position: relative;
  border-radius: 25px;
  padding: 25px;
  overflow: hidden;
}

.modal-popup .modal-inner-wrap:before {
  content: "";
  background: #fff;
  position: absolute;
  animation-name: m_before_e;
  animation-duration: 1s;
  animation-fill-mode: both;
  z-index: 1;
}

.modal-popup .modal-inner-wrap > * {
  z-index: 2;
  animation-name: m_content_e;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.modal-popup .modal-header {
  flex: 1;
  padding: 0 15px 15px;
  position: relative;
  margin-bottom: 25px;
  text-align: center;
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  color: inherit;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: normal;
  letter-spacing: 0.2px;
  font-family: "Cairo", sans-serif;
}

.modal-popup .modal-header:after {
  display: none !important;
}

.modal-popup .modal-header h1 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 47px;
}

.modal-popup .action-close {
  position: absolute;
  right: 0;
  top: 0;
}

.modal-popup .action-close span {
  background: none;
  border: 0;
  line-height: inherit;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.modal-popup .action-close span:before {
  font-family: 'bolt-icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 23px;
  color: #000;
}

.modal-popup .modal-content {
  flex: 1;
  padding: 30px 0;
  text-align: start;
}

.modal-popup .modal-content p {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  color: #434343;
}

.modal-popup .modal-footer {
  margin-top: auto;
  padding-right: 49px;
  padding-left: 49px;
}

.modal-popup .modal-footer button {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.modal-popup._inner-scroll {
  overflow-y: visible;
}

.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}

.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}

.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}

.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}

/* ============================================ *
 * Default
 * ============================================ */
button,
a.action.primary {
  overflow: visible;
  width: auto;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
  color: #fff;
  vertical-align: middle;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  padding: 0 15px;
  color: #fff;
  font-size: 20px;
  transition: all 0.3s ease 0s;
  border: 0 solid linear-gradient(to right, #F06A4C, #FCAA7C);
  background-image: linear-gradient(to right, #F06A4C, #FCAA7C);
  text-align: center;
  text-transform: normal;
  font-weight: bold;
  letter-spacing: -0.1px;
  white-space: nowrap;
}

button > span,
a.action.primary > span {
  display: block;
  width: 100%;
  height: 100%;
  line-height: inherit;
}

button.disabled, button[disabled],
a.action.primary.disabled,
a.action.primary[disabled] {
  cursor: default;
  pointer-events: none;
}

button.disabled span, button[disabled] span,
a.action.primary.disabled span,
a.action.primary[disabled] span {
  background: linear-gradient(to right, #F06A4C, #FCAA7C);
  border-color: linear-gradient(to right, #F06A4C, #FCAA7C);
  color: #fff;
}

button:hover > span,
a.action.primary:hover > span {
  border-color: #fff;
  color: #fff;
  background-position: right center;
  transition: all 0.3s ease 0s;
}

button.small,
a.action.primary.small {
  max-width: 180px;
  font-size: 20px;
  width: 100%;
}

button.medium,
a.action.primary.medium {
  max-width: 230px;
  font-size: 20px;
  width: 100%;
}

button.large,
a.action.primary.large {
  max-width: 275px;
  font-size: 20px;
  width: 100%;
}

button.active span,
a.action.primary.active span {
  color: #fff;
  background-position: right center;
}

button.active:hover span,
a.action.primary.active:hover span {
  background-position: right center;
}

/* ============================================ *
 * Custom Buttons
 * ============================================ */
/* ============================================ *
 * Primary button
 * ============================================ */
.primary button {
  color: #fff;
  background: linear-gradient(to right, #F06A4C, #FCAA7C);
  height: 40px;
  line-height: 40px;
  transition: all 0.3s ease 0s;
}

.primary button:hover {
  background-position: right center;
}

.primary button span {
  color: #fff;
  border-radius: 5px;
}

.primary button span:hover {
  background-position: right center;
}

.primary button span.disabled, .primary button span[disabled] {
  cursor: default;
  pointer-events: none;
}

.primary button span.active {
  color: #fff;
  background: #999;
}

@media (max-width: 991.98px) {
  .primary button {
    width: 100%;
  }
}

/* ============================================ *
 * Secondary button
 * ============================================ */
.secondary button {
  color: #F04F4C;
  background: #fff;
}

.secondary button span {
  color: #F04F4C;
  font-size: 12px;
  background: #fff;
}

.secondary button span:hover {
  background: transparent;
  color: #F04F4C;
}

.secondary a {
  color: #F04F4C;
  font-size: 16px;
  text-decoration: underline;
}

/* ============================================ *
 * Default
 * ============================================ */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input[name=email],
input[type="text"],
input[type="number"],
input.input-text,
select,
textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  background: #fff;
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  box-shadow: 0px 4px 16px rgba(197, 197, 197, 0.2);
  font-size: 12px;
  color: #222;
  transition: all 0.25s ease;
}

input[name=email]:focus,
input[type="text"]:focus,
input[type="number"]:focus,
input.input-text:focus,
select:focus,
textarea:focus {
  outline: 0;
  outline: none;
  border-color: #1C1D21;
  box-shadow: 0 1px 4px 0 rgba(32, 33, 36, 0.22);
}

textarea {
  padding: 15px;
  overflow: auto;
  width: 100%;
  min-width: 280px;
  min-height: 86px;
}

input.radio {
  margin-right: 3px;
}

input.qty,
input.item-qty {
  width: 42px;
  max-width: 42px;
  text-align: center;
  padding: 0 5px;
}

.quantity-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.quantity-wrap .minus,
.quantity-wrap .plus {
  width: 30px;
  height: 30px;
  display: block;
  background: #F04F4C;
  color: #fff;
  position: relative;
  font-size: 0;
}

.quantity-wrap .minus:before,
.quantity-wrap .plus:before {
  font-family: 'bolt-icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  display: block;
  width: 16px;
  height: 16px;
}

.quantity-wrap .plus:before {
  font-family: 'bolt-icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.quantity-wrap span {
  padding: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}

input {
  margin: 0;
  line-height: 40px;
  height: 40px;
  padding: 0 11px;
  outline: 0;
  outline: none;
  padding-left: 40px;
}

input[type="file"] {
  padding: 0;
}

input[type="checkbox"] {
  height: inherit;
  display: inline-block;
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
  width: auto;
}

select {
  display: block;
  margin: 0;
  padding: 5px 15px 5px 5px;
  font-size: 12px !important;
  font-family: sans-serif;
  color: #444;
  line-height: 1.3;
  outline: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: #fff;
  background-image: url("../images/arrow-up-down.png");
  background-repeat: no-repeat, repeat;
  background-position: left 5px top 50%, 0 0;
  background-size: 19px auto, 100%;
  height: 42px;
  width: 100%;
}

select::-ms-expand {
  display: none;
}

select:hover {
  border-color: #888;
}

select:focus {
  border-color: #000;
  color: #000;
  outline: none;
}

select::-moz-focus-inner {
  border: 0;
}

select option {
  font-weight: normal;
}

select.multiselect option {
  border-bottom: 0.6px solid #D5D5D5;
  padding: 2px 5px;
}

select.multiselect option:last-child {
  border-bottom: 0;
}

fieldset,
.fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

fieldset .field,
.fieldset .field {
  border: 0;
  padding: 0;
  margin-bottom: 15px;
}

fieldset .field label,
.fieldset .field label {
  width: 100%;
  display: block;
  margin-bottom: 9px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 20px;
}

fieldset .field.note,
.fieldset .field.note {
  display: block;
  margin-bottom: 30px;
}

fieldset .field.newsletter,
.fieldset .field.newsletter {
  line-height: 1;
}

fieldset .field.choice label,
.fieldset .field.choice label {
  margin: 0;
  width: auto;
  display: inline-block;
}

fieldset .legend,
.fieldset .legend {
  margin: 0 0 15px;
  padding: 0 0 15px;
  width: 100%;
  display: block !important;
  border-bottom: 0.6px solid #D5D5D5;
  font-size: 18px;
  font-weight: bold;
}

.fieldset span.note {
  display: block;
  padding-top: 5px;
  font-size: 12px;
}

.fieldset ._with-tooltip {
  position: relative;
  padding-right: 30px;
}

@media (max-width: 991.98px) {
  .fieldset ._with-tooltip {
    padding-right: 0;
  }
}

.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 10px;
}

@media (max-width: 991.98px) {
  .field-tooltip {
    display: none;
  }
}

.field-tooltip:before {
  font-family: 'bolt-icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: #F04F4C;
}

.field-tooltip span {
  display: none;
}

.field-tooltip .field-tooltip-content {
  background: #fff;
  border: 0.6px solid #D5D5D5;
  border-radius: 1px;
  font-size: 14px;
  padding: 15px;
  width: 270px;
  display: none;
  left: 25px;
  position: absolute;
  text-transform: none;
  top: -16px;
  word-wrap: break-word;
  z-index: 2;
  font-size: 12px;
}

.field-tooltip._active .field-tooltip-content {
  display: block;
}

.field-tooltip:hover .field-tooltip-content {
  display: block;
}

.field.required > .label:after {
  content: '*';
  margin: 0 0 0 5px;
}

/* ============================================ *
 * Password Strength Meter
 * ============================================ */
.field.password .control {
  position: relative;
}

.field.password .control .icon {
  position: absolute;
  left: 15px;
  top: 11px;
  font-size: 20px;
  color: #000;
  cursor: pointer;
}

.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0 9px;
  border-radius: 0 0 5px 5px;
  display: none;
}

.password-strength-meter:before {
  content: '';
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  z-index: -1;
  transition: all 0.3s ease 0s;
}

.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}

.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}

.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}

.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}

.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}

.ui-multiselect {
  display: block;
  width: 100% !important;
  max-width: 100%;
  background: #fff;
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  box-shadow: 0px 4px 16px rgba(197, 197, 197, 0.2);
  font-size: 12px;
  color: #222;
  transition: all 0.25s ease;
}

.ui-multiselect span {
  background: #fff;
  color: #bbb;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: start;
}

.ui-multiselect span:nth-child(2) {
  position: absolute;
  right: 15px;
  width: auto;
  height: 25px;
  line-height: 25px;
  top: 37px;
}

.ui-multiselect:hover span {
  color: #DCDCDC;
}

.ui-multiselect .ui-multiselect-open {
  position: relative;
}

.ui-multiselect .ui-multiselect-open .ui-icon {
  position: absolute;
  left: 3px;
  top: 4px;
  background: transparent;
}

.ui-multiselect .ui-multiselect-open .ui-icon:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 20px;
  color: #000;
}

.ui-multiselect-menu {
  display: none;
  box-sizing: border-box;
  position: absolute;
  /* text-align: left; */
  z-index: 101;
  width: auto;
  height: auto;
  padding-right: 15px;
  background: #fff;
  border: 1px solid #ddd;
  text-align: start;
  border-radius: 0 0 5px 5px;
  font-family: "Cairo", sans-serif;
}

.ui-multiselect-menu:before {
  height: 9px;
  width: calc(100% + 2px);
  background: #fff;
  top: -5px;
  position: absolute;
  content: "";
  left: -1px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.ui-multiselect-menu .ui-multiselect-checkboxes label {
  text-indent: 0;
}

.ui-multiselect-menu .ui-multiselect-checkboxes li:not(.ui-multiselect-optgroup) {
  padding-right: 0;
}

.ui-multiselect-menu li {
  position: relative;
  margin-bottom: 13px;
}

.ui-multiselect-header {
  display: none;
}

.field {
  position: relative;
}

input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}

input[type="checkbox"] + span, input[type="checkbox"] + .label, input[type="checkbox"] + label {
  position: relative;
  padding-right: 25px;
  display: block;
  transition: all 0.25s ease;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 17px;
}

input[type="checkbox"] + span:before, input[type="checkbox"] + .label:before, input[type="checkbox"] + label:before {
  content: "";
  background: #fff;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  height: 15px;
  width: 15px;
  right: 0;
  top: 0;
  position: absolute;
}

input[type="checkbox"] + span:after, input[type="checkbox"] + .label:after, input[type="checkbox"] + label:after {
  content: '\2713' !important;
  right: 2px;
  top: -1px;
  position: absolute;
  font-size: 13px;
  color: #fff;
  opacity: 0;
}

input[type="checkbox"]:checked + span:before, input[type="checkbox"]:checked + .label:before, input[type="checkbox"]:checked + label:before {
  background: #29433D;
  border: 1px solid #29433D;
}

input[type="checkbox"]:checked + span:after, input[type="checkbox"]:checked + .label:after, input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

input[type="radio"] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}

input[type="radio"] + span, input[type="radio"] + .label, input[type="radio"] + label {
  position: relative;
  padding-right: 25px;
  display: block;
  transition: all 0.25s ease;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 17px;
}

input[type="radio"] + span:before, input[type="radio"] + .label:before, input[type="radio"] + label:before {
  content: "";
  background: #fff;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  height: 15px;
  width: 15px;
  right: 0;
  top: 0;
  position: absolute;
}

input[type="radio"] + span:after, input[type="radio"] + .label:after, input[type="radio"] + label:after {
  content: '' !important;
  right: 3px;
  top: 3px;
  position: absolute;
  height: 9px;
  width: 9px;
  background: #fff;
}

input[type="radio"]:checked + span:before, input[type="radio"]:checked + .label:before, input[type="radio"]:checked + label:before {
  border: 1px solid #29433D;
}

input[type="radio"]:checked + span:after, input[type="radio"]:checked + .label:after, input[type="radio"]:checked + label:after {
  background: #29433D;
}

.control .control {
  position: relative;
}

#wk_mobile_number_block .control {
  position: relative;
}

#wk_mobile_number_block .control input {
  padding-right: 93px;
  background: url("../images/flags/sa.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 6px) 7px;
}

#wk_mobile_number_block .country-code-number {
  position: absolute;
  right: 52px;
  top: 10px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #333;
  font-family: 'AvenirLT-Book';
  pointer-events: none;
}

label {
  position: relative;
}

.ui-datepicker {
  background: #ffffff;
  padding: 25px 0;
  box-shadow: 0px 13px 61px rgba(169, 169, 169, 0.366013);
  border-radius: 26px;
  font-family: tahoma;
}

.ui-datepicker .ui-datepicker-calendar {
  background: #ffffff;
  border: none;
}

.ui-datepicker .ui-datepicker-next {
  right: 15px;
}

.ui-datepicker .ui-datepicker-next:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  transform: rotate(-90deg);
  font-size: 8px;
  display: inline-block;
}

.ui-datepicker .ui-datepicker-prev {
  right: 50px;
}

.ui-datepicker .ui-datepicker-prev:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  transform: rotate(90deg);
  font-size: 8px;
  display: inline-block;
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
  height: 22px;
  width: 22px;
  background: #E7E9EE;
  border-radius: 4px;
}

.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
  border: none;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0;
  text-align: left;
  padding: 0 15px;
  font-weight: bold;
}

.ui-datepicker th {
  background: transparent !important;
  border: none !important;
  padding: 8px 16px !important;
  text-transform: uppercase !important;
}

.ui-datepicker td {
  border: none !important;
  text-align: center !important;
}

.ui-datepicker td a {
  text-align: center !important;
  height: 40px;
  width: 40px;
  padding-top: 11px !important;
  border-radius: 8px;
}

.ui-datepicker .ui-datepicker-today {
  background: transparent !important;
}

.ui-datepicker .ui-datepicker-today a {
  background: #F04F4C;
  color: #fff;
}

.ui-datepicker .ui-state-active {
  background: transparent !important;
}

.ui-datepicker .ui-state-active a {
  background: #F04F4C;
  color: #fff;
}

.ui-datepicker input {
  font-family: tahoma;
}

/* ============================================ *
 * Tables
 * ============================================ */
table:not(.ui-datepicker-calendar) {
  border: 0 none;
  empty-cells: show;
  font-size: 100%;
  width: 100%;
  border-collapse: collapse;
  text-align: right;
}

table:not(.ui-datepicker-calendar) > caption {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

table:not(.ui-datepicker-calendar) th {
  padding: 10px 0;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
  color: #202224;
  background: #F1F4F9;
  text-align: start;
  padding: 10px;
}

table:not(.ui-datepicker-calendar) th:first-child {
  border-radius: 0 12px 12px 0;
  padding-right: 30px;
}

table:not(.ui-datepicker-calendar) th:last-child {
  border-radius: 12px 0 0 12px;
}

table:not(.ui-datepicker-calendar) td {
  padding: 30px 0;
  color: #202224;
  border-bottom: 1px solid rgba(151, 151, 151, 0.4);
  text-align: start;
}

table:not(.ui-datepicker-calendar) td:first-child {
  padding-right: 30px;
}

caption, th, td {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

/* Data Table */
.data.table thead {
  /* background-color:#f2f2f2; */
}

.data.table tr {
  float: none;
}

.data.table tbody.odd td {
  border-width: 0 1px;
}

.data.table tbody.even {
  background-color: #f6f6f6;
}

.data.table tbody.even td {
  border-width: 0 1px;
}

.data.table tbody.odd tr.border td,
.data.table tbody.even tr.border td {
  border-bottom-width: 1px;
}

.data.table th .tax-flag {
  white-space: nowrap;
  font-weight: normal;
}

.data.table td.label,
.data.table th.label {
  font-weight: bold;
  background-color: #f6f6f6;
}

/* ============================================ *
 * Global tabs
 * ============================================ */
/* ============================================ *
 * Layout
 * ============================================ */
body {
  direction: rtl;
  background-color: #f8f8f8;
}

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #222;
}

::selection {
  color: #fff;
  background: #222;
}

/* ============================================ *
 * Header
 * ============================================ */
.page-header {
  background: #fff;
  position: fixed;
  padding: 0;
  top: 0;
  right: 0;
  width: 100%;
  margin-bottom: 30px;
  height: 70px;
  padding-right: 83px;
  padding-left: 64px;
  z-index: 100;
}

.page-header .logo {
  float: right;
  margin-top: 14px;
  margin-left: 45px;
  margin-right: 25px;
}

.page-header .logo .h1,
.page-header .logo h1 {
  display: flex;
  align-items: center;
}

.page-header .logo img {
  max-height: 40px;
}

.page-header .header_start {
  float: right;
}

.page-header .header_end {
  float: left;
}

.page-wrapper {
  margin-top: 70px;
}

.mini-search {
  float: right;
  width: 388px;
  max-width: 100%;
  margin-top: 15px;
}

.mini-search .minisearch {
  position: relative;
}

.mini-search input {
  border-radius: 20px;
  padding-left: 15px;
  padding-right: 47px;
}

.mini-search .actions {
  position: absolute;
  right: 3px;
  top: 2px;
  background: transparent;
}

.mini-search .actions .action {
  background: transparent;
}

.mini-search .actions .icon {
  color: #bbb;
  font-size: 16px;
}

.mini-search .actions span {
  background: transparent;
  height: auto;
  padding: 0;
}

.before-header {
  clear: both;
}

.before-header::after {
  display: block;
  clear: both;
  content: "";
}

.after-header {
  clear: both;
}

.after-header::after {
  display: block;
  clear: both;
  content: "";
}

.header-top-message {
  background: #1C1D21;
  color: #F04F4C;
  text-align: center;
  width: 100%;
  display: inline-block;
  padding: 15px;
  font-size: 16px;
}

.header {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.header .header-top .nav-toggle {
  display: none;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

@media (max-width: 1199.98px) {
  .header .header-top .nav-toggle {
    display: flex;
  }
}

.header .skip.contentarea {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.nav-sections {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .nav-sections {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (max-width: 1199.98px) {
  .nav-sections {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.header-controls {
  text-align: right;
}

.header-controls li.control-link {
  padding: 0;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  margin-top: 26px;
  margin-right: 19px;
  vertical-align: top;
  position: relative;
}

.header-controls li.control-link .controls {
  cursor: pointer;
  font-size: 16px;
  display: flex;
  line-height: 1;
  height: 18px;
  width: 18px;
  border: 1px solid #5c5c5c;
  border-radius: 9px;
}

@media (max-width: 1199.98px) {
  .header-controls li.control-link span.text {
    display: none;
  }
}

.header-controls li.control-link span.icon {
  font-size: 13px;
  margin-right: 1.5px;
  margin-top: 2px;
  color: #5c5c5c;
}

.header-controls li.control-link span.icon:before {
  font-family: 'bolt-icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.header-controls .account_info {
  display: inline-block;
  margin-top: 13px;
}

.header-controls .account_info img {
  height: 40px;
  width: 40px;
}

.header-controls .info_image {
  display: inline-block;
  border-radius: 20px;
  overflow: hidden;
  margin-left: 15px;
}

.header-controls .infor {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

.header-controls .infor .name {
  font-weight: bold;
}

.header-controls .infor span {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #404040;
}

/* ============================================ *
 * Header Search
 * ============================================ */
.header-search {
  background: #ccc;
  overflow: hidden;
  max-height: 0;
  transition: all 0.5s;
}

.header-search::after {
  display: block;
  clear: both;
  content: "";
}

.header-search.active {
  max-height: 72px;
}

.header-search .block-content {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 960px;
  padding: 15px 0;
}

@media (min-width: 576px) {
  .header-search .block-content {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .header-search .block-content {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .header-search .block-content {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .header-search .block-content {
    max-width: 1190px;
  }
}

.header-search .minisearch {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.header-search .field.search {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 75%;
  max-width: 75%;
  padding-right: 0;
}

@media (min-width: 992px) {
  .header-search .field.search {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

.header-search .field.search .control {
  position: relative;
}

.header-search label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.header-search input {
  border: 0 none;
  width: 100%;
  padding-left: 30px;
}

.header-search .actions {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 0;
}

@media (min-width: 992px) {
  .header-search .actions {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    padding-right: 0;
  }
}

.header-search .actions button {
  background: none;
  border: 0 none;
  cursor: pointer;
  width: 100%;
}

.header-search .actions button span {
  background: #000;
  border: 1px solid #fff;
  padding: 0;
}

.header-search .actions button span:hover {
  background: #000;
}

.header-search .search-icon {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
}

.header-search .search-close {
  display: none;
}

@media (min-width: 992px) {
  .header-search .search-close {
    display: flex;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    position: relative;
    cursor: pointer;
  }
  .header-search .search-close span {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}

/* ============================================ *
 * Header Cart
 * ============================================ */
.minicart-wrapper .action.showcart {
  display: flex;
  line-height: 1;
}

.minicart-wrapper .counter {
  padding-top: 3px;
  padding-left: 5px;
}

@media (max-width: 1199.98px) {
  .minicart-wrapper .counter {
    padding: 0;
  }
}

.minicart-wrapper li.product-item {
  max-width: 100%;
}

.minicart-wrapper .ui-dialog {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 910;
  background-color: #fff;
  width: 25%;
  max-width: 470px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 1199.98px) {
  .minicart-wrapper .ui-dialog {
    margin: 0 auto;
    left: 0;
    top: 95px;
    right: 0;
    bottom: 25px;
    width: 100%;
    max-width: 345px;
  }
}

.minicart-wrapper .ui-dialog.active {
  display: flex;
}

.noscroll {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
  left: 0;
  top: 0;
}

#header-cart-over {
  position: fixed;
  z-index: 900;
  top: 0;
  left: 0;
  display: block;
  visibility: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  background: #1C1D21;
}

#header-cart-over.active {
  visibility: visible;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0.2;
}

/* ============================================ *
 * Header Account Links
 * ============================================ */
#header-links {
  display: none;
  position: absolute;
  top: 100%;
  right: 20px;
  background: #1C1D21;
  z-index: 995;
  text-align: start;
}

ul.header.links {
  display: none;
  position: absolute;
  top: calc(100% + 15px);
  left: -61px;
  width: 140px;
  background: #fff;
  z-index: 9999;
  text-align: start;
  font-size: 12px;
  border: 1px solid #ccc;
}

ul.header.links:after, ul.header.links:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

ul.header.links:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}

ul.header.links:before {
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #ccc;
  border-width: 11px;
  margin-left: -11px;
}

ul.header.links li {
  width: 100%;
}

ul.header.links li a {
  display: block;
  padding: 5px 10px;
}

ul.header.links li a:hover {
  background: #eee;
}

.link-account.active ul.header.links {
  display: block;
}

/* ============================================ *
 * General Navigation Styles
 * ============================================ */
.header-nav {
  background: transparent;
  border-top: 0.5px solid #D5D5D5;
  border-bottom: 0.5px solid #D5D5D5;
}

.nav-sections {
  font-size: 15px;
  color: #1C1D21;
  font-family: "gess", sans-serif;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .nav-sections {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .nav-sections {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .nav-sections {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .nav-sections {
    max-width: 1190px;
  }
}

@media (max-width: 1199.98px) {
  .nav-sections {
    padding: 0;
  }
}

.nav-toggle {
  cursor: pointer;
  font-size: 0;
  position: relative;
  z-index: 14;
}

.nav-toggle span {
  background: #f00;
  width: 100%;
  height: 20px;
}

li.level-top.parent a.level-top {
  position: relative;
  display: flex;
  align-items: center;
}

li.level-top.parent a.level-top:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #000;
  margin-left: 5px;
}

li.level-top a.level-top {
  font-family: "Cairo", sans-serif;
  font-size: 15px;
}

/* ============================================ *
 * Mobile
 * ============================================ */
@media (max-width: 991.98px) {
  .nav-wrap {
    display: none;
  }
  .nav-wrap ul.submenu {
    display: block !important;
    background: #fff;
  }
  .nav-wrap .static-wrap {
    display: none;
  }
  .navigation {
    padding: 0;
    text-align: start;
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    height: 100%;
    left: -100%;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    text-align: start;
    padding: 0;
    background: #f2f2f2;
    z-index: 9999;
    transition: all ease-in 0.3s;
  }
  .nav-sections .header.links {
    border-bottom: 1px solid #eee;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #eee;
    font-weight: 700;
    padding: .8rem 10px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #eee;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    display: block;
    font-weight: 700;
    padding: .8rem 10px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
    transition: all ease-in 0.3s;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: 80%;
  }
  .nav-open .nav-sections {
    left: 0;
    z-index: 999;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-item-title {
    float: left;
    width: 100%;
    padding: 20px;
    position: relative;
    font-weight: bold;
  }
  .nav-sections-item-title::after {
    position: absolute;
    right: 25px;
    top: 25px;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    float: left;
    width: 100%;
    display: block;
    padding: 0 0 10px 0;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    position: relative;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding: 10px;
  }
  .navigation li.level0 {
    border-top: 1px solid #ccc;
  }
  .navigation li.level0 > .level-top {
    padding: 15px;
    word-wrap: break-word;
    font-size: 16px;
    justify-content: space-between;
  }
  .navigation li.level0.active .all-category .ui-state-focus {
    padding-left: 20px;
    display: inline-block;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu:not(:first-child) {
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left .3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    display: block;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 20px;
  }
}

/* ============================================ *
 * Desktop
 * ============================================ */
@media (min-width: 992px) {
  .nav-wrap {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 99999;
    background: #fff;
    padding: 0;
    text-align: center;
    align-items: flex-start;
  }
  .nav-wrap .container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 45px;
    justify-content: space-between;
  }
  .nav-wrap .container > .submenu {
    display: block !important;
    background: #fff;
    width: 30%;
    padding: 0;
    margin: 0;
    text-align: start;
  }
  .nav-wrap .container > .submenu .submenu {
    display: block !important;
    position: static !important;
    text-align: start;
  }
  .nav-wrap .container > .submenu .submenu.level1 {
    margin-bottom: 25px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections-item-title {
    display: none;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin: 0 auto;
    float: none;
    text-align: center;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .navigation li.level0 {
    display: inline-block;
    padding: 24px 20px;
  }
  .navigation li.level0:hover > .nav-wrap {
    display: block;
  }
  .navigation li.level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation li.level0 > .submenu {
    display: none;
    left: 0 !important;
    margin: 0 !important;
    padding: 0;
    position: absolute;
    z-index: 1;
    background: #fff;
    width: 100%;
    padding: 10px;
  }
  .navigation li.level0 > .submenu a {
    display: block;
  }
  .navigation li.level0 > .submenu .submenu {
    display: block !important;
    top: 0 !important;
    left: 0 !important;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation li.level1 > a {
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
}

/* ============================================ *
 * Breadcrumbs
 * ============================================ */
.breadcrumbs {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: start;
  z-index: 99;
}

@media (min-width: 576px) {
  .breadcrumbs {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .breadcrumbs {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .breadcrumbs {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .breadcrumbs {
    max-width: 1190px;
  }
}

.breadcrumbs ul {
  display: flex;
}

.breadcrumbs li {
  font-size: 14px;
}

.breadcrumbs li a {
  color: #1C1D21;
  text-decoration: none;
  position: relative;
}

.breadcrumbs li a:after {
  font-family: 'bolt-icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 12px;
}

.breadcrumbs li:last-child strong {
  font-weight: normal;
}

.toolbar {
  display: inline-block;
  width: 100%;
}

.toolbar .sorter label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.toolbar .toolbar-amount {
  margin-bottom: 6px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #777;
}

@media (max-width: 991.98px) {
  .toolbar .toolbar-amount {
    float: right;
    padding-top: 12px;
  }
}

.toolbar .pages {
  float: right;
}

.toolbar .pages .label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.toolbar .pages ul {
  display: flex;
  flex-direction: row;
}

.toolbar .pages li:hover a,
.toolbar .pages li:hover strong {
  background: rgba(240, 79, 76, 0.9);
}

.toolbar .pages li a,
.toolbar .pages li strong {
  display: block;
  color: #fff;
  padding: 7px 19px;
  line-height: 25px;
  border: none;
  background: #F04F4C;
  text-align: center;
  border-radius: 0;
  font-weight: bold;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.toolbar .pages li strong {
  background: rgba(240, 79, 76, 0.8);
}

.toolbar .pages li.current {
  color: #fff;
}

.toolbar .pages li.pages-item-next a, .toolbar .pages li.pages-item-previous a {
  font-weight: bold;
  color: #fff;
}

.toolbar .limiter {
  float: left;
  min-width: 180px;
}

.toolbar .limiter .limiter-label {
  display: none;
}

.toolbar .limiter .limiter-text {
  display: none;
}

.toolbar-products {
  margin: 30px 0;
}

.toolbar-products .toolbar-amount {
  margin: auto 0;
  text-align: start;
}

.toolbar-products .sorter {
  margin-left: auto;
  text-align: right;
  position: relative;
}

.toolbar-products .sorter .sorter-action {
  display: none;
}

.products.wrapper ~ .toolbar-products .pages {
  margin: 0 auto;
}

/* ============================================ *
 * Message Global Setting
 * ============================================ */
[data-bind="scope: 'messages'"] {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  [data-bind="scope: 'messages'"] {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  [data-bind="scope: 'messages'"] {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  [data-bind="scope: 'messages'"] {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  [data-bind="scope: 'messages'"] {
    max-width: 1190px;
  }
}

div.message {
  margin: 15px 0;
  padding: 15px;
  display: block;
  position: relative;
  clear: both;
}

div.message > :first-child::before {
  margin-right: 15px;
}

/* ============================================ *
 * Error and Warning Message -Red
 * ============================================ */
.message.error {
  background: #fae5e5;
  color: #e02b27;
}

.mage-error, .field-error {
  color: #e02b27;
}

.message.warning {
  background: #fdf0d5;
  color: #6f4400;
}

/* ============================================ *
 * Success Message - Green
 * ============================================ */
.message.success {
  background: #e5efe5;
  color: #006400;
}

/* ============================================ *
 * Notice Message - Yellow
 * ============================================ */
.message.notice {
  background: #fdf0d5;
  color: #6f4400;
}

/* ============================================ *
 * Notice Info - Brown
 * ============================================ */
.message.info {
  background: #fdf0d5;
  color: #6f4400;
}

.col_1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .col_1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (max-width: 991.98px) {
  .col_1 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.col_2 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .col_2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (max-width: 991.98px) {
  .col_2 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.col_3 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .col_3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (max-width: 991.98px) {
  .col_3 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.col_4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .col_4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (max-width: 991.98px) {
  .col_4 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.col_5 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .col_5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (max-width: 991.98px) {
  .col_5 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.col_6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .col_6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 991.98px) {
  .col_6 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.col_7 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .col_7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (max-width: 991.98px) {
  .col_7 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.col_8 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .col_8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (max-width: 991.98px) {
  .col_8 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.col_9 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .col_9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (max-width: 991.98px) {
  .col_9 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.col_10 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .col_10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (max-width: 991.98px) {
  .col_10 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.col_11 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .col_11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (max-width: 991.98px) {
  .col_11 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.col_12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .col_12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  .col_12 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.col_m_1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 991.98px) {
  .col_m_1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    margin-bottom: 30px;
  }
}

.col_m_2 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 991.98px) {
  .col_m_2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    margin-bottom: 30px;
  }
}

.col_m_3 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 991.98px) {
  .col_m_3 {
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 30px;
  }
}

.col_m_4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 991.98px) {
  .col_m_4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    margin-bottom: 30px;
  }
}

.col_m_5 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 991.98px) {
  .col_m_5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    margin-bottom: 30px;
  }
}

.col_m_6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 991.98px) {
  .col_m_6 {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
  }
}

.col_m_7 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 991.98px) {
  .col_m_7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    margin-bottom: 30px;
  }
}

.col_m_8 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 991.98px) {
  .col_m_8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    margin-bottom: 30px;
  }
}

.col_m_9 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 991.98px) {
  .col_m_9 {
    flex: 0 0 75%;
    max-width: 75%;
    margin-bottom: 30px;
  }
}

.col_m_10 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 991.98px) {
  .col_m_10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    margin-bottom: 30px;
  }
}

.col_m_11 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 991.98px) {
  .col_m_11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    margin-bottom: 30px;
  }
}

.col_m_12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 991.98px) {
  .col_m_12 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.m_1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 991.98px) {
  .m_1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    margin-bottom: 30px;
  }
}

.m_2 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 991.98px) {
  .m_2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    margin-bottom: 30px;
  }
}

.m_3 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 991.98px) {
  .m_3 {
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 30px;
  }
}

.m_4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 991.98px) {
  .m_4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    margin-bottom: 30px;
  }
}

.m_5 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 991.98px) {
  .m_5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    margin-bottom: 30px;
  }
}

.m_6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 991.98px) {
  .m_6 {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
  }
}

.m_7 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 991.98px) {
  .m_7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    margin-bottom: 30px;
  }
}

.m_8 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 991.98px) {
  .m_8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    margin-bottom: 30px;
  }
}

.m_9 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 991.98px) {
  .m_9 {
    flex: 0 0 75%;
    max-width: 75%;
    margin-bottom: 30px;
  }
}

.m_10 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 991.98px) {
  .m_10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    margin-bottom: 30px;
  }
}

.m_11 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 991.98px) {
  .m_11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    margin-bottom: 30px;
  }
}

.m_12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 991.98px) {
  .m_12 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.or_1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .or_1 {
    order: 1;
  }
}

.or_2 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .or_2 {
    order: 2;
  }
}

.or_3 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .or_3 {
    order: 3;
  }
}

.or_4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .or_4 {
    order: 4;
  }
}

.or_5 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .or_5 {
    order: 5;
  }
}

.or_6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .or_6 {
    order: 6;
  }
}

.or_7 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .or_7 {
    order: 7;
  }
}

.or_8 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .or_8 {
    order: 8;
  }
}

.or_9 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .or_9 {
    order: 9;
  }
}

.or_10 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .or_10 {
    order: 10;
  }
}

.or_11 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .or_11 {
    order: 11;
  }
}

.or_12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .or_12 {
    order: 12;
  }
}

.box_cont {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .box_cont {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .box_cont {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .box_cont {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .box_cont {
    max-width: 1190px;
  }
}

.box_row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.page-layout-2columns-left .page-main {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .page-layout-2columns-left .page-main {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .page-layout-2columns-left .page-main {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .page-layout-2columns-left .page-main {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .page-layout-2columns-left .page-main {
    max-width: 1190px;
  }
}

.page-layout-2columns-left .columns {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.page-layout-2columns-left .column {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  order: 2;
}

@media (min-width: 992px) {
  .page-layout-2columns-left .column {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

.page-layout-2columns-left .sidebar {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  order: 1;
}

@media (min-width: 992px) {
  .page-layout-2columns-left .sidebar {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.cms-index-index.cms-landing-arzag {
  text-align: center;
  /* app-features-block */
}

.cms-index-index.cms-landing-arzag .columns-content {
  background-image: none;
}

.cms-index-index.cms-landing-arzag .landing-header .landing-social-icons {
  min-height: 20px;
  box-sizing: content-box;
}

.cms-index-index.cms-landing-arzag .landing-header .landing-social-icons ul {
  float: left;
}

.cms-index-index.cms-landing-arzag .landing-header .login {
  width: 130px;
}

.cms-index-index.cms-landing-arzag .app-features-block .box-main {
  background: url(../images/home/arzag-home-screens.png) left top no-repeat;
  min-height: 612px;
}

@media (max-width: 1199.98px) {
  .cms-index-index.cms-landing-arzag .app-features-block .box-main {
    background-image: none;
  }
}

@media (max-width: 1199.98px) {
  .cms-index-index.cms-landing-arzag .app-features-block ul {
    padding-top: 0;
    background: url(../images/home/arzag-home-screens-mobile.png) center bottom no-repeat;
    padding-bottom: 325px;
  }
}

/* ============================================ *
* Footer
* ============================================ */
/* ============================================ *
* Global
* ============================================ */
.footer-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
  background: #fff;
  padding-top: 60px;
  color: #9b9b9b;
  font-size: 12px;
  text-align: start;
}

.footer {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .footer {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .footer {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .footer {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .footer {
    max-width: 1190px;
  }
}

.footer a {
  color: #9b9b9b;
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.footer-col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .footer-col {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 768px) {
  .footer-col {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.footer-col ul {
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
}

@media (max-width: 991.98px) {
  .footer-col ul {
    display: none;
    margin: 30px 0;
  }
}

.footer-col li {
  margin-bottom: 15px;
  display: flex;
}

.footer-col li:last-child {
  margin-bottom: 0;
}

.footer-col .h3 {
  border-bottom: 1px solid #979797;
  padding-bottom: 15px;
  position: relative;
  font-size: 20px;
  color: #4a4a4a;
}

@media (max-width: 1199.98px) {
  .footer-col .h3 {
    display: block;
    padding-top: 15px;
    margin-bottom: 0;
    cursor: pointer;
  }
  .footer-col .h3:after {
    content: "+";
    display: block;
    width: 15px;
    height: 15px;
    color: #000;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 21px;
  }
  .footer-col .h3.active:after {
    content: "-";
    border: 0 !important;
    border-top: 1px solid #979797;
  }
}

@media (max-width: 991.98px) {
  .footer-col:first-child .h3 {
    border-top: 1px solid #979797;
  }
}

.footer-col .toggle-content {
  max-height: 0;
}

.footer-col .toggle-content.expand {
  max-height: 200px;
  display: block;
  transition: all 0.3s ease 0s;
}

/* ============================================ *
* Socials 
* ============================================ */
.footer-socials {
  margin-bottom: 30px;
}

.footer-socials li {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 15px;
}

.footer-socials li a {
  font-size: 28px;
}

/* ============================================ *
* Footer Last 
* ============================================ */
.footer-last {
  padding-top: 15px;
  padding-bottom: 30px;
  margin-top: 15px;
  font-size: 12px;
}

@media (min-width: 992px) {
  .footer-last {
    padding-top: 30px;
    padding-bottom: 60px;
    margin-top: 30px;
    border-top: 1px solid #979797;
  }
}

.footer-last .footer-last-block {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .footer-last .footer-last-block {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    margin-bottom: 0;
  }
}

.footer-last .footer-last-block.last {
  margin-bottom: 0;
}

/* ============================================ *
* Footer Last Blocks 
* ============================================ */
@media (max-width: 1199.98px) {
  .footer-copyright {
    text-align: center;
    order: 2;
  }
}

.footer-payments {
  text-align: center;
}

@media (max-width: 1199.98px) {
  .footer-payments {
    order: 1;
  }
}

.footer-website {
  text-align: right;
}

@media (max-width: 1199.98px) {
  .footer-website {
    order: 3;
    text-align: center;
  }
}

.footer-website a {
  font-weight: bold;
}

/* ============================================ *
 * ScrollToTop
 * ============================================ */
.scrollToTop {
  position: absolute;
  bottom: 30px;
  height: 40px;
  right: 30px;
  width: 40px;
  background: #000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  display: inline-block;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  visibility: hidden;
  white-space: nowrap;
  color: #fff;
  line-height: 37px;
  z-index: 10;
  text-align: center;
}

.scrollToTop.active {
  opacity: 1;
  visibility: visible;
}

body.cms-landing-arzag {
  background-color: #fff;
  line-height: inherit;
}

html {
  scroll-behavior: smooth;
}

.cms-landing-arzag {
  font-family: Tajawal, "gess", sans-serif;
  direction: rtl;
  /*headings*/
  /* top-block */
  /* app-features-block */
  /* why-block */
  /* landing2-download-app */
}

@media (max-width: 991.98px) {
  .cms-landing-arzag .d_only {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .cms-landing-arzag .m_only {
    display: none !important;
  }
}

.cms-landing-arzag .page-wrapper {
  margin-top: 0;
}

.cms-landing-arzag .box-content {
  max-width: 1280px;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1199.98px) {
  .cms-landing-arzag .box-content {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media (max-width: 1199.98px) {
  .cms-landing-arzag .box-content .col_12 {
    margin-bottom: 0;
  }
}

.cms-landing-arzag .columns-content {
  background-image: url(../images/landing/bottom-back.png);
  background-image: -webkit-image-set(url(../images/landing/bottom-back.png) 1x, url(../images/landing/bottom-back@2x.png) 2x, url(../images/landing/bottom-back@3x.png) 3x);
  background-image: image-set(url(../images/landing/bottom-back.png) 1x, url(../images/landing/bottom-back@2x.png) 2x, url(../images/landing/bottom-back@3x.png) 3x);
  background-repeat: no-repeat;
  background-position: bottom left;
}

.cms-landing-arzag .columns-content .home_partners {
  padding: 28px 0;
}

@media (min-width: 992px) {
  .cms-landing-arzag .columns-content .home_partners {
    padding-bottom: 140px;
    padding-top: 90px;
  }
}

@media (max-width: 991.98px) {
  .cms-landing-arzag .columns-content .home_partners {
    padding-bottom: 80px;
  }
}

.cms-landing-arzag .columns-content .home_partners .heading {
  margin-bottom: 0;
}

.cms-landing-arzag .columns-content .home_partners .items {
  display: inline-block;
  width: 100%;
}

.cms-landing-arzag .columns-content .home_partners .item {
  display: inline-block;
  position: relative;
  transition: all 0.5s ease;
  padding: 5px;
  margin-left: 10px;
  margin-bottom: 10px;
  background-color: #fff;
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .cms-landing-arzag .columns-content .home_partners .item {
    margin-left: 4px;
  }
  .cms-landing-arzag .columns-content .home_partners .item .item:nth-child(4n+4) {
    margin-left: 0;
  }
}

.cms-landing-arzag .columns-content .home_partners .item img {
  filter: grayscale(100%);
  transition: all 0.5s ease;
}

.cms-landing-arzag .columns-content .home_partners .item:before {
  transition: all 0.5s ease;
  content: attr(data-tip);
  position: absolute;
  bottom: calc(100% + 16px);
  width: 180px;
  left: calc(50% - 90px);
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 5px;
  border-radius: 4px;
  text-align: center;
  transform: translateY(-10px);
  opacity: 0;
  visibility: hidden;
}

.cms-landing-arzag .columns-content .home_partners .item:after {
  transition: all 0.5s ease;
  bottom: calc(100% - 3px);
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(204, 204, 204, 0);
  border-top-color: #ccc;
  border-width: 10px;
  margin-left: -10px;
  transform: translateY(-10px);
  opacity: 0;
  visibility: hidden;
}

.cms-landing-arzag .columns-content .home_partners .item:hover img {
  filter: grayscale(0);
}

.cms-landing-arzag .columns-content .home_partners .item:hover:before {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.cms-landing-arzag .columns-content .home_partners .item:hover:after {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.cms-landing-arzag .landing-header .box-content {
  padding-top: 24px;
  padding-bottom: 0;
}

@media (max-width: 1199.98px) {
  .cms-landing-arzag .landing-header .box-content {
    padding-bottom: 0;
  }
}

.cms-landing-arzag .landing-header .box-content .home_logo {
  padding-right: 22px;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
  height: inherit;
  width: inherit;
}

@media (max-width: 1199.98px) {
  .cms-landing-arzag .landing-header .box-content .home_logo {
    padding-right: 0;
  }
  .cms-landing-arzag .landing-header .box-content .home_logo h1 img {
    content: url(../images/landing/logo-top-mobile.svg);
  }
}

.cms-landing-arzag .landing-header .home_nav {
  display: inline-block;
  vertical-align: top;
  margin-right: 48px;
}

@media (max-width: 1199.98px) {
  .cms-landing-arzag .landing-header .home_nav {
    margin-right: 0;
  }
}

@media (max-width: 991.98px) {
  .cms-landing-arzag .landing-header .home_nav {
    position: fixed;
    right: 0;
    top: 0;
    background: #fff;
    margin: 0;
    height: 100%;
    transform: translateX(100%);
    transition: all 1s ease;
  }
}

.cms-landing-arzag .landing-header .home_nav .close-icon {
  display: none;
  position: absolute;
  top: 46px;
  /* 46px - 35 */
  left: 0;
  font-size: 30px;
  padding: 0 15px;
}

.cms-landing-arzag .landing-header .home_nav.active {
  transform: translateX(0);
}

.cms-landing-arzag .landing-header .home_nav.active .close-icon {
  display: block;
}

.cms-landing-arzag .landing-header .home_nav ul {
  display: block;
  transition: all 0.5s ease;
}

@media (min-width: 768px) {
  .cms-landing-arzag .landing-header .home_nav ul {
    padding-top: 37px;
    padding-bottom: 45px;
  }
}

@media (max-width: 991.98px) {
  .cms-landing-arzag .landing-header .home_nav ul {
    padding-top: 40px;
  }
}

.cms-landing-arzag .landing-header .home_nav ul li {
  display: inline-block;
  margin-left: 30px;
  padding-left: 30px;
  border-left: solid 2px #0a0a0a;
  height: 30px;
}

@media (max-width: 1199.98px) {
  .cms-landing-arzag .landing-header .home_nav ul li {
    display: block;
    margin-left: 0;
    line-height: 44px;
    text-align: right;
    min-width: 250px;
    border-left: 0;
    padding: 0 22px 0 0;
  }
}

.cms-landing-arzag .landing-header .home_nav ul li:last-child {
  border-left: 0;
}

.cms-landing-arzag .landing-header .home_nav ul li.no-border {
  border-left: 0;
}

.cms-landing-arzag .landing-header .home_nav ul li a {
  font-family: Tajawal, "gess", sans-serif;
  font-size: 23px;
  line-height: 1.43;
  color: #333333;
}

.cms-landing-arzag .landing-header .landing-social-icons {
  padding-bottom: 13px;
}

.cms-landing-arzag .landing-header .register, .cms-landing-arzag .landing-header .login {
  width: 117px;
  height: 32px;
  display: inline-block;
  padding: 7px 14px 7px 15px;
  border-radius: 20px;
  background-color: #fdeeed;
  color: #ed5e59;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.38;
}

.cms-landing-arzag .landing-header .login {
  padding: 7px;
  text-align: center;
}

.cms-landing-arzag .landing-header.home_header {
  position: relative;
  top: auto;
  width: 100%;
  z-index: 6;
  transition: all 0.5s ease;
  /*
            @include media-breakpoint-up(sm) {
                .home_nav ul {
                    padding-top: 37px;
                    padding-bottom: 45px;
                }
            }*/
}

.cms-landing-arzag .landing-header.home_header .nav_toggle {
  position: absolute;
  left: 15px;
  top: 30px;
  font-size: 32px;
  cursor: pointer;
  content: "";
  display: inline-block;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 991.98px) {
  .cms-landing-arzag .landing-header.home_header .right {
    position: relative;
    float: unset !important;
  }
}

@media (max-width: 1199.98px) {
  .cms-landing-arzag .landing-header {
    /*.home_nav {
                margin-right: 0;
                ul li {
                    display: block;
                    margin-left: 0;
                    padding-left: 0;
                    border-left: 0;
                }
            }*/
  }
  .cms-landing-arzag .landing-header .left {
    display: none;
  }
  .cms-landing-arzag .landing-header .nav_toggle {
    top: 30px;
    left: 0;
  }
}

.cms-landing-arzag .heading {
  display: inline-block;
  padding-bottom: 32px;
}

.cms-landing-arzag .heading .title {
  font-size: 31px;
  font-weight: 500;
  line-height: 1.1;
  color: #333333;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Tajawal;
}

.cms-landing-arzag .heading .underlined {
  height: 5px;
  background-color: #dd0f4e;
  border-radius: 2.5px;
}

.cms-landing-arzag .top-block {
  text-align: right;
  color: #333333;
  font-weight: 500;
}

.cms-landing-arzag .top-block .box-content {
  padding-top: 10px;
  padding-bottom: 48px;
}

.cms-landing-arzag .top-block .col_12 {
  background: url(../images/landing/arzag-landing-image.png) left top no-repeat;
  min-height: 440px;
}

.cms-landing-arzag .top-block .col_12 .text {
  padding-top: 95px;
  padding-bottom: 84px;
}

.cms-landing-arzag .top-block .col_12 .text > div {
  border-right: solid 10px #dd0f4e;
  padding-right: 25px;
  line-height: 1.6;
  font-size: 31px;
}

@media (max-width: 1199.98px) {
  .cms-landing-arzag .top-block .col_12 .text > div {
    -webkit-text-size-adjust: none;
    border-right: solid 8px #dd0f4e;
    max-width: 375px;
    margin: 0 auto;
    padding-right: 14px;
    padding-top: 14px;
  }
}

.cms-landing-arzag .top-block .col_12 .text .top {
  padding-bottom: 10px;
  padding-top: 15px;
}

.cms-landing-arzag .top-block .col_12 .text .top span {
  color: #ed5e59;
}

@media (max-width: 1199.98px) {
  .cms-landing-arzag .top-block .col_12 .text .top {
    padding-bottom: 0;
    margin-bottom: 10px;
    font-size: 22px;
  }
}

.cms-landing-arzag .top-block .col_12 .text .bottom {
  margin-top: 16px;
  font-size: 20px;
  color: #8d8d8d;
}

@media (max-width: 1199.98px) {
  .cms-landing-arzag .top-block .col_12 .text .bottom {
    font-size: 18px;
  }
}

@media (max-width: 1199.98px) {
  .cms-landing-arzag .top-block .col_12 .text {
    padding-top: 30px;
    padding-bottom: 90px;
  }
}

.cms-landing-arzag .top-block .col_12 .download-buttons .hand {
  font-size: 26px;
  line-height: 1.15;
  background: url(../images/landing/hand.svg) right top no-repeat;
  padding-right: 33px;
}

.cms-landing-arzag .top-block .col_12 .landing-install-buttons {
  margin: 0;
  padding-top: 16px;
}

@media (max-width: 1199.98px) {
  .cms-landing-arzag .top-block .col_12 {
    background-image: none;
    padding-top: 0;
  }
  .cms-landing-arzag .top-block .col_12 .inner {
    background: url(../images/landing/arzag-landing-image-mobile.png) center top no-repeat;
    padding-top: 246px;
  }
  .cms-landing-arzag .top-block .col_12 .inner .download-buttons {
    max-width: 375px;
    margin: 0 auto;
  }
  .cms-landing-arzag .top-block .col_12 .inner .download-buttons .hand {
    padding-right: 0;
    padding-bottom: 49px;
    background-position: bottom center;
    text-align: center;
  }
  .cms-landing-arzag .top-block .col_12 .inner .landing-install-buttons {
    margin: 0 auto;
    padding-top: 16px;
  }
}

@media (max-width: 1199.98px) {
  .cms-landing-arzag .top-block .box-content {
    padding-top: 0;
  }
}

.cms-landing-arzag .app-features-block {
  background-color: #fcfafa;
  padding: 28px 0 48px 0;
}

@media (max-width: 1199.98px) {
  .cms-landing-arzag .app-features-block {
    padding-top: 28px;
  }
}

.cms-landing-arzag .app-features-block .box-main {
  background: url(../images/landing/arzag-landing-screens.png) left top no-repeat;
  min-height: 612px;
}

@media (max-width: 1199.98px) {
  .cms-landing-arzag .app-features-block .box-main {
    background-image: none;
  }
}

.cms-landing-arzag .app-features-block .box-content {
  padding-bottom: 0;
}

.cms-landing-arzag .app-features-block .box-content .heading {
  padding-bottom: 20px;
}

@media (max-width: 1199.98px) {
  .cms-landing-arzag .app-features-block .box-content .heading {
    padding-bottom: 0;
  }
}

.cms-landing-arzag .app-features-block ul {
  padding-top: 80px;
}

@media (max-width: 1199.98px) {
  .cms-landing-arzag .app-features-block ul {
    /* padding-bottom: 30px;*/
    padding-top: 0;
    background: url(../images/landing/arzag-landing-screens-mobile.png) center bottom no-repeat;
    padding-bottom: 469px;
  }
}

.cms-landing-arzag .app-features-block ul li {
  min-height: 116px;
  text-align: right;
  display: flex;
  align-items: center;
  padding-top: 34px;
}

@media (max-width: 1199.98px) {
  .cms-landing-arzag .app-features-block ul li {
    flex-direction: column;
    text-align: center;
    padding-top: 32px;
  }
}

.cms-landing-arzag .app-features-block ul li > div {
  padding-right: 16px;
  line-height: 1.3;
}

.cms-landing-arzag .app-features-block ul li div {
  font-size: 16px;
  color: #707070;
  max-width: 350px;
}

.cms-landing-arzag .app-features-block ul li .note {
  padding-bottom: 5px;
  font-size: 22px;
  color: #333333;
}

@media (max-width: 1199.98px) {
  .cms-landing-arzag .app-features-block ul li img {
    padding-bottom: 16px;
  }
}

.cms-landing-arzag .why-block {
  background-color: #fcfafa;
}

.cms-landing-arzag .why-block .box-content {
  padding-top: 48px;
}

@media (max-width: 1199.98px) {
  .cms-landing-arzag .why-block .box-content {
    padding-bottom: 18px;
  }
}

.cms-landing-arzag .why-block ul {
  display: flex;
  justify-content: space-between;
  padding: 0 75px 1px;
}

.cms-landing-arzag .why-block ul li {
  max-width: 285px;
}

.cms-landing-arzag .why-block ul li img {
  max-width: 179px;
}

.cms-landing-arzag .why-block ul li div {
  font-size: 16px;
  line-height: 1.38;
  color: #707070;
}

.cms-landing-arzag .why-block ul li div.bold {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.36;
  color: #333333;
  padding-bottom: 14px;
}

@media (max-width: 1199.98px) {
  .cms-landing-arzag .why-block ul li {
    padding-bottom: 32px;
  }
}

@media (max-width: 1199.98px) {
  .cms-landing-arzag .why-block ul {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
}

.cms-landing-arzag .why-block-second {
  text-align: right;
  font-weight: 500;
  color: #ed5e59;
  position: relative;
  padding: 28px 0;
}

.cms-landing-arzag .why-block-second .col_12 > img {
  position: absolute;
  top: -64px;
  right: -20px;
}

@media (max-width: 1199.98px) {
  .cms-landing-arzag .why-block-second .col_12 > img {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 auto;
    display: block;
    margin-top: -24px;
  }
}

.cms-landing-arzag .why-block-second .col_12 > div,
.cms-landing-arzag .why-block-second .col_12 > h3 {
  padding-right: 390px;
}

@media (max-width: 1199.98px) {
  .cms-landing-arzag .why-block-second .col_12 > div,
  .cms-landing-arzag .why-block-second .col_12 > h3 {
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    max-width: 382px;
    margin: 0 auto;
  }
}

.cms-landing-arzag .why-block-second .col_12 .red {
  font-size: 23px;
  line-height: 1;
}

@media (max-width: 1199.98px) {
  .cms-landing-arzag .why-block-second .col_12 .red {
    padding-top: 14px;
  }
}

.cms-landing-arzag .why-block-second .col_12 h3.title {
  font-size: 55px;
  line-height: 1.3;
  color: #333333;
  margin-top: 15px;
  font-weight: 500;
  font-family: Tajawal, "gess", sans-serif;
}

@media (max-width: 1199.98px) {
  .cms-landing-arzag .why-block-second .col_12 h3.title {
    font-size: 33px;
    padding-top: 9px;
  }
}

.cms-landing-arzag .why-block-second .col_12 .list .inner {
  font-size: 17px;
  line-height: 1.35;
  padding: 7px 19px 8px 20px;
  border-radius: 10px;
  background-color: #fdeeed;
  max-width: 815px;
}

@media (max-width: 1199.98px) {
  .cms-landing-arzag .why-block-second .col_12 .list {
    padding-top: 24px;
  }
}

.cms-landing-arzag .why-block-second .col_12 .last {
  font-size: 19px;
  line-height: 1.3;
  color: #707070;
  margin-top: 16px;
}

@media (max-width: 1199.98px) {
  .cms-landing-arzag .why-block-second .col_12 .last {
    margin-top: 32px;
  }
}

.cms-landing-arzag .why-block-second .col_12 .landing-install-buttons {
  padding-top: 12px;
  padding-right: 0;
}

@media (max-width: 1199.98px) {
  .cms-landing-arzag .why-block-second .col_12 .landing-install-buttons {
    padding-top: 16px;
  }
}

@media (max-width: 1199.98px) {
  .cms-landing-arzag .why-block-second {
    padding-top: 0;
  }
  .cms-landing-arzag .why-block-second .box-content {
    padding-top: 0;
  }
}

.cms-landing-arzag .landing2-download-app .heading {
  padding: 28px 0;
}

.cms-landing-arzag .landing2-download-app .heading .title {
  padding-bottom: 8px;
}

.cms-landing-arzag .landing2-download-app .heading .hand {
  background: url(../images/landing/hand.svg) top center no-repeat;
  background-size: 40px 40px;
  height: 51px;
}

@media (max-width: 1199.98px) {
  .cms-landing-arzag .landing2-download-app .heading .hand {
    height: 45px;
    background-size: auto;
  }
}

/* social icons */
.landing-social-icons ul {
  display: flex;
  justify-content: space-between;
  width: 110px;
}

.landing-social-icons ul li {
  display: inline-block;
}

.landing-social-icons .icon-s {
  width: 20px;
  height: 20px;
  display: block;
}

.landing-social-icons .instagram {
  background-image: url(../images/landing/insta.svg);
}

.landing-social-icons .snapchat {
  background-image: url(../images/landing/snapchat.svg);
}

.landing-social-icons .facebook {
  background-image: url(../images/landing/facebook.svg);
}

.landing-social-icons .twitter {
  background-image: url(../images/landing/twitter.svg);
}

/* install buttons*/
.landing-install-buttons {
  display: flex;
  justify-content: space-between;
  max-width: 346px;
  margin: 0 auto;
}

.landing-install-buttons.center {
  justify-content: center;
}

.landing-install-buttons button {
  width: 163px;
  height: 44px;
  border-radius: 4.6px;
  background-image: linear-gradient(151deg, #ffb325 -51%, #ee5d37 4%, #dd004e 51%);
  position: relative;
}

.landing-install-buttons button a {
  width: 100%;
  display: block;
  padding: 10px 15px;
  height: 100%;
}

.landing-install-buttons button span {
  display: block;
  font-size: 12px;
  font-weight: 500;
  text-align: right;
  color: #f1f7fc;
  line-height: 1;
  padding-right: 34px;
}

.landing-install-buttons button span.bottom {
  font-size: 15px;
  font-weight: bold;
}

.landing-install-buttons button i {
  display: block;
  width: 31px;
  height: 31px;
  position: absolute;
  background-size: 31px 31px;
}

.landing-install-buttons button.ios i {
  top: 5px;
  right: 6px;
  background-image: url(../images/landing/appleinc-white.svg);
}

.landing-install-buttons button.android i {
  top: 7px;
  right: 6px;
  background-image: url(../images/landing/googleplay-white.svg);
}

/* footer */
.landing-footer {
  background-color: #ed5e59;
  color: #ffffff;
  border-top: solid 1px #d3d3d3;
  text-align: right;
  font-weight: 500;
}

.landing-footer a {
  color: #fff;
}

.landing-footer a:visited, .landing-footer a:hover {
  color: #fff;
}

.landing-footer .landing-social-icons {
  padding-bottom: 10px;
}

.landing-footer .landing-social-icons .instagram {
  background-image: url(../images/landing/insta-white.svg);
}

.landing-footer .landing-social-icons .snapchat {
  background-image: url(../images/landing/snapchat-white.svg);
}

.landing-footer .landing-social-icons .facebook {
  background-image: url(../images/landing/facebook-white.svg);
}

.landing-footer .landing-social-icons .twitter {
  background-image: url(../images/landing/twitter-white.svg);
}

.landing-footer .landing-social-icons ul {
  float: left;
  margin-left: 22.8%;
}

@media (max-width: 1199.98px) {
  .landing-footer .landing-social-icons ul {
    float: none;
    margin: 0 auto;
  }
}

@media (max-width: 1199.98px) {
  .landing-footer .landing-social-icons {
    padding-top: 25px;
    padding-bottom: 30px;
  }
}

.landing-footer .landing-install-buttons {
  margin: 0;
  padding-top: 19px;
}

.landing-footer .landing-install-buttons button {
  background-image: none;
  background-color: #fff;
}

.landing-footer .landing-install-buttons button span {
  color: #ed5e59;
}

.landing-footer .landing-install-buttons .ios i {
  background-image: url(../images/landing/appleinc.svg);
}

.landing-footer .landing-install-buttons .android i {
  background-image: url(../images/landing/googleplay.svg);
}

.landing-footer .landing-install-buttons.center {
  justify-content: space-between;
}

@media (max-width: 1199.98px) {
  .landing-footer .landing-install-buttons {
    margin: 0 auto;
  }
  .landing-footer .landing-install-buttons.center {
    justify-content: center;
  }
}

.landing-footer .title {
  font-size: 31px;
  line-height: 1.39;
}

.landing-footer .text {
  font-size: 12px;
  line-height: 1.33;
  padding-top: 14px;
  max-width: 272px;
}

@media (max-width: 1199.98px) {
  .landing-footer .text {
    max-width: 100%;
  }
}

.landing-footer .text-large {
  font-size: 16px;
  line-height: 1.38;
}

.landing-footer .phone {
  padding-top: 20px;
  background: url(../images/landing/mobile-alt.svg) right bottom no-repeat;
  line-height: 20px;
  padding-right: 24px;
  direction: ltr;
}

.landing-footer .whatsapp {
  padding-top: 15px;
  background: url(../images/landing/whatsapp.svg) right bottom no-repeat;
  line-height: 11px;
  padding-right: 24px;
  direction: ltr;
}

.landing-footer .email {
  padding-top: 15px;
  background: url(../images/landing/email.svg) right bottom no-repeat;
  padding-right: 24px;
  line-height: 10px;
}

.landing-footer .box-content {
  padding-top: 42px;
}

.landing-footer .bold {
  font-weight: bold;
}

.landing-footer .bold.text-large {
  padding-top: 9px;
}

.landing-footer div.mage-error {
  color: #fff;
  font-weight: bold;
}

.landing-footer .subscription > div {
  padding-top: 8px;
}

.landing-footer .subscription .text-large {
  padding-bottom: 8px;
  padding-top: 0;
}

.landing-footer .subscription .newsletter .control {
  position: relative;
  max-width: 460px;
}

.landing-footer .subscription.col_4 {
  padding-top: 45px;
}

.landing-footer .subscription input {
  max-width: 378px;
  height: 37px;
  padding: 5px 10px 0 90px;
  border-radius: 10px;
  border: solid 1px #ffffff;
  background-color: #d10800;
  opacity: 0.64;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.38;
  color: #f7f7f7;
}

.landing-footer .subscription input ::-webkit-input-placeholder,
.landing-footer .subscription input :-moz-placeholder,
.landing-footer .subscription input ::-moz-placeholder,
.landing-footer .subscription input :-ms-input-placeholder {
  color: #ddd;
}

.landing-footer .subscription input::placeholder {
  color: #dcdcdc;
}

.landing-footer .subscription button.subscribe {
  position: absolute;
  top: 0;
  left: 0;
  width: 104px;
  height: 37px;
  padding: 10px 9px 9px;
  border-radius: 10px;
  background: none #fff;
  z-index: 2;
}

.landing-footer .subscription button span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.38;
  color: #ed5e59;
}

@media (max-width: 1199.98px) {
  .landing-footer .subscription {
    order: 0;
  }
}

.landing-footer .contacts .logo-block {
  display: none;
}

@media (max-width: 1199.98px) {
  .landing-footer .contacts {
    order: 1;
    padding-top: 10px;
  }
  .landing-footer .contacts .logo-block {
    display: block;
  }
  .landing-footer .contacts .list {
    display: flex;
    justify-content: space-between;
  }
  .landing-footer .contacts .list > div {
    max-width: 33%;
    padding-top: 20px;
    line-height: 20px;
  }
  .landing-footer .contacts .list .email {
    background-position: right 22px;
  }
  .landing-footer .contacts .list .whatsapp {
    background-position: right 20px;
  }
  .landing-footer .contacts .title {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .landing-footer .box_row {
    flex-direction: column;
  }
  .landing-footer .download {
    order: 2;
    padding-top: 25px;
    text-align: center;
  }
  .landing-footer .download .logo-block {
    display: none;
  }
  .landing-footer .col_4 {
    max-width: 420px;
    margin: 0 auto;
  }
  .landing-footer .col_4.subscription {
    padding-top: 0;
  }
}

/* ============================================ *
 * Modules
 * ============================================ */
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 1190px;
  }
}

[data-content-type='row'][data-appearance='contained'] {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 1190px;
  }
}

@media (max-width: 991.98px) {
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
}

@media (max-width: 991.98px) {
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .pagebuilder-mobile-only {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
}

[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}

[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}

[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}

[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}

[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}

.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  padding: 30px;
  transition: background-color 500ms ease;
}

.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}

.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}

.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
}

.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  word-break: break-word;
}

@media (max-width: 991.98px) {
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
}

.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}

[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}

[data-content-type='map'] {
  height: 300px;
}

.pagebuilder-button-primary {
  color: #fff;
  background: linear-gradient(to right, #F06A4C, #FCAA7C);
  height: 40px;
  padding: 7.5px;
  transition: all 0.3s ease 0s;
}

.pagebuilder-button-primary:hover {
  color: #fff;
  background: #999;
  transition: all 0.3s ease 0s;
}

[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}

[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}

[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}

[data-content-type='slide'] {
  min-height: inherit;
  overflow: hidden;
}

[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}

[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}

.pagebuilder-slide-wrapper {
  border-radius: inherit;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  padding: 30px;
  transition: background-color 500ms ease;
}

.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}

.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}

.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
}

.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  word-break: break-word;
}

.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}

@media (max-width: 991.98px) {
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
}

div[data-content-type='slider'] {
  display: none;
}

div[data-content-type='slider'].slick-initialized {
  display: block;
  margin-bottom: 35px !important;
}

div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}

div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}

a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}

div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}

div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}

div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  border: 1px solid #ccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}

div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}

div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all .3s;
  vertical-align: middle;
  white-space: normal;
}

div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}

div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}

div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #ccc;
}

div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #fff;
  z-index: 19;
}

div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all .3s;
}

div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #ccc;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  min-height: inherit;
}

div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}

div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}

div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}

@media (max-width: 991.98px) {
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
}

div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}

div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}

div[data-content-type='video'] iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.cms-about-us .page-title-wrapper {
  text-align: center;
}

.cms-about-us .column.main .cms-content-important {
  font-size: 18px;
  padding: 30px;
  margin: 0;
  margin-bottom: 15px;
}

.cms-about-us .column.main p {
  text-align: start;
  padding: 15px;
  margin-bottom: 15px;
}

.cms-about-us .column.main li {
  text-align: start;
  padding-left: 15px;
}

.cms-about-us .column.main li:before {
  padding-right: 15px;
}

/* Catalog */
/* ============================================ *
 * Common
 * ============================================ */
/* ============================================ *
 * Category Toolbar
 * ============================================ */
/* ============================================ *
 * Add to cart
 * ============================================ */
.box-tocart .fieldset {
  display: flex;
  flex-direction: columns;
}

/* ============================================ *
 * compare product
 * ============================================ */
#product-comparison {
  border: 0.6px solid #F04F4C;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin: 30px auto;
  padding: 0 20px;
}

@media (min-width: 576px) {
  #product-comparison {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  #product-comparison {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  #product-comparison {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  #product-comparison {
    max-width: 1190px;
  }
}

@media (max-width: 1199.98px) {
  #product-comparison {
    display: block;
    overflow: auto;
  }
}

#product-comparison .product-item-name {
  display: block;
  padding: 15px 0;
}

#product-comparison .product-reviews-summary.short {
  display: flex;
}

#product-comparison .product-reviews-summary.short .reviews-actions {
  margin-top: 0;
}

#product-comparison .price-box.price-final_price {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
}

#product-comparison .secondary-addto-links.actions-secondary {
  padding-top: 5px;
}

#product-comparison .secondary-addto-links.actions-secondary .wishlist .label.action.split {
  margin-right: 15px;
  width: 135px;
}

#product-comparison .secondary-addto-links.actions-secondary .wishlist .label.action.split span {
  padding: 10px 15px;
}

#product-comparison .secondary-addto-links.actions-secondary .wishlist .xxxxxx {
  /*****add to button*****/
}

#product-comparison .secondary-addto-links.actions-secondary .wishlist .xxxxxx span {
  padding: 10px 15px;
}

#product-comparison .secondary-addto-links.actions-secondary a {
  color: #2f2ce0;
  font-size: 16px;
}

#product-comparison .cell.remove.product.hidden-print {
  padding: 10px;
}

#product-comparison .cell.remove.product.hidden-print a {
  font-size: 16px;
  color: #d10029;
}

#product-comparison th {
  border-bottom: none;
  padding: 10px;
}

#product-comparison td {
  border-bottom: none;
  max-width: 270px;
}

#product-comparison tr {
  border-bottom: 0.6px solid #F04F4C;
}

#product-comparison .cell.product.attribute {
  font-size: 16px;
}

#product-comparison .secondary-addto-links .wishlist ul.items {
  display: none;
}

#product-comparison .secondary-addto-links .wishlist.active ul.items {
  display: flex;
  justify-content: flex-start;
}

#product-comparison .secondary-addto-links .wishlist.active ul.items li.item {
  cursor: pointer;
  background: #f3f3f3;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 144px;
  text-align: center;
  font-weight: bold;
  margin: 10px 4px 0 0;
}

/* ============================================ *
 * General Price
 * ============================================ */
.price-box span {
  line-height: 1;
}

.price-box .price-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.price-box .price {
  color: #1C1D21;
  white-space: nowrap !important;
  font-size: 20px;
}

.price-box .special-price {
  display: block;
  color: #1C1D21;
}

.price-box .special-price .price {
  font-size: 20px;
}

.price-box .old-price {
  display: block;
}

.price-box .old-price .price {
  color: #ccc;
  font-size: 14px !important;
  text-decoration: line-through;
}

/* ============================================ *
 * Magento Swatches
 * ============================================ */
.swatch-opt {
  margin: 15px 0;
  padding: 15px 0;
  border-top: 0.6px solid #D5D5D5;
  border-bottom: 0.6px solid #D5D5D5;
}

input.swatch-input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.swatch-attribute {
  margin-bottom: 15px;
}

.swatch-attribute:last-child {
  margin-bottom: 0;
}

.swatch-attribute-label {
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
}

.swatch-attribute-selected-option {
  padding-left: 5px;
  font-weight: bold;
}

.swatch-attribute-options {
  display: flex;
  margin-top: 15px;
  flex-wrap: wrap;
}

.swatch-option {
  text-align: center;
  line-height: 35px;
  width: 35px;
  height: 35px;
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  border: 0.6px solid #D5D5D5;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
}

.swatch-option.selected {
  background-color: #F04F4C;
  border-color: #000;
}

.swatch-option:not(.disabled):hover {
  border-color: #1C1D21;
  color: #1C1D21;
}

.swatch-option.disabled {
  cursor: default;
}

.swatch-option.disabled:after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(-25% - 2px);
  width: 3px;
  height: calc(150% + 4px);
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
  background-color: #F04F4C;
}

.swatch-option-loading {
  content: url("../images/loader-2.gif");
}

.swatch-option-tooltip {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* ============================================ *
 * Related Swatches
 * ============================================ */
.related-swatches {
  overflow: hidden;
  padding: 15px 0;
  border-bottom: 0.6px solid #F04F4C;
}

.related-swatches .swatch-attribute {
  overflow: hidden;
  margin-bottom: 0;
}

.related-swatches li {
  text-align: center;
  line-height: 22px;
  width: 34px;
  height: 34px;
  padding: 5px;
}

.related-swatches li img {
  max-width: 100%;
}

/* ============================================ *
 * Layerd Nav
 * ============================================ */
.mobile-nav-header {
  display: none;
}

@media (max-width: 991.98px) {
  .mobile-nav-header {
    display: flex;
    justify-content: space-between;
    background: #d00;
    padding: 15px;
  }
  .filter-options-item .filter-options-content {
    /*

            transition: all 0.3s ease;
            display: block !important;
            position: fixed;
            top: 0;
            left: 100%;
            width: 100%;
            height: 100%;
            background: #fff;
            margin: 0;
            //padding: 30px;
            z-index: 9999;*/
  }
}

.page-layout-2columns-left .sidebar {
  z-index: 111;
}

@media (min-width: 992px) {
  .sidebar .filter {
    text-align: start;
  }
  .sidebar .filter-options {
    margin-top: 15px;
  }
  .sidebar .filter-options-title {
    cursor: pointer;
    display: block;
    border-bottom: 0.6px solid #D5D5D5;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .sidebar .filter-options-title:after {
    position: absolute;
    right: 0;
    top: 3px;
    font-family: 'bolt-icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
  }
  .sidebar .filter-options-title.active:after {
    font-family: 'bolt-icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
  }
  .sidebar .filter-options-content {
    overflow: hidden;
    transition: all 0.3s ease-out;
    position: relative;
  }
  .sidebar .filter-options-content:not(.active) {
    height: 0 !important;
  }
  .sidebar .filter-options-content.active {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .sidebar .filter-options-content .items {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .sidebar .filter-options-content .item a {
    display: block;
    margin-bottom: 10px;
  }
  .sidebar .filter-options-content .item .count {
    color: #F04F4C;
  }
  .sidebar .filter-options-content .item .count:before {
    content: "(";
  }
  .sidebar .filter-options-content .item .count:after {
    content: ")";
  }
  .sidebar .filter-options-content .item .filter-count-label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .sidebar .filter-options-content .swatch-attribute-options,
  .sidebar .filter-options-content .swatch-attribute {
    margin: 0;
  }
  .main .mana-filter-block-above-horizontal strong {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .main .filter-options {
    text-align: start;
  }
  .main .filter-options-item {
    display: inline-block;
    position: relative;
    z-index: 111;
  }
  .main .filter-options-item:not(:last-child) {
    margin-right: 16px;
  }
  .main .filter-options-title {
    border: 1px solid #F04F4C;
    min-width: 180px;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    border-radius: 25px;
    cursor: pointer;
    position: relative;
    z-index: 111;
  }
  .main .filter-options-title:after {
    font-family: 'bolt-icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: inline-block;
    margin-left: 4px;
    vertical-align: middle;
  }
  .main .filter-options-content {
    min-width: 276px;
    border-radius: 20px;
    position: absolute;
    top: calc(100% + 16px);
    left: calc(50% - 138px);
    display: none;
  }
  .main .filter-options-content.active {
    display: inline;
  }
  .main .filter-options-content .item {
    height: 53px;
    line-height: 53px;
    padding: 0 18px;
    background-color: #fff;
  }
  .main .filter-options-content .item:first-child {
    border-radius: 25px 25px 0 0;
  }
  .main .filter-options-content .item:last-child {
    border-radius: 0 0 25px 25px;
  }
  .main .filter-options-content .item a {
    padding-left: 23px;
    position: relative;
    line-height: 16px;
    display: inline-block;
  }
  .main .filter-options-content .item a:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    border: 1px solid #000;
    left: 0;
    top: 0;
    border-radius: 2px;
    background-color: #fff;
  }
  .main .filter-options-content .item a:after {
    position: absolute;
    content: "\2713";
    font-size: 13px;
    left: 3px;
    top: 0px;
    color: #fff;
    opacity: 0;
    z-index: 1;
  }
  .main .filter-options-content .item a:hover:before {
    background-color: #1C1D21;
  }
  .main .filter-options-content .item a:hover:after {
    opacity: 1;
  }
  .main .swatch-attribute.color {
    display: block;
    margin: 0;
    background-color: #fff;
    border-radius: 20px;
    padding: 15px 23px;
  }
  .main .swatch-attribute.color .swatch-attribute-options {
    margin: 0;
  }
  .main .swatch-attribute.color a {
    display: inline-block;
    margin: 0 10px 0 0;
  }
  .main .swatch-attribute.color .color {
    width: 28px;
    height: 28px;
    margin: 0;
  }
  .main .filter-current .items {
    text-align: start;
  }
  .main .filter-current .item {
    display: inline-block;
    padding: 2px 20px 0 4px;
    background-color: rgba(0, 0, 0, 0.11);
    border: 1px solid rgba(0, 0, 0, 0.11);
    position: relative;
    margin-right: 5px;
  }
  .main .filter-current .remove span {
    display: none;
  }
  .main .filter-current .remove:after {
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 4px;
    height: 100%;
    width: 16px;
    font-family: 'bolt-icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: inline-block;
    margin-left: 5px;
    background-color: rgba(0, 0, 0, 0.11);
    text-align: center;
  }
  .main .filter-actions {
    margin: 15px 0;
    text-align: start;
  }
  .page-wrapper.filter_hover {
    position: relative;
  }
  .page-wrapper.filter_hover:before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    z-index: 11;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.13);
  }
}

@media (max-width: 991.98px) {
  body.filter-active .page-wrapper {
    position: fixed;
    overflow: hidden;
    height: 100%;
    left: 0;
    top: 0;
  }
  .main .mana-filter-block {
    display: none;
  }
  .filter, .mana-filter-block {
    text-align: start;
  }
  .filter-content {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 1;
    visibility: hidden;
    transition: all 1s cubic-bezier(0.25, 0.1, 0, 1.01);
    transform: translate(-100%, 0);
    display: flex;
    flex-flow: column;
  }
  .filter-content.opened {
    transform: translate(0, 0);
  }
  .filter-content.active_bar {
    visibility: visible;
  }
  .filter-subtitle {
    display: block;
    position: relative;
    text-align: center;
    padding: 15px;
    border-bottom: 0.6px solid #F04F4C;
  }
  .filter-subtitle:after {
    content: var(--filter-title);
  }
  #sidebar_toggle_close {
    position: absolute;
    left: 15px;
    top: 15px;
    cursor: pointer;
  }
  .icon-close:after {
    font-family: 'bolt-icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
  }
  .filter-title {
    display: inline-block;
    padding: 4px;
    border: 0.6px solid #F04F4C;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
    cursor: pointer;
  }
  .filter-title strong {
    background-color: transparent;
    line-height: 20px;
    color: #1C1D21;
    display: inline-block;
    font-size: 12px;
  }
  .filter-title strong:hover {
    background-color: transparent;
    color: #1C1D21;
  }
  .filter-title:before {
    color: #1C1D21;
    font-size: 22px;
    vertical-align: top;
    display: inline-block;
    line-height: 22px;
    margin-right: 6px;
    font-family: 'bolt-icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
  }
  .filter-title.active {
    position: fixed;
    z-index: 11;
    top: 15px;
    left: 20px;
    border: none;
    font-size: 12px;
    line-height: 16px;
    padding: 0;
  }
  .filter-title.active:before {
    font-family: 'bolt-icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 18px;
  }
  .filter-title.active.back:before {
    font-family: 'bolt-icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
  }
  .filter-current {
    order: 1;
    padding: 20px 15px;
    border-bottom: 0.6px solid #F04F4C;
  }
  .filter-current .item {
    border: 0.6px solid #F04F4C;
    border-radius: 3px;
    display: inline-block;
    padding: 4px 6px;
  }
  .filter-current .item:not(:last-child) {
    margin-right: 10px;
  }
  .filter-current .filter-label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .filter-current .remove:before {
    color: #1C1D21;
    font-size: 13px;
    vertical-align: top;
    display: inline-block;
    line-height: 22px;
    margin-left: 4px;
    font-family: 'bolt-icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    top: 2px;
    position: relative;
  }
  .filter-current .remove span {
    display: none;
  }
  .filter-current-subtitle {
    margin-bottom: 15px;
    display: block;
  }
  .filter-current-subtitle:before {
    color: #1C1D21;
    font-size: 16px;
    vertical-align: top;
    display: inline-block;
    line-height: 22px;
    margin-right: 6px;
    font-family: 'bolt-icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
  }
  .filter-actions {
    order: 3;
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .filter-options {
    order: 4;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .filter-options .filter-options-title {
    padding: 20px 15px;
    transition: all 1s cubic-bezier(0.25, 0.1, 0, 1.01);
    transform: translate(0, 0);
    cursor: pointer;
    display: block;
    border-bottom: 0.6px solid #D5D5D5;
    position: relative;
  }
  .filter-options .filter-options-title:after {
    font-family: 'bolt-icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 18px;
    top: 21px;
    right: 17px;
    position: absolute;
  }
  .filter-options.active .filter-options-title {
    transform: translate(-100%, 0);
    opacity: 1;
    visibility: visible;
  }
  .filter-options .filter-options-content {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 11111;
    transform: translate(100%, 0);
    visibility: hidden;
    transition: all 1s cubic-bezier(0.25, 0.1, 0, 1.01);
    margin-top: 0;
  }
  .filter-options .filter-options-content.active {
    visibility: visible;
    transform: translate(0, 0);
  }
  .filter-options .filter-options-content .item {
    padding: 20px 15px;
    border-bottom: 0.6px solid #F04F4C;
    position: relative;
  }
  .filter-options .filter-options-content .item a {
    margin: 0;
  }
  .filter-options .filter-options-content .item:after {
    content: "";
    position: absolute;
    height: 16px;
    width: 16px;
    border: 1px solid #1C1D21;
    border-radius: 2px;
    right: 15px;
    top: 20px;
  }
  .filter-options .filter-options-content .item:before {
    position: absolute;
    content: "\2713";
    font-size: 13px;
    right: 18px;
    top: 19px;
    color: #fff;
    opacity: 0;
    z-index: 1;
  }
  .filter-options .filter-options-content .item:hover:after {
    background-color: #1C1D21;
  }
  .filter-options .filter-options-content .item:hover:before {
    opacity: 1;
  }
  .filter-options .swatch-attribute-options {
    padding: 10px;
    border: none;
    margin-top: 0;
  }
  .filter-options .color {
    width: auto;
    line-height: 40px;
    height: 40px;
    min-width: 40px;
    margin-bottom: 10px;
    padding: 0 10px;
    display: inline-block;
    margin-right: 10px;
  }
  .filter-options .text {
    width: auto;
    line-height: 40px;
    height: 40px;
    min-width: 40px;
    margin-bottom: 10px;
    padding: 0 10px;
    display: inline-block;
    margin-right: 10px;
  }
}

/* ============================================ *
 * Layerd Nav Top -- Mandev will be used in most project 
 * ============================================ */
/* ============================================ *
 * Catalogsearch result
 * ============================================ */
/* ============================================ *
 * Main Container
 * ============================================ */
.catalog-category-view .columns {
  margin-bottom: 60px;
}

/* ============================================ *
 * Category Top
 * ============================================ */
.category-view {
  text-align: start;
}

/* ============================================ *
 * Category Grid
 * ============================================ */
.products-grid li.product-item {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 50%;
  max-width: 50%;
  text-align: center;
}

@media (min-width: 768px) {
  .products-grid li.product-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 992px) {
  .products-grid li.product-item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

.products-grid li.product-item .product-item-info {
  padding-bottom: 30px;
}

.products-grid .product-item-photo .product-image-container {
  display: inline-block;
  max-width: 100%;
}

.products-grid .product-item-photo .product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.products-grid .product-item-photo .product-image-photo {
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
}

.products-grid .product-item-details .product-item-name {
  display: block;
  margin: 15px 0;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-weight: normal;
  word-wrap: break-word;
}

.products-grid .product-item-details .product-item-link {
  font-size: 16px;
  display: block;
}

@media (max-width: 1199.98px) {
  .products-grid .product-item-details .product-item-link {
    font-size: 12px;
    min-height: 50px;
  }
}

.products-grid .product-item-details .price-box {
  margin: 15px 0 30px;
}

@media (max-width: 1199.98px) {
  .products-grid .product-item-details .price-box {
    margin: 0;
  }
}

.products-grid .product-item-details .price {
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
}

.products-grid .product-items {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.products-grid .product-item-inner {
  display: block;
  padding: 10px 0;
}

.products-grid .product-item-inner .actions-primary {
  padding-bottom: 10px;
}

.products-grid .product-item-inner .action.towishlist:before {
  font-family: 'bolt-icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.products-grid .product-item-inner .action.towishlist span {
  font-size: 0;
}

.products-grid .split.wishlist {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.products-grid .split.wishlist.active ul.items {
  display: block;
}

.products-grid .split.wishlist button.split {
  width: 48%;
}

.products-grid .split.wishlist button.change {
  width: 46%;
  margin-left: auto;
}

.products-grid .split.wishlist span {
  font-size: 12px;
}

.products-grid .split.wishlist ul.items {
  display: none;
  width: 95%;
  background: #b7b5b5;
  z-index: 100;
  position: absolute;
  top: 100%;
}

.products-grid .split.wishlist li.item {
  margin: 0;
  line-height: 30px;
  padding: 2px 5px;
}

.products-grid .split.wishlist li.item:last-child {
  background: #000;
  color: #fff;
}

.products-grid .split.wishlist li.item:hover {
  opacity: 0.6;
  cursor: pointer;
}

/* ============================================ *
 * Product Page Layout
 * ============================================ */
.catalog-product-view .columns {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .catalog-product-view .columns {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .catalog-product-view .columns {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .catalog-product-view .columns {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .catalog-product-view .columns {
    max-width: 1190px;
  }
}

.catalog-product-view .column {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.catalog-product-view .product-info-main {
  order: 2;
  text-align: start;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .catalog-product-view .product-info-main {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    margin-left: 8.3333333333%;
  }
}

.catalog-product-view .product.media {
  order: 1;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .catalog-product-view .product.media {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.catalog-product-view .product.media .action-skip-wrapper {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.catalog-product-view .product.detailed {
  order: 3;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
}

.catalog-product-view .block.related {
  order: 4;
}

.catalog-product-view .block.upsell {
  order: 5;
}

/* ============================================ *
 * Product Page
 * ============================================ */
.product-info-main .page-title-wrapper h1 {
  margin-bottom: 15px;
}

.product-info-main .product-info-price .product.sku {
  display: flex;
  margin-bottom: 15px;
}

.product-info-main .product-info-price .product.sku strong {
  padding-right: 5px;
}

.product-info-main .product-info-price .product.sku strong:after {
  content: ":";
}

.product-info-main .product-reviews-summary {
  margin-bottom: 15px;
}

/* ============================================ *
 * ProductOptionsBottom
 * ============================================ */
.qty-block {
  margin-bottom: 20px;
}

.qty-block .qty {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}

.qty-block label {
  font-weight: bold;
  padding-right: 10px;
  font-size: 16px;
}

.qty-block .input-text {
  border: 1px solid #1C1D21;
  width: 30px;
  height: 30px;
  margin: 0;
}

.control .input-text.qty {
  height: 30px !important;
  width: 30px;
  margin: 0;
  text-align: center;
}

.box-tocart {
  display: flex;
  vertical-align: middle;
  align-items: center;
}

.box-tocart .qty-block {
  margin: 10px 10px 0 0;
}

.box-tocart .actions {
  display: flex;
  align-items: center;
  margin-right: auto;
  width: 100%;
}

.box-tocart .tocart span {
  font-weight: bold;
}

.box-tocart .towishlist {
  background: #f0f0f0;
  color: #1C1D21;
  height: 40px;
  line-height: 38px;
  width: 130px;
  font-weight: bold;
  text-align: center;
}

.product-addto-links {
  display: flex;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .product-addto-links {
    flex-direction: column;
  }
}

.product-addto-links a {
  background: #f3f3f3;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 144px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
}

/* ============================================ *
 * Add To Links
 * ============================================ */
.split.wishlist {
  position: relative;
  margin: 0 20px 10px 0;
}

.split.wishlist .action.toggle span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.split.wishlist .action.toggle:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #1C1D21;
  display: block;
  margin-left: 8px;
  margin-top: 3px;
}

.split.wishlist .action.toggle:before {
  border-left: 1px solid #666666;
  content: '';
  float: left;
  height: 15px;
}

.split.wishlist .action.toggle.active:after {
  background-color: #f00;
}

.split.wishlist.active ul.items {
  display: block;
}

.split.wishlist ul.items {
  background: #F04F4C;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  position: absolute;
  z-index: 999;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  top: 35px;
  display: none;
}

.split.wishlist ul.items:before, .split.wishlist ul.items:after {
  content: "";
  position: absolute;
  left: 9px;
  width: 0;
  height: 0;
  display: block;
}

.split.wishlist ul.items:before {
  top: -9px;
  z-index: 99;
  border: 6px solid;
  border-color: transparent transparent #F04F4C;
}

.split.wishlist ul.items:after {
  top: -14px;
  z-index: 98;
  border: 7px solid;
  border-color: transparent transparent #bbb;
}

.split.wishlist li {
  padding: 5px 5px 5px 23px;
}

.split.wishlist li:hover {
  background: #e8e8e8;
  cursor: pointer;
}

/* ============================================ *
 * Description
 * ============================================ */
.product-bottom {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .product-bottom {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .product-bottom {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .product-bottom {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .product-bottom {
    max-width: 1190px;
  }
}

.product-bottom .product-description {
  display: flex;
  width: 40%;
  margin-left: auto;
  margin-bottom: 40px;
  position: relative;
  text-align: start;
  padding: 70px 20px 50px;
  background: #f3f3f3;
}

@media (max-width: 991.98px) {
  .product-bottom .product-description {
    width: 100%;
  }
}

.product-bottom .product-description:before {
  display: block;
  content: "Description";
  font-size: 18px;
  font-weight: bold;
  text-align: start;
  text-decoration: underline;
  position: absolute;
  top: 20px;
  left: 20px;
  right: 0;
}

/* ============================================ *
 * Social Links
 * ============================================ */
.product-social-links {
  padding: 15px 0;
}

/* ============================================ *
 * Product Image and gallery
 * ============================================ */
.fotorama__thumb-border {
  border: 0.6px solid #F04F4C !important;
}

.fotorama__stage__frame .fotorama__img {
  top: 0;
  left: 0;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
}

/* ============================================ *
 * Product bottom tabs
 * ============================================ */
/* ============================================ *
 * Upsell Products
 * ============================================ */
.block.upsell {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding: 45px 0;
}

@media (min-width: 576px) {
  .block.upsell {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .block.upsell {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .block.upsell {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .block.upsell {
    max-width: 1190px;
  }
}

.block.upsell::after {
  display: block;
  clear: both;
  content: "";
}

.block.upsell .block-title {
  font-size: 18px;
  margin-bottom: 15px;
}

.block.upsell .block-title strong {
  font-weight: normal;
}

.block.upsell ol {
  padding: 0 30px;
  position: relative;
}

.block.upsell li.item {
  display: block !important;
}

.block.upsell li.item .product-item-name {
  display: block;
  margin-bottom: 15px;
}

.block.upsell li.item .price-box .special-price {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .block.upsell li.item .price-box .special-price {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 991.98px) {
  .block.upsell li.item .price-box .special-price {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .block.upsell li.item .price-box .special-price {
    text-align: right;
  }
}

.block.upsell li.item .price-box .old-price {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .block.upsell li.item .price-box .old-price {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 991.98px) {
  .block.upsell li.item .price-box .old-price {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .block.upsell li.item .price-box .old-price {
    text-align: start;
  }
}

/* ============================================ *
 * page-product-grouped
 * ============================================ */
.page-product-grouped .data.table.grouped {
  margin-bottom: 20px;
}

.page-product-grouped .data.table tr {
  background: #f3f3f3;
}

.page-product-grouped .data.table th {
  background: #000;
  color: #fff;
  padding: 0 0 0 10px;
  height: 30px;
  line-height: 30px;
}

.page-product-grouped .data.table th.qty, .page-product-grouped .data.table th .price {
  text-align: center;
}

.page-product-grouped .data.table td.price, .page-product-grouped .data.table td .product-item-name {
  line-height: 30px;
}

/* ============================================ *
 * page-product-bundle
 * ============================================ */
/*.page-product-bundle {
  .field.required {
    width: 40%;
    margin-left: auto;
    .label {
      padding: 0 20px;
      background: #f7f7f7;
      height: 30px;
      line-height: 30px;
    }
  }
  .field.choice {
    display: flex;
    .radio {
      width: 4%;
      margin: 0  20px 0 0;
      height: 55px;
    }
  }
  .block-bundle-summary {
    margin-left: auto;
    width: 40%;
    .title {
      margin: 10px 0;
      background: #f7f7f7;
      padding: 10px 0;
    }
  }
  .box-tocart {
    width: 50%;
    float: left;
  }
  .price-box.price-configured_price {
    text-align: start;
  }  
  .bundle-summary {
    text-align: start;
    margin: 20px 0;
  }
  ul.bundle.items {
    width: 50%;
    margin-left:  auto;
  }

}*/
.bundle-options-container .product-options-wrapper .fieldset > .field:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.bundle-options-container .product-add-form .product-options-wrapper .field .control {
  width: 80%;
  text-align: start;
}

.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}

.bundle-options-container .bundle-options-wrapper, .bundle-options-container .product-options-wrapper {
  float: left;
  width: 57%;
}

@media (max-width: 991.98px) {
  .bundle-options-container .bundle-options-wrapper, .bundle-options-container .product-options-wrapper {
    width: 100%;
  }
}

.bundle-options-container .bundle-options-wrapper .field.choice input, .bundle-options-container .product-options-wrapper .field.choice input {
  float: left;
  width: 5%;
  margin: 0;
  height: auto;
  margin-right: 10px;
  display: block;
}

.bundle-options-container .legend.title {
  font-size: 40px;
}

.nested.options-list {
  padding-top: 0;
}

.field.qty.qty-holder {
  display: flex;
  justify-content: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid #ababab;
}

.field.qty.qty-holder .label {
  width: 5%;
  margin: 0;
}

p.required {
  display: none;
}

.bundle-options-container .block-bundle-summary {
  float: right;
  padding: 10px 20px;
  position: relative;
  width: 40%;
}

@media (max-width: 991.98px) {
  .bundle-options-container .block-bundle-summary {
    width: 100%;
    padding: 0;
  }
}

.bundle-options-container .block-bundle-summary > .title, .bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  border-bottom: 1px #e4e4e4 solid;
  margin-bottom: 25px;
  padding-bottom: 16px;
  text-align: start;
  font-size: 20px;
}

.bundle-options-container .product-image-container {
  text-align: start;
  width: 100%;
  display: block;
  clear: both;
}

.bundle-options-container .bundle-info {
  width: 50%;
}

.bundle-options-container .product-details strong, .bundle-options-container .product-details p {
  text-align: start;
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
}

.bundle-options-container p.price-as-configured {
  font-size: 30px;
  font-weight: bold;
  padding: 20px 0;
}

.bundle-summary {
  text-align: start;
}

@media (max-width: 1199.98px) {
  .bundle-summary {
    margin-bottom: 20px;
  }
}

.bundle-summary .subtitle {
  padding: 10px 0;
  border-bottom: 1px solid #000;
  display: block;
}

.bundle-summary .bundle.items li {
  margin-bottom: 10px;
}

.fieldset-bundle-options {
  text-align: start;
}

.fieldset-bundle-options .customization {
  text-align: start;
  margin-bottom: 20px;
}

/*********creat wishlist*******/
.catalog-product-view .wishlist.popup.active {
  position: fixed;
  top: 30px;
  left: 95px;
  right: 95px;
  background: #e6e6e6;
  z-index: 999;
}

.catalog-product-view .wishlist.popup.active .popup-actions {
  position: absolute;
  right: 20px;
  top: 10px;
}

.catalog-product-view .wishlist.popup.active .popup-actions span {
  color: #fff;
}

.catalog-product-view .wishlist.popup.active .popup-header {
  display: block;
  margin: 20px 0;
}

.catalog-product-view .wishlist.popup.active .popup-header span {
  font-size: 18px;
}

.catalog-product-view .wishlist.popup.active .field.name {
  display: block;
  padding: 0 20px;
  width: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
}

.catalog-product-view .wishlist.popup.active .field.name .label {
  width: auto;
  padding-right: 15px;
}

.catalog-product-view .wishlist.popup.active .field.name .control {
  width: 441px;
}

.catalog-product-view .wishlist.popup.active .field.choice {
  margin: 015px auto;
  width: 113px;
  display: flex;
  align-items: center;
}

.catalog-product-view .wishlist.popup.active .field.choice input#wishlist-public {
  width: 20%;
}

.catalog-product-view .wishlist.popup.active .field.choice .label {
  margin: 0;
  padding-left: 5px;
}

.catalog-product-view .wishlist.popup.active .actions-toolbar {
  display: flex;
  margin: 0 auto 20px;
  align-items: center;
  text-align: center;
  width: 20%;
}

.catalog-product-view .wishlist.popup.active .actions-toolbar .primary {
  margin: 0;
}

.catalog-product-view .wishlist.popup.active .actions-toolbar .secondary {
  height: 40px;
  background: #000;
  margin-left: 40px;
}

.catalog-product-view .wishlist.popup.active .actions-toolbar .secondary:hover {
  background: #999;
}

.catalog-product-view .wishlist.popup.active .actions-toolbar .secondary span {
  padding: 13px 30px;
  color: #fff;
}

/* customer */
/**

0- Login and Register Page ---- DONE
0- Deafult Forget Password ---- DONE
0- Deafult account pages ---- DONE
0- Account Nav block ---- DONE



01- Account Dashboard ---- DONE -- EMPTY
02- Account My Orders ---- DONE
    2a- Account Order View Page ---- DONE
    2b- Account Order Print Page ---- DONE

03- Account Order by SKU ---- DONE
04- Account My Wishlist ---- DONE add new list not working
05- Account Address Book and Address Form ---- DONE
06- Account Information ---- DONE
    6a- Account 2 columns form mixin
07- Account Gift Card  -- EMPTY
08- Account Reward Points  -- EMPTY
09- Account Gift Registry
10- Account My Product Reviews
11- Account Newsletter Subscriptions ---- DONE
12- Account My Invitations ---- DONE

13- Account Logout Success

**/
/* ============================================ *
 * Login and Register Page ---- DONE
 * ============================================ */
@media (max-width: 991.98px) {
  .page-wrapper {
    overflow-x: hidden;
  }
}

.login-container {
  min-height: 100vh;
  display: flex;
  align-items: center;
  align-content: center;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .login-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .login-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .login-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .login-container {
    max-width: 1190px;
  }
}

@media (min-width: 992px) {
  .login-container {
    padding-top: 25px;
    padding-bottom: 100px;
  }
}

@media (max-width: 991.98px) {
  .login-container {
    padding-top: 0px;
    padding-bottom: 47px;
    padding-right: 0;
    padding-left: 0;
  }
}

.login-container .page-title-wrapper {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.login-container .page-title-wrapper .page-title {
  text-align: center;
}

.login-container .login-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.login-container .form {
  width: 100%;
}

.login-container .actions-toolbar {
  margin-top: 55px;
  display: block;
  text-align: right;
  overflow: hidden;
}

.login-container .actions-toolbar .primary {
  margin-bottom: 0;
}

.login-container .actions-toolbar .primary button {
  width: 100%;
  margin-bottom: 0;
}

.login-container .actions-toolbar .secondary {
  margin-top: 9px;
  text-align: center;
}

.block-customer-form {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .block-customer-form {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .block-customer-form {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .block-customer-form {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .block-customer-form {
    max-width: 1190px;
  }
}

.block-customer-form .block-content {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  background: #FFFFFF;
}

@media (min-width: 992px) {
  .block-customer-form .block-content {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
  }
}

.block-customer-form h2 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 47px;
  font-weight: bold;
  margin-top: 34px;
}

@media (max-width: 991.98px) {
  .block-customer-form h2 {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

.block-customer-form .customer_account_content {
  background: #FFEFE0;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

@media (min-width: 992px) {
  .block-customer-form .customer_account_content {
    border-radius: 0 10px 10px 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.block-customer-form .customer_account_content h2 {
  margin-bottom: 12px;
}

@media (max-width: 991.98px) {
  .block-customer-form .customer_account_content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.block-customer-form .customer_account_content p {
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: right;
  margin-top: 12px;
  line-height: 17px;
}

@media (max-width: 991.98px) {
  .block-customer-form .customer_account_content p {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

@media (min-width: 992px) {
  .block-customer-form .customer_account_content img {
    margin-top: 25px;
    margin-bottom: 50px;
  }
}

@media (max-width: 991.98px) {
  .block-customer-form .customer_account_content img {
    margin-top: 14px;
    margin-bottom: 14px;
    height: 114px;
  }
}

.block-customer-form .customer_account_content ul {
  display: block;
}

@media (min-width: 992px) {
  .block-customer-form .customer_account_content ul {
    padding-right: 12px;
  }
}

@media (max-width: 991.98px) {
  .block-customer-form .customer_account_content ul {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

.block-customer-form .customer_account_content li {
  position: relative;
  text-align: right;
  color: #1C1D21;
  margin-bottom: 5px;
}

.block-customer-form .customer_account_content li:before {
  content: "\2022";
  color: #F04F4C;
  font-weight: bold;
  display: inline-block;
  font-size: 38px;
  line-height: 12px;
  position: absolute;
  right: -20px;
  top: 10px;
}

.block-customer-form .customer_account_content li p {
  margin-top: 5px;
}

.block-customer-form .customer_account_form {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: right;
}

@media (min-width: 992px) {
  .block-customer-form .customer_account_form {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding-right: 56px;
    padding-left: 56px;
  }
}

@media (max-width: 991.98px) {
  .block-customer-form .customer_account_form {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.block-customer-form .customer_account_form .block-title {
  text-align: center;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 47px;
  font-weight: bold;
  margin-top: 34px;
  margin-bottom: 80px;
}

.block-customer-form .email .label,
.block-customer-form .password .label {
  color: #F04F4C;
  margin-bottom: 9px;
}

.block-customer-form .secondary {
  display: inline-block;
  width: 100%;
  padding: 0 8px;
  margin-top: 9px;
}

.block-customer-form .secondary .remind {
  float: right;
}

.block-customer-form .secondary .register {
  float: left;
}

@media (min-width: 992px) {
  .block-customer-form .logo {
    margin-bottom: 38px;
  }
}

@media (max-width: 991.98px) {
  .block-customer-form .logo {
    margin-bottom: 22px;
    display: inline-block;
    height: 93px;
  }
}

@media (min-width: 992px) {
  .block-customer-form .logo img {
    max-height: 119px;
  }
}

@media (max-width: 991.98px) {
  .block-customer-form .logo img {
    max-height: 93px;
  }
}

@media (min-width: 992px) {
  .wk-mp-login-header .logo {
    margin-bottom: 38px;
  }
}

@media (max-width: 991.98px) {
  .wk-mp-login-header .logo {
    margin-bottom: 22px;
    display: inline-block;
    height: 93px;
  }
}

@media (min-width: 992px) {
  .wk-mp-login-header .logo img {
    max-height: 119px;
  }
}

@media (max-width: 991.98px) {
  .wk-mp-login-header .logo img {
    max-height: 93px;
  }
}

.activation-modal #popup-modal {
  width: 447px;
  max-width: 100%;
  text-align: center;
}

.activation-modal .modal_image {
  margin-top: 27px;
  margin-bottom: 34px;
}

.activation-modal .inputs_group {
  display: inline-block;
  text-align: center;
}

.activation-modal .inputs_group input {
  height: 48px;
  width: 48px;
  border-radius: 10px;
  display: inline-block;
  font-size: 25px;
  font-size: 1.5625rem;
  color: #1C1D21;
  padding: 0;
  text-align: center;
}

.activation-modal .inputs_group input:not(:last-child) {
  margin-left: 13px;
}

.activation-modal p {
  margin-bottom: 20px;
}

.activation-modal p .active_code {
  font-weight: bold;
}

.activation-modal p a {
  font-weight: bold;
  text-decoration: underline;
  color: #434343;
}

.activation-modal .active_timer {
  margin-top: 50px;
}

.customer-account-create #wantptr {
  display: none !important;
}

/* ============================================ *
 * Deafult Forget Password ---- DONE
 * ============================================ */
.block-forgetpassword {
  margin: 0 auto;
}

.block-forgetpassword .note {
  text-align: center;
}

.block-forgetpassword .captcha-image {
  text-align: center;
  display: block;
  margin: 15px 0;
}

.block-forgetpassword .captcha-reload {
  margin-top: 15px;
}

@media (min-width: 992px) {
  .block-forgetpassword .captcha-reload {
    margin-top: 5px;
    margin-right: 10px;
  }
}

/* ============================================ *
 * Deafult account pages ---- DONE
 * ============================================ */
.account-pages {
  text-align: right;
}

.account-pages .page-main {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  text-align: right;
}

@media (min-width: 576px) {
  .account-pages .page-main {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .account-pages .page-main {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .account-pages .page-main {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .account-pages .page-main {
    max-width: 1190px;
  }
}

.account-pages .column.main {
  margin-bottom: 60px;
}

.account-pages .column.main a {
  color: #000;
  font-size: 12px;
}

.account-pages div[data-bind="scope: 'messages'"] {
  position: relative;
  z-index: 905;
  width: 100%;
}

.account-pages .page-title {
  margin-bottom: 30px;
}

@media (max-width: 991.98px) {
  .account-pages .page-title {
    margin-bottom: 15px;
  }
}

.account-pages .sidebar.sidebar-main {
  margin-bottom: 60px;
}

.account-pages .pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}

.account-pages .limiter {
  display: flex;
  align-items: center;
}

.account-pages .limiter select {
  height: 30px;
  margin: 0 10px;
}

.account-pages .limiter .limiter-text {
  white-space: nowrap;
}

.account-pages .block {
  margin-bottom: 60px;
}

.account-pages .block .block-title {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  color: inherit;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: normal;
  letter-spacing: 0.1px;
  font-family: "Cairo", sans-serif;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 0.6px solid #D5D5D5;
  line-height: 25px;
}

.account-pages .block .block-title strong {
  font-weight: normal;
}

.account-pages .block .block-title .action {
  float: right;
  font-size: 12px;
  text-decoration: underline;
}

.account-pages .block .block-content {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.account-pages .block .block-content .empty {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.account-pages .block .table-wrapper {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.account-pages .block .box {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .account-pages .block .box {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.account-pages .block .box-title {
  display: block;
  margin-bottom: 5px;
}

.account-pages .block .box-actions {
  display: block;
  margin-top: 15px;
}

.account-pages .block .box-actions a {
  color: #000;
  margin-right: 10px;
}

.account-pages .block .box-actions a span {
  text-decoration: underline;
}

.account-pages .block .box-actions a.change-password {
  text-decoration: underline;
}

.account-pages .actions-toolbar {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  flex-direction: column;
  margin: 30px 0;
}

@media (min-width: 992px) {
  .account-pages .actions-toolbar {
    flex-direction: row;
    justify-content: space-between;
  }
}

.account-pages .actions-toolbar .primary {
  order: 1;
}

@media (min-width: 992px) {
  .account-pages .actions-toolbar .primary {
    order: 2;
  }
}

.account-pages .actions-toolbar .secondary {
  order: 2;
  text-align: center;
}

@media (min-width: 992px) {
  .account-pages .actions-toolbar .secondary {
    order: 1;
    text-align: right;
  }
}

@media (max-width: 1199.98px) {
  .account-pages .actions-toolbar button {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media (max-width: 991.98px) {
  .account-pages thead th {
    display: none;
  }
  .account-pages tbody tr:nth-child(even) {
    border-top: 4px solid #D5D5D5;
  }
  .account-pages tbody td {
    display: block;
  }
  .account-pages tbody td:before {
    padding-right: 10px;
    content: attr(data-th) ": ";
    display: inline-block;
    font-weight: bold;
  }
  .account-pages tbody .rating-summary,
  .account-pages tbody ul {
    display: inline-block;
  }
}

/* ============================================ *
 * Account Nav block ---- DONE
 * ============================================ */
.account-nav {
  padding: 0;
  background-color: #fafafa;
}

.account-nav .account-nav-title {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.account-nav .account-nav-content .item {
  margin-bottom: 10px;
  position: relative;
}

.account-nav .account-nav-content a,
.account-nav .account-nav-content strong {
  font-weight: normal;
  color: #000;
}

.account-nav .account-nav-content a {
  color: #000;
}

.account-nav .current:before {
  font-family: 'bolt-icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.account-nav .delimiter {
  border-top: 0.6px solid #D5D5D5;
  display: block;
}

/* ============================================ *
 * Account Dashboard ---- DONE
 * ============================================ */
/* ============================================ *
 * Account My Orders ---- DONE
 * ============================================ */
.table-order-items .action.view {
  padding-right: 15px;
}

/* ============================================ *
 * Account Order View Page
 * ============================================ */
.orders-view-content .page-title-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.orders-view-content .page-title-wrapper h1 {
  flex: 100%;
}

.orders-view-content .order-actions-toolbar {
  width: auto;
  margin: 0;
}

.orders-view-content .order-actions-toolbar .action.print {
  margin-left: 15px;
}

.items.order-links {
  display: flex;
}

@media (max-width: 991.98px) {
  .items.order-links {
    flex-direction: column;
  }
}

.items.order-links li {
  float: left;
  border: 1px solid #F04F4C;
  border-bottom: 4px solid transparent;
  padding: 15px;
  margin: 0 -1px -1px 0;
}

@media (max-width: 991.98px) {
  .items.order-links li {
    margin-bottom: -2px;
  }
}

.items.order-links li.current {
  border-bottom-color: #F04F4C;
}

.items.order-links li a {
  font-size: 12px;
}

.order-details-items {
  border: 0.6px solid #D5D5D5;
  padding: 15px;
}

.order-details-items td.image-column {
  padding-left: 0;
}

.order-details-items td.image-column img {
  max-width: 90px;
}

.order-details-items td.qty {
  font-size: 12px;
}

.order-details-items td.qty li {
  display: block;
}

.order-details-items .item-options {
  font-size: 12px;
}

.order-details-items .item-options dt {
  float: right;
  margin-left: 5px;
}

.order-details-items .order-title {
  margin-bottom: 20px;
  border-bottom: 0.6px solid #D5D5D5;
  padding-bottom: 10px;
  display: none;
}

@media (max-width: 991.98px) {
  .order-details-items .order-title {
    width: auto;
    display: block;
  }
}

.block.block-order-details-view {
  margin: 60px 0;
  border: 0.6px solid #D5D5D5;
  padding: 30px 15px;
}

/* ============================================ *
 * Account Order Print Page -- DONE
 * ============================================ */
.sales-order-printcreditmemo .logo,
.account.sales-order-print .logo {
  max-width: 200px;
  margin: 30px 0 0;
}

.sales-order-printcreditmemo .order-status,
.sales-order-printcreditmemo .order-date,
.account.sales-order-print .order-status,
.account.sales-order-print .order-date {
  width: auto;
  display: inline-block;
}

.sales-order-printcreditmemo .order-details-items,
.account.sales-order-print .order-details-items {
  margin: 30px 0;
  padding-bottom: 30px;
}

.sales-order-printcreditmemo .order-details-items .actions-toolbar,
.account.sales-order-print .order-details-items .actions-toolbar {
  display: none;
}

.sales-order-printcreditmemo .order-details-items .actions-toolbar .action.back,
.account.sales-order-print .order-details-items .actions-toolbar .action.back {
  display: none;
}

/* ============================================ *
 * Account Order by SKU ---- DONE
 * ============================================ */
.block-addbysku .block-content {
  margin: 0 !important;
}

.block-addbysku .box-items .actions-toolbar {
  padding: 0;
  margin: 15px 0;
}

.block-addbysku .box-upload {
  background: #eee;
  padding: 30px !important;
}

.block-addbysku .box-upload .label {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  color: inherit;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: normal;
  letter-spacing: 0.1px;
  font-family: "Cairo", sans-serif;
}

.block-addbysku .box-upload .reset {
  margin-top: 15px;
}

.block-addbysku .box-upload .note {
  margin: 15px 0;
  display: block;
}

.block-addbysku .box-upload .note p {
  display: block;
}

.block-addbysku .actions-toolbar {
  padding: 0 15px;
}

.block-addbysku .form-addbysku {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.block-addbysku .field.sku {
  width: 60%;
  float: right;
  margin-left: 15px;
}

.block-addbysku .field.qty {
  width: 20%;
  float: right;
}

.block-addbysku .field.qty input {
  width: 100%;
}

.block-addbysku .remove {
  background: none;
  display: block;
}

.block-addbysku .remove:before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #F04F4C;
  display: block;
  margin-top: 15px;
  margin-right: 15px;
}

.block-addbysku .remove span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.block-addbysku .fieldset .fields {
  position: relative;
  clear: both;
}

.block-addbysku .fieldset .actions-toolbar {
  margin: 0;
  width: 15%;
  float: right;
  width: 10%;
}

/* ============================================ *
 * Account My Wishlist
 * ============================================ */
.wishlist-toolbar {
  margin-bottom: 30px;
  float: right;
  width: 100%;
}

.block-wishlist-management {
  margin-bottom: 30px;
  width: 100%;
  float: right;
}

.block-wishlist-management .wishlist-select {
  border-bottom: 0.6px solid #D5D5D5;
  margin-bottom: 15px;
  width: 100%;
  float: right;
}

.block-wishlist-management .wishlist-select .wishlist-name {
  display: block;
  width: 100%;
  padding-bottom: 15px;
  position: relative;
}

.block-wishlist-management .wishlist-select .wishlist-name:before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #F04F4C;
  display: block;
  left: 0;
  top: 4px;
  position: absolute;
}

@media (min-width: 992px) {
  .block-wishlist-management .wishlist-select .wishlist-name {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ' : ';
}

.block-wishlist-management .wishlist-select-items {
  float: right;
  width: 100%;
}

@media (max-width: 1199.98px) {
  .block-wishlist-management .wishlist-select-items {
    background: #eee;
    display: none;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
}

.block-wishlist-management .wishlist-select-items .item {
  float: right;
  padding: 10px 15px;
  margin-right: 10px;
  border-bottom: 4px solid transparent;
  bottom: -2px;
  position: relative;
}

@media (max-width: 1199.98px) {
  .block-wishlist-management .wishlist-select-items .item {
    margin: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 15px;
  }
}

.block-wishlist-management .wishlist-select-items .item.current {
  display: none;
}

@media (min-width: 992px) {
  .block-wishlist-management .wishlist-select-items .item.current {
    display: block;
    border-bottom-color: #F04F4C;
  }
}

.block-wishlist-management .wishlist-select-items .wishlist-add {
  float: left;
}

@media (min-width: 992px) {
  .block-wishlist-management .wishlist-select-items .wishlist-add {
    margin-right: 10px;
    margin-left: 0px;
  }
}

.block-wishlist-management .wishlist-title {
  margin-bottom: 15px;
}

.block-wishlist-management .wishlist-title strong {
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  color: inherit;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: normal;
  letter-spacing: 0.2px;
  font-family: "Cairo", sans-serif;
}

.block-wishlist-management .wishlist-info {
  display: inline-flex;
  float: right;
  font-size: 12px;
}

.block-wishlist-management .wishlist-info .wishlist-notice {
  margin-right: 15px;
}

.block-wishlist-management .wishlist-toolbar {
  display: inline-flex;
  float: right;
  font-size: 16px;
  margin-bottom: 0;
  width: auto;
}

@media (max-width: 1199.98px) {
  .block-wishlist-management .wishlist-toolbar {
    float: left;
    display: block;
    width: 100%;
    margin-top: 15px;
  }
}

.block-wishlist-management .wishlist-toolbar .wishlist-toolbar-select {
  margin-right: 15px;
}

@media (max-width: 1199.98px) {
  .block-wishlist-management .wishlist-toolbar .wishlist-toolbar-select {
    width: 100%;
    display: block;
    margin: 0;
  }
}

.block-wishlist-management .wishlist-toolbar .wishlist-toolbar-actions {
  display: flex;
}

@media (max-width: 1199.98px) {
  .block-wishlist-management .wishlist-toolbar .wishlist-toolbar-actions {
    width: 100%;
    justify-content: space-between;
    margin-top: 15px;
  }
}

.wishlist-dropdown {
  position: relative;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .wishlist-dropdown.move {
    margin-right: 15px;
  }
}

.wishlist-dropdown.active ul.dropdown {
  display: block;
}

.wishlist-dropdown .action.toggle {
  cursor: pointer;
  position: relative;
}

.wishlist-dropdown .action.toggle:before {
  font-family: 'bolt-icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.wishlist-dropdown .action.toggle.active:after {
  background-color: #f00;
}

.wishlist-dropdown ul.dropdown {
  background: #fff;
  border: 1px solid #F04F4C;
  margin-top: 5px;
  min-width: 200px;
  z-index: 100;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
}

.wishlist-dropdown ul.dropdown:before, .wishlist-dropdown ul.dropdown:after {
  content: "";
  position: absolute;
  right: auto;
  left: 9px;
  width: 0;
  height: 0;
  display: block;
}

.wishlist-dropdown ul.dropdown:before {
  top: -15px;
  z-index: 99;
  border: 8px solid;
  border-color: transparent transparent #fff;
}

.wishlist-dropdown ul.dropdown:after {
  top: -16px;
  z-index: 98;
  border: 8px solid;
  border-color: transparent transparent #F04F4C;
}

.wishlist-dropdown li {
  padding: 5px 15px;
  position: relative;
}

.wishlist-dropdown li:hover {
  background: #F04F4C;
  cursor: pointer;
}

.wishlist-dropdown li .new:after {
  font-family: 'bolt-icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.products-grid.wishlist {
  float: right;
  width: 100%;
}

.products-grid.wishlist li.product-item {
  text-align: start;
}

@media (max-width: 991.98px) {
  .products-grid.wishlist li.product-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.products-grid.wishlist .product-item-info {
  padding: 15px;
  margin: -15px;
  border: 1px solid transparent;
}

@media (min-width: 992px) {
  .products-grid.wishlist .product-item-info:hover {
    background: #fff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.25);
    border: 0.6px solid #D5D5D5;
    position: relative;
    z-index: 2;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    background: #fff;
    border: 0.6px solid #D5D5D5;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.25);
    border-top: none;
    display: block;
  }
}

@media (min-width: 992px) {
  .products-grid.wishlist .product-item-info .product-item-inner {
    position: absolute;
    display: none;
    left: -1px;
    right: -1px;
    z-index: 2;
    padding: 15px;
    border: 1px solid transparent;
  }
}

.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 15px;
  text-align: center;
}

.products-grid.wishlist .product-item-checkbox {
  margin: 2px 5px 0 0;
  float: right;
}

.products-grid.wishlist .product-reviews-summary {
  display: flex;
  margin-bottom: 15px;
}

.products-grid.wishlist .reviews-actions {
  margin-top: 0;
}

.products-grid.wishlist .price-box {
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0;
}

.products-grid.wishlist .tooltip dt {
  float: right;
  margin-left: 10px;
}

.products-grid.wishlist .comment-box label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.products-grid.wishlist .comment-box .product-item-comment {
  min-width: inherit;
}

.products-grid.wishlist .fieldset {
  display: block;
  margin: 10px 0;
  width: 100%;
}

.products-grid.wishlist .fieldset .field.qty {
  float: right;
  width: 40%;
}

.products-grid.wishlist .fieldset .product-item-actions {
  float: left;
  width: 60%;
  padding-right: 10px;
  margin-top: 19px;
  text-align: left;
}

.products-grid.wishlist .fieldset .product-item-actions .actions-primary {
  padding: 0;
}

.products-grid.wishlist .box-tocart .tocart span {
  font-size: 10px;
}

.products-grid.wishlist .quantity-wrap {
  justify-content: flex-start;
}

.products-grid.wishlist .action.edit {
  display: block;
  margin-bottom: 10px;
}

.products-grid.wishlist .btn-remove {
  float: right;
}

.products-grid.wishlist .btn-remove,
.products-grid.wishlist .edit {
  margin-top: 5px;
}

.products-grid.wishlist .giftregisty-dropdown {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.products-grid.wishlist ul.dropdown:before, .products-grid.wishlist ul.dropdown:after {
  right: 15px;
  left: auto;
}

.form-wishlist-items .actions-toolbar {
  float: right;
  width: 100%;
}

.form-wishlist-items .actions-toolbar a.action.back span,
.form-wishlist-items .actions-toolbar .primary button span {
  font-size: 12px;
}

.wishlist.window.popup {
  bottom: 0;
  right: 0;
  min-width: 0;
  position: fixed;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
  margin: 60px auto;
  width: 70%;
  max-width: 550px;
  height: 250px;
  padding: 30px;
}

.wishlist.window.popup.active {
  z-index: 999 !important;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  background: #fff;
  padding: 15px;
}

.wishlist.window.popup .field {
  text-align: right;
}

.wishlist.window.popup .popup-actions {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9999s;
}

.wishlist.window.popup .popup-actions span {
  background: none;
  border: 0;
  line-height: inherit;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.wishlist.window.popup .popup-actions span:before {
  font-family: 'bolt-icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 18px;
  color: #000;
}

.wishlist.window.popup .popup-header {
  flex: 1;
  padding: 0 15px 15px;
  position: relative;
}

.wishlist.window.popup .popup-header .title {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  color: inherit;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: normal;
  letter-spacing: 0.2px;
  font-family: "Cairo", sans-serif;
}

.wishlist.window.popup .actions-toolbar {
  margin-top: auto;
}

.wishlist.window.popup .actions-toolbar .primary {
  display: inline-block;
}

.wishlist.window.popup .actions-toolbar .secondary {
  display: inline-block;
}

.wishlist.overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  right: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 990 !important;
}

/* ============================================ *
 * Address Book and Address Form ---- DONE
 * ============================================ */
.form-address-edit {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.form-address-edit .fieldset {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .form-address-edit .fieldset {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.form-address-edit .fieldset .legend {
  float: right;
}

.form-address-edit .fieldset .field {
  float: right;
  width: 100%;
  display: block;
  clear: both;
}

.form-address-edit .fieldset .nested {
  overflow: hidden;
  margin-top: 15px;
}

.form-address-edit .fieldset .nested div:last-child {
  margin-bottom: 0;
}

.form-address-edit .fieldset .message {
  clear: both;
  display: block;
}

.form-address-edit .actions-toolbar {
  padding: 0 15px;
}

/* ============================================ *
 * Account information
 * ============================================ */
.form-edit-account {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.form-edit-account .fieldset {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .form-edit-account .fieldset {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.form-edit-account .fieldset .legend {
  float: right;
}

.form-edit-account .fieldset .field {
  float: right;
  width: 100%;
  display: block;
  clear: both;
}

.form-edit-account .fieldset .nested {
  overflow: hidden;
  margin-top: 15px;
}

.form-edit-account .fieldset .nested div:last-child {
  margin-bottom: 0;
}

.form-edit-account .fieldset .message {
  clear: both;
  display: block;
}

.form-edit-account .actions-toolbar {
  padding: 0 15px;
}

/* ============================================ *
 * Account Gift Card
 * ============================================ */
/* ============================================ *
 * Account Reward Points
 * ============================================ */
.block-reward-history .block-content {
  padding: 0 15px;
}

/* ============================================ *
 * Account Gift Registry
 * ============================================ */
.magento_giftregistry-index-edit .giftregistry-type {
  width: 100%;
  padding: 15px 0;
}

.magento_giftregistry-index-edit br {
  display: none;
}

.magento_giftregistry-index-edit .field.date button {
  margin-top: 15px;
}

#registrant-container .actions-toolbar {
  margin: 0;
}

/* ============================================ *
 * Account MY product reviews
 * ============================================ */
.review-customer-view .product-name {
  font-size: 18px;
}

.review-customer-view .product-details {
  display: flex;
  margin-bottom: 50px;
}

.review-customer-view .rating-average-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.review-customer-view .product-reviews-summary {
  display: flex;
  margin: 10px 0;
}

.review-customer-view .reviews-actions {
  margin: 0;
}

.review-customer-view .review-details > div {
  margin-bottom: 10px;
}

.review-customer-view .title {
  border-bottom: 0.6px solid #D5D5D5;
  margin-bottom: 25px;
  padding-bottom: 10px;
  font-size: 18px;
}

/* ============================================ *
 * Account Newsletter Subscriptions
 * ============================================ */
/* ============================================ *
 * Account My Invitations
 * ============================================ */
.form-add-invitations .fields .actions-toolbar {
  width: 24%;
  float: right;
  display: inline-block;
  margin: 23px 0 0;
}

.form-add-invitations .fields .field {
  width: 74%;
  float: right;
}

.form-add-invitations .fields .remove {
  background: none;
  display: block;
}

.form-add-invitations .fields .remove:before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #F04F4C;
  display: block;
  margin-top: 15px;
  margin-right: 15px;
}

.form-add-invitations .fields .remove span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.form-add-invitations .actions-toolbar {
  margin: 0 0 30px;
}

/* ============================================ *
 * My Account
 * ============================================ */
.block-reviews-dashboard {
  margin: 15px 0;
}

.block-reviews-dashboard .item {
  margin: 15px 0;
}

/* ============================================ *
 * Account Logout Success
 * ============================================ */
.customer-account-logoutsuccess .page-main {
  text-align: center;
}

.customer-account-createpassword form.reset {
  width: 100%;
  max-width: 480px;
  margin: 0 auto 80px;
  text-align: right;
}

.customer-account-createpassword .page-title {
  text-align: center;
}

/* ============================================ *
 * Seller Login + Customer Registration Page
 * ============================================ */
body.marketplace-account-login, body.customer-account-create, body.developer-account-login {
  background: #fff;
  font-family: Tajawal, Poppins;
}

.marketplace-account-login .login-container, .customer-account-create .login-container, .developer-account-login .login-container, .developer-account-create .login-container {
  max-width: 100% !important;
  padding: 0;
  align-items: stretch;
  /* stretch children vertically */
  flex-direction: row-reverse;
}

.marketplace-account-login .wk-mp-page-wrapper, .customer-account-create .wk-mp-page-wrapper, .developer-account-login .wk-mp-page-wrapper, .developer-account-create .wk-mp-page-wrapper {
  margin-top: 0;
}

.marketplace-account-login .block-customer-login, .marketplace-account-login .block-customer-create, .customer-account-create .block-customer-login, .customer-account-create .block-customer-create, .developer-account-login .block-customer-login, .developer-account-login .block-customer-create, .developer-account-create .block-customer-login, .developer-account-create .block-customer-create {
  flex: 3;
  order: 2;
}

.seller-login-static {
  flex: 4;
  order: 1;
  background: #f9f9f9;
}

.seller-login-static .inner-flex {
  display: flex;
  align-items: center;
  height: 100%;
}

.seller-login-static .inner-content {
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 455px;
  max-height: 570px;
  margin: 0 auto;
  text-align: right;
}

.seller-login-static .inner-content .logo-right {
  background-image: url("../images/seller-login/sellers-logo.svg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 83px;
}

.seller-login-static .inner-content .image-right {
  width: 100%;
  display: block;
  height: 254px;
  margin-top: 30px;
  background-image: url("../images/seller-login/seller-login-image.svg");
  background-repeat: no-repeat;
}

.seller-login-static .inner-content h2 {
  color: #1C1D21;
  line-height: 40px;
  font-size: 30px;
  font-weight: 600;
  padding-top: 50px;
  font-family: Tajawal, Poppins;
}

.seller-login-static .inner-content p {
  color: #8F8282;
  line-height: 28px;
  font-size: 14px;
  padding-top: 10px;
}

@media (max-width: 1199.98px) {
  .seller-login-static {
    display: none;
  }
}

.block-customer-form .block-content {
  box-shadow: none;
  height: 100%;
  align-items: center;
}

.block-customer-form .block-content .customer_account_form {
  max-width: 360px;
  max-height: 350px;
  padding-right: 0;
  padding-left: 0;
  margin: 0 auto;
}

.block-customer-form .block-content .customer_account_form .block-title {
  margin-top: 0;
  margin-bottom: 15px;
}

.block-customer-form .block-content .customer_account_form .block-title h2 {
  color: #1C1D21;
  font-family: Tajawal, Poppins;
  font-weight: 600;
  font-size: 30px;
  margin: 0;
}

@media (max-width: 991.98px) {
  .block-customer-form .block-content .customer_account_form .block-title h2 {
    height: auto;
    width: auto;
    margin: 0;
    padding: 0;
    position: inherit;
  }
}

.block-customer-form .block-content .customer_account_form .fieldset .field input {
  font-size: 14px;
  padding-right: 17px;
  padding-left: 17px;
  height: 38px;
  border-color: #D4D7DF;
  box-shadow: none;
  color: #1C1D21;
  font-weight: bold;
  font-family: Tajawal, Poppins;
}

.block-customer-form .block-content .customer_account_form .fieldset .field input:focus {
  border-color: #1C1D21;
}

.block-customer-form .block-content .customer_account_form .fieldset .field input.mage-error {
  border-color: #FF808B;
}

.block-customer-form .block-content .customer_account_form .fieldset .field div.mage-error {
  color: #FF808B;
}

.block-customer-form .block-content .customer_account_form .fieldset .field label {
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
  color: #1C1D21;
}

.block-customer-form .block-content .customer_account_form .fieldset .field label:after {
  content: '';
}

.block-customer-form .form-actions .forgot-password a, .block-customer-form .form-actions .secondary a, .block-customer-form .actions-toolbar .forgot-password a, .block-customer-form .actions-toolbar .secondary a {
  color: #B80F0A;
  font-size: 12px;
}

.block-customer-form .form-actions .secondary, .block-customer-form .actions-toolbar .secondary {
  text-align: center;
}

.block-customer-form .form-actions .secondary a.register, .block-customer-form .actions-toolbar .secondary a.register {
  font-weight: bold;
  float: none;
  text-decoration: none;
}

/* ============================================ *
 * Customer Registration Page
 * ============================================ */
.block-customer-form .fieldset .field input {
  padding-right: 38px !important;
}

.block-customer-form .fieldset .field input::placeholder {
  color: rgba(28, 29, 33, 0.4);
}

.block-customer-form .fieldset .field input#lastname, .block-customer-form .fieldset .field input#firstname {
  background: url("../images/seller-register/icon-name.svg") center right 10px no-repeat;
}

.block-customer-form .fieldset .field input#email {
  background: url("../images/seller-register/icon-email.svg") center right 10px no-repeat;
}

.block-customer-form .fieldset .field input#shop_title {
  background: url("../images/seller-register/icon-business-name.svg") center right 10px no-repeat;
}

body.customer-account-create {
  overflow-x: hidden;
}

body.customer-account-create .page-wrapper {
  margin-top: 0;
}

body.customer-account-create .block-customer-form .error-messages-container {
  position: absolute;
  width: 90%;
  top: 5px;
  left: 5%;
}

body.customer-account-create .block-customer-form .error-messages-container .message-error {
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  background-color: rgba(184, 15, 10, 0.1);
}

body.customer-account-create .block-customer-form .success-messages-container {
  background-color: rgba(176, 176, 178, 0.6);
}

body.customer-account-create .block-customer-form .success-messages-container .inner {
  max-width: 621px;
  padding: 20px;
  margin: 0 auto;
}

body.customer-account-create .block-customer-form .success-messages-container .inner .container {
  min-width: 580px;
  min-height: 542px;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  padding: 59px 0;
}

@media (max-width: 767.98px) {
  body.customer-account-create .block-customer-form .success-messages-container .inner .container {
    min-width: auto;
  }
}

body.customer-account-create .block-customer-form .success-messages-container .inner .container > * {
  max-width: 420px;
  font-family: Tajawal, Poppins;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.116667px;
  margin-left: auto;
  margin-right: auto;
}

body.customer-account-create .block-customer-form .success-messages-container .inner .container h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1C1D21;
}

body.customer-account-create .block-customer-form .success-messages-container .inner .container .register-note {
  margin-top: 34px;
  font-size: 16px;
  line-height: 24px;
  color: #8F8282;
}

body.customer-account-create .block-customer-form .success-messages-container .inner .container .image-contianer {
  width: 301px;
  height: 202px;
  background: url("../images/seller-register/succes-image.svg") center center no-repeat;
  margin: 40px auto;
}

body.customer-account-create .block-customer-form .success-messages-container .inner .container .to-home button {
  min-width: 400px;
  background-color: #B80F0A;
  background-image: none;
  font-weight: bold;
  font-size: 14px;
  color: #FAFAFB;
  border-radius: 8px;
}

body.customer-account-create .block-customer-form .success-messages-container .inner .container .to-home button:hover {
  background-color: #d81120;
}

@media (max-width: 767.98px) {
  body.customer-account-create .block-customer-form .success-messages-container .inner .container .to-home button {
    min-width: auto;
  }
}

body.customer-account-create .block-customer-form .block-content {
  height: 100vh;
  box-shadow: none;
}

body.customer-account-create .block-customer-form .block-content .customer_account_form {
  max-height: inherit;
  margin-top: 30px;
}

body.customer-account-create .block-customer-form .block-content .customer_account_form .block-title h2 {
  font-size: 28px;
  line-height: 40px;
  /* identical to box height */
  letter-spacing: 0.116667px;
  text-align: right;
}

body.customer-account-create .block-customer-form .block-content .customer_account_form .register-note {
  font-size: 16px;
  line-height: 28px;
  color: #8F8282;
  margin-bottom: 24px;
}

body.customer-account-create .block-customer-form .block-content .customer_account_form .actions-toolbar button.primary {
  width: 100%;
  transition: all;
  background-image: none;
  background-color: #B80F0A;
  color: #FAFAFB;
  font-size: 14px;
}

body.customer-account-create .block-customer-form .block-content .customer_account_form .actions-toolbar button.primary:hover {
  background-color: #d81120;
}

body.customer-account-create .block-customer-form .fieldset .field input#mobile_number {
  direction: ltr;
  padding-left: 55px !important;
  background-image: none;
}

body.customer-account-create .block-customer-form .fieldset .field input.valid {
  border-color: #56C086 !important;
}

body.customer-account-create .block-customer-form .fieldset .field#wk_mobile_number_block .country-code-number {
  font-size: 14px;
  line-height: 21px;
  font-family: Tajawal, Poppins;
  top: 9px;
  right: auto;
  left: 10px;
  text-align: left;
  color: #1C1D21;
}

body.customer-account-create .block-customer-form .fieldset .field#wk_mobile_number_block .error_num {
  color: #FF808B;
}

body.customer-account-create .block-customer-form .fieldset .field #products_own {
  background-color: #fff;
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  color: #1C1D21;
  text-align: right;
  padding: 3px !important;
  padding-right: 10px !important;
}

body.customer-account-create .block-customer-form .fieldset .field #slider {
  margin-top: 12px;
  height: 6px;
  background-color: #eee;
  direction: ltr;
}

body.customer-account-create .block-customer-form .fieldset .field #slider .custom {
  height: 100%;
  background-color: #B80F0A;
  z-index: 1;
  width: 0;
}

body.customer-account-create .block-customer-form .fieldset .field #slider .ui-slider-handle {
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background: #FFFFFF;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
  margin-top: -10px;
}

body.customer-account-create .block-customer-form .fieldset .field .slider-text {
  font-size: 12px;
  padding-top: 18px;
  color: #8181A5;
  text-align: left;
}

body.customer-account-create .block-customer-form .fieldset .field .slider-text .slider-max-value {
  float: right;
  color: #252631;
}

/* ============================================ *
 * Seller Login Page
 * ============================================ */
body.marketplace-account-login {
  overflow: hidden;
}

.marketplace-account-login .block-customer-form .block-content, .developer-account-login .block-customer-form .block-content {
  box-shadow: none;
  height: 100%;
  align-items: center;
}

.marketplace-account-login .block-customer-form .block-content .customer_account_form fieldset .field.password, .developer-account-login .block-customer-form .block-content .customer_account_form fieldset .field.password {
  margin-bottom: 10px;
}

.marketplace-account-login .block-customer-form .block-content .customer_account_form fieldset .field.password .icon-eye, .developer-account-login .block-customer-form .block-content .customer_account_form fieldset .field.password .icon-eye {
  background-image: url("../images/seller-login/eye-slashed.svg");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

.marketplace-account-login .block-customer-form .block-content .customer_account_form fieldset .field.password .icon-eye:before, .developer-account-login .block-customer-form .block-content .customer_account_form fieldset .field.password .icon-eye:before {
  content: '';
}

.marketplace-account-login .block-customer-form .block-content .customer_account_form fieldset .field.password .pass-text .icon-eye, .developer-account-login .block-customer-form .block-content .customer_account_form fieldset .field.password .pass-text .icon-eye {
  background-image: url("../images/seller-login/eye-open.svg");
}

.marketplace-account-login .block-customer-form .block-content .customer_account_form fieldset .field.password[type="text"] .icon-eye, .developer-account-login .block-customer-form .block-content .customer_account_form fieldset .field.password[type="text"] .icon-eye {
  background-image: url("../images/seller-login/eye-open.svg");
}

.marketplace-account-login .block-customer-form .block-content .customer_account_form fieldset .field.password .control .icon, .developer-account-login .block-customer-form .block-content .customer_account_form fieldset .field.password .control .icon {
  top: 7px;
  left: 12px;
}

.marketplace-account-login .block-customer-form .block-content .form-actions button.action-login.action-primary, .developer-account-login .block-customer-form .block-content .form-actions button.action-login.action-primary {
  width: 100%;
  transition: all;
  background-image: none;
  background-color: #B80F0A;
  color: #FAFAFB;
  font-size: 14px;
}

.marketplace-account-login .block-customer-form .block-content .form-actions button.action-login.action-primary:hover, .developer-account-login .block-customer-form .block-content .form-actions button.action-login.action-primary:hover {
  background-color: #d81120;
}

.marketplace-account-login .block-customer-form .block-content .form-actions .forgot-password, .developer-account-login .block-customer-form .block-content .form-actions .forgot-password {
  margin-bottom: 16px;
}

.customer-account-forgotpassword {
  overflow: hidden;
}

.customer-account-forgotpassword .page-wrapper {
  margin-top: 0;
}

.customer-account-forgotpassword .page-wrapper .login-container {
  margin-bottom: 0;
}

/* Chekcout */
/* ============================================ *

1- Cart Page Layout 
2- Cart Summary General
3- Cart Block Discount
4- Cart Block GiftCard

 * ============================================ */
/* ============================================ *
 * Cart Page Layout
 * ============================================ */
.checkout-cart-index .page-main {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .checkout-cart-index .page-main {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .checkout-cart-index .page-main {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .checkout-cart-index .page-main {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .checkout-cart-index .page-main {
    max-width: 1190px;
  }
}

.cart-container {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.cart-container .block.shipping {
  display: none;
}

.cart-container .block .title {
  font-size: 18px;
  padding: 15px 0;
  border-bottom: 0.6px solid #D5D5D5;
  cursor: pointer;
  position: relative;
}

.cart-container .block .title strong {
  font-weight: normal;
}

.cart-container .block .title:after {
  font-family: 'bolt-icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.cart-container .block .title:after {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.cart-container .block .content {
  display: none;
  padding: 15px 0;
  border-bottom: 0.6px solid #D5D5D5;
}

.cart-container .block .actions-toolbar {
  text-align: center;
}

.cart-container .block._active .title:after, .cart-container .block.active .title:after {
  font-family: 'bolt-icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.cart-container .block._active .content, .cart-container .block.active .content {
  display: block;
}

/* ============================================ *
 * Cart Summary
 * ============================================ */
.cart-summary-wrap {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  order: 2;
}

@media (min-width: 992px) {
  .cart-summary-wrap {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.cart-summary {
  text-align: start;
  background: #eee;
  padding: 15px;
  margin-bottom: auto;
}

.cart-summary .summary.title {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  color: inherit;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: normal;
  letter-spacing: 0.1px;
  font-family: "Cairo", sans-serif;
  display: block;
  padding-bottom: 15px;
}

.cart-summary .cart-totals {
  border-bottom: 0.6px solid #D5D5D5;
}

.cart-summary .cart-totals strong {
  font-weight: normal;
}

.cart-summary .cart-totals tr {
  background: none;
  border: 0 none;
}

.cart-summary .cart-totals th {
  padding-left: 0;
  padding-top: 0;
  border: 0 none;
  font-size: 16px;
  text-align: start;
}

.cart-summary .cart-totals td {
  padding-right: 0;
  padding-top: 0;
  border: 0 none;
  background: none;
  font-size: 16px;
  text-align: right;
}

.cart-summary .methods {
  text-align: center;
  padding-top: 15px;
}

.cart-summary .methods li {
  padding-bottom: 15px;
}

.cart-summary .methods li:last-child {
  padding-bottom: 0;
}

.cart-summary .methods button {
  width: 100%;
}

.cart-summary .methods button span {
  width: 100%;
}

/* ============================================ *
 * Cart Block Discount
 * ============================================ */
/* ============================================ *
 * Cart Block GiftCard
 * ============================================ */
#gift-options-cart {
  display: inline-block;
  padding: 15px 0;
  text-align: start;
  width: 100%;
}

@media (max-width: 1199.98px) {
  #gift-options-cart .block .title {
    border-top: 0.6px solid #D5D5D5;
  }
}

.cart-gift-item .gift-options-title {
  padding-bottom: 15px;
}

.gift-options-content {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.gift-options-content ul.gift-wrapping-list {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
}

.gift-options-content ul.gift-wrapping-list li {
  display: flex;
  flex: 0 0 50%;
  width: 49%;
}

.gift-options-content ul.gift-wrapping-list li img {
  border: 2px solid transparent;
}

.gift-options-content ul.gift-wrapping-list li._active img {
  border-color: #F04F4C;
}

.gift-options-content .gift-wrapping-preview {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 50%;
  max-width: 50%;
}

.gift-options-content .gift-wrapping-title {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.gift-options-content .gift-wrapping-title .block-wrap {
  padding: 15px;
  background: #F04F4C;
  position: relative;
  font-size: 16px;
}

.gift-options-content .gift-wrapping-title button {
  position: absolute;
  right: 15px;
  top: 5px;
}

.gift-options-content .fieldset {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  padding-top: 15px;
}

/* ============================================ *
 * Cart Table
 * ============================================ */
.cart-wrap {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  order: 1;
  text-align: start;
}

@media (min-width: 992px) {
  .cart-wrap {
    flex: 0 0 75%;
    max-width: 75%;
    padding-right: 60px;
  }
}

.cart.table th {
  text-align: center;
}

@media (max-width: 1199.98px) {
  .cart.table th {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

.cart.table th.item {
  padding-left: 0;
  text-align: start;
}

.cart.table th.subtotal {
  padding-right: 0;
}

@media (max-width: 1199.98px) {
  .cart.table .item-info {
    display: block;
    width: 100%;
  }
}

.cart.table td {
  text-align: center;
}

.cart.table td.item {
  padding-left: 0;
  text-align: start;
}

@media (max-width: 1199.98px) {
  .cart.table td.item {
    border-top: 0.6px solid #D5D5D5;
    display: block;
    width: 100%;
    padding: 15px 0;
  }
}

.cart.table td.qty label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.cart.table td.qty .field.qty {
  display: flex;
  justify-content: center;
}

.cart.table td.subtotal {
  padding-right: 0;
}

@media (max-width: 1199.98px) {
  .cart.table td.price, .cart.table td.qty, .cart.table td.subtotal {
    display: block;
    float: left;
    width: 33.3333333333%;
    padding: 15px 0;
    border-bottom: 0;
  }
}

.cart.table .product-item-photo {
  display: table-cell;
  padding-right: 15px;
}

.cart.table .product-item-details {
  display: table-cell;
}

.cart.table .product-item-name {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  color: inherit;
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: 0.1px;
  font-family: "gess", sans-serif;
  display: block;
  font-weight: normal;
  padding-bottom: 15px;
}

.cart.table .item-options {
  display: block;
}

.cart.table .item-options dt {
  display: block;
  float: left;
  padding-right: 5px;
  clear: left;
  font-weight: bold;
}

.cart.table .item-options dt:after {
  content: " :";
}

.cart.table .item-options dd {
  display: block;
  float: left;
}

.cart.table .cart-price .price {
  font-size: 18px;
}

/* ============================================ *
 * Cart - Crossel
 * ============================================ */
.block.crosssell {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding: 120px 0;
}

@media (min-width: 576px) {
  .block.crosssell {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .block.crosssell {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .block.crosssell {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .block.crosssell {
    max-width: 1190px;
  }
}

.block.crosssell .block-title {
  display: block;
  padding-bottom: 30px;
}

/* ============================================ *
 * Minicart
 * ============================================ */
.block-minicart {
  height: 100%;
}

.block-minicart .block-content {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding: 30px;
  flex-wrap: nowrap;
}

#minicart-content-wrapper {
  height: 100%;
}

.minicaert-head {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 0.6px solid #D5D5D5;
}

.minicart-title {
  position: relative;
  text-align: start;
  display: flex;
  flex-direction: row;
}

.minicart-title span {
  line-height: 1;
}

.minicart-title .text {
  padding-right: 30px;
  position: relative;
  display: block !important;
}

.minicart-title .text:after {
  height: 100%;
  width: 2px;
  position: absolute;
  right: 15px;
  top: 0;
  display: block;
  content: "";
  background: #d0d0d0;
}

.minicart-title .qty {
  padding-right: 5px;
}

.minicart-title .close-button {
  position: absolute;
  background: none;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}

.minicart-title .close-button span {
  background: none;
  padding: 0;
  line-height: 1;
  color: #1C1D21;
  font-size: 12px;
}

.minicart-title .close-button span:hover {
  background: none;
}

.minicart-title .close-button span:before {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: text-bottom;
}

.minicart-content {
  max-height: 90vh;
  overflow: auto;
  min-height: 180px;
}

.minicart-content .minicart-items-wrapper {
  height: auto !important;
}

.minicart-content ol.minicart-items {
  display: flex;
  flex-direction: column;
}

.minicart-content li.product-item {
  padding-right: 15px;
}

.minicart-content li.product-item > div.product {
  padding: 15px 0;
  display: flex;
  flex-direction: row;
  border-bottom: solid 1px #d0d0d0;
}

.minicart-content li.product-item:last-child > div.product {
  border-bottom: 0 none;
}

.minicart-content .product-item-photo {
  flex: 0 0 25%;
  max-width: 25%;
}

.minicart-content .product-item-details {
  flex: 0 0 75%;
  max-width: 75%;
  text-align: start;
  padding-left: 15px;
  position: relative;
}

.minicart-content .product-item-details .product-item-name {
  display: block;
  font-size: 18px;
  font-weight: normal;
}

.minicart-content .product-item-details .product-item-pricing {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.minicart-content .product-item-details .product-item-pricing .price-container {
  margin: 5px 0;
}

.minicart-content .product-item-details .price {
  font-size: 16px;
}

.minicart-content .product-item-details ul.options {
  display: flex;
}

.minicart-content .product-item-details ul.options li.option {
  margin-right: 15px;
}

.minicart-content .product-item-details .details-qty .label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.minicart-content .product-item-details .details-qty .item-qty {
  width: 30px;
  height: 30px;
}

.minicart-content .product-item-details .details-qty .update-cart-item {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.minicart-content .product-item-details .actions {
  margin-top: 15px;
}

.minicart-content .product-item-details .actions a {
  display: inline-block;
  font-size: 12px;
}

.minicart-content .product-item-details .actions a:not(:first-child) {
  padding-left: 15px;
}

.bottom-minicart {
  margin-top: auto;
  border-top: 0.6px solid #D5D5D5;
}

.bottom-minicart .subtotal {
  text-align: start;
  padding: 15px 0;
  font-size: 16px;
}

.bottom-minicart .subtotal .label {
  display: inline-block;
}

.bottom-minicart .subtotal .amount {
  display: inline-block;
  padding-left: 30px;
}

.bottom-minicart .actions {
  text-align: center;
  margin: 0;
  display: block;
  display: flex;
  flex-direction: column;
}

.bottom-minicart .actions .primary,
.bottom-minicart .actions .secondary {
  width: 100%;
}

.bottom-minicart .actions .primary {
  order: 1;
}

.bottom-minicart .actions .secondary {
  order: 2;
}

.bottom-minicart .actions .viewcart {
  display: block;
  margin: 15px 0;
  text-decoration: underline;
}

.ajax-loading .block-minicart .block-content {
  position: relative;
}

.ajax-loading .block-minicart .block-content:after {
  background: url("../images/ajax-loader.gif") 50% 50% no-repeat #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  content: "" "";
}

/* ============================================ *

1- Checkout Layout 
2- Checkout Header
3- Checkout General
4- Checkout OPC Wrapper
5- Checkout Shipping Address
6- Checkout Shipping Method
7- Checkout Payment Methods
8- Checkout OPC Sidebar and Summary
9- checkout - footer
10- Checkout authentication
11- OPC Progress bar - show only on desktop
12- Success page

 * ============================================ */
/* ============================================ *
 * 1- Checkout Layout
 * ============================================ */
.page-layout-checkout .page-main {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .page-layout-checkout .page-main {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .page-layout-checkout .page-main {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .page-layout-checkout .page-main {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .page-layout-checkout .page-main {
    max-width: 1190px;
  }
}

.page-layout-checkout .columns {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.page-layout-checkout .column {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.checkout-container {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* ============================================ *
 * 2- Checkout Header
 * ============================================ */
.page-layout-checkout .page-header {
  border-bottom: 0.6px solid #D5D5D5;
  margin-bottom: 30px;
  padding: 15px;
}

.page-layout-checkout .checkout-header-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-layout-checkout .checkout-header-links .head-link,
.page-layout-checkout .checkout-header-links .logo,
.page-layout-checkout .checkout-header-links .right-side {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

@media (max-width: 1199.98px) {
  .page-layout-checkout .checkout-header-links .head-link,
  .page-layout-checkout .checkout-header-links .logo,
  .page-layout-checkout .checkout-header-links .right-side {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

.page-layout-checkout .checkout-header-links .head-link {
  text-align: start;
}

@media (max-width: 1199.98px) {
  .page-layout-checkout .checkout-header-links .head-link {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.page-layout-checkout .checkout-header-links .right-side {
  text-align: right;
}

@media (max-width: 767.98px) {
  .page-layout-checkout .checkout-header-links .right-side {
    padding-right: 50px;
  }
}

.page-layout-checkout .header {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .page-layout-checkout .header {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .page-layout-checkout .header {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .page-layout-checkout .header {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .page-layout-checkout .header {
    max-width: 1190px;
  }
}

.page-layout-checkout .header .logo {
  float: none;
  margin: 0 auto;
  display: inline-block;
  max-width: 250px;
}

@media (max-width: 1199.98px) {
  .page-layout-checkout .header .logo {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    max-width: 180px;
  }
}

.page-layout-checkout .header .img {
  width: 50px;
}

@media (max-width: 1199.98px) {
  .page-layout-checkout .header .img {
    width: 15px;
  }
}

/* ============================================ *
 * 3- Checkout General
 * ============================================ */
.checkout-index-index .loading-mask {
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
  background: rgba(255, 255, 255, 0.7);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.checkout-index-index .loading-mask img {
  left: 0;
  right: 0;
  top: 30%;
  margin: 0 auto;
}

/* ============================================ *
 * 4- Checkout OPC Wrapper
 * ============================================ */
.opc-wrapper {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: start;
}

@media (min-width: 992px) {
  .opc-wrapper {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 1200px) {
  .opc-wrapper {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (max-width: 991.98px) {
  .opc-wrapper {
    order: 2;
  }
}

.opc-wrapper .step-title {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 0.6px solid #D5D5D5;
  font-size: 18px;
}

.opc-wrapper li {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
}

.opc-wrapper .form-login .actions-toolbar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.opc-wrapper .form-login .actions-toolbar .primary {
  order: 2;
}

.opc-wrapper .form-login .actions-toolbar .secondary {
  order: 1;
  font-size: 12px;
  display: flex;
}

.opc-wrapper .form-login .actions-toolbar .secondary a {
  margin: auto 0;
}

.opc-wrapper .actions-toolbar {
  padding: 15px 0;
  text-align: right;
}

/* ============================================ *
 * 5- Checkout Shipping Address
 * ============================================ */
.checkout-shipping-address .action-show-popup {
  margin-top: 15px;
}

/* ============================================ *
 * 6- Checkout Shipping Method
 * ============================================ */
.checkout-shipping-method th {
  display: none;
}

@media (min-width: 992px) {
  .checkout-shipping-method table {
    max-width: 500px;
  }
}

.checkout-shipping-method tbody td {
  line-height: 1;
  font-size: 18px;
}

.checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}

.checkout-shipping-method input.radio {
  height: auto;
}

/* ============================================ *
 * 7- Checkout Payment Methods
 * ============================================ */
.checkout-payment-method .payment-method-title label {
  font-size: 18px;
}

.checkout-payment-method .opc-payment-additional .payment-option-title {
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 15px;
}

.checkout-payment-method .opc-payment-additional .payment-option-title:after {
  font-family: 'bolt-icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  padding-left: 10px;
}

.checkout-payment-method .opc-payment-additional .payment-option-content {
  display: none;
}

.checkout-payment-method .opc-payment-additional .actions-toolbar .primary,
.checkout-payment-method .opc-payment-additional .actions-toolbar .secondary {
  display: inline-block;
}

.checkout-payment-method .opc-payment-additional._active .payment-option-title:after {
  font-family: 'bolt-icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* ============================================ *
 * 8- Checkout OPC Sidebar and Summary -- review last part
 * ============================================ */
.opc-sidebar {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .opc-sidebar {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 1200px) {
  .opc-sidebar {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (max-width: 991.98px) {
  .opc-sidebar {
    order: 1;
  }
}

.opc-sidebar .modal-header .action-close {
  display: none;
}

@media (max-width: 991.98px) {
  .opc-sidebar .modal-header .action-close {
    display: block;
  }
}

.items-in-cart {
  order: -1;
}

.items-in-cart .title {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  color: inherit;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: normal;
  letter-spacing: 0.1px;
  font-family: "Cairo", sans-serif;
  display: block !important;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 0.6px solid #D5D5D5;
  text-align: start;
  cursor: pointer;
  position: relative;
}

.items-in-cart .title:after {
  position: absolute;
  right: 5px;
  top: 2px;
  font-family: 'bolt-icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.items-in-cart.active .title:after {
  font-family: 'bolt-icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.items-in-cart .product-item {
  display: block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 0.6px solid #D5D5D5;
}

.items-in-cart .product-item:last-child {
  border-bottom: 0 none;
}

.items-in-cart .product-item .product {
  display: flex;
}

.items-in-cart .product-item .product-image-container {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0;
}

.items-in-cart .product-item .product-item-details {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 75%;
  max-width: 75%;
  text-align: start;
}

.items-in-cart .product-item .product-item-name {
  display: block;
  margin-bottom: 15px;
}

.items-in-cart .product-item .details-qty {
  display: block;
  margin-bottom: 15px;
}

.items-in-cart .product-item .details-qty .label {
  display: inline-block;
}

.items-in-cart .product-item .details-qty .value {
  display: inline-block;
  font-weight: bold;
  margin-left: 15px;
}

.items-in-cart .product-item .subtotal {
  display: block;
  font-weight: bold;
}

.items-in-cart .product-item .product.options {
  display: block;
  margin-top: 15px;
}

.items-in-cart .product-item .product.options span {
  display: none;
}

.items-in-cart .product-item .item-options {
  display: block !important;
}

.items-in-cart .product-item .item-options dt {
  display: block;
  float: left;
  padding-right: 5px;
  clear: left;
  font-weight: bold;
}

.items-in-cart .product-item .item-options dt:after {
  content: " :";
}

.items-in-cart .product-item .item-options dd {
  display: block;
  float: left;
}

.opc-block-summary {
  padding: 15px;
  margin: 0 auto;
  display: inline-block;
  text-align: start;
  width: 100%;
  border: 0.6px solid #D5D5D5;
  display: flex;
  flex-direction: column;
  /* sidebar address */
}

.opc-block-summary .title {
  display: none;
}

.opc-block-summary .table-totals .mark {
  padding-left: 0;
}

.opc-block-summary .table-totals .amount {
  padding-right: 0;
  text-align: right;
}

.opc-block-summary .table-totals tr:nth-child(2n) {
  background: none;
}

.opc-block-summary .table-totals tr:last-child th,
.opc-block-summary .table-totals tr:last-child td {
  border: 0 none;
}

.opc-block-summary .shipping-information {
  margin: 0 0 15px;
}

.opc-block-summary .shipping-information-content {
  line-height: 22px;
  text-align: start;
}

.opc-block-summary .ship-to, .opc-block-summary .ship-via {
  margin: 0 0 15px;
}

.opc-block-summary .shipping-information-title {
  border-bottom: 0.6px solid #cccccc;
  margin: 0 0 15px;
  position: relative;
  padding-bottom: 15px;
  color: #333333;
  font-size: 18px;
  text-align: start;
  display: block;
  clear: both;
  overflow: hidden;
}

.opc-block-summary .shipping-information-title span {
  line-height: 40px;
}

.opc-block-summary .shipping-information-title button {
  float: right;
}

/* ========================== *
 * 9- checkout - footer
 * ======================== */
.checkout-footer {
  border-top: 1.2px solid #ccc;
}

.checkout-footer .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  align-items: center;
}

@media (min-width: 576px) {
  .checkout-footer .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .checkout-footer .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .checkout-footer .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .checkout-footer .container {
    max-width: 1190px;
  }
}

@media (max-width: 1199.98px) {
  .checkout-footer .container {
    flex-direction: column;
  }
}

.checkout-footer .logo {
  max-width: 180px;
}

.checkout-footer .img {
  max-width: 50px;
}

.checkout-footer ul {
  display: flex;
}

@media (max-width: 1199.98px) {
  .checkout-footer ul {
    margin-top: 20px;
  }
  .checkout-footer ul.links {
    margin-top: 0;
    display: none;
  }
}

.checkout-footer ul li {
  margin-right: 10px;
}

@media (max-width: 1199.98px) {
  .checkout-footer .logo, .checkout-footer .links {
    margin-bottom: 20px;
  }
}

/* ============================================ *
 * 10- Checkout authentication
 * ============================================ */
.authentication-wrapper {
  width: 33.33333333%;
  margin-right: 15px;
  margin-left: auto;
  top: -60px;
  max-width: 50%;
  position: relative;
  text-align: right;
}

._has-auth-shown .authentication-wrapper {
  z-index: 9999;
}

.authentication-wrapper .action-auth-toggle span {
  text-decoration: underline;
  background: none;
  border: 0;
  line-height: inherit;
  margin: 0;
  padding: 0;
  color: #000;
}

@media (min-width: 992px) {
  .authentication-dropdown {
    margin-top: 15px;
    padding: 15px;
    background-color: #fff;
    border: 0.6px solid #D5D5D5;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transition: -webkit-transform linear .1s,visibility 0s linear .1s;
    transition: transform linear .1s,visibility 0s linear .1s;
    position: absolute;
    text-align: start;
    top: 100%;
    visibility: hidden;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear .1s,visibility 0s linear 0s;
    transition: transform linear .1s,visibility 0s linear 0s;
    visibility: visible;
  }
}

.authentication-dropdown .block-title {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  color: inherit;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: normal;
  letter-spacing: 0.1px;
  font-family: "Cairo", sans-serif;
  margin-bottom: 15px;
}

.authentication-dropdown .block-title strong {
  font-weight: normal;
}

.authentication-dropdown .actions-toolbar {
  display: flex;
  justify-content: space-between;
}

.authentication-dropdown .actions-toolbar .secondary {
  margin: auto 0;
}

body._has-modal-custom {
  height: 100vh;
  overflow: hidden;
  width: 100vw;
}

.opc-estimated-wrapper {
  display: none;
}

@media (max-width: 991.98px) {
  .opc-estimated-wrapper {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    display: block;
    margin-bottom: 30px;
  }
}

.opc-estimated-wrapper .estimated-block {
  margin: auto 0;
  font-size: 16px;
  font-weight: bold;
}

.opc-estimated-wrapper .inner {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  width: 100%;
  border: 0.6px solid #D5D5D5;
}

.custom-slide .action-close {
  position: absolute;
  right: 10px;
  top: 10px;
}

.custom-slide .action-close span {
  background: none;
  border: 0;
  line-height: inherit;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 0;
}

.custom-slide .action-close span:before {
  font-family: 'bolt-icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 18px;
  color: #000;
}

@media (max-width: 991.98px) {
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s,opacity .3s ease;
    transition: visibility 0s .3s,opacity .3s ease;
    left: 44px;
    z-index: 900;
    background: #fff;
    text-align: start;
    padding: 30px 15px;
    margin: 0;
    width: auto;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
}

@media (max-width: 991.98px) {
  .custom-slide .opc-block-summary {
    margin-top: 30px;
  }
}

body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
  background-color: rgba(51, 51, 51, 0.55);
}

/* ============================================ *
 * 11- OPC Progress bar - show only on desktop
 * ============================================ */
.progress-bar-wrap {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .progress-bar-wrap {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .progress-bar-wrap {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .progress-bar-wrap {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .progress-bar-wrap {
    max-width: 1190px;
  }
}

.opc-progress-bar {
  display: none;
  width: 100%;
}

@media (min-width: 992px) {
  .opc-progress-bar {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin: 0 0 30px;
    counter-reset: i;
    font-size: 0;
    clear: both;
    overflow: hidden;
  }
  .opc-progress-bar-item {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .opc-progress-bar-item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 992px) {
  .opc-progress-bar-item:before {
    background: #eee;
    bottom: 0;
    transition: background 0.3s;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar-item > span {
    display: inline-block;
    width: 100%;
    word-wrap: break-word;
    color: #ccc;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 15px;
  }
  .opc-progress-bar-item > span:before {
    background: #ffffff;
    content: counter(i) ".";
    counter-increment: i;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._active:before {
    background: #F04F4C;
  }
  .opc-progress-bar-item._active > span {
    color: #1C1D21;
    text-transform: uppercase;
  }
}

/* ============================================ *
 * 12- Success page
 * ============================================ */
.checkout-onepage-success .opc-wrapper {
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  margin: auto;
}

.checkout-onepage-success #registration {
  display: block;
  clear: both;
}

.checkout-onepage-success .page-title {
  display: block;
  clear: both;
  margin-bottom: 30px;
}

.checkout-onepage-success .checkout-success p:nth-child(3) {
  padding: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.11);
  margin: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}

.checkout-onepage-success .checkout-success a.action {
  clear: both;
  display: inline-block;
  margin-bottom: 15px;
  width: 300px;
  line-height: 50px;
  height: 50px;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .checkout-onepage-success .checkout-success a.action {
    width: 100%;
  }
}

.checkout-onepage-success .checkout-success a.action:not(:last-child) {
  margin-right: 15px;
}

.checkout-onepage-success .checkout-success a.action span {
  color: #fff;
  background: linear-gradient(to right, #F06A4C, #FCAA7C);
  border: 0.6px solid #D5D5D5;
}

.checkout-onepage-success .checkout-success a.action.create-account span {
  border: 0.6px solid #1C1D21;
  background: #fff;
  color: linear-gradient(to right, #F06A4C, #FCAA7C);
}

.checkout-onepage-success .checkout-success .actions-toolbar {
  margin-top: 15px;
  text-align: center;
}

/* ============================================ *
 * Multishipping Page
 * ============================================ */
.multishipping-checkout-addresses .page-title-wrapper {
  margin-top: 60px;
}

form.multicheckout {
  text-align: start;
}

form.multicheckout .title {
  padding-bottom: 30px;
}

form.multicheckout .product.name {
  display: block;
  margin-bottom: 15px;
}

form.multicheckout .item-options {
  display: block;
}

form.multicheckout .item-options dt {
  display: block;
  float: left;
  padding-right: 5px;
  clear: left;
  font-weight: bold;
}

form.multicheckout .item-options dt:after {
  content: " :";
}

form.multicheckout .item-options dd {
  display: block;
  float: left;
}

form.multicheckout .action.delete {
  display: block;
  margin: 20px 0 0;
}

form.multicheckout .actions-toolbar {
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
}

form.multicheckout .actions-toolbar .secondary {
  display: flex;
}

@media (min-width: 768px) {
  form.multicheckout .actions-toolbar .secondary {
    justify-content: space-between;
  }
}

form.multicheckout .actions-toolbar .secondary button {
  margin-right: 15px;
}

@media (max-width: 991.98px) {
  form.multicheckout thead {
    display: none;
  }
  form.multicheckout tr {
    display: block;
  }
  form.multicheckout .col.product {
    display: block;
    width: 100%;
    float: left;
  }
  form.multicheckout .action.delete span {
    display: none;
  }
  form.multicheckout .actions-toolbar {
    margin: 30px 0;
    display: block;
  }
  form.multicheckout .actions-toolbar .secondary {
    margin-top: 15px;
    display: block;
  }
  form.multicheckout .actions-toolbar .secondary button {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

/* ============================================ *
 * Rating Summary stars showing under product name
 * ============================================ */
.product-reviews-summary {
  display: flex;
}

.rating-summary {
  margin-right: 5px;
}

.rating-summary .label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.rating-summary .rating-result {
  width: 100%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.rating-summary .rating-result:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  z-index: 1;
  font: normal 14px "bolt-icons";
  content: "" "" "" "" "";
  color: #eee;
}

.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}

.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  font: normal 14px "bolt-icons";
  content: "" "" "" "" "";
  display: block;
  color: #ff5501;
}

.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.reviews-actions {
  margin-top: 2px;
}

.reviews-actions a.action.add {
  text-decoration: underline;
}

/* ============================================ *
 * Reviews Block 
 * ============================================ */
.block.review-add {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: start;
}

@media (min-width: 768px) {
  .block.review-add {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.block.review-add .block-title {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  color: inherit;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: normal;
  letter-spacing: 0.1px;
  font-family: "Cairo", sans-serif;
  font-weight: normal;
}

.block.review-add .review-legend {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  color: inherit;
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: 0.1px;
  font-family: "gess", sans-serif;
  margin: 15px 0;
  padding-bottom: 15px;
}

.block.review-add .review-field-ratings {
  margin: 0;
}

.block.review-add .review-field-ratings .label {
  margin-bottom: 5px;
}

.block.review-add .review-field-ratings br {
  display: none;
}

.review-field-rating .label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.review-control-vote {
  width: 100%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: 0 0 30px 0;
}

.review-control-vote:before {
  color: #eee;
  font: 28px "bolt-icons";
  content: "" "" "" "" "";
  display: block;
  position: absolute;
  z-index: 1;
}

.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}

.review-control-vote label span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.review-control-vote label:before {
  color: #ff5501;
  font: 28px "bolt-icons";
  content: "" "" "" "" "";
  opacity: 0;
}

.review-control-vote label:hover:before {
  opacity: 1;
}

.review-control-vote label:hover ~ label:before {
  opacity: 0;
}

.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.review-control-vote input[type="radio"]:focus + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}

.review-control-vote .rating-1 {
  z-index: 6;
}

.review-control-vote .rating-1:before {
  content: "";
}

.review-control-vote .rating-2 {
  z-index: 5;
}

.review-control-vote .rating-2:before {
  content: "" "";
}

.review-control-vote .rating-3 {
  z-index: 4;
}

.review-control-vote .rating-3:before {
  content: "" "" "";
}

.review-control-vote .rating-4 {
  z-index: 3;
}

.review-control-vote .rating-4:before {
  content: "" "" "" "";
}

.review-control-vote .rating-5 {
  z-index: 2;
}

.review-control-vote .rating-5:before {
  content: "" "" "" "" "";
}

/* ============================================ *
* Variables 
* ============================================ */
/* ============================================ *
* Newsletter
* ============================================ */
.footer-newsletter {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
  background-image: url(none);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f6f6f6;
  font-size: 20px;
  color: #000;
  align-items: center;
}

.newsletter-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 576px) {
  .newsletter-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .newsletter-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .newsletter-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .newsletter-container {
    max-width: 1190px;
  }
}

.newsletter-container .title {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  color: inherit;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: normal;
  letter-spacing: 0.2px;
  font-family: "Cairo", sans-serif;
  display: block;
  color: #000;
}

.newsletter-container .sub-title {
  display: block;
  padding: 15px 0;
  margin: 0 auto;
  max-width: 500px;
  font-family: "Helvetica", Times, serif;
  font-size: 15px;
  color: #000;
}

.newsletter-container .declaration {
  display: block;
  padding-top: 15px;
  font-size: 12px;
}

.newsletter-container .declaration a {
  text-decoration: underline;
}

.subscribe-form .newsletter-field {
  position: relative;
  max-width: 540px;
  margin: 0 auto;
  padding-left: 30px;
  background: #fff;
  display: flex;
  flex-direction: wrap;
  border: 10px solid #fff;
}

.subscribe-form .newsletter-field:before {
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 12px;
  font-size: 12px;
}

.subscribe-form .newsletter-field label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.subscribe-form .newsletter-field .control {
  flex: 0 0 75%;
}

.subscribe-form .newsletter-field .control div.mage-error {
  font-size: 12px;
  color: #f00;
}

.subscribe-form .newsletter-field input {
  border: 1px solid #fff;
  width: 100%;
  line-height: 40px;
  height: 40px;
  font-size: 14px;
}

.subscribe-form .newsletter-field input .mage-error {
  border-color: #f00;
}

.subscribe-form .newsletter-field .actions {
  flex: 0 0 25%;
  align-self: flex-start;
}

.subscribe-form .newsletter-field .actions button {
  width: 100%;
}

.subscribe-form .newsletter-field .actions button span {
  padding: 0;
  line-height: 40px;
}

/* ============================================ *
 * Contact Page
 * ============================================ */
.contact-index-index .page-title-wrapper {
  text-align: center;
}

.contact-index-index .column:not(.sidebar-additional) .form.contact {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: none !important;
  margin: auto;
}

@media (min-width: 1200px) {
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (max-width: 1199.98px) {
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.contact-index-index .column:not(.sidebar-additional) .form .label {
  text-align: start;
}

.contact-index-index .column:not(.sidebar-additional) .form textarea {
  width: 100%;
}

.contact-index-index .column:not(.sidebar-additional) .form .actions-toolbar {
  margin-bottom: 15px;
}

/* Extra *
//@import 'modules/manadev.scss';

/* ============================================ *
 * Lib Files
 * ============================================ */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick/slick.eot");
  src: url("../fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick/slick.woff") format("woff"), url("../fonts/slick/slick.ttf") format("truetype"), url("../fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 9;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: black;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 5px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 5px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* ============================================ *
 * WebKul
 * ============================================ */
/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_Marketplace
 * @author    Webkul
 * @copyright Copyright (c) Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
/*New css start here*/
@font-face {
  font-family: 'Admin Icons';
  src: url("../../../../../frontend/Magento/blank/ar_SA/Webkul_Marketplace/fonts/admin-icons/admin-icons.eot");
  src: url("../../../../../frontend/Magento/blank/ar_SA/Webkul_Marketplace/fonts/admin-icons/admin-icons.eot?#iefix") format("embedded-opentype"), url("../../../../../frontend/Magento/blank/ar_SA/Webkul_Marketplace/fonts/admin-icons/admin-icons.woff2") format("woff2"), url("../../../../../frontend/Magento/blank/ar_SA/Webkul_Marketplace/fonts/admin-icons/admin-icons.woff") format("woff"), url("../../../../../frontend/Magento/blank/ar_SA/Webkul_Marketplace/fonts/admin-icons/admin-icons.ttf") format("truetype"), url("../../../../../frontend/Magento/blank/ar_SA/Webkul_Marketplace/fonts/admin-icons/admin-icons.svg#Admin Icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MUI-Icons';
  src: url("../../../../../frontend/Magento/blank/ar_SA/Webkul_Marketplace/fonts/MUI-Icons/MUI-Icons.eot");
  src: url("../../../../../frontend/Magento/blank/ar_SA/Webkul_Marketplace/fonts/MUI-Icons/MUI-Icons.eot?#iefix") format("embedded-opentype"), url("../fonts/MUI-Icons/MUI-Icons.woff2") format("woff2"), url("../fonts/MUI-Icons/MUI-Icons.woff") format("woff"), url("../../../../../frontend/Magento/blank/ar_SA/Webkul_Marketplace/fonts/MUI-Icons/MUI-Icons.ttf") format("truetype"), url("../../../../../frontend/Magento/blank/ar_SA/Webkul_Marketplace/fonts/MUI-Icons/MUI-Icons.svg#MUI-Icons") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'icons-blank-theme';
  src: url("../../../../../frontend/Magento/blank/ar_SA/Webkul_Marketplace/fonts/Blank-Theme-Icons/Blank-Theme-Icons.eot");
  src: url("../../../../../frontend/Magento/blank/ar_SA/Webkul_Marketplace/fonts/Blank-Theme-Icons/Blank-Theme-Icons.eot?#iefix") format("embedded-opentype"), url("../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2") format("woff2"), url("../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff") format("woff"), url("../../../../../frontend/Magento/blank/ar_SA/Webkul_Marketplace/fonts/Blank-Theme-Icons/Blank-Theme-Icons.ttf") format("truetype"), url("../../../../../frontend/Magento/blank/ar_SA/Webkul_Marketplace/fonts/Blank-Theme-Icons/Blank-Theme-Icons.svg#icons-blank-theme") format("svg");
  font-weight: normal;
  font-style: normal;
}

.image.image-placeholder .form-buttons > span {
  display: none;
}

.image.image-placeholder input[type="file"] {
  border: 500px solid transparent;
  bottom: 0;
  cursor: pointer;
  font-size: 10em;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 3;
}

#image-container, #media_gallery_content {
  border: 2px dotted #ccc;
  clear: both;
  content: "";
  display: table;
  margin-bottom: 2px;
  padding: 5px 0 0;
  position: relative;
}

#image-container .image, #media_gallery_content .image {
  margin-bottom: 5px;
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  height: 125px;
  margin: 0 0.8rem;
  overflow: hidden;
  position: relative;
  width: 125px;
}

.image .product-image {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

.image.image-placeholder:before {
  color: #ccc;
  content: "\e63c";
  display: inline-block;
  font-family: "Admin Icons";
  font-size: 4rem;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.image .spacer {
  width: 100%;
}

.image .actions {
  -moz-user-select: none;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}

.image .action-delete {
  bottom: 6px;
  left: 6px;
  position: absolute;
  z-index: 10;
}

.image .action-delete:before {
  color: #9e9e9e;
  content: "\e630";
  display: inline-block;
  font-family: "Admin Icons";
  font-size: 1.8rem;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}

.actions .action-delete[disabled] {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  filter: none;
  margin: 0;
  padding: 0;
  text-shadow: none;
}

.image.image-placeholder .fileinput-button {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.image .file-row {
  background: url("../../../../../frontend/Magento/blank/ar_SA/Webkul_Marketplace/images/ajax-loader-big.gif") no-repeat scroll 50% 50% #fff;
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: -999em;
  top: 0;
  width: auto;
  z-index: 5;
}

.image.image-placeholder .file-row {
  height: 100%;
  position: absolute;
  width: 100%;
}

.file-row {
  border: 1px solid #adadad;
  margin: 0.5rem 0;
  padding: 2px;
}

.actions .action-delete span {
  display: none;
}

.actions .action-delete:hover:before {
  color: #7e7e7e;
}

.action-delete[type="button"]:hover:before {
  background: none repeat scroll 0 0 transparent;
  color: #a5a29d;
}

.action-delete[type="button"] {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  padding: 0;
  box-shadow: none;
}

.image .draggable-handle {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  line-height: inherit;
  cursor: move;
  display: inline-block;
  height: 20px;
  left: 3px;
  position: absolute;
  text-decoration: none;
  top: 2px;
  width: 20px;
  z-index: 3;
}

.image .draggable-handle:before {
  color: #9e9e9e;
  content: "\e617";
  display: inline-block;
  font-family: "Admin Icons";
  font-size: 1.8rem;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}

.image .image-fade {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
  bottom: 0;
  color: #9e9e9e;
  content: attr(data-image-hidden-label);
  font-size: 1.8rem;
  font-weight: 600;
  left: 0;
  line-height: 125px;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  visibility: hidden;
  z-index: 2;
}

.image:hover .actions [class^="action-"], .image:hover .image-label, .image.base-image .image-label, .image[data-image-hidden]:hover .actions .action-delete, .hidden-for-front:hover .actions [class^="action-"] {
  visibility: visible;
}

.image .actions [class^="action-"], .image .image-label, .image[data-image-hidden] .actions [class^="action-"], .image.hidden-for-front .actions [class^="action-"] {
  visibility: hidden;
}

.image .image-label {
  bottom: 6px;
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 3px;
  text-decoration: none;
  width: 20px;
  z-index: 3;
}

.image .image-label > span {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.image .image-label:before {
  color: #9e9e9e;
  content: "\e63b";
  display: inline-block;
  font-family: "Admin Icons";
  font-size: 1.8rem;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}

.image .image-label:hover:before {
  color: #858585;
}

.image:hover .action-remove, .image:hover .image-label {
  display: block;
}

.image.base-image .image-label:before {
  display: none;
}

.image.base-image:hover .image-label {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  bottom: 6px;
  height: 20px;
  right: 3px;
  width: 20px;
  display: none;
}

.image.base-image:hover .image-label:before {
  display: block;
}

.base-image .image-label {
  display: block;
}

.images .image .action-make-base:before {
  left: 16px;
  position: absolute;
  top: -2px;
}

.image.base-image .action-make-base {
  display: none;
}

.image .action-make-base {
  bottom: 40px;
  left: 10%;
  margin: auto;
  padding: 5px;
  position: absolute;
  right: 10%;
}

/*downloadable*/
.steps-wizard .draggable-handle, .downloadable-form .draggable-handle {
  cursor: move;
  display: inline-block;
  font-size: 0;
  margin-top: -4px;
  padding: 0 1rem 0 0;
  text-decoration: none;
  vertical-align: middle;
}

.steps-wizard .draggable-handle:before, .downloadable-form .draggable-handle:before {
  color: #9e9e9e;
  content: "\e617";
  display: inline-block;
  font-family: "Admin Icons";
  font-size: 1.8rem;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}

.steps-wizard .draggable-handle:hover:before, .downloadable-form .draggable-handle:hover:before {
  color: #858585;
}

.downloadable-form .field-uploader {
  display: inline-block;
  margin-left: 0.5rem;
  vertical-align: top;
}

fieldset.fieldset.downloadable-form {
  min-width: 100%;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
}

fieldset.fieldset.downloadable-form .field-wide {
  overflow: auto;
  width: 100%;
  display: inline-block;
  padding-bottom: 20px;
}

.control-table td > .control-select, .control-table th > .control-select, .control-table td > .control-text, .control-table th > .control-text, .control-table td > .ui-datepicker .ui-datepicker-title select, .control-table th > .ui-datepicker .ui-datepicker-title select {
  width: 100%;
}

.control-select, .ui-datepicker .ui-datepicker-title select {
  -moz-appearance: none;
  background-image: url("../../../../../frontend/Magento/blank/ar_SA/Webkul_Marketplace/images/arrows-bg.svg"), linear-gradient(#e3e3e3, #e3e3e3), linear-gradient(#adadad, #adadad);
  background-position: calc(100% - 12px) -34px, 100% center, calc(100% - 3.2rem) 0;
  background-repeat: no-repeat;
  background-size: auto auto, 3.2rem 100%, 1px 100%;
  max-width: 100%;
  min-width: 8.5rem;
  padding-bottom: 0.5rem;
  padding-right: 4.4rem;
  padding-top: 0.5rem;
  transition: border-color 0.1s linear 0s;
}

.form-field-control .control-text, .field-control .control-text, .form-field-control .control-textarea, .field-control .control-textarea {
  width: 100%;
}

.downloadable-form .field-file-url .field-label span {
  display: none;
}

.downloadable-form .action-delete:before {
  color: #999;
  font-size: 1.8rem;
}

.control-table .action-delete:before {
  content: "\e630";
  font-family: "Admin Icons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

.control-table .action-delete > span {
  display: none;
}

/*end downloadable*/
.product-create-configuration {
  padding: 1rem 0;
}

.product-create-configuration .product-create-configuration-info {
  float: left;
  width: 60%;
}

.product-create-configuration .product-create-configuration-actions {
  float: right;
  text-align: right;
  width: 40%;
}

.product-create-configuration .product-create-configuration-action {
  float: right;
  margin-left: 1rem;
}

.product-create-configuration .action-menu-item {
  padding-right: 0;
}

.steps-wizard {
  position: relative;
}

.steps-wizard .steps-wizard-navigation {
  background: #f8f8f8 none repeat scroll 0 0;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  margin: 0 0 2rem;
  padding: 1.5rem;
}

.steps-wizard .steps-wizard-title {
  font-size: 2.4rem;
  margin: 0 0 1rem;
}

.steps-wizard .steps-wizard-info {
  margin: 0 0 2rem;
}

.steps-wizard .admin__data-grid-wrap .action-multicheck-wrap {
  position: static;
}

.steps-wizard .admin__data-grid-wrap .action-multicheck-wrap .action-menu, .steps-wizard .admin__data-grid-wrap .action-multicheck-wrap .action-menu .action-submenu {
  left: 0;
  margin-top: 16px;
  right: auto;
  top: auto;
  z-index: 2;
}

.steps-wizard .admin__data-grid-wrap .note {
  margin: 2rem 0;
}

.steps-wizard .nav {
  background-color: #f8f8f8;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  display: none;
  padding: 2.2rem 1.5rem 0 0;
}

.steps-wizard .nav-bar-outer-actions {
  float: right;
  margin-bottom: 1.7rem;
}

.steps-wizard .nav-bar-outer-actions .action-wrap {
  float: right;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.steps-wizard .nav-bar-outer-actions {
  margin-top: -10.6rem;
  padding-right: 1.5rem;
}

.steps-wizard .nav-bar {
  counter-reset: i;
  float: left;
  margin: 0 1rem 1.7rem 0;
  padding: 0;
  position: relative;
  white-space: nowrap;
}

.steps-wizard .nav-bar:before {
  background-color: #d4d4d4;
  background-image: linear-gradient(to bottom, #d1d1d1 0%, #d4d4d4 100%);
  background-repeat: repeat-x;
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #bfbfbf;
  content: "";
  height: 0.8rem;
  left: 5.15rem;
  position: absolute;
  right: 5.15rem;
  top: 0.7rem;
}

.steps-wizard .nav-bar > li {
  display: inline-block;
  font-size: 0;
  position: relative;
  vertical-align: top;
  width: 10.3rem;
}

.steps-wizard .nav-bar > li:first-child:after {
  display: none;
}

.steps-wizard .nav-bar > li:after {
  background-color: #514943;
  content: "";
  height: 0.5rem;
  left: calc(-50% + 0.25rem);
  position: absolute;
  right: calc(50% + 0.7rem);
  top: 0.9rem;
}

.steps-wizard .nav-bar > li.disabled:before, .steps-wizard .nav-bar > li.ui-state-disabled:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.steps-wizard .nav-bar > li.active ~ li:after, .steps-wizard .nav-bar > li.ui-state-active ~ li:after {
  display: none;
}

.steps-wizard .nav-bar > li.active ~ li a:after, .steps-wizard .nav-bar > li.ui-state-active ~ li a:after {
  background-color: transparent !important;
  border-color: transparent;
  color: #a6a6a6;
}

.steps-wizard .nav-bar > li.active a, .steps-wizard .nav-bar > li.ui-state-active a {
  color: #000;
}

.steps-wizard .nav-bar > li.active a:hover, .steps-wizard .nav-bar > li.ui-state-active a:hover {
  cursor: default;
}

.steps-wizard .nav-bar > li.active a:after, .steps-wizard .nav-bar > li.ui-state-active a:after {
  background-color: #fff;
  content: "";
}

.steps-wizard .nav-bar a {
  color: #514943;
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
  overflow: hidden;
  padding: 3rem 0.5em 0;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}

.steps-wizard .nav-bar a:hover {
  text-decoration: none;
}

.steps-wizard .nav-bar a:after {
  background-color: #514943;
  border: 4px solid #514943;
  border-radius: 100%;
  color: #fff;
  content: counter(i, decimal);
  counter-increment: i;
  height: 0.7rem;
  left: 50%;
  line-height: 0.6;
  margin-left: -0.8rem;
  position: absolute;
  right: auto;
  text-align: center;
  top: 0.4rem;
  width: 0.7rem;
}

.steps-wizard .nav-bar a:before {
  background-color: #d6d6d6;
  border: 1px solid transparent;
  border-radius: 100%;
  content: "";
  height: 2.1rem;
  left: 50%;
  line-height: 1;
  margin-left: -1.2rem;
  position: absolute;
  top: 0;
  width: 2.1rem;
}

.steps-wizard .steps-wizard .nav-bar {
  margin: 0.5rem 0 0;
}

.steps-wizard .steps-wizard .nav-bar > li {
  width: 12rem;
}

.steps-wizard .steps-wizard .nav-bar a {
  text-overflow: initial;
  white-space: normal;
}

.steps-wizard .steps-wizard .nav-bar *:after, .steps-wizard .steps-wizard .nav-bar *:before {
  box-sizing: content-box;
}

.steps-wizard .steps-wizard .nav-bar-outer-actions {
  margin-top: 1rem;
  padding-right: 0;
}

.product-create-configuration:before, .product-create-configuration:after, .product-create-configuration .product-create-configuration-actions:before, .product-create-configuration .product-create-configuration-actions:after, .steps-wizard .steps-wizard-navigation:before, .steps-wizard .steps-wizard-navigation:after, .steps-wizard .nav:before, .steps-wizard .nav:after, .steps-wizard .select-attributes-block:before, .steps-wizard .select-attributes-block:after, .steps-wizard .attribute-entity-top:before, .steps-wizard .attribute-entity-top:after {
  content: "";
  display: table;
}

.admin__control-radio + label:before, .admin__control-checkbox + label:before, .admin__control-table .action-delete:before, .selectmenu .action-save:before, .selectmenu .action-edit:before, .selectmenu .action-delete:before, .admin__action-multiselect-search-label:before, .action-close:before, .store-switcher .dropdown-menu .dropdown-toolbar a:before, .admin__collapsible-block-wrapper .admin__collapsible-title:before, .steps-wizard .attribute-option .action-save:before, .steps-wizard .attribute-option .action-remove:before, .data-grid-search-control-wrap .action-submit:before, .data-grid-filters-action-wrap .action-default:before, .admin__current-filters-list .action-remove:before, .action-previous:before, .action-next:before, .admin__data-grid-action-bookmarks .admin__action-dropdown:before, .admin__data-grid-action-bookmarks .action-submit:before, .admin__data-grid-action-bookmarks .action-delete:before, .admin__data-grid-action-bookmarks .action-edit:before, .admin__data-grid-action-columns .admin__action-dropdown:before, .admin__data-grid-action-export .admin__action-dropdown:before, .data-grid-row-parent > td .data-grid-checkbox-cell-inner:before {
  font-family: "Admin Icons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

.ui-widget-overlay, .overlay_magento {
  background: rgba(0, 0, 0, 0.35) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}

.admin__control-fields .admin__field:nth-child(n+2):not(.admin__field-option) > .admin__field-label, .selectmenu .action-save > span, .selectmenu .action-edit > span, .selectmenu .action-delete > span, .selectmenu-toggle span {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.admin__fieldset-wrapper-title:before, .admin__fieldset-wrapper-title:after, .action-multicheck-wrap:before, .action-multicheck-wrap:after, .tabs-horiz:before, .tabs-horiz:after, .page-content:before, .message-system-inner:before, .message-system-inner:after, .page-header-actions:before, .page-header-actions:after, .page-main-actions:not(._hidden):before, .page-main-actions:not(._hidden):after, .product-create-configuration:after, .product-create-configuration .product-create-configuration-actions:before, .product-create-configuration .product-create-configuration-actions:after, .steps-wizard .steps-wizard-navigation:before, .steps-wizard .steps-wizard-navigation:after, .steps-wizard .nav:before, .steps-wizard .nav:after, .steps-wizard .select-attributes-block:before, .steps-wizard .select-attributes-block:after, .steps-wizard .attribute-entity-top:before, .steps-wizard .attribute-entity-top:after, .gallery:before, .gallery:after, .image-panel:before, .image-panel:after, .admin__data-grid-filters:before, .admin__data-grid-filters:after, .admin__data-grid-filters-footer:before, .admin__data-grid-filters-footer:after, .admin__data-grid-action-columns-menu .admin__action-dropdown-menu-content:before, .admin__data-grid-action-columns-menu .admin__action-dropdown-menu-content:after, .admin__data-grid-header-row:before, .admin__data-grid-header-row:after {
  content: "";
  display: table;
}

.admin__fieldset-wrapper-title:after, .action-multicheck-wrap:after, .tabs-horiz:after, .page-content:after, .message-system-inner:after, .page-header-actions:after, .page-main-actions:not(._hidden):after, .product-create-configuration:after, .product-create-configuration .product-create-configuration-actions:after, .steps-wizard .steps-wizard-navigation:after, .steps-wizard .nav:after, .steps-wizard .select-attributes-block:after, .steps-wizard .attribute-entity-top:after, .gallery:after, .image-panel:after, .admin__data-grid-filters:after, .admin__data-grid-filters-footer:after, .admin__data-grid-action-columns-menu .admin__action-dropdown-menu-content:after, .admin__data-grid-header-row:after {
  clear: both;
}

.steps-wizard .attribute-options, .steps-wizard .steps-wizard-section-list, .steps-wizard .gallery-image-wrapper .multiselect-alt {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.admin__control-text, .admin__control-select, .admin__control-multiselect, .admin__control-file-label *:before, .admin__control-textarea, .selectmenu, .ui-datepicker .ui-datepicker-title select {
  background-color: #fff;
  border: 1px solid #adadad;
  border-radius: 1px;
  color: #303030;
  font-size: 1.4rem;
  font-weight: 400;
  height: auto;
  line-height: 1.36;
  padding: 0rem 1rem;
  transition: border-color 0.1s linear 0s;
  vertical-align: baseline;
  width: auto;
}

.selectmenu button:focus, .selectmenu button:active, .selectmenu button:hover {
  border: none !important;
}

.admin__control-text:hover, .admin__control-select:hover, .admin__control-multiselect:hover, .admin__control-textarea:hover, .selectmenu:hover, .selectmenu:hover .selectmenu-toggle:before, .ui-datepicker .ui-datepicker-title select:hover {
  border-color: #878787;
}

.admin__control-text:focus, .admin__control-select:focus, .admin__control-multiselect:focus, .admin__control-file:active + .admin__control-file-label *:before, .admin__control-file:focus + .admin__control-file-label *:before, .admin__control-textarea:focus, .selectmenu._focus, .selectmenu._focus .selectmenu-toggle:before, .ui-datepicker .ui-datepicker-title select:focus {
  border-color: #007bdb;
  box-shadow: none;
  outline: 0 none;
}

.admin__control-text[disabled], .admin__control-select[disabled], .admin__control-multiselect[disabled], .admin__control-file[disabled] + .admin__control-file-label *:before, .admin__control-textarea[disabled], .ui-datepicker .ui-datepicker-title select[disabled] {
  background-color: #e9e9e9;
  border-color: #adadad;
  color: #303030;
  cursor: not-allowed;
  opacity: 0.5;
}

.admin__fieldset > .admin__field.admin__field-wide[class] > .admin__field-control, .address-item-edit-content .admin__field[class] > .admin__field-control, .affected-attribute-set .admin__fieldset .admin__field[class] > .admin__field-control {
  clear: left;
  float: none;
  text-align: left;
  width: auto;
}

.admin__fieldset > .admin__field.admin__field-wide[class]:not(.admin__field-option) > .admin__field-label, .address-item-edit-content .admin__field[class]:not(.admin__field-option) > .admin__field-label, .affected-attribute-set .admin__fieldset .admin__field[class]:not(.admin__field-option) > .admin__field-label {
  display: block;
  line-height: 1.4rem;
  margin-bottom: 0.86rem;
  margin-top: -0.14rem;
  text-align: left;
  width: auto;
}

.admin__fieldset > .admin__field.admin__field-wide[class]:not(.admin__field-option) > .admin__field-label:before, .address-item-edit-content .admin__field[class]:not(.admin__field-option) > .admin__field-label:before, .affected-attribute-set .admin__fieldset .admin__field[class]:not(.admin__field-option) > .admin__field-label:before {
  display: none;
}

.admin__fieldset > .admin__field.admin__field-wide._required[class]:not(.admin__field-option) > .admin__field-label span, .address-item-edit-content .admin__field._required[class]:not(.admin__field-option) > .admin__field-label span, .affected-attribute-set .admin__fieldset .admin__field._required[class]:not(.admin__field-option) > .admin__field-label span {
  padding-left: 1.5rem;
}

.admin__fieldset > .admin__field.admin__field-wide._required[class]:not(.admin__field-option) > .admin__field-label span:after, .address-item-edit-content .admin__field._required[class]:not(.admin__field-option) > .admin__field-label span:after, .affected-attribute-set .admin__fieldset .admin__field._required[class]:not(.admin__field-option) > .admin__field-label span:after {
  left: 0;
  margin-left: 30px;
  top: 0.2rem;
}

.data-grid .col-qty .admin__control-text, .product-composite-configure-inner .admin__control-text.qty {
  min-width: 0;
  width: 5.4rem;
}

.admin__control-radio, .admin__control-checkbox {
  cursor: pointer;
  opacity: 0.01;
  overflow: hidden;
  position: absolute;
  vertical-align: top;
}

.admin__control-radio:after, .admin__control-checkbox:after {
  display: none;
}

.admin__control-radio + label, .admin__control-checkbox + label {
  cursor: pointer;
  display: inline-block;
}

.admin__control-radio + label:before, .admin__control-checkbox + label:before {
  background-color: #fff;
  border: 1px solid #adadad;
  color: transparent;
  float: left;
  height: 1.6rem;
  text-align: center;
  vertical-align: top;
  width: 1.6rem;
}

.admin__control-radio + .admin__field-label, .admin__control-checkbox + .admin__field-label {
  padding-left: 2.6rem !important;
}

.admin__control-radio + .admin__field-label:before, .admin__control-checkbox + .admin__field-label:before {
  margin: 1px 1rem 0 -2.6rem;
}

.admin__control-radio:checked + label:before, .admin__control-checkbox:checked + label:before {
  color: #514943;
}

.admin__control-radio.disabled + label, .admin__control-checkbox.disabled + label, .admin__control-radio[disabled] + label, .admin__control-checkbox[disabled] + label {
  color: #303030;
  cursor: default;
  opacity: 0.5;
}

.admin__control-radio.disabled + label:before, .admin__control-checkbox.disabled + label:before, .admin__control-radio[disabled] + label:before, .admin__control-checkbox[disabled] + label:before {
  background-color: #e9e9e9;
  border-color: #adadad;
  cursor: default;
}

._keyfocus .admin__control-radio:focus:not([disabled]) + label:before, ._keyfocus .admin__control-checkbox:focus:not([disabled]) + label:before, ._keyfocus .admin__control-radio:focus:not(.disabled) + label:before, ._keyfocus .admin__control-checkbox:focus:not(.disabled) + label:before {
  border-color: #007bdb;
}

.admin__control-radio:hover:not([disabled]) + label:before, .admin__control-checkbox:hover:not([disabled]) + label:before, .admin__control-radio:hover:not(.disabled) + label:before, .admin__control-checkbox:hover:not(.disabled) + label:before {
  border-color: #878787;
}

.admin__control-radio + label:before {
  border-radius: 1.6rem;
  content: "";
  font-size: 1rem;
  transition: border-color 0.1s linear 0s, color 0.1s ease-in 0s;
}

.admin__control-radio:checked + label {
  position: relative;
}

.admin__control-radio:checked + label:after {
  background-color: #514943;
  border-radius: 50%;
  content: '';
  height: 10px;
  left: 3px;
  position: absolute;
  top: 4px;
  width: 10px;
}

.admin__control-radio.admin__control-radio + label:before {
  line-height: 140%;
}

.admin__control-radio:checked:hover:not([disabled]), .admin__control-radio:checked:hover:not(.disabled) {
  cursor: default;
}

.admin__control-radio:checked:hover:not([disabled]) + label, .admin__control-radio:checked:hover:not(.disabled) + label {
  cursor: default;
}

.admin__control-radio:checked:hover:not([disabled]) + label:before, .admin__control-radio:checked:hover:not(.disabled) + label:before {
  border-color: #adadad;
}

.admin__control-checkbox + label:before {
  border-radius: 1px;
  content: "";
  font-size: 0;
  transition: font-size 0.1s ease-out 0s, color 0.1s ease-out 0s, border-color 0.1s linear 0s;
}

.admin__control-checkbox:checked + label:before {
  content: "\e62d";
  font-size: 1.1rem;
  line-height: 125%;
}

.admin__control-checkbox._indeterminate:not(:checked) + label:before, .admin__control-checkbox:indeterminate:not(:checked) + label:before {
  color: #514943;
  content: "-";
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}

input.admin__control-checkbox[type="checkbox"], input.admin__control-checkbox[type="radio"] {
  margin: 0;
  position: absolute;
}

.admin__control-text {
  min-width: 4rem;
}

.admin__control-select, .ui-datepicker .ui-datepicker-title select {
  -moz-appearance: none;
  background-image: url("../../../../../frontend/Magento/blank/ar_SA/Webkul_Marketplace/images/arrows-bg.svg"), linear-gradient(#e3e3e3, #e3e3e3), linear-gradient(#adadad, #adadad);
  background-position: calc(100% - 12px) -34px, 100% center, calc(100% - 3.2rem) 0;
  background-repeat: no-repeat;
  background-size: auto auto, 3.2rem 100%, 1px 100%;
  max-width: 100%;
  min-width: 8.5rem;
  padding-bottom: 0.5rem;
  padding-right: 4.4rem;
  padding-top: 0.5rem;
  transition: border-color 0.1s linear 0s;
}

.admin__control-select:hover, .ui-datepicker .ui-datepicker-title select:hover {
  border-color: #878787;
  cursor: pointer;
}

.admin__control-select:focus, .ui-datepicker .ui-datepicker-title select:focus {
  background-image: url("../../../../../frontend/Magento/blank/ar_SA/Webkul_Marketplace/images/arrows-bg.svg"), linear-gradient(#e3e3e3, #e3e3e3), linear-gradient(#007bdb, #007bdb);
  background-position: calc(100% - 12px) 13px, 100% center, calc(100% - 3.2rem) 0;
  border-color: #007bdb;
}

.ie9 .admin__control-select, .ie9 .ui-datepicker .ui-datepicker-title select {
  background-image: none;
  padding-right: 1rem;
}

option:empty {
  display: none;
}

.admin__control-multiselect {
  height: auto;
  padding: 0.6rem 1rem;
}

.admin__control-file-wrapper {
  display: inline-block;
  padding: 0.5rem 1rem;
  position: relative;
  z-index: 1;
}

.admin__control-file-label *:before {
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.admin__control-file {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  position: relative;
  width: auto;
  z-index: 1;
}

.admin__control-support-text {
  border: 1px solid transparent;
  float: left;
  font-size: 1.3rem;
  line-height: 1.36;
  padding: 0.6rem !important;
}

.admin__control-support-text + [class*="admin__control-"] {
  margin-left: 0.7rem;
}

[class*="admin__control-"] + .admin__control-support-text {
  float: left;
}

.admin__control-service {
  float: left;
  margin: 0.8rem 0 0 3rem;
}

.admin__control-textarea {
  height: 8.48rem;
  line-height: 1.18;
  padding-top: 0.8rem;
  resize: vertical;
}

.admin__control-table-wrapper {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

.admin__control-table {
  width: 100%;
}

.admin__control-table thead {
  background-color: transparent !important;
}

.admin__control-table tbody td {
  vertical-align: top;
}

.admin__control-table tfoot th {
  padding-bottom: 1.3rem;
}

.admin__control-table tfoot th.validation {
  padding-bottom: 0;
  padding-top: 0;
}

.admin__control-table tr:last-child th, .admin__control-table tr:last-child td {
  border-bottom: medium none;
}

.admin__control-table td, .admin__control-table th {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #efefef;
  border-color: -moz-use-text-color -moz-use-text-color #fff;
  border-image: none;
  border-style: none none solid;
  border-width: 0 0 1px;
  padding: 1.3rem 2.5rem 1.3rem 0;
  text-align: left;
  vertical-align: top;
}

.admin__control-table td:first-child, .admin__control-table th:first-child {
  padding-left: 1.5rem;
}

.admin__control-table td > .admin__control-select, .admin__control-table th > .admin__control-select, .admin__control-table td > .admin__control-text, .admin__control-table th > .admin__control-text, .admin__control-table td > .ui-datepicker .ui-datepicker-title select, .admin__control-table th > .ui-datepicker .ui-datepicker-title select {
  width: 100%;
}

.admin__control-table th {
  border: 0 none;
  color: #303030;
  font-size: 1.4rem;
  font-weight: 600;
  padding-bottom: 0;
  vertical-align: bottom;
}

.admin__control-table th._required span:after {
  color: #eb5202;
  content: "*";
}

.admin__control-table .control-table-actions-th {
  white-space: nowrap;
}

.admin__control-table .control-table-actions-cell {
  padding-top: 1.8rem;
  text-align: center;
  width: 1%;
}

.admin__control-table .col-draggable {
  padding-top: 2.2rem;
  width: 1%;
}

.admin__control-table .action-delete {
  background-color: transparent !important;
  border-color: transparent;
  box-shadow: none;
}

.admin__control-table .action-delete:hover {
  background-color: transparent !important;
  border-color: transparent;
  box-shadow: none;
}

.admin__control-table .action-delete:before {
  content: "\e630";
}

.admin__control-table .action-delete > span {
  display: none;
}

.admin__fieldset {
  border: 0 none;
  margin: 0;
  min-width: 0;
  padding: 0;
}

.admin__fieldset > .admin__field {
  border: 0 none;
  margin: 0 0 0 -30px;
  padding: 0;
}

.admin__fieldset > .admin__field:after {
  clear: both;
  content: "";
  display: table;
}

.admin__fieldset > .admin__field > .admin__field-control {
  float: left;
  margin-left: 30px;
  width: calc(100% * 0.444444 - 30px);
}

.admin__fieldset > .admin__field > .admin__field-label {
  float: left;
  margin-left: 30px;
  width: calc(100% * 0.333333 - 30px);
}

.admin__form-field {
  border: 0 none;
  margin: 0;
  padding: 0;
}

.admin__form-field-control .admin__control-text, .admin__field-control .admin__control-text, .admin__form-field-control .admin__control-textarea, .admin__field-control .admin__control-textarea {
  width: 100%;
}

.admin__field-label {
  color: #303030;
  margin: 0;
  text-align: right;
}

.admin__field-label + br {
  display: none;
}

.admin__field:not(.admin__field-option) > .admin__field-label {
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 3.2rem;
  padding: 0;
  white-space: nowrap;
  word-wrap: break-word;
}

.admin__field:not(.admin__field-option) > .admin__field-label:before {
  content: ".";
  margin-left: -7px;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
}

.admin__field:not(.admin__field-option) > .admin__field-label span {
  display: inline-block;
  line-height: 1.2;
  vertical-align: middle;
  white-space: normal;
}

._disabled > .admin__field-label {
  color: #999;
}

.admin__field {
  margin-bottom: 0;
}

.admin__field + .admin__field {
  margin-top: 1.5rem;
}

.admin__field:not(.admin__field-option) ~ .admin__field-option {
  margin-top: 0.5rem;
}

.admin__field.admin__field-option ~ .admin__field-option {
  margin-top: 0.9rem;
}

.admin__field ~ .admin__field-option:last-child {
  margin-bottom: 0.8rem;
}

.admin__fieldset > .admin__field {
  margin-bottom: 3rem;
  position: relative;
}

.admin__field[data-config-scope]:before {
  color: #808080;
  content: attr(data-config-scope);
  display: inline-block;
  font-size: 1.2rem;
  left: calc(100% * 0.777778 - 30px);
  line-height: 3.2rem;
  margin-left: 60px;
  position: absolute;
  width: calc(100% * 0.222222 - 30px);
}

.admin__field-control .admin__field[data-config-scope]:nth-child(n+2):before {
  content: "";
}

.admin__field._error .admin__field-control > [class*="admin__control-"] {
  border-color: #e22626;
}

.admin__field-control + .admin__field-control {
  margin-top: 1.5rem;
}

.admin__field-error, label.mage-error {
  background: #fffbbb none repeat scroll 0 0;
  border: 1px solid #ee7d7d;
  box-sizing: border-box;
  color: #555;
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0.2rem 0 0;
  padding: 0.8rem 1rem 0.9rem;
}

.admin__field-note {
  color: #303030;
  font-size: 1.2rem;
  margin: 10px 0 0;
  padding: 0;
}

.admin__field-option {
  padding-top: 0.8rem;
}

.admin__field-option .admin__field-label {
  text-align: left;
}

.admin__field-control > .admin__field-option:nth-child(1):nth-last-child(2), .admin__field-control > .admin__field-option:nth-child(2):nth-last-child(1) {
  display: inline-block;
}

.admin__field-control > .admin__field-option:nth-child(1):nth-last-child(2) + .admin__field-option, .admin__field-control > .admin__field-option:nth-child(2):nth-last-child(1) + .admin__field-option {
  display: inline-block;
  margin-left: 41px;
  margin-top: 0;
}

.admin__field-control > .admin__field-option:nth-child(1):nth-last-child(2) + .admin__field-option:before, .admin__field-control > .admin__field-option:nth-child(2):nth-last-child(1) + .admin__field-option:before {
  background: #cacaca none repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 20px;
  margin-left: -20px;
  position: absolute;
  width: 1px;
}

.admin__field-value {
  padding-top: 0.8rem;
}

[class*="admin__control-grouped"] > .admin__field:first-child, .admin__control-fields > .admin__field:first-child {
  position: static;
}

[class*="admin__control-grouped"] > .admin__field:first-child > .admin__field-label, .admin__control-fields > .admin__field:first-child > .admin__field-label {
  cursor: pointer;
  float: left;
  left: 0;
  margin-left: 30px;
  opacity: 0;
  position: absolute;
  top: 0;
  width: calc(100% * 0.333333 - 30px);
}

.admin__control-fields .admin__field-label ~ .admin__field-control {
  width: 100%;
}

[class*="admin__control-grouped"] {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}

[class*="admin__control-grouped"] > .admin__field {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}

[class*="admin__control-grouped"] > .admin__field > .admin__field-control {
  float: none;
  width: 100%;
}

[class*="admin__control-grouped"] > .admin__field:nth-child(n+2) {
  padding-left: 20px;
}

[class*="admin__control-grouped"] > .admin__field:nth-child(n+2):not(.admin__field-option) .admin__field-label {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.admin__field-control-group {
  margin-top: 0.8rem;
}

.admin__field-control-group > .admin__field {
  padding: 0;
}

.admin__fieldset-wrapper-title {
  border-bottom: 1px solid #ccc;
  font-size: 1.7rem;
  margin-bottom: 30px;
  padding: 14px 0 16px;
}

.admin__fieldset-wrapper-title .title {
  font-weight: 600;
}

.admin__fieldset-wrapper-title .title.active ~ .actions {
  display: none;
}

.admin__fieldset-wrapper-title .actions {
  display: block;
  float: right;
}

.admin__field-control > .mage-error[class*="admin__control-"] {
  border-color: #e22626;
}

.admin__data-grid-toolbar *, .admin__data-grid-toolbar *:before, .admin__data-grid-toolbar *:after {
  box-sizing: border-box;
}

.admin__data-grid-toolbar .admin__data-grid-header-row .action-select-multiselect {
  height: 38px;
  left: -1rem;
  min-width: 0;
  opacity: 0.01;
  top: -1.2rem;
  width: 52px;
}

.admin__data-grid-toolbar .admin__data-grid-header-row > div {
  margin-left: 30px;
}

.admin__data-grid-toolbar .admin__data-grid-header-row > div:first-child {
  margin-left: 0;
}

.admin__data-grid-toolbar .admin__data-grid-header-row button, .admin__data-grid-toolbar .admin__data-grid-header-row .block-footer .action-add {
  vertical-align: top;
}

.admin__data-grid-toolbar .admin__filter-actions {
  float: left;
}

.admin__data-grid-toolbar .admin__data-grid-export {
  float: right;
}

.admin__data-grid-toolbar .admin__data-grid-export .admin__control-select, .admin__data-grid-toolbar .admin__data-grid-export .ui-datepicker .ui-datepicker-title select {
  margin-right: 0.7rem;
}

.admin__data-grid-toolbar .admin__data-grid-pager-wrap {
  float: right;
}

.admin__grid-control .admin__grid-control {
  display: none;
}

.product-configure-popup .time-picker {
  display: block;
  margin-top: 1rem;
}

.admin__action-dropdown-wrap {
  display: inline-block;
  position: relative;
}

.admin__action-dropdown-wrap .admin__action-dropdown-text:after {
  right: 0;
}

.admin__action-dropdown-wrap .admin__action-dropdown-menu {
  left: auto;
  right: 0;
}

.admin__action-dropdown-wrap.active .admin__action-dropdown, .admin__action-dropdown-wrap._active .admin__action-dropdown {
  border-color: #007bdb;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5) !important;
}

.admin__action-dropdown-wrap.active .admin__action-dropdown-text:after, .admin__action-dropdown-wrap._active .admin__action-dropdown-text:after {
  background-color: #fff;
  content: "";
  height: 6px;
  position: absolute;
  top: 100%;
  width: 100%;
}

.admin__action-dropdown-wrap.active .admin__action-dropdown-menu, .admin__action-dropdown-wrap._active .admin__action-dropdown-menu {
  display: block;
}

.admin__action-dropdown-wrap._disabled .admin__action-dropdown {
  cursor: default;
}

.admin__action-dropdown-wrap._disabled:hover .admin__action-dropdown {
  color: #41362f;
}

.admin__action-dropdown {
  padding-right: 3.3rem;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: none;
  color: #41362f;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: -.025em;
  padding: 0.7rem 3.3rem 0.8rem 1.5rem;
  position: relative;
  vertical-align: baseline;
  z-index: 2;
}

.admin__action-dropdown {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #fff;
  border-color: transparent transparent -moz-use-text-color;
  border-image: none;
  border-radius: 0;
  border-style: solid solid none;
  border-width: 1px 1px medium;
  box-shadow: none;
  color: #41362f;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: -0.025em;
  padding: 0.7rem 3.3rem 0.8rem 1.5rem;
  position: relative;
  vertical-align: baseline;
  z-index: 2;
}

.admin__action-dropdown:after {
  border-color: #000 transparent transparent;
  border-style: solid;
  border-width: 0.5rem 0.4rem 0;
  content: "";
  height: 0;
  margin-top: -0.2rem;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transition: all 0.2s linear 0s;
  width: 0;
}

.admin__action-dropdown:hover:after {
  border-color: #000 transparent transparent;
}

.admin__action-dropdown:hover, .admin__action-dropdown:focus {
  background-color: #fff !important;
  border: 1px solid #eee !important;
  color: #333 !important;
  text-decoration: none;
}

.admin__action-dropdown:after {
  right: 1.5rem;
}

.admin__action-dropdown:before {
  margin-right: 1rem;
}

.admin__action-dropdown-menu {
  background-color: #fff;
  border: 1px solid #007bdb;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  display: none;
  line-height: 1.36;
  margin-top: -1px;
  min-width: 120%;
  padding: 0.5rem 1rem;
  position: absolute;
  top: 100%;
  transition: all 0.15s ease 0s;
  z-index: 1;
}

.admin__action-dropdown-menu > li {
  display: block;
}

.admin__action-dropdown-menu > li > a {
  color: #41362f;
  display: block;
  padding: 0.6rem 0.5rem;
  text-decoration: none;
}

.selectmenu {
  float: left;
  position: relative;
  text-align: left;
  width: auto;
  z-index: 1;
}

.selectmenu input {
  box-shadow: none !important;
}

.selectmenu._active {
  border-color: #007bdb;
  z-index: 500;
}

.selectmenu .action-save, .selectmenu .action-edit, .selectmenu .action-delete {
  background-color: transparent !important;
  border-color: transparent;
  box-shadow: none;
  padding: 0 1rem;
}

.selectmenu .action-save:hover, .selectmenu .action-edit:hover, .selectmenu .action-delete:hover {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.selectmenu .action-save:before, .selectmenu .action-edit:before, .selectmenu .action-delete:before {
  content: "\e630";
}

.selectmenu .action-edit, .selectmenu .action-delete {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #fff;
  border-image: none;
  border-style: solid;
  border-width: 0 0 0 1px;
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.selectmenu .action-edit:hover, .selectmenu .action-delete:hover {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #fff;
  border-image: none;
  border-style: solid;
  border-width: 0 0 0 1px;
}

.selectmenu .action-save:before {
  content: "\e625";
}

.selectmenu .action-edit:before {
  content: "\e630";
}

.selectmenu-value {
  display: inline-block;
}

.selectmenu-value input[type="text"] {
  -moz-appearance: none;
  border: 0 none;
  margin: 0;
  width: 6rem;
  height: 32px;
  padding: 0 !important;
}

.selectmenu-toggle {
  background: transparent none repeat scroll 0 0;
  border-width: 0;
  bottom: 0;
  float: right;
  padding-right: 3rem;
  height: 32px;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}

.selectmenu-toggle._active:after, .selectmenu-toggle.active:after {
  transform: rotate(180deg);
}

.selectmenu-toggle:after {
  border-color: #000 transparent transparent;
  border-style: solid;
  border-width: 0.5rem 0.4rem 0;
  content: "";
  height: 0;
  margin-top: -0.2rem;
  position: absolute;
  right: 1.1rem;
  top: 50%;
  transition: all 0.2s linear 0s;
  width: 0;
}

._active .selectmenu-toggle:after, .active .selectmenu-toggle:after {
  transform: rotate(180deg);
}

.selectmenu-toggle:hover:after {
  border-color: #000 transparent transparent;
}

.selectmenu-toggle:focus, .selectmenu-toggle:active, .selectmenu-toggle:hover {
  background: transparent none repeat scroll 0 0 !important;
}

.selectmenu._active .selectmenu-toggle:before {
  border-color: #007bdb !important;
}

._keyfocus .selectmenu-toggle:focus {
  box-shadow: none;
}

.selectmenu-toggle:before {
  background: #e3e3e3 none repeat scroll 0 0;
  border-left: 1px solid #adadad;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 3.2rem;
}

.selectmenu-items {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #007bdb;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  display: none;
  float: left;
  left: -1px;
  margin-top: 3px;
  max-width: 20rem;
  min-width: calc(100% + 2px);
  position: absolute;
  top: 100%;
  overflow: hidden;
}

.selectmenu-items._active {
  display: block;
}

.selectmenu-items ul {
  float: left;
  list-style-type: none;
  margin: 0;
  min-width: 100%;
  padding: 0;
}

.selectmenu-items li {
  display: flex;
  flex-direction: row;
  transition: background 0.2s linear 0s;
}

.selectmenu-items li:hover {
  background: #e3e3e3 none repeat scroll 0 0;
}

.selectmenu-items li:last-child .selectmenu-item-action {
  color: #007bdb;
  text-decoration: none;
}

.selectmenu-items li:last-child .selectmenu-item-action:visited {
  color: #007bdb;
  text-decoration: none;
}

.selectmenu-items li:last-child .selectmenu-item-action:hover {
  color: #007bdb;
  text-decoration: underline;
}

.selectmenu-items li:last-child .selectmenu-item-action:active {
  color: #ff5501;
  text-decoration: underline;
}

.selectmenu-item {
  position: relative;
  width: 100%;
  z-index: 1;
}

li._edit > .selectmenu-item {
  display: none;
}

.selectmenu-item-edit {
  display: none;
  padding: 0.3rem 4rem 0.3rem 0.4rem;
  position: relative;
  white-space: nowrap;
  z-index: 1;
}

li:last-child .selectmenu-item-edit {
  padding-right: 0.4rem;
}

.selectmenu-item-edit .admin__control-text {
  margin: 0;
  width: 5.4rem;
}

li._edit .selectmenu-item-edit {
  display: block;
}

.selectmenu-item-action {
  -moz-appearance: none;
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  color: #41362f;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  min-width: 100%;
  padding: 1rem 6rem 1rem 1.5rem;
  text-align: left;
  transition: background 0.2s linear 0s;
  width: 5rem;
  box-sizing: border-box !important;
}

.selectmenu-item-action:hover, .selectmenu-item-action:focus {
  background: #e3e3e3 none repeat scroll 0 0 !important;
  color: #333;
}

.action-select-wrap {
  width: 100% !important;
  display: inline-block !important;
  position: relative;
}

button.action-select {
  width: 100%;
}

.action-select-wrap .action-select {
  background-color: #fff !important;
  font-weight: 400;
  overflow: hidden;
  padding-right: 3.2rem;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #adadad !important;
  margin-bottom: 0;
}

.action-select-wrap .action-select:after {
  border-color: #000 transparent transparent;
  border-style: solid;
  border-width: 0.5rem 0.4rem 0;
  content: "";
  height: 0;
  margin-top: -0.2rem;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transition: all 0.2s linear 0s;
  width: 0;
}

.action-select-wrap .action-select:hover:after {
  border-color: #000 transparent transparent;
}

.action-select-wrap .action-select:hover {
  border-color: #878787;
}

.action-select-wrap .action-select:hover:before {
  border-color: #878787;
}

.action-select-wrap .action-select:before {
  background-color: #e3e3e3;
  border: 1px solid #adadad;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 3.2rem;
  box-sizing: border-box;
}

.action-select-wrap .action-select._active {
  border-color: #007bdb;
}

.action-select-wrap .action-select._active:before {
  border-color: #007bdb #007bdb #007bdb #adadad;
}

.action-select-wrap .action-select[disabled] {
  color: #41362f;
}

.action-select-wrap .action-select[disabled]:after {
  border-color: #41362f transparent transparent;
}

.action-select-wrap._active {
  z-index: 500;
}

.action-select-wrap._active .action-select {
  border-color: #007bdb;
}

.action-select-wrap._active .action-select:before {
  border-color: #007bdb;
}

.action-select-wrap .action-menu .action-submenu {
  max-height: 45rem;
  overflow-y: auto;
}

.action-select-wrap .action-menu-items {
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
}

.action-select-wrap .action-menu-items > .action-menu, .action-select-wrap .action-menu-items > .action-menu .action-submenu {
  min-width: 100%;
  position: static;
}

.action-select-wrap .action-menu-items > .action-menu .action-submenu, .action-select-wrap .action-menu-items > .action-menu .action-submenu .action-submenu {
  position: absolute;
}

.action-multicheck-wrap {
  display: inline-block;
  height: 1.6rem;
  padding-top: 1px;
  position: relative;
  width: 3.1rem;
  z-index: 200;
}

.action-multicheck-wrap:hover .admin__control-checkbox + label:before, .action-multicheck-wrap:hover .action-multicheck-toggle {
  border-color: #878787;
}

.action-multicheck-wrap._active .admin__control-checkbox + label:before, .action-multicheck-wrap._active .action-multicheck-toggle {
  border-color: #007bdb;
}

.action-multicheck-wrap._active .action-menu, .action-multicheck-wrap._active .action-menu .action-submenu {
  display: block;
  opacity: 1;
  visibility: visible;
}

.action-multicheck-wrap._disabled .admin__control-checkbox + label:before {
  background-color: #fff;
}

.action-multicheck-wrap._disabled .admin__control-checkbox + label:before, .action-multicheck-wrap._disabled .action-multicheck-toggle {
  border-color: #adadad;
  opacity: 1;
}

.action-multicheck-wrap .admin__control-checkbox, .action-multicheck-wrap .admin__control-checkbox + label, .action-multicheck-wrap .action-multicheck-toggle {
  float: left;
}

.action-multicheck-wrap .action-multicheck-toggle {
  border-radius: 0 1px 1px 0;
  height: 1.6rem;
  margin-left: -1px;
  padding: 0;
  position: relative;
  transition: border-color 0.1s linear 0s;
  width: 1.6rem;
}

.action-multicheck-wrap .action-multicheck-toggle._active:after, .action-multicheck-wrap .action-multicheck-toggle.active:after {
  transform: rotate(180deg);
}

.action-multicheck-wrap .action-multicheck-toggle:after {
  border-color: #000 transparent transparent;
  border-style: solid;
  border-width: 0.5rem 0.4rem 0;
  content: "";
  height: 0;
  margin-top: -0.2rem;
  position: absolute;
  right: 1.1rem;
  top: 50%;
  transition: all 0.2s linear 0s;
  width: 0;
}

._active .action-multicheck-wrap .action-multicheck-toggle:after, .active .action-multicheck-wrap .action-multicheck-toggle:after {
  transform: rotate(180deg);
}

.action-multicheck-wrap .action-multicheck-toggle:hover:after {
  border-color: #000 transparent transparent;
}

.action-multicheck-wrap .action-multicheck-toggle:focus {
  border-color: #007bdb;
}

.action-multicheck-wrap .action-multicheck-toggle:after {
  right: 0.3rem;
}

.action-multicheck-wrap .action-multicheck-toggle > span {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.action-multicheck-wrap .action-menu, .action-multicheck-wrap .action-menu .action-submenu {
  left: -1.1rem;
  margin-top: 1px;
  right: auto;
  text-align: left;
}

.action-multicheck-wrap .action-menu-item {
  white-space: nowrap;
}

.admin__action-multiselect-wrap {
  -moz-user-select: none;
  display: block;
  user-select: none;
}

.admin__action-multiselect-wrap.action-select-wrap:focus {
  box-shadow: none;
}

.admin__action-multiselect-wrap.action-select-wrap .action-menu, .admin__action-multiselect-wrap.action-select-wrap .action-menu .action-submenu {
  max-height: none;
  overflow-y: inherit;
}

.admin__action-multiselect-wrap .action-menu-item {
  transition: background-color 0.1s linear 0s;
}

.admin__action-multiselect-wrap .action-menu-item._selected {
  background-color: #e3e3e3;
}

.admin__action-multiselect-wrap .action-menu-item._hover {
  background-color: #f1f2f3;
}

.admin__action-multiselect-wrap .admin__action-multiselect {
  border: 1px solid #c2c2c2;
  cursor: pointer;
  display: block;
  min-height: 3.2rem;
  padding-right: 3.6rem;
  white-space: normal;
}

.admin__action-multiselect-text {
  padding: .6rem 1rem;
}

.admin__action-multiselect-wrap .admin__action-multiselect:after {
  bottom: 1.25rem;
  top: auto;
}

.admin__action-multiselect-wrap .admin__action-multiselect:before {
  height: calc(3.2rem + 2px);
  top: auto;
  width: 3.2rem;
}

/* product category tree css start */
.admin__action-multiselect-tree .action-menu,
.admin__action-multiselect-tree .abs-action-menu .action-submenu,
.admin__action-multiselect-tree .action-menu .action-submenu,
.admin__action-multiselect-tree .actions-split .dropdown-menu .action-submenu,
.admin__action-multiselect-tree .actions-split .action-menu .action-submenu {
  min-width: 34.7rem;
}

.admin__action-multiselect-tree .action-menu .action-menu-item,
.admin__action-multiselect-tree .abs-action-menu .action-submenu .action-menu-item,
.admin__action-multiselect-tree .action-menu .action-submenu .action-menu-item,
.admin__action-multiselect-tree .actions-split .dropdown-menu .action-submenu .action-menu-item,
.admin__action-multiselect-tree .actions-split .action-menu .action-submenu .action-menu-item {
  margin-top: .1rem;
}

.admin__action-multiselect-tree .action-menu-item {
  margin-left: 4.2rem;
  position: relative;
}

.admin__action-multiselect-tree .action-menu-item._with-checkbox .admin__action-multiselect-label {
  padding-left: 2.6rem !important;
}

.admin__action-multiselect-tree .admin__action-multiselect-menu-inner {
  position: relative;
}

.admin__action-multiselect-tree .admin__action-multiselect-menu-inner .admin__action-multiselect-menu-inner {
  padding-left: 3.2rem;
}

.admin__action-multiselect-tree .admin__action-multiselect-menu-inner .admin__action-multiselect-menu-inner:before {
  left: 4.3rem;
}

.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item {
  position: relative;
  list-style: none;
}

.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item:last-child:before {
  height: 2.1rem;
}

.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item:after,
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item:before {
  content: '';
  left: 0;
  position: absolute;
}

.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item:after {
  border-top: 1px dashed #a79d95;
  height: 1px;
  top: 2.1rem;
  width: 5.2rem;
}

.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item:before {
  border-left: 1px dashed #a79d95;
  height: 100%;
  top: 0;
  width: 1px;
}

.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._parent:after {
  width: 4.2rem;
}

.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._root {
  margin-left: -1rem;
}

.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._root:after {
  left: 3.2rem;
  width: 2.2rem;
}

.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._root:before {
  left: 3.2rem;
  top: 1rem;
}

.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._root._parent:after {
  display: none;
}

.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._root:first-child:before {
  top: 2.1rem;
}

.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._root:last-child:before {
  height: 1rem;
}

.admin__action-multiselect-tree .admin__action-multiselect-label {
  line-height: 2.2rem;
  vertical-align: middle;
  word-break: break-all;
}

.admin__action-multiselect-tree .admin__action-multiselect-label:before {
  left: 0;
  position: absolute;
  top: .4rem;
}

/* product category tree css stop */
.action-menu, .action-menu .action-submenu {
  left: 0;
  margin-top: 2px;
  right: auto;
  text-align: left;
}

.admin__action-multiselect-label {
  position: relative;
  z-index: 1;
}

.admin__action-multiselect-label:before {
  margin-right: 0.5rem;
}

.admin__action-multiselect-search-wrap {
  margin-bottom: 1rem;
  padding: 1rem;
  position: relative;
}

.admin__action-multiselect-search-wrap + .admin__action-multiselect-menu-inner {
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  margin-bottom: 1rem;
}

.admin__action-multiselect-menu-inner {
  margin-bottom: 0;
  padding: 0;
  overflow-y: auto;
}

.admin__action-multiselect-menu-inner._root {
  max-height: 20rem;
}

li.admin__action-multiselect-menu-inner-item {
  padding: 0;
  margin: 0;
}

.admin__action-multiselect-search {
  padding-right: 3rem;
  width: 100%;
}

.admin__action-multiselect-search-label {
  display: block;
  font-size: 1.5rem;
  height: 1em;
  overflow: hidden;
  position: absolute;
  right: 3.2rem;
  top: 1.7rem;
  width: 1em;
}

.admin__action-multiselect-search-label:before {
  content: "\e60c";
  font-family: "Admin Icons";
}

.admin__action-multiselect-actions-wrap {
  text-align: center;
  border-top: 1px solid #e3e3e3;
  margin: 0 1rem;
  padding: 1rem 0;
}

.admin__action-multiselect-actions-wrap .action-default {
  font-size: 1.3rem;
  min-width: 13rem;
}

.admin__action-multiselect-crumb {
  background-color: #f5f5f5;
  border: 1px solid #a79d95;
  border-radius: 1px;
  display: inline-block;
  font-size: 1.2rem;
  margin: 0.3rem -4px 0.3rem 0.3rem;
  padding: 0.2rem 2.4rem 0.3rem 1rem;
  position: relative;
  transition: border-color 0.1s linear 0s;
}

.admin__action-multiselect-crumb:hover {
  border-color: #908379;
}

.admin__action-multiselect-crumb .action-close {
  bottom: 0;
  font-size: 0.5em;
  position: absolute;
  right: 0;
  top: 0;
  line-height: inherit !important;
  width: 2rem;
  height: auto;
}

.admin__action-multiselect-crumb .action-close:hover {
  color: #060504;
}

.admin__action-multiselect-crumb .action-close:focus, .admin__action-multiselect-crumb .action-close:active {
  background-color: transparent;
}

.admin__action-multiselect-crumb .action-close:active {
  transform: scale(0.9);
}

button.action-close {
  border: none !important;
  background-color: transparent !important;
  background: transparent !important;
  padding: 0;
}

.admin__table-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
}

.admin__table-primary, .admin__table-secondary {
  width: 100%;
}

.admin__table-primary {
  font-size: 1.3rem;
}

.admin__table-primary th, .admin__table-primary td {
  padding: 1rem 1.5rem;
  text-align: left;
}

.admin__table-primary th:first-child, .admin__table-primary td:first-child {
  padding-left: 0;
}

.admin__table-primary th {
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  font-weight: 700;
  vertical-align: bottom;
}

.admin__table-primary td {
  border-bottom: 1px solid #e3e3e3;
  vertical-align: top;
}

.admin__table-primary tbody tr:last-child td {
  border-bottom-color: transparent;
}

.admin__table-primary tfoot {
  background: #f8f8f8 none repeat scroll 0 0;
  font-weight: 600;
}

.admin__table-primary tfoot th:first-child, .admin__table-primary tfoot td:first-child {
  padding-left: 1.5rem;
}

.admin__table-secondary caption {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.75em;
  text-align: left;
}

.admin__table-secondary thead th {
  background-color: transparent !important;
  font-weight: 600;
}

.admin__table-secondary tbody th {
  vertical-align: top;
}

.admin__table-secondary tbody tr:nth-child(2n+1) th, .admin__table-secondary tbody tr:nth-child(2n+1) td {
  background-color: #f1f1f1;
}

.admin__table-secondary tfoot tr:nth-child(2n+1) th, .admin__table-secondary tfoot tr:nth-child(2n+1) td {
  background-color: #fff;
}

.admin__table-secondary tfoot tr:first-child {
  border-top: 1px solid #e3e3e3;
}

.admin__table-secondary th, .admin__table-secondary td {
  padding: 1rem;
  text-align: left;
}

.admin__table-secondary th {
  color: #676056;
  font-weight: 400;
}

.wk-mp-row {
  margin-left: 0;
  margin-right: 0;
}

.wk-mp-row:after {
  clear: both;
  content: "";
  display: table;
}

.wk-mp-main .col-xs-1, .wk-mp-main .col-m-1, .wk-mp-main .col-l-1, .wk-mp-main .col-xl-1, .wk-mp-main .col-xs-2, .wk-mp-main .col-m-2, .wk-mp-main .col-l-2, .wk-mp-main .col-xl-2, .wk-mp-main .col-xs-3, .wk-mp-main .col-m-3, .wk-mp-main .col-l-3, .wk-mp-main .col-xl-3, .wk-mp-main .col-xs-4, .wk-mp-main .col-m-4, .wk-mp-main .col-l-4, .wk-mp-main .col-xl-4, .wk-mp-main .col-xs-5, .wk-mp-main .col-m-5, .wk-mp-main .col-l-5, .wk-mp-main .col-xl-5, .wk-mp-main .col-xs-6, .wk-mp-main .col-m-6, .wk-mp-main .col-l-6, .wk-mp-main .col-xl-6, .wk-mp-main .col-xs-7, .wk-mp-main .col-m-7, .wk-mp-main .col-l-7, .wk-mp-main .col-xl-7, .wk-mp-main .col-xs-8, .wk-mp-main .col-m-8, .wk-mp-main .col-l-8, .wk-mp-main .col-xl-8, .wk-mp-main .col-xs-9, .wk-mp-main .col-m-9, .wk-mp-main .col-l-9, .wk-mp-main .col-xl-9, .wk-mp-main .col-xs-10, .wk-mp-main .col-m-10, .wk-mp-main .col-l-10, .wk-mp-main .col-xl-10, .wk-mp-main .col-xs-11, .wk-mp-main .col-m-11, .wk-mp-main .col-l-11, .wk-mp-main .col-xl-11, .wk-mp-main .col-xs-12, .wk-mp-main .col-m-12, .wk-mp-main .col-l-12, .wk-mp-main .col-xl-12,
#variation-steps-wizard_step1 .col-xs-9 {
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  box-sizing: border-box;
}

@media all and (min-width: 768px), print {
  .wk-mp-main .col-xs-1, .wk-mp-main .col-xs-2, .wk-mp-main .col-xs-3, .wk-mp-main .col-xs-4, .wk-mp-main .col-xs-5, .wk-mp-main .col-xs-6, .wk-mp-main .col-xs-7, .wk-mp-main .col-xs-8, .wk-mp-main .col-xs-9, .wk-mp-main .col-xs-10, .col-xs-11, .wk-mp-main .col-xs-12,
  #variation-steps-wizard_step1 .col-xs-9 {
    float: left;
    box-sizing: border-box;
  }
  .wk-mp-main .col-xs-12,
  #variation-steps-wizard_step1 .col-xs-12 {
    width: 100% !important;
    box-sizing: border-box;
  }
  .wk-mp-main .col-xs-11,
  #variation-steps-wizard_step1 .col-xs-11 {
    width: 91.6667% !important;
    box-sizing: border-box;
  }
  .wk-mp-main .col-xs-10,
  #variation-steps-wizard_step1 .col-xs-10 {
    width: 83.3333% !important;
    box-sizing: border-box;
  }
  .wk-mp-main .col-xs-9,
  #variation-steps-wizard_step1 .col-xs-9 {
    width: 75% !important;
    box-sizing: border-box;
  }
  .wk-mp-main .col-xs-8,
  #variation-steps-wizard_step1 .col-xs-8 {
    width: 66.6667% !important;
    box-sizing: border-box;
  }
  .wk-mp-main .col-xs-7,
  #variation-steps-wizard_step1 .col-xs-7 {
    width: 58.3333% !important;
    box-sizing: border-box;
  }
  .wk-mp-main .col-xs-6,
  #variation-steps-wizard_step1 .col-xs-6 {
    width: 50% !important;
    box-sizing: border-box;
  }
  .wk-mp-main .col-xs-5,
  #variation-steps-wizard_step1 .col-xs-5 {
    width: 41.6667% !important;
    box-sizing: border-box;
  }
  .wk-mp-main .col-xs-4,
  #variation-steps-wizard_step1 .col-xs-4 {
    width: 33.3333% !important;
    box-sizing: border-box;
  }
  .wk-mp-main .col-xs-3,
  #variation-steps-wizard_step1 .col-xs-3 {
    width: 25% !important;
    float: left;
    box-sizing: border-box;
  }
  .wk-mp-main .col-xs-2,
  #variation-steps-wizard_step1 .col-xs-2 {
    width: 16.6667% !important;
    box-sizing: border-box;
  }
  .wk-mp-main .col-xs-1,
  #variation-steps-wizard_step1 .col-xs-1 {
    width: 8.33333% !important;
    box-sizing: border-box;
  }
  .wk-mp-main .col-xs-pull-12 {
    right: 100%;
  }
  .wk-mp-main .col-xs-pull-11 {
    right: 91.6667%;
  }
  .wk-mp-main .col-xs-pull-10 {
    right: 83.3333%;
  }
  .wk-mp-main .col-xs-pull-9 {
    right: 75%;
  }
  .wk-mp-main .col-xs-pull-8 {
    right: 66.6667%;
  }
  .wk-mp-main .col-xs-pull-7 {
    right: 58.3333%;
  }
  .wk-mp-main .col-xs-pull-6 {
    right: 50%;
  }
  .wk-mp-main .col-xs-pull-5 {
    right: 41.6667%;
  }
  .wk-mp-main .col-xs-pull-4 {
    right: 33.3333%;
  }
  .wk-mp-main .col-xs-pull-3 {
    right: 25%;
  }
  .wk-mp-main .col-xs-pull-2 {
    right: 16.6667%;
  }
  .wk-mp-main .col-xs-pull-1 {
    right: 8.33333%;
  }
  .wk-mp-main .col-xs-pull-0 {
    right: auto;
  }
  .wk-mp-main .col-xs-push-12 {
    left: 100%;
  }
  .wk-mp-main .col-xs-push-11 {
    left: 91.6667%;
  }
  .wk-mp-main .col-xs-push-10 {
    left: 83.3333%;
  }
  .wk-mp-main .col-xs-push-9 {
    left: 75%;
  }
  .wk-mp-main .col-xs-push-8 {
    left: 66.6667%;
  }
  .wk-mp-main .col-xs-push-7 {
    left: 58.3333%;
  }
  .wk-mp-main .col-xs-push-6 {
    left: 50%;
  }
  .wk-mp-main .col-xs-push-5 {
    left: 41.6667%;
  }
  .wk-mp-main .col-xs-push-4 {
    left: 33.3333%;
  }
  .wk-mp-main .col-xs-push-3 {
    left: 25%;
  }
  .wk-mp-main .col-xs-push-2 {
    left: 16.6667%;
  }
  .wk-mp-main .col-xs-push-1 {
    left: 8.33333%;
  }
  .wk-mp-main .col-xs-push-0 {
    left: auto;
  }
  .wk-mp-main .col-xs-offset-12 {
    margin-left: 100%;
  }
  .wk-mp-main .col-xs-offset-11 {
    margin-left: 91.6667%;
  }
  .wk-mp-main .col-xs-offset-10 {
    margin-left: 83.3333%;
  }
  .wk-mp-main .col-xs-offset-9 {
    margin-left: 75%;
  }
  .wk-mp-main .col-xs-offset-8 {
    margin-left: 66.6667%;
  }
  .wk-mp-main .col-xs-offset-7 {
    margin-left: 58.3333%;
  }
  .wk-mp-main .col-xs-offset-6 {
    margin-left: 50%;
  }
  .wk-mp-main .col-xs-offset-5 {
    margin-left: 41.6667%;
  }
  .wk-mp-main .col-xs-offset-4 {
    margin-left: 33.3333%;
  }
  .wk-mp-main .col-xs-offset-3 {
    margin-left: 25%;
  }
  .wk-mp-main .col-xs-offset-2 {
    margin-left: 16.6667%;
  }
  .wk-mp-main .col-xs-offset-1 {
    margin-left: 8.33333%;
  }
  .wk-mp-main .col-xs-offset-0 {
    margin-left: 0;
  }
}

.row-gutter {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.row-gutter > [class*="col-"] {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.tabs-horiz {
  margin: 0;
  padding: 0;
}

.tabs-horiz .ui-state-default {
  background: #e3e3e3 none repeat scroll 0 0;
  border: 0.1rem solid #adadad;
  float: left;
  letter-spacing: 0.0183em;
  list-style: outside none none;
  margin-right: 0.4rem;
}

.tabs-horiz .ui-state-hover {
  background: #d6d6d6 none repeat scroll 0 0;
}

.tabs-horiz .ui-state-active {
  background: #fff none repeat scroll 0 0;
  border-bottom: 0 none;
  font-weight: 600;
  letter-spacing: normal;
  margin-bottom: -0.1rem;
}

.tabs-horiz .ui-state-active .ui-tabs-anchor {
  border-bottom: 0.1rem solid #fff;
  border-top: 0.4rem solid #eb5202;
  padding-top: 1.1rem;
}

.tabs-horiz .ui-tabs-anchor {
  color: #41362f;
  display: block;
  padding: 1.5rem 1.8rem 1.3rem;
  text-decoration: none;
}

.tabs-horiz .ui-tabs-anchor:hover {
  color: #41362f;
  text-decoration: none;
}

.ui-tabs-panel {
  margin-top: -1px;
  padding: 2rem;
}

.hidden {
  display: none;
  visibility: hidden;
}

._disabled {
  box-shadow: none;
  cursor: default;
  opacity: 0.5;
  outline: 0 none;
}

._disabled:hover {
  box-shadow: none;
  cursor: default;
  opacity: 0.5;
  outline: 0 none;
}

.a-center {
  text-align: center;
}

._no-select {
  -moz-user-select: none;
}

input.no-display, .no-display {
  display: none;
}

.spinner {
  display: inline-block;
  font-size: 4rem;
  height: 1em;
  margin-right: 1.5rem;
  position: relative;
  width: 1em;
}

.spinner > span:nth-child(1) {
  animation-delay: 0.27s;
  transform: rotate(-315deg);
}

.spinner > span:nth-child(2) {
  animation-delay: 0.36s;
  transform: rotate(-270deg);
}

.spinner > span:nth-child(3) {
  animation-delay: 0.45s;
  transform: rotate(-225deg);
}

.spinner > span:nth-child(4) {
  animation-delay: 0.54s;
  transform: rotate(-180deg);
}

.spinner > span:nth-child(5) {
  animation-delay: 0.63s;
  transform: rotate(-135deg);
}

.spinner > span:nth-child(6) {
  animation-delay: 0.72s;
  transform: rotate(-90deg);
}

.spinner > span:nth-child(7) {
  animation-delay: 0.81s;
  transform: rotate(-45deg);
}

.spinner > span:nth-child(8) {
  transform: rotate(0deg);
}

@keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #fff;
  }
}

@keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #fff;
  }
}

.spinner > span {
  animation-duration: 0.72s;
  animation-iteration-count: infinite;
  animation-name: fade;
  background-color: #fff;
  border-radius: 6px;
  clip: rect(0px, 0.285714em, 0.1em, 0px);
  height: 0.1em;
  margin-top: 0.5em;
  position: absolute;
  transform: scale(0.4);
  width: 1em;
}

.ie9 .spinner {
  background: rgba(0, 0, 0, 0) url("../images/ajax-loader.gif") no-repeat scroll center center;
}

.ie9 .spinner > span {
  display: none;
}

.messages .message:last-child {
  margin: 0 0 2rem;
}

.message {
  background: #fffbbb none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: #333;
  font-size: 1.4rem;
  margin: 0 0 1px;
  padding: 1.8rem 4rem 1.8rem 5.5rem;
  position: relative;
  text-shadow: none;
}

.overlay_magento {
  z-index: 800 !important;
}

.filecnt {
  border: 1px solid #adadad;
  cursor: pointer;
  display: inline-block;
  margin: 0 0.5rem 15px 0;
  overflow: hidden;
  padding: 3px;
  width: 100px;
}

.filecnt.selected {
  border-color: #008bdb;
}

.filecnt p {
  text-align: center;
}

.message-system-inner {
  background: #fffbbb none repeat scroll 0 0;
}

.message-system-inner .message-system-list {
  float: left;
  width: 75%;
}

.message-system-list {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.message-system-short {
  overflow: hidden;
  text-align: right;
}

.message-system-short .message-system-short-label {
  display: inline-block;
  padding: 1.8rem 0.3rem 1.8rem 1rem;
}

.message-system-short .message {
  display: inline-block;
  padding: 1.8rem 2rem 1.8rem 3.3rem;
}

.message-system-short .message:before {
  left: 0.3rem;
}

.page-main-actions {
  margin: 0 0 3rem;
}

.page-main-actions._hidden .store-switcher {
  display: none;
}

.modal-slide .modal-title {
  font-size: 2.1rem;
  margin-right: 5.7rem;
}

.modal-slide .page-main-actions {
  margin-top: 2.1rem;
  margin-bottom: .6rem;
}

.page-main-actions:not(._hidden), .page-actions._fixed {
  background: #f8f8f8;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  padding: 1.5rem;
}

.modal-slide .page-actions-buttons {
  float: right;
}

.admin__collapsible-block-wrapper {
  border-bottom: 1px solid #ccc;
}

.admin__collapsible-block-wrapper .admin__collapsible-title {
  clear: both;
  color: #303030;
  cursor: pointer;
  display: block;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  padding: 1.9rem 2.7rem 1.9rem 0;
  position: relative;
  text-decoration: none;
  transition: color 0.15s linear 0s;
}

.admin__collapsible-block-wrapper .admin__collapsible-title:hover, .admin__collapsible-block-wrapper .admin__collapsible-title:visited, .admin__collapsible-block-wrapper .admin__collapsible-title:focus {
  color: #0a0a0a;
  text-decoration: none;
}

.admin__collapsible-block-wrapper .admin__collapsible-title:active:before {
  transform: scale(0.9);
}

.admin__collapsible-block-wrapper .admin__collapsible-title._disabled, .admin__collapsible-block-wrapper .admin__collapsible-title.disabled {
  color: #7d7d7d;
  cursor: default;
}

.admin__collapsible-block-wrapper .admin__collapsible-title:before {
  content: "\e616";
  font-size: 1.7rem;
  position: absolute;
  right: 1.3rem;
  top: 2.3rem;
}

.admin__collapsible-block-wrapper.opened > .fieldset-wrapper-title .admin__collapsible-title:before, .admin__collapsible-block-wrapper._show > .fieldset-wrapper-title .admin__collapsible-title:before {
  content: "\e615";
}

.admin__collapsible-block-wrapper.opened.fieldset-wrapper .fieldset-wrapper-title .actions, .admin__collapsible-block-wrapper._show.fieldset-wrapper .fieldset-wrapper-title .actions {
  display: block;
}

.admin__collapsible-block-wrapper.fieldset-wrapper {
  border-bottom: 1px solid #ccc;
  padding: 0;
}

.admin__collapsible-block-wrapper.fieldset-wrapper .fieldset-wrapper-title {
  border: 0 none;
  margin: 0;
  padding: 0;
}

.admin__collapsible-block-wrapper.fieldset-wrapper .fieldset-wrapper-content {
  padding-bottom: 1.9rem;
}

.admin__collapsible-block-wrapper.collapsible-block-wrapper-last {
  border-bottom: 0 none;
}

.fieldset-wrapper .admin__collapsible-block-wrapper .fieldset-wrapper-title .actions {
  position: absolute;
  right: 1.3rem;
  top: 1.4rem;
}

.fieldset-wrapper .admin__collapsible-block-wrapper .fieldset-wrapper-title .draggable-handle {
  top: 2.4rem;
}

.fieldset-wrapper .admin__collapsible-block-wrapper .admin__collapsible-title {
  font-size: 1.6rem;
  padding-left: 2.7rem;
}

.fieldset-wrapper .admin__collapsible-block-wrapper .admin__collapsible-title:before {
  left: 0;
  right: auto;
  top: 2.2rem;
}

.admin__collapsible-block .comment {
  margin-bottom: 0.5em;
  margin-top: 1rem;
}

.admin__collapsible-block .admin__collapsible-block {
  border: 0 none;
}

.admin__collapsible-block .admin__collapsible-block .entry-edit-head > a {
  padding-left: 2.7rem;
  padding-right: 0;
}

.admin__collapsible-block .admin__collapsible-block .entry-edit-head > a:before {
  left: 0;
  right: auto;
}

.admin__collapsible-block ~ .admin__collapsible-block {
  border: 0 none;
  padding: 0 0 2.6rem;
}

.sortable-wrapper {
  margin-bottom: 1.5rem;
}

input.banner-content-checkbox[type="checkbox"] {
  position: absolute;
  top: 0.8rem;
}

input.banner-content-checkbox[type="checkbox"] + .addafter {
  line-height: 3.2rem;
  padding-left: 2.6rem;
}

div.removed, .field.removed {
  display: none !important;
}

.field-weight .weight-switcher .admin__control-switcher > .admin__field-label {
  float: none;
  padding-top: 7px;
  text-align: left;
  width: 100%;
}

.weight-switcher .admin__control-radio[type="radio"] {
  margin: 0;
  position: absolute;
}

.product-create-configuration {
  padding: 1rem 0;
}

.product-create-configuration .product-create-configuration-info {
  float: left;
  width: 60%;
}

.product-create-configuration .product-create-configuration-actions {
  float: right;
  text-align: right;
  width: 40%;
}

.product-create-configuration .product-create-configuration-action {
  float: right;
  margin-left: 1rem;
}

.product-create-configuration .action-menu-item {
  padding-right: 0;
}

.steps-wizard {
  position: relative;
}

.steps-wizard .steps-wizard-navigation {
  background: #f8f8f8 none repeat scroll 0 0;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  margin: 0 0 2rem;
  padding: 1.5rem;
}

.steps-wizard .steps-wizard-title {
  font-size: 2.4rem;
  margin: 0 0 1rem;
}

.steps-wizard .steps-wizard-info {
  margin: 0 0 2rem;
}

.steps-wizard .admin__data-grid-wrap .action-multicheck-wrap {
  position: static;
}

.steps-wizard .admin__data-grid-wrap .action-multicheck-wrap .action-menu, .steps-wizard .admin__data-grid-wrap .action-multicheck-wrap .action-menu .action-submenu {
  left: 0;
  margin-top: 16px;
  right: auto;
  top: auto;
  z-index: 2;
}

.steps-wizard .admin__data-grid-wrap .note {
  margin: 2rem 0;
}

.steps-wizard .nav-bar-outer-actions {
  float: right;
  margin-bottom: 1.7rem;
}

.steps-wizard .nav-bar-outer-actions .action-wrap {
  float: right;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.steps-wizard .nav-bar-outer-actions {
  margin-top: -10.6rem;
  padding-right: 1.5rem;
}

.steps-wizard .nav-bar {
  counter-reset: i;
  float: left;
  margin: 0 1rem 1.7rem 0;
  padding: 0;
  position: relative;
  white-space: nowrap;
}

.steps-wizard .nav-bar:before {
  background-color: #d4d4d4;
  background-image: linear-gradient(to bottom, #d1d1d1 0%, #d4d4d4 100%);
  background-repeat: repeat-x;
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #bfbfbf;
  content: "";
  height: 0.8rem;
  left: 5.15rem;
  position: absolute;
  right: 5.15rem;
  top: 0.7rem;
}

.steps-wizard .nav-bar > li {
  display: inline-block;
  font-size: 0;
  position: relative;
  vertical-align: top;
  width: 10.3rem;
}

.steps-wizard .nav-bar > li:first-child:after {
  display: none;
}

.steps-wizard .nav-bar > li:after {
  background-color: #514943;
  content: "";
  height: 0.5rem;
  left: calc(-50% + 0.25rem);
  position: absolute;
  right: calc(50% + 0.7rem);
  top: 0.9rem;
}

.steps-wizard .nav-bar > li.disabled:before, .steps-wizard .nav-bar > li.ui-state-disabled:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.steps-wizard .nav-bar > li.active ~ li:after, .steps-wizard .nav-bar > li.ui-state-active ~ li:after {
  display: none;
}

.steps-wizard .nav-bar > li.active ~ li a:after, .steps-wizard .nav-bar > li.ui-state-active ~ li a:after {
  background-color: transparent !important;
  border-color: transparent;
  color: #a6a6a6;
}

.steps-wizard .nav-bar > li.active a, .steps-wizard .nav-bar > li.ui-state-active a {
  color: #000;
}

.steps-wizard .nav-bar > li.active a:hover, .steps-wizard .nav-bar > li.ui-state-active a:hover {
  cursor: default;
}

.steps-wizard .nav-bar > li.active a:after, .steps-wizard .nav-bar > li.ui-state-active a:after {
  background-color: #fff;
  content: "";
}

.steps-wizard .nav-bar a {
  color: #514943;
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
  overflow: hidden;
  padding: 3rem 0.5em 0;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}

.steps-wizard .nav-bar a:hover {
  text-decoration: none;
}

.steps-wizard .nav-bar a:after {
  background-color: #514943;
  border: 4px solid #514943;
  border-radius: 100%;
  color: #fff;
  content: counter(i, decimal);
  counter-increment: i;
  height: 0.7rem;
  left: 50%;
  line-height: 0.6;
  margin-left: -0.8rem;
  position: absolute;
  right: auto;
  text-align: center;
  top: 0.4rem;
  width: 0.7rem;
}

.steps-wizard .nav-bar a:before {
  background-color: #d6d6d6;
  border: 1px solid transparent;
  border-radius: 100%;
  content: "";
  height: 2.1rem;
  left: 50%;
  line-height: 1;
  margin-left: -1.2rem;
  position: absolute;
  top: 0;
  width: 2.1rem;
}

.steps-wizard .nav-bar {
  margin: 0.5rem 0 0;
}

.steps-wizard .nav-bar > li {
  width: 12rem;
}

.steps-wizard .nav-bar a {
  text-overflow: initial;
  white-space: normal;
}

.steps-wizard .nav-bar *:after, .steps-wizard .nav-bar *:before {
  box-sizing: content-box;
}

.steps-wizard .nav-bar-outer-actions {
  margin-top: 1rem;
  padding-right: 0;
}

.action-wrap-prev, .action-wrap-next {
  min-width: 8.5rem;
}

.data-grid-configurable .col-image {
  padding: 1rem;
  width: 6rem;
}

.data-grid-configurable .images-uploaded {
  display: inline-block;
  position: relative;
}

.data-grid-configurable .images-uploaded span {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #a3a3a3;
  border-radius: 10px;
  font-size: 1.1rem;
  line-height: 10px;
  min-width: 20px;
  padding: 0.4rem;
  position: absolute;
  right: -8px;
  text-align: center;
  top: -8px;
}

.currency-addon {
  position: relative;
}

.currency-addon .admin__control-text {
  border-width: 1px 1px 1px 0;
  padding-left: 1.8rem;
}

.currency-addon .admin__control-text:focus + .currency-symbol {
  border-color: #007bdb;
}

.currency-addon .currency-symbol {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #adadad;
  border-image: none;
  border-style: solid;
  border-width: 0 0 0 1px;
  box-sizing: border-box;
  color: #858585;
  height: 3.2rem;
  left: 0;
  padding: 7px 0 0 0.5rem;
  position: absolute;
  top: 0;
  transition: border-color 0.1s linear 0s;
  width: 1.6rem;
}

._error .currency-addon .admin__control-text, ._error .currency-addon .currency-symbol {
  border-color: #e22626;
}

.affected-attribute-set .admin__fieldset {
  margin: 2rem 0 0 3rem;
}

.affected-attribute-set .admin__field-option .addafter:before {
  margin-right: 1rem;
}

.steps-wizard .select-attributes-block {
  margin: 0 0 2rem;
}

.steps-wizard .select-attributes-actions {
  float: right;
  margin-bottom: 1rem;
}

.steps-wizard .attribute-entity {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #d1d1d1;
  margin: 0 0 3rem;
  max-width: 70rem;
  padding: 1rem;
  transition: border-color 0.3s ease 0s;
}

.steps-wizard .attribute-entity.ui-sortable-helper {
  border-color: #1979c3;
  cursor: grabbing;
}

.steps-wizard .attribute-entity.ui-sortable-helper .draggable-handle {
  cursor: grabbing;
}

.steps-wizard .attribute-entity .action-select-all, .steps-wizard .attribute-entity .action-deselect-all {
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  margin: 0.5rem 0 0;
  padding: 0 0 0 0.5rem;
}

.steps-wizard .attribute-entity .action-deselect-all {
  border-left: 1px solid #d1d1d1;
}

.steps-wizard .attribute-entity .action-remove-all {
  display: inline-block;
  padding: 0;
  text-decoration: none;
  vertical-align: top;
}

.steps-wizard .attribute-entity .action-remove-all > span {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.steps-wizard .attribute-entity .action-remove-all:before {
  color: #9e9e9e;
  content: "\e630";
  display: inline-block;
  font-family: "Admin Icons";
  font-size: 1.8rem;
  font-weight: normal;
  line-height: inherit;
  margin: -2px 0 0;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}

.steps-wizard .attribute-entity .action-remove-all:hover:before {
  color: #858585;
}

.steps-wizard .attribute-entity-top {
  display: flex;
  margin: 0 0 1rem;
}

.steps-wizard .attribute-entity-title {
  display: inline;
  font-size: 1.8rem;
}

.steps-wizard .attribute-options-block {
  display: inline-block;
  margin-left: 1rem;
}

.steps-wizard .attribute-entity-actions {
  margin-left: auto;
  white-space: nowrap;
}

.steps-wizard .attribute-options {
  font-size: 0;
  margin: 0 0 1rem;
}

.steps-wizard .attribute-options .admin__field + .admin__field {
  margin-top: 0;
}

.steps-wizard .attribute-option {
  box-sizing: border-box;
  display: inline-block;
  font-size: 1.4rem;
  padding: 0 0.5rem 1rem 0;
  width: 33.3333%;
}

.steps-wizard .attribute-option .action-save, .steps-wizard .attribute-option .action-remove {
  background-color: transparent !important;
  border-color: transparent;
  box-shadow: none;
  padding: 0 0.5rem;
}

.steps-wizard .attribute-option .action-save:hover, .steps-wizard .attribute-option .action-remove:hover {
  background-color: transparent !important;
  border-color: transparent;
  box-shadow: none;
}

.steps-wizard .attribute-option .action-save:before, .steps-wizard .attribute-option .action-remove:before {
  content: "\e625";
}

.steps-wizard .attribute-option .action-save:hover, .steps-wizard .attribute-option .action-remove:hover {
  color: #35302c;
}

.steps-wizard .attribute-option .action-save > span, .steps-wizard .attribute-option .action-remove > span {
  display: none;
}

.steps-wizard .attribute-option .action-remove:before {
  content: "\e630";
}

.steps-wizard .attribute-option .admin__field-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.steps-wizard .attribute-option .admin__field-create-new .admin__field-control {
  display: inline-block;
  width: 50%;
}

.steps-wizard .admin__field-create-new .admin__control-text {
  width: 100%;
}

.steps-wizard .action-create-new {
  font-weight: 400;
  padding-left: 0;
}

.steps-wizard .steps-wizard-section-list {
  margin: 0 0 3rem;
}

.steps-wizard .steps-wizard-section-list > li {
  margin: 0 0 1rem;
}

.steps-wizard .steps-wizard-section {
  margin: 0 0 3rem;
}

.steps-wizard .steps-wizard-section .admin__field-control .admin__control-select, .steps-wizard .steps-wizard-section .admin__field-control .ui-datepicker .ui-datepicker-title select {
  min-width: 100%;
}

.steps-wizard .steps-wizard-section-title {
  border-bottom: 1px solid #e3e3e3;
  font-size: 1.8rem;
  margin: 0 0 1rem;
  padding: 0 0 1rem;
}

.steps-wizard .gallery-image-wrapper {
  background: #f8f8f8 none repeat scroll 0 0;
  padding: 14px 2rem;
  position: relative;
}

.steps-wizard .attribute-image-selector .attribute-label {
  display: block;
  margin: 0 0 1rem;
}

.steps-wizard .attribute-image-selector .attributes-selector-list {
  border: 1px solid #f4f4f4;
  list-style-type: none;
  margin: 0 0 2.5rem;
  padding: 2.5rem 1rem;
}

.steps-wizard .attribute-image-selector .attributes-selector-list:empty {
  display: none;
}

.steps-wizard .attribute-image-selector .attributes-selector-list > .item + .item {
  margin-top: 2.5rem;
}

.steps-wizard .attribute-image-selector .attribute-label {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}

.steps-wizard .attribute-image-selector .image-panel {
  margin: 0;
}

.steps-wizard .bulk-attribute-values {
  max-width: 400px;
}

.gallery {
  background: #f8f8f8 none repeat scroll 0 0;
  padding: 1rem 0.3rem 0;
}

.gallery .image {
  margin-bottom: 1rem;
}

.image {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  height: 125px;
  margin: 0 0.8rem;
  overflow: hidden;
  position: relative;
  width: 125px;
}

.image.image-placeholder {
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.image.image-placeholder > span {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.image.image-placeholder .image-browse {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.image.image-placeholder .image-browse > span {
  display: none;
}

.image.image-placeholder .spinner {
  display: none;
}

.image.image-placeholder.loading .spinner, .image.image-placeholder .file-row .spinner {
  background: #fff none repeat scroll 0 0;
  display: block;
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4;
}

.image.image-placeholder.loading .spinner > span, .image.image-placeholder .file-row .spinner > span {
  left: 50%;
  margin: 0 0 0 -2rem;
  top: 50%;
}

.image .image-placeholder-text {
  bottom: 0;
  color: #008bdb;
  font-size: 1.1rem;
  left: 0;
  line-height: 1.333;
  margin-bottom: 15%;
  padding: 0 1rem;
  position: absolute;
  right: 0;
  text-align: center;
}

.image.ui-sortable-placeholder {
  background: #e0f6fe none repeat scroll 0 0;
  border: 1px solid #008bdb;
  visibility: visible !important;
}

.image .action-remove {
  bottom: 6px;
  cursor: pointer;
  display: none;
  height: 20px;
  left: 6px;
  position: absolute;
  text-decoration: none;
  width: 20px;
  z-index: 3;
}

.image .action-remove > span {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.image .action-remove:before {
  color: #9e9e9e;
  content: "\e630";
  display: inline-block;
  font-family: "Admin Icons";
  font-size: 1.8rem;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}

.image .action-remove:hover:before {
  color: #858585;
}

.image.base-image .image-label {
  background: rgba(0, 0, 0, 0) url("../../../../../frontend/Magento/blank/ar_SA/Webkul_Marketplace/images/gallery-image-base-label.png") no-repeat scroll 0 0;
  bottom: 0;
  display: block;
  height: 33px;
  right: 0;
  width: 33px;
}

.image .draggable-handle:hover:before {
  color: #858585;
}

.image.hidden-for-front .image-fade {
  visibility: visible;
}

.image-panel {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #c2c2c2;
  box-shadow: 0 1px 3px #ccc inset;
  clear: both;
  display: none;
  margin: 0 -18px 15px;
  padding: 2rem 15px;
  position: relative;
  top: 5px;
}

.image-panel-controls, .image-panel-preview {
  float: left;
  margin-left: 2.12766%;
  width: 65.9574%;
}

.image-panel-preview {
  margin-left: 0;
}

.image-panel-controls {
  padding: 0 1%;
  width: 29.9149%;
}

.image-panel-controls .image-name {
  color: #666;
  display: block;
  font-size: 1.6rem;
}

.image-panel-controls .action-remove {
  display: inline-block;
  margin: 0 0 35px;
  text-decoration: none;
}

.image-panel-controls .action-remove > span {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.image-panel-controls .action-remove:before {
  color: #9e9e9e;
  content: "\e630";
  display: inline-block;
  font-family: "Admin Icons";
  font-size: 1.8rem;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}

.image-panel-controls .action-remove:hover:before {
  color: #858585;
}

.image-panel-controls .fieldset-image-panel {
  padding: 2rem 0.5rem 0 0;
}

.image-panel-controls .fieldset-image-panel .field {
  margin-bottom: 1rem;
}

.image-panel-controls .fieldset-image-panel .label {
  margin-bottom: 1rem;
  padding-top: 0;
  text-align: left;
  width: 100%;
}

.image-panel-controls .fieldset-image-panel .field > .control, .image-panel-controls .image-panel-controls textarea {
  resize: vertical;
  width: 100%;
}

.image-file-params {
  color: #666;
  font-size: 1.1rem;
  margin: 0 0 1rem;
}

.image-panel-preview img {
  width: 100%;
}

.gallery .multiselect-alt {
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #333;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.gallery .multiselect-alt .item {
  border-top: 1px solid #fff;
  cursor: pointer;
  position: relative;
}

.gallery .multiselect-alt .item:first-child {
  border-top: 0 none;
}

.gallery .multiselect-alt .item.selected {
  background: #e0f6fe none repeat scroll 0 0;
}

.gallery .multiselect-alt .item.selected:hover {
  background: #afe8fc none repeat scroll 0 0;
}

.gallery .multiselect-alt .item.selected label {
  display: inline-block;
  text-decoration: none;
}

.gallery .multiselect-alt .item.selected label:before {
  color: #008bdb;
  content: "\e62d";
  display: inline-block;
  font-family: "Admin Icons";
  font-size: 1.4rem;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}

.gallery .multiselect-alt .item.selected label:before {
  left: 8px;
  position: absolute;
  top: 6px;
  width: 17px;
}

.gallery .multiselect-alt label {
  cursor: pointer;
  display: block;
  padding: 6px 2.5rem 0.5rem;
}

.gallery .multiselect-alt input[type="checkbox"] {
  height: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  width: 0;
}

.steps-wizard .data-grid-configurable .col-image img {
  max-width: 5rem;
}

.admin__fieldset-import-service {
  margin: 0 0 2rem;
}

.admin__fieldset-import-service .admin__field {
  margin: 0 0 2rem;
}

.admin__fieldset-import-service > .action-default {
  margin-left: calc(100% * 0.333333 + 30px);
}

.field-refund-store-credit .admin__control-text {
  margin-left: 1rem;
  width: 8rem;
}

.admin__field-is-downloaodable {
  margin-bottom: 3rem;
}

.downloadable-form .admin__control-table th {
  padding-bottom: 1.3rem;
  vertical-align: top;
}

.downloadable-form .admin__control-table tbody tr:first-child td {
  padding-top: 0;
}

.downloadable-form .admin__control-table td {
  vertical-align: top;
}

.downloadable-form .admin__control-table td.col-sort {
  padding-right: 15px;
  width: 15px;
}

.downloadable-form th.col-sort span {
  display: none;
}

.downloadable-form td.col-actions-add {
  background: #fff none repeat scroll 0 0;
  padding: 0;
}

.downloadable-form .col-actions {
  width: 15px;
}

.downloadable-form .draggable-handle {
  margin-top: 0.3rem;
}

.downloadable-form.admin__fieldset .draggable-handle {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  height: inherit;
  line-height: inherit;
}

.downloadable-form .action-delete {
  margin-top: 0.4rem;
  padding: 0;
}

.downloadable-form .action-delete:before {
  color: #999;
  font-size: 1.8rem;
}

.downloadable-form .action-add {
  padding: 0.5rem 0 0;
}

.downloadable-form .admin__field-file-url {
  padding-left: 2.6rem;
}

.downloadable-form .admin__field-file-url .admin__field-label span {
  display: none;
}

.downloadable-form .admin__field-file-url .admin__field-label {
  margin-left: -2.6rem;
}

.downloadable-form .admin__field-uploader {
  display: inline-block;
  margin-left: 0.5rem;
  vertical-align: top;
}

.downloadable-form .fileinput-button {
  color: #007bdb;
  cursor: pointer;
  display: inline-block;
}

.downloadable-form .fileinput-button:hover {
  color: #007bdb;
  text-decoration: underline;
}

.downloadable-form .file-info-size {
  font-size: 1.2rem;
}

.downloadable-form .note {
  margin-top: 0.8rem;
}

.downloadable-form.admin__fieldset {
  padding: 0;
}

.downloadable-form.admin__fieldset .admin__control-radio {
  position: absolute;
}

@-moz-document url-prefix("") {
  .downloadable-form {
    display: table-column;
  }
}

.image.video-placeholder {
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.image.video-placeholder:before {
  background: rgba(0, 0, 0, 0) url("../../../../../frontend/Magento/blank/ar_SA/Webkul_Marketplace/images/gallery-sprite.png") no-repeat scroll left bottom;
  content: "";
  height: 49px;
  left: 50%;
  margin-left: -24px;
  opacity: 0.7;
  position: absolute;
  top: 18px;
  width: 49px;
  z-index: 1;
}

.image.video-placeholder .image-placeholder-text {
  font-weight: 400;
}

.admin__field.field-video_image .admin__field-control, .admin__field.field-video_small_image .admin__field-control, .admin__field.field-video_thumbnail .admin__field-control, .admin__field.field-video_swatch_image .admin__field-control, .admin__field.field-new_video_disabled .admin__field-control {
  float: left;
  margin-left: 80px;
  position: relative;
  width: calc(100% * 0.333333 - 30px);
}

.admin__field.field-video_image .admin__field-control input, .admin__field.field-video_small_image .admin__field-control input, .admin__field.field-video_thumbnail .admin__field-control input, .admin__field.field-video_swatch_image .admin__field-control input, .admin__field.field-new_video_disabled .admin__field-control input {
  float: right;
}

.admin__field.field-video_image .admin__field-label, .admin__field.field-video_small_image .admin__field-label, .admin__field.field-video_thumbnail .admin__field-label, .admin__field.field-video_swatch_image .admin__field-label, .admin__field.field-new_video_disabled .admin__field-label {
  left: 0;
  margin-left: 35%;
  padding-left: 45px;
  position: absolute;
  width: 250px;
}

.admin__field.field-video_image .admin__field-label:before, .admin__field.field-video_small_image .admin__field-label:before, .admin__field.field-video_thumbnail .admin__field-label:before, .admin__field.field-video_swatch_image .admin__field-label:before, .admin__field.field-new_video_disabled .admin__field-label:before {
  content: none;
}

.admin__field.field-video_image .admin__field-label span, .admin__field.field-video_small_image .admin__field-label span, .admin__field.field-video_thumbnail .admin__field-label span, .admin__field.field-video_swatch_image .admin__field-label span, .admin__field.field-new_video_disabled .admin__field-label span {
  float: left;
}

.admin__field.field-new_video_disabled {
  margin-top: 32px;
}

.admin__field.field.field-new_video_screenshot {
  margin-bottom: 5px;
}

.admin__field.field.field-new_video_screenshot_preview {
  margin-bottom: 50px;
}

.admin__field.field-roleLabel {
  height: 0;
}

.admin__field.field-roleLabel .admin__field-control {
  float: left;
  margin-left: 80px;
  position: relative;
  width: calc(100% * 0.333333 - 30px);
}

.admin__field.field-roleLabel .admin__field-control .control-value {
  color: #000;
  float: right;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  position: relative;
  right: 50px;
  top: 21px;
}

.fieldset .admin__field.field-video_image, .fieldset .admin__field.field-video_small_image, .fieldset .admin__field.field-video_thumbnail, .fieldset .admin__field.field-video_swatch_image {
  margin-bottom: 20px;
}

.gallery .image .action-make-base, .images .image .action-make-base {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  bottom: 9px;
  box-sizing: border-box;
  color: #514943;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  left: auto;
  line-height: 0.136rem;
  margin: 0;
  padding: 7px 15px;
  position: absolute;
  right: 9px;
  text-decoration: none;
  vertical-align: middle;
  width: 0 !important;
}

.gallery .image .action-make-base > span, .images .image .action-make-base > span {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.gallery .image .action-make-base:before, .images .image .action-make-base:before {
  color: #9e9e9e;
  content: "\e63b";
  display: inline-block;
  font-family: "Admin Icons";
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 22px;
  margin: 0;
  overflow: hidden;
  text-align: center;
  vertical-align: top;
}

.gallery .image .action-make-base:hover:before, .images .image .action-make-base:hover:before {
  color: #858585;
}

.gallery .image .action-make-base:active:before, .images .image .action-make-base:active:before {
  color: #858585;
}

.gallery .image .action-make-base:focus, .images .image .action-make-base:focus, .gallery .image .action-make-base:active, .images .image .action-make-base:active {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #514943;
}

.gallery .image .action-make-base:hover, .images .image .action-make-base:hover {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #555;
}

.gallery .image .action-make-base.disabled, .images .image .action-make-base.disabled, .gallery .image .action-make-base[disabled], .images .image .action-make-base[disabled], fieldset[disabled] .gallery .image .action-make-base, fieldset[disabled] .images .image .action-make-base {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}

.gallery .image .action-make-base:before, .images .image .action-make-base:before {
  left: 16px;
  position: absolute;
  top: -2px;
}

.preview_hidden_image_input_button {
  display: none;
}

.video-item {
  position: relative;
}

.video-item:after {
  background: rgba(0, 0, 0, 0) url("../../../../../frontend/Magento/blank/ar_SA/Webkul_Marketplace/images/gallery-sprite.png") repeat scroll left bottom;
  bottom: 0;
  content: "";
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
  z-index: 3;
}

.mage-new-video-dialog form.admin__scope-old {
  float: left;
  width: 65%;
}

.mage-new-video-dialog .video-player-sidebar {
  float: left;
  width: 35%;
}

.mage-new-video-dialog .video-player-container {
  border: 1px solid #e3e3e3;
  height: 20vw;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}

.mage-new-video-dialog .video-player-container:after {
  background: rgba(0, 0, 0, 0) url("../../../../../frontend/Magento/blank/ar_SA/Webkul_Marketplace/images/camera.png") no-repeat scroll center center;
  bottom: 0;
  content: "";
  height: 60px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 93px;
  z-index: 1;
}

.mage-new-video-dialog .video-information {
  display: none;
  margin-bottom: 7px;
}

.mage-new-video-dialog .video-information:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

.mage-new-video-dialog .video-information label {
  display: block;
  float: left;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: right;
  width: 25%;
}

.mage-new-video-dialog .video-information span {
  display: block;
  float: left;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  padding-left: 20px;
  width: 69.9999%;
}

.mage-new-video-dialog .product-video {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 20;
}

.image.video-placeholder > button[data-role="add-video-button"], .image.video-placeholder > button, .image.video-placeholder > .block-footer .action-add[data-role="add-video-button"], .image.video-placeholder > .block-footer .action-add {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 10;
}

.add-video-button-container {
  float: right;
  margin-bottom: 10px;
}

.image-upload-error {
  background: #f9e1e1 none repeat scroll 0 0;
  color: #303030;
  font-size: 12px;
  font-weight: 400;
  padding: 7px 7px 7px 35px;
  position: relative;
}

.image-upload-error .image-upload-error-cross {
  height: 20px;
  left: 8px;
  position: absolute;
  top: 9px;
  width: 20px;
}

.image-upload-error .image-upload-error-cross:before, .image-upload-error .image-upload-error-cross:after {
  background-color: #ff0101;
  content: " ";
  height: 20px;
  left: 8px;
  position: absolute;
  width: 4px;
}

.image-upload-error .image-upload-error-cross:before {
  transform: rotate(45deg);
}

.image-upload-error .image-upload-error-cross:after {
  transform: rotate(-45deg);
}

.product-configure-popup .weee .price-excluding-tax, .product-configure-popup .weee .price-including-tax {
  display: block;
  font-size: 1.3rem;
}

.product-configure-popup .weee .price-excluding-tax:before, .product-configure-popup .weee .price-including-tax:before {
  content: attr(data-label) ": ";
}

.import-export-tax-rates {
  padding-top: 2rem;
}

.admin__data-grid-wrap-static .data-grid {
  box-sizing: border-box;
}

.admin__data-grid-wrap-static .data-grid thead {
  color: #41362f;
}

.admin__data-grid-wrap-static .data-grid tr:nth-child(2n) td {
  background-color: #f5f5f5;
}

.admin__data-grid-wrap-static .data-grid tr:nth-child(2n) td._dragging {
  background-color: rgba(245, 245, 245, 0.95);
}

.admin__data-grid-wrap-static .data-grid ul {
  margin-left: 1rem;
  padding-left: 1rem;
}

.admin__data-grid-wrap-static .admin__data-grid-loading-mask {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 401;
}

.admin__data-grid-wrap-static .admin__data-grid-loading-mask .grid-loader {
  background: rgba(0, 0, 0, 0) url("../images/loader-2.gif") no-repeat scroll 50% 50%;
  bottom: 0;
  height: 149px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 218px;
}

.data-grid-filters-actions-wrap {
  float: right;
}

.data-grid-search-control-wrap {
  float: left;
  max-width: 45.5rem;
  position: relative;
  width: 35%;
}

.data-grid-search-control-wrap *::-moz-placeholder {
  font-style: italic;
}

.data-grid-search-control-wrap .action-submit {
  background-color: transparent !important;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 0.6rem 2rem 0.2rem;
  position: absolute;
  right: 0;
  top: 1px;
}

.data-grid-search-control-wrap .action-submit:hover {
  background-color: transparent !important;
  border: medium none;
  box-shadow: none;
}

.data-grid-search-control-wrap .action-submit:active {
  transform: scale(0.9);
}

.data-grid-search-control-wrap .action-submit:hover:before {
  color: #231d1a;
}

._keyfocus .data-grid-search-control-wrap .action-submit:focus {
  box-shadow: 0 0 0 1px #008bdb;
}

.data-grid-search-control-wrap .action-submit:before {
  content: "\e60c";
  font-size: 2rem;
  transition: color 0.1s linear 0s;
}

.data-grid-search-control-wrap .action-submit > span {
  clip: rect(0px, 0px, 0px, 0px);
  display: none;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
}

.data-grid-search-control-wrap .action-menu, .data-grid-search-control-wrap .action-menu .action-submenu {
  max-height: 19.25rem;
  overflow-y: auto;
  z-index: 400;
}

.data-grid-search-control-wrap .action-menu-item._selected {
  background-color: #e0f6fe;
}

.data-grid-search-control-wrap .data-grid-search-label {
  display: none;
}

.data-grid-search-control {
  padding-right: 6rem;
  width: 100%;
}

.data-grid-filters-action-wrap {
  float: left;
  padding-left: 2rem;
}

.data-grid-filters-action-wrap .action-default {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  padding-left: 1.7rem;
  padding-right: 2.1rem;
  padding-top: 0.7rem;
  line-height: 1.6rem;
  box-shadow: none !important;
  border-radius: 0 !important;
  border: 1px solid #ccc !important;
}

.data-grid-filters-action-wrap .filters-active {
  display: none;
}

.admin__data-grid-filters-wrap {
  clear: both;
  font-size: 1.3rem;
  opacity: 0;
  transition: opacity 0.3s ease 0s;
  visibility: hidden;
}

.admin__data-grid-filters-wrap .admin__form-field-legend, .admin__data-grid-filters-wrap .admin__form-field-label {
  display: block !important;
  font-weight: bold !important;
  margin: 0 0 0.3rem !important;
  font-size: 1.3rem !important;
  text-align: left !important;
}

.admin__data-grid-filters-wrap .admin__form-field {
  display: inline-block;
  margin-bottom: 2em;
  margin-left: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  vertical-align: top;
  width: calc(100% / 4 - 4px);
  box-sizing: border-box;
}

.admin__data-grid-filters-wrap .admin__form-field .admin__form-field {
  display: block;
  float: none;
  margin-bottom: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  width: auto;
}

.admin__data-grid-filters-wrap .admin__form-field .admin__form-field:last-child {
  margin-bottom: 0;
}

.admin__data-grid-filters-wrap .admin__form-field .admin__form-field .admin__form-field-label {
  border: 1px solid transparent;
  float: left;
  font-weight: normal;
  line-height: 1.36;
  margin-bottom: 0;
  padding-bottom: 0.6rem;
  padding-right: 1em;
  padding-top: 0.6rem;
  width: 25%;
  box-sizing: border-box;
}

.admin__data-grid-filters-wrap .admin__form-field .admin__form-field .admin__form-field-control {
  margin-left: 25%;
}

.admin__data-grid-filters-wrap .admin__form-field-label, .admin__data-grid-filters-wrap .admin__control-text, .admin__data-grid-filters-wrap .admin__control-select, .admin__data-grid-filters-wrap .admin__action-multiselect, .admin__data-grid-filters-wrap .ui-datepicker .ui-datepicker-title select {
  font-size: 1.3rem;
}

.admin__data-grid-filters-wrap .admin__control-select, .admin__data-grid-filters-wrap .ui-datepicker .ui-datepicker-title select {
  height: 3.2rem;
  padding-top: 0.5rem;
}

.admin__data-grid-filters-wrap .admin__control-text.hasDatepicker, .admin__data-grid-filters-wrap .admin__control-select, .admin__data-grid-filters-wrap .ui-datepicker .ui-datepicker-title select {
  width: 100%;
}

.admin__data-grid-filters {
  display: none;
  margin-left: -2rem;
  margin-right: -2rem;
}

.admin__filters-legend {
  clip: rect(0px, 0px, 0px, 0px);
  display: none;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
}

.admin__data-grid-filters-footer {
  display: none;
  font-size: 1.4rem;
}

.admin__data-grid-filters-footer .admin__footer-main-actions {
  margin-left: 25%;
  text-align: right;
}

.admin__data-grid-filters-footer .admin__footer-secondary-actions {
  float: left;
  width: 50%;
}

.admin__data-grid-filters-current {
  border-bottom: 0.1rem solid #ccc;
  border-top: 0.1rem solid #ccc;
  display: none;
  font-size: 1.3rem;
  margin-bottom: 0.9rem;
  padding-bottom: 0.8rem;
  padding-top: 1.1rem;
  width: 100%;
}

.admin__data-grid-filters-current .admin__current-filters-title-wrap {
  display: none;
}

.admin__data-grid-filters-current .admin__current-filters-list-wrap {
  position: absolute;
  top: 80px;
  right: 0;
  font-size: 1rem;
  max-width: calc(99% - 120px);
}

@media (max-width: 991.98px) {
  .admin__data-grid-filters-current .admin__current-filters-list-wrap {
    top: 135px;
  }
}

.admin__data-grid-filters-current .admin__current-filters-actions-wrap {
  display: inline-block !important;
}

@media (max-width: 991.98px) {
  .admin__data-grid-filters-current .admin__current-filters-actions-wrap {
    margin-top: 68px;
    margin-bottom: 20px;
  }
}

.admin__data-grid-filters-current._show + .admin__data-grid-filters-wrap._show {
  margin-top: -1rem;
}

.admin__current-filters-list-wrap, .admin__current-filters-title-wrap, .admin__current-filters-actions-wrap {
  display: table-cell;
  vertical-align: top;
}

.admin__current-filters-title {
  margin-right: 1em;
  white-space: nowrap;
}

.admin__current-filters-list-wrap {
  width: 100%;
}

.admin__current-filters-list {
  margin-bottom: 0;
}

.admin__current-filters-list li .action-remove:before {
  color: #fff;
  content: "X";
  font-weight: bold;
  font-size: 1.2rem;
  font-family: arial;
}

.admin__current-filters-list > li {
  display: inline-block;
  font-weight: 600;
  margin: 0 1rem 0.5rem;
  padding-right: 1.6rem;
  position: relative;
}

.admin__current-filters-list .action-remove {
  background-color: transparent !important;
  border: medium none;
  border-radius: 3px;
  box-shadow: none;
  line-height: 1;
  height: auto;
  margin: 0;
  padding: 0 3px;
  position: absolute;
  right: 0;
  top: 1px;
}

.admin__current-filters-list .action-remove:hover {
  background-color: transparent !important;
  border: medium none;
  box-shadow: none;
}

.admin__current-filters-list .action-remove:hover:before {
  color: #949494;
}

.admin__current-filters-list .action-remove:active {
  transform: scale(0.9);
}

.admin__current-filters-list .action-remove:before {
  color: #adadad;
  content: "\e620";
  font-size: 1.6rem;
  transition: color 0.1s linear 0s;
}

.admin__current-filters-list .action-remove > span {
  clip: rect(0px, 0px, 0px, 0px);
  display: none;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
}

.admin__current-filters-actions-wrap .action-clear {
  border: medium none;
  padding-bottom: 0;
  padding-top: 0;
  white-space: nowrap;
}

.admin__data-grid-pager-wrap {
  float: right;
  text-align: right;
}

.admin__data-grid-pager {
  display: inline-block;
}

.admin__data-grid-pager .admin__control-text {
  -moz-appearance: textfield;
  text-align: center;
  width: 4.4rem !important;
  max-height: 3.4rem !important;
  float: left;
  border-left: none;
}

.action-previous, .action-next {
  width: 3.4rem;
  float: left;
  padding: 7px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.action-previous:before, .action-next:before {
  font-weight: 700;
}

.action-previous > span, .action-next > span {
  clip: rect(0px, 0px, 0px, 0px);
  display: none;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
}

.action-previous {
  text-indent: -0.25em;
  float: left;
}

.action-previous:before {
  content: "\e629";
}

.action-next {
  text-indent: 0.1em;
}

.action-next:before {
  content: "\e62a";
}

.admin__data-grid-action-bookmarks {
  opacity: 0.98;
}

.admin__data-grid-action-bookmarks .admin__action-dropdown-text:after {
  left: 0;
  right: -6px;
}

.admin__data-grid-action-bookmarks .admin__action-dropdown-menu {
  left: 0;
  right: auto;
}

.admin__data-grid-action-bookmarks._active {
  z-index: 290;
}

.admin__data-grid-action-bookmarks .admin__action-dropdown .admin__action-dropdown-text {
  display: inline-block;
  max-width: 15rem;
  min-width: 4.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}

.admin__data-grid-action-bookmarks .admin__action-dropdown:before {
  content: "\e60f";
}

.admin__data-grid-action-bookmarks .admin__action-dropdown-menu {
  font-size: 1.3rem;
  left: 0;
  padding: 1rem 0;
  right: auto;
}

.admin__data-grid-action-bookmarks .admin__action-dropdown-menu > li {
  padding: 0 5rem 0 0;
  position: relative;
  white-space: nowrap;
}

.admin__data-grid-action-bookmarks .admin__action-dropdown-menu > li:not(.action-dropdown-menu-action) {
  transition: background-color 0.1s linear 0s;
}

.admin__data-grid-action-bookmarks .admin__action-dropdown-menu > li:hover:not(.action-dropdown-menu-action) {
  background-color: #e3e3e3;
}

.admin__data-grid-action-bookmarks .admin__action-dropdown-menu .action-dropdown-menu-item {
  max-width: 23rem;
  min-width: 18rem;
  white-space: normal;
  word-break: break-all;
}

.admin__data-grid-action-bookmarks .admin__action-dropdown-menu .action-dropdown-menu-item-edit {
  display: none;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-top: 1rem;
}

.admin__data-grid-action-bookmarks .admin__action-dropdown-menu .action-dropdown-menu-item-edit .action-dropdown-menu-item-actions {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.admin__data-grid-action-bookmarks .admin__action-dropdown-menu .action-dropdown-menu-action {
  padding-left: 1rem;
  padding-top: 1rem;
}

.admin__data-grid-action-bookmarks .admin__action-dropdown-menu .action-dropdown-menu-action + .action-dropdown-menu-item-last {
  padding-top: 0.5rem;
}

.admin__data-grid-action-bookmarks .admin__action-dropdown-menu .action-dropdown-menu-action > a {
  color: #007bdb;
  display: inline-block;
  padding-left: 1.1rem;
  text-decoration: none;
}

.admin__data-grid-action-bookmarks .admin__action-dropdown-menu .action-dropdown-menu-action > a:hover {
  color: #007bdb;
  text-decoration: underline;
}

.admin__data-grid-action-bookmarks .admin__action-dropdown-menu .action-dropdown-menu-item-last {
  padding-bottom: 0;
}

.admin__data-grid-action-bookmarks .admin__action-dropdown-menu ._edit .action-dropdown-menu-item {
  display: none;
}

.admin__data-grid-action-bookmarks .admin__action-dropdown-menu ._edit .action-dropdown-menu-item-edit {
  display: block;
}

.admin__data-grid-action-bookmarks .admin__action-dropdown-menu ._active .action-dropdown-menu-link {
  font-weight: 600;
}

.admin__data-grid-action-bookmarks .admin__action-dropdown-menu .admin__control-text {
  font-size: 1.3rem;
  min-width: 15rem;
  width: calc(100% - 4rem);
}

.ie9 .admin__data-grid-action-bookmarks .admin__action-dropdown-menu .admin__control-text {
  width: 15rem;
}

.admin__data-grid-action-bookmarks .admin__action-dropdown-menu .action-dropdown-menu-item-actions {
  border-left: 1px solid #fff;
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 5rem;
}

.admin__data-grid-action-bookmarks .admin__action-dropdown-menu .action-dropdown-menu-link {
  color: #41362f;
  display: block;
  padding: 1rem 1rem 1rem 2.1rem;
  text-decoration: none;
}

.admin__data-grid-action-bookmarks .action-submit, .admin__data-grid-action-bookmarks .action-delete, .admin__data-grid-action-bookmarks .action-edit {
  background-color: transparent !important;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

.admin__data-grid-action-bookmarks .action-submit:hover, .admin__data-grid-action-bookmarks .action-delete:hover, .admin__data-grid-action-bookmarks .action-edit:hover {
  background-color: transparent !important;
  border: medium none;
  box-shadow: none;
}

.admin__data-grid-action-bookmarks .action-submit:before, .admin__data-grid-action-bookmarks .action-delete:before, .admin__data-grid-action-bookmarks .action-edit:before {
  font-size: 1.7rem;
}

.admin__data-grid-action-bookmarks .action-submit > span, .admin__data-grid-action-bookmarks .action-delete > span, .admin__data-grid-action-bookmarks .action-edit > span {
  clip: rect(0px, 0px, 0px, 0px);
  display: none;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
}

.admin__data-grid-action-bookmarks .action-delete, .admin__data-grid-action-bookmarks .action-edit {
  padding: 0.6rem 1.4rem;
}

.admin__data-grid-action-bookmarks .action-delete:active, .admin__data-grid-action-bookmarks .action-edit:active {
  transform: scale(0.9);
}

.admin__data-grid-action-bookmarks .action-submit {
  padding: 0.6rem 1rem 0.6rem 0.8rem;
}

.admin__data-grid-action-bookmarks .action-submit:active {
  position: relative;
  right: -1px;
}

.admin__data-grid-action-bookmarks .action-submit:before {
  content: "\e625";
}

.admin__data-grid-action-bookmarks .action-delete:before {
  content: "\e630";
}

.admin__data-grid-action-bookmarks .action-edit {
  padding-top: 0.8rem;
}

.admin__data-grid-action-bookmarks .action-edit:before {
  content: "\e631";
}

.admin__data-grid-action-columns._active {
  opacity: 0.98;
  z-index: 290;
}

.admin__data-grid-action-columns .admin__action-dropdown:before {
  content: "\e610";
  font-size: 1.8rem;
  margin-right: 0.7rem;
  vertical-align: top;
}

.admin__data-grid-action-columns-menu {
  color: #303030;
  font-size: 1.3rem;
  overflow: hidden;
  padding: 2.2rem 3.5rem 1rem;
  z-index: 1;
}

.admin__data-grid-action-columns-menu._overflow .admin__action-dropdown-menu-header {
  border-bottom: 1px solid #d1d1d1;
}

.admin__data-grid-action-columns-menu._overflow .admin__action-dropdown-menu-content {
  width: 49.2rem;
}

.admin__data-grid-action-columns-menu._overflow .admin__action-dropdown-menu-footer {
  border-top: 1px solid #d1d1d1;
  padding-top: 2.5rem;
}

.admin__data-grid-action-columns-menu .admin__action-dropdown-menu-content {
  max-height: 22.85rem;
  overflow-y: auto;
  padding-top: 1.5rem;
  position: relative;
  width: 47.4rem;
}

.admin__data-grid-action-columns-menu .admin__field-option {
  float: left;
  height: 1.9rem;
  margin-bottom: 1.5rem;
  padding: 0 1rem 0 0;
  width: 15.8rem;
}

.admin__data-grid-action-columns-menu .admin__field-label {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin__data-grid-action-columns-menu .admin__action-dropdown-menu-header {
  padding-bottom: 1.5rem;
}

.admin__data-grid-action-columns-menu .admin__action-dropdown-menu-footer {
  padding: 1rem 0 2rem;
}

.admin__data-grid-action-columns-menu .admin__action-dropdown-footer-main-actions {
  margin-left: 25%;
  text-align: right;
}

.admin__data-grid-action-columns-menu .admin__action-dropdown-footer-secondary-actions {
  float: left;
  margin-left: -1em;
}

.admin__data-grid-action-export._active {
  opacity: 0.98;
  z-index: 290;
}

.admin__data-grid-action-export .admin__action-dropdown:before {
  content: "\e635";
  font-size: 1.7rem;
  left: 0.3rem;
  margin-right: 0.7rem;
  vertical-align: top;
}

.admin__data-grid-action-export-menu {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
}

.admin__data-grid-action-export-menu .admin__action-dropdown-footer-main-actions {
  padding-bottom: 2rem;
  padding-top: 2.5rem;
  white-space: nowrap;
}

.admin__data-grid-header {
  font-size: 1.4rem;
}

.admin__data-grid-header-row + .admin__data-grid-header-row {
  margin-top: 1.1rem;
}

.admin__data-grid-header-row:last-child {
  margin-bottom: 0;
}

.admin__data-grid-header-row .action-select-wrap {
  display: block;
}

.admin__data-grid-actions-wrap {
  float: right;
  margin-left: 1.1rem;
  margin-top: -0.5rem;
  text-align: right;
}

.admin__data-grid-actions-wrap .admin__action-dropdown-wrap {
  position: relative;
  text-align: left;
}

.admin__data-grid-actions-wrap .admin__action-dropdown-wrap._active:after, .admin__data-grid-actions-wrap .admin__action-dropdown-wrap._active + .admin__action-dropdown-wrap:after, .admin__data-grid-actions-wrap .admin__action-dropdown-wrap._hide + .admin__action-dropdown-wrap:after, .admin__data-grid-actions-wrap .admin__action-dropdown-wrap:first-child:after {
  display: none;
}

.admin__data-grid-actions-wrap .admin__action-dropdown-wrap._active .admin__action-dropdown, .admin__data-grid-actions-wrap .admin__action-dropdown-wrap._active .admin__action-dropdown-menu {
  border-color: #adadad;
}

.admin__data-grid-actions-wrap .admin__action-dropdown-wrap:after {
  border-left: 1px solid #ccc;
  content: "";
  height: 3.2rem;
  left: 0;
  position: absolute;
  top: 0.5rem;
  z-index: 3;
}

.admin__data-grid-actions-wrap .admin__action-dropdown {
  padding-bottom: 1rem;
  padding-top: .9rem;
  line-height: 1.6rem;
  height: inherit;
  box-shadow: none !important;
}

.admin__data-grid-actions-wrap .admin__action-dropdown:after {
  margin-top: -0.4rem;
}

.admin__data-grid-outer-wrap {
  min-height: 8rem;
  position: relative;
}

.admin__data-grid-wrap {
  margin-bottom: 2rem;
  max-width: 100%;
  overflow-x: auto;
  padding-bottom: 1rem;
  padding-top: 2rem;
}

.admin__data-grid-loading-mask {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 401;
}

.admin__data-grid-loading-mask .spinner {
  font-size: 4rem;
  left: 50%;
  margin-left: -2rem;
  margin-top: -2rem;
  position: absolute;
  top: 50%;
}

.ie9 .admin__data-grid-loading-mask .spinner {
  background: rgba(0, 0, 0, 0) url("../images/loader-2.gif") no-repeat scroll 50% 50%;
  bottom: 0;
  height: 149px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 218px;
}

.data-grid-cell-content {
  display: inline-block;
  overflow: hidden;
  width: 100%;
}

.data-grid-cell-content .item-options {
  margin-bottom: 0 !important;
}

._in-resize {
  -moz-user-select: none;
  cursor: col-resize;
}

._in-resize .data-grid-th, ._in-resize .data-grid-th._sortable, ._in-resize .data-grid-th._draggable {
  cursor: col-resize !important;
}

._in-resize * {
  cursor: col-resize !important;
}

._layout-fixed {
  table-layout: fixed;
}

[class*="admin__"] + label, [class*="admin__"] + label:after, [class*="admin__"] + label:before, [class*="admin__"]:before, [class*="admin__"]:after {
  box-sizing: border-box !important;
}

@media all and (max-width: 1023px) {
  .admin__data-grid-toolbar .admin__data-grid-header-row .admin__filter-actions {
    float: none;
    margin-bottom: 2rem;
  }
  .admin__data-grid-toolbar .admin__data-grid-header-row .admin__control-support-text {
    margin-left: 0;
  }
  .steps-wizard .nav {
    padding-bottom: 5.284rem;
    padding-left: 1.5rem;
    text-align: center;
  }
  .steps-wizard .nav-bar {
    display: inline-block;
    float: none;
    margin-right: 0;
    vertical-align: top;
  }
  .steps-wizard .nav .btn-group, .steps-wizard .nav-bar-outer-actions {
    display: inline-block;
    float: none;
    margin-top: -8.384rem;
    text-align: center;
    vertical-align: top;
    width: 100%;
  }
  .steps-wizard .nav-bar-outer-actions {
    padding-right: 0;
  }
  .steps-wizard .nav-bar-outer-actions .outer-actions-inner-wrap {
    display: inline-block;
  }
}

@media all and (min-width: 768px) {
  .wk-mp-main .col-m-1, .wk-mp-main .col-m-2, .wk-mp-main .col-m-3, .wk-mp-main .col-m-4, .wk-mp-main .col-m-5, .wk-mp-main .col-m-6, .wk-mp-main .col-m-7, .wk-mp-main .col-m-8, .wk-mp-main .col-m-9, .wk-mp-main .col-m-10, .wk-mp-main .col-m-11, .wk-mp-main .col-m-12 {
    float: left;
  }
  .wk-mp-main .col-m-12 {
    width: 100%;
  }
  .wk-mp-main .col-m-11 {
    width: 91.6667%;
  }
  .wk-mp-main .col-m-10 {
    width: 83.3333%;
  }
  .wk-mp-main .col-m-9 {
    width: 75%;
  }
  .wk-mp-main .col-m-8 {
    width: 66.6667%;
  }
  .wk-mp-main .col-m-7 {
    width: 58.3333%;
  }
  .wk-mp-main .col-m-6 {
    width: 50%;
  }
  .wk-mp-main .col-m-5 {
    width: 41.6667%;
  }
  .wk-mp-main .col-m-4 {
    width: 33.3333%;
  }
  .wk-mp-main .col-m-3 {
    width: 25%;
  }
  .wk-mp-main .col-m-2 {
    width: 16.6667%;
  }
  .wk-mp-main .col-m-1 {
    width: 8.33333%;
  }
  .wk-mp-main .col-m-pull-12 {
    right: 100%;
  }
  .wk-mp-main .col-m-pull-11 {
    right: 91.6667%;
  }
  .wk-mp-main .col-m-pull-10 {
    right: 83.3333%;
  }
  .wk-mp-main .col-m-pull-9 {
    right: 75%;
  }
  .wk-mp-main .col-m-pull-8 {
    right: 66.6667%;
  }
  .wk-mp-main .col-m-pull-7 {
    right: 58.3333%;
  }
  .wk-mp-main .col-m-pull-6 {
    right: 50%;
  }
  .wk-mp-main .col-m-pull-5 {
    right: 41.6667%;
  }
  .wk-mp-main .col-m-pull-4 {
    right: 33.3333%;
  }
  .wk-mp-main .col-m-pull-3 {
    right: 25%;
  }
  .wk-mp-main .col-m-pull-2 {
    right: 16.6667%;
  }
  .wk-mp-main .col-m-pull-1 {
    right: 8.33333%;
  }
  .wk-mp-main .col-m-pull-0 {
    right: auto;
  }
  .wk-mp-main .col-m-push-12 {
    left: 100%;
  }
  .wk-mp-main .col-m-push-11 {
    left: 91.6667%;
  }
  .wk-mp-main .col-m-push-10 {
    left: 83.3333%;
  }
  .wk-mp-main .col-m-push-9 {
    left: 75%;
  }
  .wk-mp-main .col-m-push-8 {
    left: 66.6667%;
  }
  .wk-mp-main .col-m-push-7 {
    left: 58.3333%;
  }
  .wk-mp-main .col-m-push-6 {
    left: 50%;
  }
  .wk-mp-main .col-m-push-5 {
    left: 41.6667%;
  }
  .wk-mp-main .col-m-push-4 {
    left: 33.3333%;
  }
  .wk-mp-main .col-m-push-3 {
    left: 25%;
  }
  .wk-mp-main .col-m-push-2 {
    left: 16.6667%;
  }
  .wk-mp-main .col-m-push-1 {
    left: 8.33333%;
  }
  .wk-mp-main .col-m-push-0 {
    left: auto;
  }
  .wk-mp-main .col-m-offset-12 {
    margin-left: 100%;
  }
  .wk-mp-main .col-m-offset-11 {
    margin-left: 91.6667%;
  }
  .wk-mp-main .col-m-offset-10 {
    margin-left: 83.3333%;
  }
  .wk-mp-main .col-m-offset-9 {
    margin-left: 75%;
  }
  .wk-mp-main .col-m-offset-8 {
    margin-left: 66.6667%;
  }
  .wk-mp-main .col-m-offset-7 {
    margin-left: 58.3333%;
  }
  .wk-mp-main .col-m-offset-6 {
    margin-left: 50%;
  }
  .wk-mp-main .col-m-offset-5 {
    margin-left: 41.6667%;
  }
  .wk-mp-main .col-m-offset-4 {
    margin-left: 33.3333%;
  }
  .wk-mp-main .col-m-offset-3 {
    margin-left: 25%;
  }
  .wk-mp-main .col-m-offset-2 {
    margin-left: 16.6667%;
  }
  .wk-mp-main .col-m-offset-1 {
    margin-left: 8.33333%;
  }
  .wk-mp-main .col-m-offset-0 {
    margin-left: 0;
  }
  .page-layout-admin-2columns-left .page-columns {
    margin-left: -30px;
  }
  .page-layout-admin-2columns-left .page-columns:after {
    clear: both;
    content: "";
    display: table;
  }
  .page-layout-admin-2columns-left .page-columns .main-col {
    float: right;
    width: calc(100% * 0.75 - 30px);
  }
  .page-layout-admin-2columns-left .page-columns .side-col {
    float: left;
    margin-left: 30px;
    width: calc(100% * 0.25 - 30px);
  }
}

@media all and (min-width: 1024px) {
  .wk-mp-main .col-l-1, .wk-mp-main .col-l-2, .wk-mp-main .col-l-3, .wk-mp-main .col-l-4, .wk-mp-main .col-l-5, .wk-mp-main .col-l-6, .wk-mp-main .col-l-7, .wk-mp-main .col-l-8, .wk-mp-main .col-l-9, .wk-mp-main .col-l-10, .wk-mp-main .col-l-11, .wk-mp-main .col-l-12 {
    float: left;
  }
  .wk-mp-main .col-l-12 {
    width: 100%;
  }
  .wk-mp-main .col-l-11 {
    width: 91.6667%;
  }
  .wk-mp-main .col-l-10 {
    width: 83.3333%;
  }
  .wk-mp-main .col-l-9 {
    width: 75%;
  }
  .wk-mp-main .col-l-8 {
    width: 66.6667%;
  }
  .wk-mp-main .col-l-7 {
    width: 58.3333%;
  }
  .wk-mp-main .col-l-6 {
    width: 50%;
  }
  .wk-mp-main .col-l-5 {
    width: 41.6667%;
  }
  .wk-mp-main .col-l-4 {
    width: 33.3333%;
  }
  .wk-mp-main .col-l-3 {
    width: 25%;
  }
  .wk-mp-main .col-l-2 {
    width: 16.6667%;
  }
  .wk-mp-main .col-l-1 {
    width: 8.33333%;
  }
  .wk-mp-main .col-l-pull-12 {
    right: 100%;
  }
  .wk-mp-main .col-l-pull-11 {
    right: 91.6667%;
  }
  .wk-mp-main .col-l-pull-10 {
    right: 83.3333%;
  }
  .wk-mp-main .col-l-pull-9 {
    right: 75%;
  }
  .wk-mp-main .col-l-pull-8 {
    right: 66.6667%;
  }
  .wk-mp-main .col-l-pull-7 {
    right: 58.3333%;
  }
  .wk-mp-main .col-l-pull-6 {
    right: 50%;
  }
  .wk-mp-main .col-l-pull-5 {
    right: 41.6667%;
  }
  .wk-mp-main .col-l-pull-4 {
    right: 33.3333%;
  }
  .wk-mp-main .col-l-pull-3 {
    right: 25%;
  }
  .wk-mp-main .col-l-pull-2 {
    right: 16.6667%;
  }
  .wk-mp-main .col-l-pull-1 {
    right: 8.33333%;
  }
  .wk-mp-main .col-l-pull-0 {
    right: auto;
  }
  .wk-mp-main .col-l-push-12 {
    left: 100%;
  }
  .wk-mp-main .col-l-push-11 {
    left: 91.6667%;
  }
  .wk-mp-main .col-l-push-10 {
    left: 83.3333%;
  }
  .wk-mp-main .col-l-push-9 {
    left: 75%;
  }
  .wk-mp-main .col-l-push-8 {
    left: 66.6667%;
  }
  .wk-mp-main .col-l-push-7 {
    left: 58.3333%;
  }
  .wk-mp-main .col-l-push-6 {
    left: 50%;
  }
  .wk-mp-main .col-l-push-5 {
    left: 41.6667%;
  }
  .wk-mp-main .col-l-push-4 {
    left: 33.3333%;
  }
  .wk-mp-main .col-l-push-3 {
    left: 25%;
  }
  .wk-mp-main .col-l-push-2 {
    left: 16.6667%;
  }
  .wk-mp-main .col-l-push-1 {
    left: 8.33333%;
  }
  .wk-mp-main .col-l-push-0 {
    left: auto;
  }
  .wk-mp-main .col-l-offset-12 {
    margin-left: 100%;
  }
  .wk-mp-main .col-l-offset-11 {
    margin-left: 91.6667%;
  }
  .wk-mp-main .col-l-offset-10 {
    margin-left: 83.3333%;
  }
  .wk-mp-main .col-l-offset-9 {
    margin-left: 75%;
  }
  .wk-mp-main .col-l-offset-8 {
    margin-left: 66.6667%;
  }
  .wk-mp-main .col-l-offset-7 {
    margin-left: 58.3333%;
  }
  .wk-mp-main .col-l-offset-6 {
    margin-left: 50%;
  }
  .wk-mp-main .col-l-offset-5 {
    margin-left: 41.6667%;
  }
  .wk-mp-main .col-l-offset-4 {
    margin-left: 33.3333%;
  }
  .wk-mp-main .col-l-offset-3 {
    margin-left: 25%;
  }
  .wk-mp-main .col-l-offset-2 {
    margin-left: 16.6667%;
  }
  .wk-mp-main .col-l-offset-1 {
    margin-left: 8.33333%;
  }
  .wk-mp-main .col-l-offset-0 {
    margin-left: 0;
  }
}

@media all and (min-width: 1440px) {
  .wk-mp-main .col-xl-1, .wk-mp-main .col-xl-2, .wk-mp-main .col-xl-3, .wk-mp-main .col-xl-4, .wk-mp-main .col-xl-5, .wk-mp-main .col-xl-6, .wk-mp-main .col-xl-7, .wk-mp-main .col-xl-8, .wk-mp-main .col-xl-9, .wk-mp-main .col-xl-10, .wk-mp-main .col-xl-11, .wk-mp-main .col-xl-12 {
    float: left;
  }
  .wk-mp-main .col-xl-12 {
    width: 100%;
  }
  .wk-mp-main .col-xl-11 {
    width: 91.6667%;
  }
  .wk-mp-main .col-xl-10 {
    width: 83.3333%;
  }
  .wk-mp-main .col-xl-9 {
    width: 75%;
  }
  .wk-mp-main .col-xl-8 {
    width: 66.6667%;
  }
  .wk-mp-main .col-xl-7 {
    width: 58.3333%;
  }
  .wk-mp-main .col-xl-6 {
    width: 50%;
  }
  .wk-mp-main .col-xl-5 {
    width: 41.6667%;
  }
  .wk-mp-main .col-xl-4 {
    width: 33.3333%;
  }
  .wk-mp-main .col-xl-3 {
    width: 25%;
  }
  .wk-mp-main .col-xl-2 {
    width: 16.6667%;
  }
  .wk-mp-main .col-xl-1 {
    width: 8.33333%;
  }
  .wk-mp-main .col-xl-pull-12 {
    right: 100%;
  }
  .wk-mp-main .col-xl-pull-11 {
    right: 91.6667%;
  }
  .wk-mp-main .col-xl-pull-10 {
    right: 83.3333%;
  }
  .wk-mp-main .col-xl-pull-9 {
    right: 75%;
  }
  .wk-mp-main .col-xl-pull-8 {
    right: 66.6667%;
  }
  .wk-mp-main .col-xl-pull-7 {
    right: 58.3333%;
  }
  .wk-mp-main .col-xl-pull-6 {
    right: 50%;
  }
  .wk-mp-main .col-xl-pull-5 {
    right: 41.6667%;
  }
  .wk-mp-main .col-xl-pull-4 {
    right: 33.3333%;
  }
  .wk-mp-main .col-xl-pull-3 {
    right: 25%;
  }
  .wk-mp-main .col-xl-pull-2 {
    right: 16.6667%;
  }
  .wk-mp-main .col-xl-pull-1 {
    right: 8.33333%;
  }
  .wk-mp-main .col-xl-pull-0 {
    right: auto;
  }
  .wk-mp-main .col-xl-push-12 {
    left: 100%;
  }
  .wk-mp-main .col-xl-push-11 {
    left: 91.6667%;
  }
  .wk-mp-main .col-xl-push-10 {
    left: 83.3333%;
  }
  .wk-mp-main .col-xl-push-9 {
    left: 75%;
  }
  .wk-mp-main .col-xl-push-8 {
    left: 66.6667%;
  }
  .wk-mp-main .col-xl-push-7 {
    left: 58.3333%;
  }
  .wk-mp-main .col-xl-push-6 {
    left: 50%;
  }
  .wk-mp-main .col-xl-push-5 {
    left: 41.6667%;
  }
  .wk-mp-main .col-xl-push-4 {
    left: 33.3333%;
  }
  .wk-mp-main .col-xl-push-3 {
    left: 25%;
  }
  .wk-mp-main .col-xl-push-2 {
    left: 16.6667%;
  }
  .wk-mp-main .col-xl-push-1 {
    left: 8.33333%;
  }
  .wk-mp-main .col-xl-push-0 {
    left: auto;
  }
  .wk-mp-main .col-xl-offset-12 {
    margin-left: 100%;
  }
  .wk-mp-main .col-xl-offset-11 {
    margin-left: 91.6667%;
  }
  .wk-mp-main .col-xl-offset-10 {
    margin-left: 83.3333%;
  }
  .wk-mp-main .col-xl-offset-9 {
    margin-left: 75%;
  }
  .wk-mp-main .col-xl-offset-8 {
    margin-left: 66.6667%;
  }
  .wk-mp-main .col-xl-offset-7 {
    margin-left: 58.3333%;
  }
  .wk-mp-main .col-xl-offset-6 {
    margin-left: 50%;
  }
  .wk-mp-main .col-xl-offset-5 {
    margin-left: 41.6667%;
  }
  .wk-mp-main .col-xl-offset-4 {
    margin-left: 33.3333%;
  }
  .wk-mp-main .col-xl-offset-3 {
    margin-left: 25%;
  }
  .wk-mp-main .col-xl-offset-2 {
    margin-left: 16.6667%;
  }
  .wk-mp-main .col-xl-offset-1 {
    margin-left: 8.33333%;
  }
  .wk-mp-main .col-xl-offset-0 {
    margin-left: 0;
  }
}

@media all and (max-width: 767px) {
  .steps-wizard .nav {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .steps-wizard .nav-bar-outer-actions {
    margin-top: 0;
  }
  .steps-wizard .nav-bar {
    display: block;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: 30.9rem;
  }
  .steps-wizard .nav-bar:before {
    display: none;
  }
  .steps-wizard .nav-bar > li {
    float: left;
    min-height: 9rem;
  }
  .steps-wizard .nav-bar > li:after {
    display: none;
  }
  .steps-wizard .nav-bar > li:nth-child(4n) {
    clear: both;
  }
  .steps-wizard .nav-bar a {
    line-height: 1.4;
  }
  .admin__data-grid-action-columns-menu .admin__action-dropdown-menu-content {
    width: 17rem;
  }
  .admin__data-grid-action-columns-menu {
    padding: 2.2rem 1.5rem 1rem;
  }
}

@media all and (max-width: 565px) {
  .wk-mp-fieldset .legend .title {
    display: none;
  }
}

@media all and (max-width: 479px) {
  .product-create-configuration .product-create-configuration-actions {
    clear: both;
    width: 100%;
  }
  .product-create-configuration .product-create-configuration-info {
    clear: both;
    width: 100%;
  }
  .steps-wizard .nav-bar {
    width: 23.175rem;
  }
  .steps-wizard .nav-bar > li {
    width: 7.725rem;
  }
  .steps-wizard .nav .btn-group .btn-wrap-try-again, .steps-wizard .nav-bar-outer-actions .btn-wrap-try-again {
    clear: both;
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    padding-top: 1rem;
  }
}

#product-variations-matrix .actions-image-uploader.active ul.dropdown {
  display: block;
}

#product-variations-matrix .actions-image-uploader ul.dropdown {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #bbb;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  display: none;
  list-style: outside none none;
  margin: 4px 0 0;
  min-width: 100%;
  padding: 0;
  position: absolute;
  z-index: 100;
}

#product-variations-matrix .actions-image-uploader ul.dropdown {
  margin-left: 0;
  margin-top: 50px;
  min-width: 0;
  top: auto;
  width: 100px;
}

#product-variations-matrix .actions-image-uploader ul.dropdown a {
  color: #333;
  text-decoration: none;
}

#product-variations-matrix .action-upload span, #product-variations-matrix .action-choose span {
  display: none;
}

#product-variations-matrix .action-upload input[type="file"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 500px solid transparent;
  cursor: pointer;
  font-size: 10em;
  height: 50px;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
  z-index: 3;
}

#product-variations-matrix .action-upload > input[type="file"] {
  bottom: 0;
  font-size: 10em;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

#product-variations-matrix .action-upload:before {
  bottom: 0;
  content: "";
  font-family: "MUI-Icons";
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 1;
}

#product-variations-matrix .actions-image-uploader .action.split {
  float: left;
  margin: 0;
}

#product-variations-matrix .action-upload {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #b7b2a7;
  border-radius: 0;
  color: #9f9a91;
  cursor: default;
  filter: none;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: center;
  width: 50px;
}

#product-variations-matrix .action-upload img.variation {
  border: 0 none;
}

#product-variations-matrix img.variation {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #d6d6d6;
  display: block;
  height: 50px;
  position: relative;
  width: 50px;
  z-index: 2;
}

#product-variations-matrix img, video, embed, object {
  max-width: 100%;
}

#product-variations-matrix .actions-image-uploader .action.toggle.no-display {
  display: none;
}

#product-variations-matrix .actions-image-uploader .action.toggle {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #fff none repeat scroll 0 0;
  border-color: #b7b2a7 #b7b2a7 #b7b2a7 -moz-use-text-color;
  border-image: none;
  border-radius: 0 1px 1px 0;
  border-style: solid solid solid none;
  border-width: 1px 1px 1px medium;
  float: left;
  height: 50px;
  padding: 0 3px;
}

#product-variations-matrix .actions-image-uploader .action.toggle:after {
  text-indent: -5px;
  width: 10px;
}

#product-variations-matrix .actions-image-uploader .action.toggle.active:after {
  color: inherit;
  content: "\e618";
  display: inline-block;
  font-family: "icons-blank-theme";
  font-size: 22px;
  font-weight: normal;
  line-height: 14px;
  margin: 0;
  overflow: hidden;
  text-align: center;
  vertical-align: top;
}

#product-variations-matrix .actions-image-uploader .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  line-height: 14px;
  color: inherit;
  content: "\e607";
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

#product-variations-matrix .actions-image-uploader .action.toggle.active > span {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

#product-variations-matrix .actions-image-uploader .action.toggle > span {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

#link_items_body .field-file-url input[type=text],
#link_items_body .control-addon input[type=text] {
  width: 90%;
}

#sample_items_body .field-file-url input[type=text] {
  width: 97%;
}

#downloadable_items-wrapper input[type=text] {
  min-width: 115px;
}

#link_items_body .field-file-url {
  min-width: 190px;
}

#sample_items_body .field-file-url {
  width: 97%;
}

.marketplace-product-add .admin__action-multiselect-dropdown,
.marketplace-product-edit .admin__action-multiselect-dropdown {
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0 !important;
  right: 0 !important;
  z-index: 0;
}

.marketplace-product-add .admin__action-multiselect-tree .admin__action-multiselect-dropdown:before,
.marketplace-product-edit .admin__action-multiselect-tree .admin__action-multiselect-dropdown:before {
  border-left: none;
  right: -1rem;
  left: auto;
  content: '\002b' !important;
  font-size: 31px;
  line-height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

.marketplace-product-add .admin__action-multiselect-tree .action-menu-item._expended .admin__action-multiselect-dropdown:before,
.marketplace-product-edit .admin__action-multiselect-tree .action-menu-item._expended .admin__action-multiselect-dropdown:before {
  content: '\002d' !important;
}

.marketplace-product-add .admin__action-multiselect-tree .action-menu-item._expended::before,
.marketplace-product-edit .admin__action-multiselect-tree .action-menu-item._expended::before {
  display: none;
}

.marketplace-product-add > .loading-mask,
.marketplace-product-edit > .loading-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  opacity: 0.1;
  background: #000;
  z-index: 3;
}

.wk-mp-landing-button {
  font-size: 18px;
  padding: 15px 0;
}

.wk-mp-main {
  text-align: right;
}

.wk-mp-option-box {
  position: relative;
}

.wk-mp-design {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin: 40px 0 60px;
}

@media (min-width: 576px) {
  .wk-mp-design {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .wk-mp-design {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .wk-mp-design {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .wk-mp-design {
    max-width: 1190px;
  }
}

#associate-product {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

#associate-product > .fieldset {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  #associate-product > .fieldset {
    flex: 0 0 75%;
    max-width: 75%;
    order: 0;
  }
}

@media (max-width: 991.98px) {
  #associate-product > .fieldset {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

#associate-product .actions_left {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  #associate-product .actions_left {
    flex: 0 0 25%;
    max-width: 25%;
    order: 1;
    padding-top: 30px;
  }
}

@media (max-width: 991.98px) {
  #associate-product .actions_left {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

#associate-product .legend {
  display: inline-block !important;
}

#associate-product .legend > span {
  display: none;
}

#associate-product .legend .button {
  display: block;
  margin-bottom: 10px;
  margin-left: 0px !important;
  height: 38px;
  width: 100%;
  margin-bottom: 15px;
}

#associate-product .legend #save-btn {
  border: 1px solid #F06A4C;
  background: #fff;
  color: #777;
}

#associate-product .back-link {
  display: inline-block;
  text-align: center;
  width: 100%;
}

#associate-product .back-link a {
  display: inline-block;
  line-height: 32px;
  height: 40px;
  width: 120px;
  text-align: center;
  font-size: 16px;
  font-family: 'cairo';
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: underline;
  text-underline-offset: 7px;
  float: none !important;
}

.wk-mp-column.wk-mp-main {
  display: flex;
  flex-flow: column;
}

.half_rows > div {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  padding-right: 15px !important;
  padding-left: 15px !important;
}

@media (min-width: 992px) {
  .half_rows > div {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 991.98px) {
  .half_rows > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

table td {
  font-family: tahoma;
}

.wk-mp-btn {
  float: left;
  margin-left: 5px !important;
}

.wk-mp-design .fieldset > .legend {
  float: none;
}

body.account[class*="marketplace-"] .sidebar-main {
  position: fixed;
  right: 0;
  top: 0;
  padding: 0;
  width: auto;
  flex: none;
  max-width: none;
  border-left: 1px solid #e0e0e0;
}

body.account[class*="marketplace-"] .column.main {
  flex: 0 0 100%;
  max-width: 100%;
}

body.account[class*="marketplace-"] .page-main {
  margin-right: 108px;
}

body.account[class*="marketplace-"] .page-header {
  z-index: 1;
}

.mk-downloadlink-container, .wk_socialsignup_container {
  display: none;
}

@media (min-width: 992px) {
  .wk-mp-page-wrapper {
    margin-top: 70px;
  }
}

@media (max-width: 991.98px) {
  .wk-mp-page-wrapper {
    margin-top: 110px;
  }
}

/*
.marketplace-account-editprofile {

	.ui-multiselect span:nth-child(2) {
		top: 7px;
	}
	.profileimage-set {
		margin-top: 15px;
	}
	.logoimage-set {
		margin-top: 15px;
	}
}
*/
.note-icon {
  background-image: url("../images/dashboard/note-icon.svg");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

.marketplace-account_preferences-notifications .remove-icon {
  background-image: url("../images/dashboard/preferences/remove-icon.svg");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

.marketplace-account_preferences-notifications .add-icon {
  background-image: url("../images/dashboard/preferences/add-icon.svg");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

.marketplace-account_preferences-notifications .add-icon-inactive {
  background-image: url("../images/dashboard/preferences/add-icon-inactive.svg");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

.not_approved_cont {
  display: none;
}

.marketplace-account-becomeseller .page-title-wrapper {
  display: none;
}

@media (min-width: 992px) {
  .not_approved_modal .modal-inner-wrap {
    width: 575px;
  }
}

@media (max-width: 991.98px) {
  .not_approved_modal .modal-inner-wrap {
    width: calc(100% - 40px);
  }
}

.not_approved_modal .modal-title {
  margin: 0;
}

.not_approved_modal .content {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.not_approved_modal .cont {
  margin-bottom: 50px;
  color: #D82C28;
  font-family: cairo;
  line-height: 54px;
  font-size: 29px;
  font-size: 1.8125rem;
}

.not_approved_modal .action-close {
  display: none;
}

label.has-jq-tooltip {
  position: relative !important;
  padding-top: 5px !important;
}

.has-jq-tooltip > span {
  padding-left: 10px;
  font-weight: normal;
}

.has-jq-tooltip .jq-tooltip {
  position: absolute;
  top: 0;
  text-indent: -9999px;
  color: transparent;
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(../images/dashboard/tooltipe-icon.svg) center center no-repeat;
}

/* jquery tooltip */
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

/* tooltip cistom styling */
.ui-widget.ui-widget-content {
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid #000000;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #FFFFFF;
  text-align: right;
}

body.account {
  direction: rtl;
  background: #f5f5fA;
  font-family: Tajawal, Poppins;
}

.wk-mp-page-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 84px;
  background-color: #f5f5fA;
  transition: all 0.3s ease;
  z-index: 11;
}

@media (min-width: 1200px) {
  .wk-mp-page-header {
    padding-right: 109px;
    padding-left: 83px;
  }
}

@media (min-width: 992px) {
  .wk-mp-page-header {
    padding-right: 109px;
    padding-left: 25px;
  }
}

@media (max-width: 991.98px) {
  .wk-mp-page-header {
    padding-right: 79px;
    padding-left: 0px;
  }
}

.wk-mp-page-header-before {
  display: none;
}

.wk-mp-page-header-hgroup {
  float: right;
}

@media (min-width: 992px) {
  .wk-mp-page-header-hgroup .mini-search {
    float: right;
  }
}

@media (max-width: 991.98px) {
  .wk-mp-page-header-hgroup .mini-search {
    position: fixed;
    top: 63px;
    right: 0;
    width: 100%;
    padding: 15px;
    background: #fff;
    margin-top: 0;
    border-top: 1px solid #ddd;
    z-index: 3;
  }
}

.wk-mp-page-header-hgroup h1.page-title {
  font-family: Tajawal, Poppins;
  font-size: 20px;
  font-weight: 600;
  padding-top: 25px;
  color: #1C1D21;
  padding-right: 20px;
}

.wk-mp-page-header-actions {
  float: left;
}

@media (min-width: 1200px) {
  .wk-mp-page-main {
    padding-right: 103px;
    padding-left: 83px;
  }
}

@media (min-width: 992px) {
  .wk-mp-page-main {
    padding-right: 103px;
    padding-left: 25px;
  }
}

@media (max-width: 991.98px) {
  .wk-mp-page-main {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.wk-mp-page-wrapper {
  position: relative;
  margin-top: 84px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .wk-mp-page-wrapper.active_bar > * {
    transform: translateX(-180px);
  }
}

.wk-mp-page-header-actions {
  display: flex;
  padding-top: 19px;
}

.wk-mp-page-header-actions .wk-mp-user {
  position: relative;
  order: 2;
}

@media (min-width: 992px) {
  .wk-mp-page-header-actions .wk-mp-user {
    display: inline-block;
  }
}

@media (max-width: 991.98px) {
  .wk-mp-page-header-actions .wk-mp-user {
    display: none !important;
  }
}

.wk-mp-page-header-actions .wk-mp-user .wk-mp__action-dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 25px);
  background: #fff;
  border: 0;
  left: 0;
  min-width: 280px;
  text-align: right;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.wk-mp-page-header-actions .wk-mp-user .wk-mp__action-dropdown-menu li {
  border-bottom: 1px solid #F6F6F6;
  transition: all 0.25s ease;
}

.wk-mp-page-header-actions .wk-mp-user .wk-mp__action-dropdown-menu li a {
  padding: 24px;
  padding-right: 77px;
  display: block;
}

.wk-mp-page-header-actions .wk-mp-user .wk-mp__action-dropdown-menu li a:hover {
  background-color: rgba(184, 15, 10, 0.1);
}

.wk-mp-page-header-actions .wk-mp-user .wk-mp__action-dropdown-menu li.wk-mp-dropdown-menu-settings {
  background: url("../images/seller-header/icon-settings.svg") right 26px top 17px no-repeat;
}

.wk-mp-page-header-actions .wk-mp-user .wk-mp__action-dropdown-menu li.wk-mp-dropdown-menu-logout {
  background: url("../images/seller-header/icon-logout.svg") right 26px top 17px no-repeat;
}

.wk-mp-page-header-actions .wk-mp-user .wk-mp-seller-header-logo-wrapper {
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
}

.wk-mp-page-header-actions .wk-mp-user .wk-mp__action-dropdown-text {
  display: inline-block;
  vertical-align: top;
  margin-right: 11px;
}

.wk-mp-page-header-actions .wk-mp-user .icon-arrow-down {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
}

.wk-mp-page-header-actions .wk-mp-user .icon-arrow-down:before {
  content: '';
}

.wk-mp-page-header-actions .wk-mp-user.active .wk-mp__action-dropdown-menu {
  display: block;
}

.wk-mp-page-header-actions .wk-mp-notification {
  order: 1;
  display: inline-block;
  padding-top: 9px;
  position: relative;
}

@media (min-width: 992px) {
  .wk-mp-page-header-actions .wk-mp-notification {
    margin-left: 40px;
  }
}

@media (max-width: 991.98px) {
  .wk-mp-page-header-actions .wk-mp-notification {
    margin-left: 19px;
  }
}

.wk-mp-page-header-actions .wk-mp-notification.wk-mp__action-dropdown-wrap > .wk-mp__action-dropdown {
  padding-left: 0;
}

.wk-mp-page-header-actions .wk-mp-notification .wk-mp-notification-count {
  position: absolute;
  right: 6px;
  top: 6px;
  background: #FFF;
  height: 12px;
  width: 12px;
  border-radius: 6px;
}

.wk-mp-page-header-actions .wk-mp-notification .wk-mp-notification-count > span {
  height: 10px;
  width: 10px;
  border-radius: 5px;
  margin-top: 1px;
  margin-right: 1px;
  display: block;
  background: #FF808B;
}

.wk-mp-page-header-actions .wk-mp-notification .wk-mp__action-dropdown-menu {
  position: absolute;
  right: calc(50% - 125px);
  top: 100%;
  width: 285px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #ddd;
  transform: translateY(-10px);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}

.wk-mp-page-header-actions .wk-mp-notification .wk-mp__action-dropdown-menu li {
  display: block;
  text-align: right;
  padding: 15px;
}

.wk-mp-page-header-actions .wk-mp-notification .wk-mp__action-dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.wk-mp-page-header-actions .wk-mp-notification .wk-mp__action-dropdown-menu li a {
  display: block;
}

.wk-mp-page-header-actions .wk-mp-notification .wk-mp__action-dropdown-menu li .wk-mp-notification-time {
  display: block;
  color: #777;
  font-family: tahoma;
}

.wk-mp-page-header-actions .wk-mp-notification .wk-mp__action-dropdown-menu li:not(.wk-mp-notification-row) a {
  text-align: center;
  text-transform: uppercase;
  text-decoration: underline;
}

.wk-mp-page-header-actions .wk-mp-notification .wk-mp__action-dropdown {
  position: relative;
}

.wk-mp-page-header-actions .wk-mp-notification .wk-mp__action-dropdown.active + .wk-mp__action-dropdown-menu {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.wk-mp-page-header-actions .wk-mp-headermenu-item {
  padding-top: 2px;
  padding-left: 10px;
}

.wk-mp-page-header-actions .wk-mp__action-dropdown-wrap .wk-mp__action-dropdown {
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 20px;
}

.wk-mp-page-header-actions .wk-mp__action-dropdown-wrap .wk-mp__action-dropdown .icon-arrow-down {
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
}

#go_back_btn {
  margin-left: 0 !important;
  background: none;
  color: black;
  font-size: 20px;
  display: flex;
  align-items: center;
  font-family: "gess", sans-serif;
}

#go_back_btn:after {
  content: "";
  color: black;
  font-family: 'icomoon' !important;
  font-size: 12px;
  transform: rotate(90deg);
}

#go_back_btn span {
  height: auto;
  margin: -3px 0 0 10px;
}

#go_back_btn:hover span {
  color: black;
  border: none;
}

.modal-popup .modal-inner-wrap .modal-header {
  z-index: 10;
}

@media (min-width: 992px) {
  .wk-mp-menu.wk-mp-main {
    position: fixed;
    right: 0;
    top: 0;
    background-color: #fff;
    border-left: 1px solid rgba(0, 0, 0, 0.02);
    z-index: 12;
    width: 85px;
    transition: none;
    text-align: right;
  }
  .wk-mp-menu.wk-mp-main .heading {
    position: relative;
  }
  .wk-mp-menu.wk-mp-main .heading .inner {
    overflow: hidden;
    width: 100%;
    min-height: 80px;
    background: url("../images/seller-menu/menu-logo.svg") right 20px top 20px no-repeat;
  }
  .wk-mp-menu.wk-mp-main .heading .inner h2 {
    padding-top: 25px;
    padding-right: 85px;
    font-size: 20px;
    color: #B80F0A;
    white-space: nowrap;
    font-family: Tajawal, Poppins;
  }
  .wk-mp-menu.wk-mp-main .nav_toggle {
    cursor: pointer;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    background-color: rgba(184, 15, 10, 0.1);
    position: absolute;
    top: calc(50% - 12px);
    left: -12px;
    display: none;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .wk-mp-menu.wk-mp-main .nav_toggle .icon {
    background: url(../images/seller-menu/icon-menu-toggle.svg) center center no-repeat;
    font-size: 22px;
    width: 100%;
    height: 100%;
    display: block;
  }
  .wk-mp-menu.wk-mp-main.active {
    width: 242px !important;
  }
  .wk-mp-menu.wk-mp-main.active span.nav_toggle {
    right: auto;
  }
  .wk-mp-menu.wk-mp-main.active .nav_toggle .icon {
    transform: rotate(180deg);
  }
  .wk-mp-menu.wk-mp-main.active #wk-mp-nav {
    z-index: 2;
    position: relative;
  }
  .wk-mp-menu.wk-mp-main.active strong,
  .wk-mp-menu.wk-mp-main.active span {
    right: 68px;
  }
  .wk-mp-menu.wk-mp-main.active .wk-mp-submenu {
    right: 242px !important;
  }
  .wk-mp-menu.wk-mp-main:hover .nav_toggle {
    display: inline-block;
  }
  .wk-mp-menu.wk-mp-main .wk-mp-submenu-group-title {
    display: none !important;
  }
  .m_only {
    display: none;
  }
  .wk-mp-page-main.menu-active, .wk-mp-page-header.menu-active {
    padding-right: 242px;
    margin-right: 20px;
  }
}

.percent {
  font-family: tahoma;
}

.wk-mp-menu.wk-mp-main {
  /**
     * submenu items
     */
}

.wk-mp-menu.wk-mp-main #wk-mp-nav li#wk-mp-menu-help {
  position: absolute;
  bottom: 0;
  min-height: 64px;
  border-top: 1px solid #E9E9F1;
  width: 100%;
  padding-top: 10px;
}

.wk-mp-menu.wk-mp-main .level-0 > .wrapper {
  background: url(../images/seller-menu/icon-dashboard-active.svg) no-repeat -9999px -9999px;
}

.wk-mp-menu.wk-mp-main .level-0 > .wrapper a {
  background: url(../images/seller-menu/icon-dashboard.svg) center right 15px no-repeat;
}

.wk-mp-menu.wk-mp-main .level-0.currently-active > .wrapper a, .wk-mp-menu.wk-mp-main .level-0 > .wrapper a:hover {
  background-image: url(../images/seller-menu/icon-dashboard-active.svg);
}

.wk-mp-menu.wk-mp-main #wk-mp-menu-order > .wrapper {
  background: url(../images/seller-menu/icon-orders-active.svg) no-repeat -9999px -9999px;
}

.wk-mp-menu.wk-mp-main #wk-mp-menu-order > .wrapper a {
  background-image: url(../images/seller-menu/icon-orders.svg);
}

.wk-mp-menu.wk-mp-main #wk-mp-menu-order.currently-active > .wrapper a, .wk-mp-menu.wk-mp-main #wk-mp-menu-order > .wrapper a:hover {
  background-image: url(../images/seller-menu/icon-orders-active.svg);
}

.wk-mp-menu.wk-mp-main #wk-mp-menu-product > .wrapper {
  background: url(../images/seller-menu/icon-products-active.svg) no-repeat -9999px -9999px;
}

.wk-mp-menu.wk-mp-main #wk-mp-menu-product > .wrapper a {
  background-image: url(../images/seller-menu/icon-products.svg);
}

.wk-mp-menu.wk-mp-main #wk-mp-menu-product.currently-active > .wrapper a, .wk-mp-menu.wk-mp-main #wk-mp-menu-product > .wrapper a:hover {
  background-image: url(../images/seller-menu/icon-products-active.svg);
}

.wk-mp-menu.wk-mp-main #wk-mp-menu-reports > .wrapper {
  background: url(../images/seller-menu/icon-reports-active.svg) no-repeat -9999px -9999px;
}

.wk-mp-menu.wk-mp-main #wk-mp-menu-reports > .wrapper a {
  background-image: url(../images/seller-menu/icon-reports.svg);
}

.wk-mp-menu.wk-mp-main #wk-mp-menu-reports.currently-active > .wrapper a, .wk-mp-menu.wk-mp-main #wk-mp-menu-reports > .wrapper a:hover {
  background-image: url(../images/seller-menu/icon-reports-active.svg);
}

.wk-mp-menu.wk-mp-main #wk-mp-menu-location > .wrapper {
  background: url(../images/seller-menu/icon-delivery-active.svg) no-repeat -9999px -9999px;
}

.wk-mp-menu.wk-mp-main #wk-mp-menu-location > .wrapper a {
  background-image: url(../images/seller-menu/icon-delivery.svg);
}

.wk-mp-menu.wk-mp-main #wk-mp-menu-location.currently-active > .wrapper a, .wk-mp-menu.wk-mp-main #wk-mp-menu-location > .wrapper a:hover {
  background-image: url(../images/seller-menu/icon-delivery-active.svg);
}

.wk-mp-menu.wk-mp-main #wk-mp-menu-invoices > .wrapper {
  background: url(../images/seller-menu/icon-invoices-active.svg) no-repeat -9999px -9999px;
}

.wk-mp-menu.wk-mp-main #wk-mp-menu-invoices > .wrapper a {
  background-image: url(../images/seller-menu/icon-invoices.svg);
}

.wk-mp-menu.wk-mp-main #wk-mp-menu-invoices.currently-active > .wrapper a, .wk-mp-menu.wk-mp-main #wk-mp-menu-invoices > .wrapper a:hover {
  background-image: url(../images/seller-menu/icon-invoices-active.svg);
}

.wk-mp-menu.wk-mp-main #wk-mp-menu-calendar > .wrapper {
  background: url(../images/seller-menu/icon-calendar-active.svg) no-repeat -9999px -9999px;
}

.wk-mp-menu.wk-mp-main #wk-mp-menu-calendar > .wrapper a {
  background-image: url(../images/seller-menu/icon-calendar.svg);
}

.wk-mp-menu.wk-mp-main #wk-mp-menu-calendar.currently-active > .wrapper a, .wk-mp-menu.wk-mp-main #wk-mp-menu-calendar > .wrapper a:hover {
  background-image: url(../images/seller-menu/icon-calendar-active.svg);
}

.wk-mp-menu.wk-mp-main #wk-mp-menu-help > .wrapper {
  background: url(../images/seller-menu/icon-help-active.svg) no-repeat -9999px -9999px;
}

.wk-mp-menu.wk-mp-main #wk-mp-menu-help > .wrapper a {
  background-image: url(../images/seller-menu/icon-help.svg);
}

.wk-mp-menu.wk-mp-main #wk-mp-menu-help.currently-active > .wrapper a, .wk-mp-menu.wk-mp-main #wk-mp-menu-help > .wrapper a:hover {
  background-image: url(../images/seller-menu/icon-help-active.svg);
}

.wk-mp-menu.wk-mp-main .level-2 > a {
  background-position: center right 32px;
  background-repeat: no-repeat;
}

.wk-mp-menu.wk-mp-main #wk-mp-menu-report-productsales {
  background: url(../images/seller-menu/icon-product-sales-active.svg) no-repeat -9999px -9999px;
}

.wk-mp-menu.wk-mp-main #wk-mp-menu-report-productsales > a {
  background-image: url(../images/seller-menu/icon-product-sales.svg);
}

.wk-mp-menu.wk-mp-main #wk-mp-menu-report-productsales.currently-active > a, .wk-mp-menu.wk-mp-main #wk-mp-menu-report-productsales > a:hover {
  background-image: url(../images/seller-menu/icon-product-sales-active.svg);
}

.wk-mp-menu.wk-mp-main #wk-mp-menu-report-salesbycity {
  background: url(../images/seller-menu/icon-cities-sales-active.svg) no-repeat -9999px -9999px;
}

.wk-mp-menu.wk-mp-main #wk-mp-menu-report-salesbycity > a {
  background-image: url(../images/seller-menu/icon-cities-sales.svg);
}

.wk-mp-menu.wk-mp-main #wk-mp-menu-report-salesbycity.currently-active > a, .wk-mp-menu.wk-mp-main #wk-mp-menu-report-salesbycity > a:hover {
  background-image: url(../images/seller-menu/icon-cities-sales-active.svg);
}

.wk-mp-menu.wk-mp-main #wk-mp-menu-report-bestsellers {
  background: url(../images/seller-menu/icon-best-sales-active.svg) no-repeat -9999px -9999px;
}

.wk-mp-menu.wk-mp-main #wk-mp-menu-report-bestsellers > a {
  background-image: url(../images/seller-menu/icon-best-sales.svg);
}

.wk-mp-menu.wk-mp-main #wk-mp-menu-report-bestsellers.currently-active > a, .wk-mp-menu.wk-mp-main #wk-mp-menu-report-bestsellers > a:hover {
  background-image: url(../images/seller-menu/icon-best-sales-active.svg);
}

.wk-mp-menu.wk-mp-main #wk-mp-menu-report-branchsales {
  background: url(../images/seller-menu/icon-reports-active.svg) no-repeat -9999px -9999px;
}

.wk-mp-menu.wk-mp-main #wk-mp-menu-report-branchsales > a {
  background-image: url(../images/seller-menu/icon-reports.svg);
}

.wk-mp-menu.wk-mp-main #wk-mp-menu-report-branchsales.currently-active > a, .wk-mp-menu.wk-mp-main #wk-mp-menu-report-branchsales > a:hover {
  background-image: url(../images/seller-menu/icon-reports-active.svg);
}

.wk-mp-menu.wk-mp-main #wk-mp-menu-add-product {
  background: url(../images/seller-menu/icon-new-product-active.svg) no-repeat -9999px -9999px;
}

.wk-mp-menu.wk-mp-main #wk-mp-menu-add-product > a {
  background-image: url(../images/seller-menu/icon-new-product.svg);
}

.wk-mp-menu.wk-mp-main #wk-mp-menu-add-product.currently-active > a, .wk-mp-menu.wk-mp-main #wk-mp-menu-add-product > a:hover {
  background-image: url(../images/seller-menu/icon-new-product-active.svg);
}

.wk-mp-menu.wk-mp-main #wk-mp-menu-product-list {
  background: url(../images/seller-menu/icon-my-products-active.svg) no-repeat -9999px -9999px;
}

.wk-mp-menu.wk-mp-main #wk-mp-menu-product-list > a {
  background-image: url(../images/seller-menu/icon-my-products.svg);
}

.wk-mp-menu.wk-mp-main #wk-mp-menu-product-list.currently-active > a, .wk-mp-menu.wk-mp-main #wk-mp-menu-product-list > a:hover {
  background-image: url(../images/seller-menu/icon-my-products-active.svg);
}

.wk-mp-menu.wk-mp-main #wk-mp-menu-inventory {
  background: url(../images/seller-menu/icon-inventory-active.svg) no-repeat -9999px -9999px;
}

.wk-mp-menu.wk-mp-main #wk-mp-menu-inventory > a {
  background-image: url(../images/seller-menu/icon-inventory.svg);
}

.wk-mp-menu.wk-mp-main #wk-mp-menu-inventory.currently-active > a, .wk-mp-menu.wk-mp-main #wk-mp-menu-inventory > a:hover {
  background-image: url(../images/seller-menu/icon-inventory-active.svg);
}

.wk-mp-menu.wk-mp-main.active .level-0 {
  /*
            &.current {
                //.wrapper a {
                //    background-color: rgba($mainRedColor,0.1);
                //}
                > .wk-mp-submenu .level-2 {
                    //a {
                    //    background-color: rgba($mainRedColor,0.1);
                    //}
                    &.currently-active a {
                        background-color: rgba($mainRedColor,0.1);
                        span {
                            color: $mainRedColor !important;
                            font-weight: 600 !important;
                        }
                    }
                }
            }
            */
}

.wk-mp-menu.wk-mp-main.active .level-0.current, .wk-mp-menu.wk-mp-main.active .level-0.active {
  overflow: hidden;
  right: auto;
  width: 100%;
  top: auto;
  padding: 0;
}

.wk-mp-menu.wk-mp-main.active .level-0.current .wrapper a, .wk-mp-menu.wk-mp-main.active .level-0.active .wrapper a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.wk-mp-menu.wk-mp-main.active .level-0.current > .wk-mp-submenu, .wk-mp-menu.wk-mp-main.active .level-0.active > .wk-mp-submenu {
  position: relative;
  top: auto;
  right: auto !important;
  padding: 0;
  border-bottom: 6px solid #F5F5FA;
  padding-bottom: 6px;
  display: block !important;
}

.wk-mp-menu.wk-mp-main.active .level-0.current > .wk-mp-submenu .level-2, .wk-mp-menu.wk-mp-main.active .level-0.active > .wk-mp-submenu .level-2 {
  padding-left: 18px;
}

.wk-mp-menu.wk-mp-main.active .level-0.current > .wk-mp-submenu .level-2 a, .wk-mp-menu.wk-mp-main.active .level-0.active > .wk-mp-submenu .level-2 a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.wk-mp-menu.wk-mp-main.active .level-0.current > .wk-mp-submenu .level-2.last-child a, .wk-mp-menu.wk-mp-main.active .level-0.active > .wk-mp-submenu .level-2.last-child a {
  border-radius: 0 0 4px 4px;
}

.wk-mp-menu.wk-mp-main.active .level-0.current > .wk-mp-submenu .level-2.currently-active a, .wk-mp-menu.wk-mp-main.active .level-0.active > .wk-mp-submenu .level-2.currently-active a {
  border-radius: 4px;
}

.wk-mp-menu.wk-mp-main.active .level-0.currently-active a, .wk-mp-menu.wk-mp-main.active .level-0 .currently-active a {
  background-color: rgba(184, 15, 10, 0.1);
}

.wk-mp-menu.wk-mp-main.active .level-0.has-submenu.active > .wrapper a:before, .wk-mp-menu.wk-mp-main.active .level-0.has-submenu.current > .wrapper a:before {
  transform: rotate(180deg);
}

.wk-mp-menu.wk-mp-main.active .level-0.has-submenu.current > .wrapper a:before {
  color: #B80F0A;
}

.wk-mp-menu.wk-mp-main.active .level-0.has-submenu > .wrapper a:before {
  content: "";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 30px;
  top: 15px;
}

.wk-mp-menu.wk-mp-main.active .level-0.has-submenu > .wrapper a:hover:before {
  color: #B80F0A;
}

.wk-mp-menu.wk-mp-main:not(.active) .level-0.active > .wk-mp-submenu
, .wk-mp-menu.wk-mp-main:not(.active) .level-0:not(.submenu-active):hover > .wk-mp-submenu {
  position: absolute;
  right: 85px;
  width: 242px;
  top: -15px;
  padding: 15px;
  background: transparent;
  display: block !important;
}

.wk-mp-menu.wk-mp-main:not(.active) .level-0.active > .wk-mp-submenu
>
ul, .wk-mp-menu.wk-mp-main:not(.active) .level-0:not(.submenu-active):hover > .wk-mp-submenu > ul {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.25);
}

.wk-mp-menu.wk-mp-main:not(.active) .level-0.active > .wk-mp-submenu
>
ul li.level-2, .wk-mp-menu.wk-mp-main:not(.active) .level-0:not(.submenu-active):hover > .wk-mp-submenu > ul li.level-2 {
  height: 72px;
  line-height: 72px;
  border: 1px solid #F6F6F6;
}

.wk-mp-menu.wk-mp-main:not(.active) .level-0.active > .wk-mp-submenu
>
ul li.level-2 > a, .wk-mp-menu.wk-mp-main:not(.active) .level-0:not(.submenu-active):hover > .wk-mp-submenu > ul li.level-2 > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-right: 72px;
}

.wk-mp-menu.wk-mp-main:not(.active) .level-0.active > .wk-mp-submenu
>
ul li.level-2 > a:hover, .wk-mp-menu.wk-mp-main:not(.active) .level-0:not(.submenu-active):hover > .wk-mp-submenu > ul li.level-2 > a:hover {
  background-color: transparent !important;
}

.wk-mp-menu.wk-mp-main:not(.active) .level-0.active > .wk-mp-submenu
>
ul li.level-2:hover, .wk-mp-menu.wk-mp-main:not(.active) .level-0:not(.submenu-active):hover > .wk-mp-submenu > ul li.level-2:hover {
  background-color: rgba(184, 15, 10, 0.1);
}

.wk-mp-menu.wk-mp-main:not(.active) .level-0.current.has-submenu {
  border-left: 2px solid #B80F0A;
}

.wk-mp-menu.wk-mp-main:not(.active) .level-0.current .wrapper {
  padding-left: 16px !important;
}

.wk-mp-menu.wk-mp-main:not(.active) .level-0.current .wrapper a {
  border-radius: 4px !important;
}

.wk-mp-menu.wk-mp-main:not(.active) .level-0 .wrapper span {
  display: none;
}

.wk-mp-menu.wk-mp-main #wk-mp-nav {
  height: calc(100vh - 87px);
  scrollbar-width: thin;
}

.wk-mp-menu.wk-mp-main #wk-mp-nav .level-0 > .wk-mp-submenu {
  display: none;
  transition: all 0.1s ease;
}

.wk-mp-menu.wk-mp-main #wk-mp-nav .level-0 > .wk-mp-submenu .action-close {
  display: none;
}

.wk-mp-menu.wk-mp-main #wk-mp-nav .level-0 > .wk-mp-submenu .wk-mp-submenu {
  display: block;
}

.wk-mp-menu.wk-mp-main #wk-mp-nav .level-0.currently-active .wrapper, .wk-mp-menu.wk-mp-main #wk-mp-nav .level-0 .level-2.currently-active {
  border-left: 2px solid #B80F0A;
  padding-left: 16px !important;
}

.wk-mp-menu.wk-mp-main #wk-mp-nav .level-0.currently-active .wrapper span, .wk-mp-menu.wk-mp-main #wk-mp-nav .level-0 .level-2.currently-active span {
  color: #B80F0A;
  font-weight: 600;
}

.wk-mp-menu.wk-mp-main #wk-mp-nav .level-0.last-child > .wk-mp-submenu {
  border-bottom: 0;
}

.wk-mp-menu.wk-mp-main #wk-mp-nav .level-0 .wrapper > a:hover, .wk-mp-menu.wk-mp-main #wk-mp-nav .level-2:not(.currently-active) > a:hover {
  border-radius: 4px;
}

.wk-mp-menu.wk-mp-main #wk-mp-nav .level-0 .wrapper > a:hover span, .wk-mp-menu.wk-mp-main #wk-mp-nav .level-2:not(.currently-active) > a:hover span {
  color: #B80F0A;
  font-weight: 600;
}

.wk-mp-menu.wk-mp-main #wk-mp-nav li {
  position: relative;
  line-height: 48px;
  min-height: 48px;
  display: block;
}

.wk-mp-menu.wk-mp-main #wk-mp-nav li span {
  font-family: Tajawal, Poppins;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.25s ease;
}

.wk-mp-menu.wk-mp-main #wk-mp-nav li.current.level-0.has-submenu.current .wrapper a span {
  color: #B80F0A;
}

.wk-mp-menu.wk-mp-main #wk-mp-nav li.level-0 {
  padding-right: 18px;
}

.wk-mp-menu.wk-mp-main #wk-mp-nav li.level-0 > .wrapper {
  overflow: hidden;
  padding-left: 18px;
}

.wk-mp-menu.wk-mp-main #wk-mp-nav li.level-0 > .wrapper a {
  padding-right: 13px;
  width: 100%;
  min-height: 48px;
  display: block;
}

.wk-mp-menu.wk-mp-main #wk-mp-nav li.level-0 > .wrapper a > span {
  font-weight: 600;
  color: #1C1D21;
  position: absolute;
  right: 84px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 160px;
}

.wk-mp-menu.wk-mp-main #wk-mp-nav li.level-2 {
  overflow: hidden;
  padding-left: 18px;
}

.wk-mp-menu.wk-mp-main #wk-mp-nav li.level-2 a {
  padding-right: 13px;
  width: 100%;
  min-height: 48px;
  display: block;
}

.wk-mp-menu.wk-mp-main #wk-mp-nav li.level-2 a > span {
  position: absolute;
  right: 66px;
  color: #8F8282;
  top: calc(50% - 24px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 160px;
}

.wk-mp-menu.wk-mp-main #wk-mp-nav .action-close._close {
  display: block;
  text-align: left;
}

.wk-mp-menu.wk-mp-main #wk-mp-nav .action-close._close:before {
  content: "";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wk-mp-menu.wk-mp-main #wk-mp-nav .wk-mp-submenu-title {
  display: none;
}

.wk-mp-menu.wk-mp-main #wk-mp-nav .wk-mp-submenu-group-title {
  padding: 8px;
  background: rgba(0, 0, 0, 0.11);
  display: block;
  line-height: 24px;
}

@media (max-width: 991.98px) {
  .wk-mp-page-header {
    padding: 0;
  }
  .wk-mp-page-header .wk-mp-page-header-hgroup {
    float: none;
  }
  .wk-mp-page-header .wk-mp-page-header-hgroup h1.page-title {
    text-align: center;
    padding: 20px 55px;
    margin: 0;
    background-color: #fff;
  }
  .wk-mp-page-header .wk-mp-page-header-actions {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .wk-mp-page-header .wk-mp-page-header-actions .wk-mp-notification {
    position: absolute;
    top: 16px;
    right: 12px;
  }
  .wk-mp-page-header .wk-mp-page-header-actions .wk-mp-add-new {
    display: none;
  }
  .wk-mp-page-header .wk-mp-page-header-actions .wk-mp-search {
    position: absolute;
    top: 16px;
    left: 10px;
  }
  .wk-mp-menu.wk-mp-main {
    position: fixed;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 12;
    border-left: 1px solid rgba(0, 0, 0, 0.02);
    overflow: hidden;
    width: 100%;
  }
  .wk-mp-menu.wk-mp-main .heading h2 {
    display: none;
  }
  .wk-mp-menu.wk-mp-main .nav_toggle {
    cursor: pointer;
    line-height: 16px;
    display: inline-block;
  }
}

@media (max-width: 991.98px) and (min-width: 992px) {
  .wk-mp-menu.wk-mp-main .nav_toggle {
    padding: 29px 34px 39px;
  }
}

@media (max-width: 991.98px) and (max-width: 991.98px) {
  .wk-mp-menu.wk-mp-main .nav_toggle {
    padding: 24px 30px 19px;
  }
}

@media (max-width: 991.98px) {
  .wk-mp-menu.wk-mp-main .nav_toggle .icon {
    display: inline-block;
    font-size: 22px;
  }
  .wk-mp-menu.wk-mp-main .nav_toggle .icon:before {
    content: "";
    display: inline-block;
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
  }
  .wk-mp-menu.wk-mp-main .m_only {
    width: 100%;
    display: block;
    background: #fff;
    text-align: start;
    border-bottom: 1px solid #F3EEEE;
  }
  .wk-mp-menu.wk-mp-main .m_only .nav_close {
    height: 70px;
    width: 70px;
    display: inline-block;
    color: #000;
    font-size: 16px;
    text-align: center;
    padding-top: 24px;
    cursor: pointer;
  }
  .wk-mp-menu.wk-mp-main .m_only .nav_close .icon:after {
    display: none;
  }
  .wk-mp-menu.wk-mp-main #wk-mp-nav {
    height: calc(100vh);
    width: 301px;
    scrollbar-width: thin;
    transform: translate(100%);
    transition: none;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 11;
    background: #fff;
  }
  .wk-mp-menu.wk-mp-main #wk-mp-nav .level-0 > .wk-mp-submenu {
    display: none;
    background: #fff;
    padding-left: 30px;
    padding-right: 40px;
  }
  .wk-mp-menu.wk-mp-main #wk-mp-nav .level-0 > .wk-mp-submenu.active {
    display: block;
  }
  .wk-mp-menu.wk-mp-main #wk-mp-nav .level-0 > .wk-mp-submenu .wk-mp-submenu {
    display: block;
  }
  .wk-mp-menu.wk-mp-main #wk-mp-nav li {
    position: relative;
    line-height: 48px;
    min-height: 48px;
    display: block;
    position: relative;
  }
  .wk-mp-menu.wk-mp-main #wk-mp-nav li span {
    font-weight: 500;
    font-size: 14px;
    transition: all 0.25s ease;
  }
  .wk-mp-menu.wk-mp-main #wk-mp-nav li.level-0 {
    padding-right: 35px;
  }
  .wk-mp-menu.wk-mp-main #wk-mp-nav li.level-0 > .wrapper a > span {
    position: absolute;
    right: 84px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 160px;
  }
  .wk-mp-menu.wk-mp-main #wk-mp-nav .action-close._close {
    display: block;
    text-align: left;
    margin-top: -48px;
  }
  .wk-mp-menu.wk-mp-main #wk-mp-nav .action-close._close:before {
    content: "";
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .wk-mp-menu.wk-mp-main #wk-mp-nav .wk-mp-submenu-title {
    display: none;
  }
  .wk-mp-menu.wk-mp-main #wk-mp-nav .wk-mp-submenu-group-title {
    padding: 8px;
    background: rgba(0, 0, 0, 0.11);
    display: block;
    line-height: 24px;
  }
  .wk-mp-menu.wk-mp-main.active #wk-mp-nav {
    transform: translate(0);
  }
  .wk-mp-menu.wk-mp-main.active strong,
  .wk-mp-menu.wk-mp-main.active span {
    right: 68px;
  }
  .wk-mp-menu.wk-mp-main.active .wk-mp-submenu {
    right: 242px !important;
  }
}

.marketplace-account-dashboard #go_back_btn {
  display: none;
}

.slick-slider {
  direction: ltr;
}

.data-grid-cell-content {
  overflow: hidden;
  max-height: 250px;
}

.widget_panel {
  position: relative;
  padding: 20px;
  border: 1px solid #D8D8D8;
  border-radius: 10px;
  min-height: 145px;
}

.widget_panel .img {
  position: absolute;
  left: 18px;
  top: 25px;
  height: 56px;
  width: 56px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.widget_panel .img img {
  height: 22px;
  width: 22px;
}

@media (max-width: 991.98px) {
  .widget_panel .img {
    display: none;
  }
}

.widget_panel.total-sales .img {
  background-color: rgba(150, 152, 214, 0.1);
}

.widget_panel.orders .img {
  background-color: rgba(244, 190, 94, 0.1);
}

.widget_panel.out-of-stock .img {
  background-color: rgba(94, 129, 244, 0.1);
}

.widget_panel.pending-orders .img {
  background-color: rgba(255, 128, 139, 0.1);
}

.widget_panel .desc {
  text-align: right;
}

.widget_panel .desc h4 {
  font-size: 14px;
  font-size: 0.875rem;
  color: #8181A5;
  line-height: 21px;
  display: block;
  font-weight: normal;
  padding-top: 5px;
}

.widget_panel .desc .num {
  line-height: 38px;
  color: #202224;
  margin-bottom: 18px;
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
}

@media (min-width: 992px) {
  .widget_panel .desc .num {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 991.98px) {
  .widget_panel .desc .num {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.widget_panel .attr {
  position: relative;
  color: #585858;
  line-height: 17px;
  font-size: 14px;
  font-size: 0.875rem;
  padding-right: 25px;
}

.widget_panel .attr .icon {
  position: absolute;
  font-size: 20px;
  right: 0;
  top: -3px;
}

.widget_panel .attr.link {
  padding-right: 0;
  color: rgba(184, 15, 10, 0.5);
}

.widget_panel .attr .des {
  display: inline;
}

.widget_panel .attr._up .icon, .widget_panel .attr._up .percent {
  color: #5E81F4;
}

.widget_panel .attr._down .icon, .widget_panel .attr._down .percent {
  color: #B80F0A;
}

.wk-profile-alert {
  display: block;
  padding: 15px;
  background: #FFE9B4;
  margin-bottom: 15px;
  text-align: right;
  position: relative;
  color: #333;
  border-radius: 4px;
}

.wk-profile-alert a {
  color: #333;
}

.wk-profile-alert .wk-close {
  position: absolute;
  left: 10px;
  top: 14px;
  height: 24px;
  width: 24px;
  text-align: center;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  padding-top: 3px;
  font-size: 17px;
  text-transform: lowercase;
  font-family: arial;
  font-weight: bold;
  line-height: 15px;
  color: #333;
}

.charts {
  padding: 0;
  border-radius: 12px;
  display: block;
  margin: 30px 0 0;
  border: 1px solid #D8D8D8;
}

.charts h2 {
  font-weight: 600;
  font-size: 18px;
  padding-right: 72px;
  padding-top: 20px;
  padding-bottom: 20px;
}

#chartdiv {
  font-family: tahoma;
}

.marketplace-account-dashboard .col_12 {
  padding-right: 25px;
  padding-left: 25px;
}

.marketplace-account-dashboard .wk-mp-columns {
  background-color: #fff;
  border-radius: 12px;
  padding: 25px;
}

.marketplace-account-dashboard .date-filter .admin__data-grid-filters {
  padding-bottom: 35px;
  background-position: top 12px right 25px !important;
  padding-right: 75px !important;
}

.marketplace-account-dashboard .date-filter .admin__data-grid-filters .daterange-init {
  max-width: 250px;
}

.marketplace-account-dashboard .date-filter .admin__data-grid-filters .admin__data-grid-filters-current {
  padding-right: 0 !important;
}

.navigate-to-page {
  cursor: pointer;
}

.products_assign_container {
  padding-bottom: 60px;
}

.products_assign_container .action {
  margin-bottom: 37px;
}

.products_assign_container #sums {
  vertical-align: top;
  margin-top: 10px;
  display: inline-block;
  color: #747373;
  margin-left: 15px;
}

.products_assign_container .wk-ap-edit-item {
  background-repeat: no-repeat;
  background-position: left;
  color: #000;
  font-size: 12px;
  padding-left: 22px;
  width: auto;
  height: 30px;
}

.products_assign_container .wk-ap-edit-item:hover {
  color: #000 !important;
}

.products_assign_container .wk-ap-edit-item:hover span {
  color: #000 !important;
}

.products_assign_container .wk-ap-edit-item span {
  display: inline-block;
  line-height: 29px;
  height: auto;
  width: auto;
  vertical-align: top;
  text-decoration: underline;
}

.control {
  position: relative;
}

#wk_mpassignproduct_delete_form .col .control {
  top: -6px;
}

#wk_mpassignproduct_delete_form th .control {
  top: 4px;
}

.mpassignproduct-product-productlist .wk-mp-design, .marketplace-account-customer .admin__data-grid-outer-wrap {
  background: #FFFFFF;
  box-shadow: 6px 6px 54px rgba(0, 0, 0, 0.05);
  border-radius: 14px !important;
  padding: 25px !important;
  margin-top: 30px !important;
  clear: right;
}

.marketplace-account-customer .data-grid td {
  font-family: tahoma;
}

.form_create_product {
  max-width: 500px;
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 15px;
  text-align: right;
  display: inline-block;
  width: 100%;
  margin: 60px auto;
}

.form_create_product .form_title {
  display: block;
  text-align: start;
  font-size: 16px;
  font-size: 1rem;
  font-family: 'cairo';
  color: #000;
  line-height: 22px;
  margin-bottom: 10px;
}

.form_create_product .wk-mp-btn {
  float: left;
}

.form_create_product .buttons-set {
  float: right;
  width: 120px;
  margin: 0 !important;
}

.form_create_product .buttons-set a {
  font-size: 14px;
  color: #F04F4C;
  line-height: 38px;
  font-family: 'cairo';
}

.wk_mpassignproduct_form {
  background: #FFFFFF;
  border: 0.6px solid #D5D5D5;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 10px 15px;
  margin-bottom: 28px;
}

.wk_mpassignproduct_form .legend {
  display: none !important;
}

.wk_mpassignproduct_form .fieldset > * {
  display: inline-block;
}

.wk_mpassignproduct_form .fieldset .field {
  margin-bottom: 0;
  height: auto;
  line-height: normal;
}

@media (max-width: 991.98px) {
  .wk_mpassignproduct_form .fieldset .field {
    width: 100%;
  }
}

.wk_mpassignproduct_form .fieldset .label {
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 50px;
  color: #202224;
  position: relative;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .wk_mpassignproduct_form .fieldset .label {
    border-left: 1px solid #ddd;
    width: 220px;
  }
  .wk_mpassignproduct_form .fieldset .label:after {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #000;
    font-size: 12px;
    position: absolute;
    left: 15px;
    top: 19px;
  }
}

@media (max-width: 991.98px) {
  .wk_mpassignproduct_form .fieldset .label {
    width: 100%;
  }
}

.wk_mpassignproduct_form .fieldset .control {
  display: inline-block;
  position: relative;
}

@media (min-width: 992px) {
  .wk_mpassignproduct_form .fieldset .control {
    width: 388px;
    margin-right: 14px;
  }
}

@media (max-width: 991.98px) {
  .wk_mpassignproduct_form .fieldset .control {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }
}

.wk_mpassignproduct_form .fieldset .control input {
  padding-right: 38px;
  padding-left: 15px;
}

.wk_mpassignproduct_form .fieldset .control .icon {
  position: absolute;
  right: 15px;
  top: 11px;
  color: #bbb;
  font-size: 16px;
}

.wk_mpassignproduct_form .fieldset .button {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  vertical-align: top;
}

@media (min-width: 992px) {
  .wk_mpassignproduct_form .fieldset .button {
    margin-top: 7px;
    margin-right: 7px;
    width: 161px;
  }
}

@media (max-width: 991.98px) {
  .wk_mpassignproduct_form .fieldset .button {
    width: 100%;
  }
}

.mini_form {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.mini_form > .fieldset {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .mini_form > .fieldset {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (max-width: 991.98px) {
  .mini_form > .fieldset {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.mini_form > .actions {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .mini_form > .actions {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (max-width: 991.98px) {
  .mini_form > .actions {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.mini_form > .actions button {
  width: 100%;
}

.mini_form > .actions .control {
  border-bottom: none;
  width: 100%;
  display: block !important;
  background: #fff;
  border: 1px solid #D5D5D5;
  border-radius: 10px;
  padding: 8px 12px;
  margin-top: 35px;
}

.mini_form .label {
  text-align: start !important;
}

#edit-product {
  text-align: start;
}

@media (min-width: 992px) {
  #edit-product {
    margin-right: -15px;
  }
}

#edit-product .wk-mp-page-actions-before {
  padding-left: 15px;
  padding-right: 15px;
  display: none;
}

@media (max-width: 991.98px) {
  #edit-product .wk-mp-design {
    margin: 0;
  }
}

#edit-product .wk-mp-page-title {
  border-bottom: none;
  display: block !important;
  height: 60px;
}

@media (min-width: 992px) {
  #edit-product .wk-mp-page-title {
    width: 299px;
    margin-top: 29px;
  }
}

@media (max-width: 991.98px) {
  #edit-product .wk-mp-page-title {
    width: 100%;
  }
}

#edit-product .wk-mp-page-title > span {
  display: none;
}

#edit-product .wk-mp-page-title .wk-mp-btn {
  display: block;
  margin-bottom: 10px;
  margin-left: 0px !important;
  height: 38px;
  width: 100%;
  margin-bottom: 15px;
}

#edit-product .wk-mp-page-title #wk-mp-save-duplicate-btn {
  border: 1px solid #F06A4C;
  background: #fff;
  color: #777;
}

#edit-product .wk-mp-page-title #wk-mp-save-duplicate-btn:hover {
  color: #777;
}

#edit-product .action-select {
  padding-left: 40px;
  padding-right: 0;
  text-align: right;
  border-radius: 4px;
  border: 1px solid #DCDCDC !important;
  min-height: 40px;
  position: relative;
  color: #1C1D21;
  font-weight: bold;
}

#edit-product .action-select:before {
  display: none;
}

#edit-product .action-select:after {
  border: none;
  content: "";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  left: 29px;
  top: 13px;
}

#edit-product .admin__control-checkbox:checked + label::after {
  content: "\2713";
  font-size: 0.9rem;
  line-height: 125%;
  right: 10px;
  top: 6px;
}

#edit-product .admin__action-multiselect-search-label::before {
  content: "";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#edit-product .admin__action-multiselect-search-label {
  left: 3.2rem;
  right: auto;
  width: auto;
}

#edit-product .admin__action-multiselect-search {
  padding-left: 3rem;
  padding-right: 15px;
}

#edit-product .admin__action-multiselect-crumb {
  padding: 2px 25px 2px 6px;
  padding-right: 25px;
  border: 1px solid #ddd;
  margin: 5px 5px 5px 0px;
  font-size: 14px;
}

#edit-product .action-menu {
  position: absolute;
  right: 0;
  top: 100%;
  width: calc(100% + 40px);
  display: none;
  text-align: start;
  background: #fff;
  border: 1px solid #adadad !important;
  max-width: 375px;
  min-width: unset;
}

#edit-product .action-menu._active {
  display: inline;
}

#edit-product .field.col_6,
#edit-product .field.col_4 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

#edit-product #super_config + .field {
  max-width: calc(33.33% - 20px);
  margin-left: 30px;
  float: right;
  width: 100%;
}

#edit-product #super_config + .field + .field {
  max-width: calc(33.33% - 20px);
  margin-left: 30px;
  float: right;
  width: 100%;
}

#edit-product #super_config + .field + .field + .field {
  max-width: calc(33.33% - 20px);
  float: right;
  width: 100%;
}

#edit-product #skuavail {
  display: none;
}

#edit-product #skunotavail {
  display: none;
}

#edit-product .weight-switcher .control .control {
  display: inline-block;
}

#edit-product .weight-switcher .control .control:first-child {
  margin-left: 20px;
}

#edit-product .weight-switcher .label {
  display: none !important;
}

#edit-product .image .spacer {
  width: auto;
  position: absolute;
  right: 30px;
  width: 46px;
  height: 31px;
}

@media (min-width: 992px) {
  #edit-product .image .spacer {
    top: 12px;
  }
}

@media (max-width: 991.98px) {
  #edit-product .image .spacer {
    top: 22px;
  }
}

#edit-product .admin__action-multiselect-menu-inner {
  overflow-x: hidden;
}

/* ------ Assign Products Page  ------------ */
.products_assign_container .item_assign {
  display: block;
  padding: 19px 12px 6px;
  background: #FFFFFF;
  box-shadow: 6px 6px 54px rgba(0, 0, 0, 0.05);
  border-radius: 14px;
  position: relative;
  margin-bottom: 20px;
}

.products_assign_container .item_assign .img {
  position: absolute;
  right: 12px;
  top: 12px;
  border-radius: 33px;
  height: 66px;
  width: 66px;
  overflow: hidden;
  margin-top: 20px;
}

.products_assign_container .item_assign .img img {
  height: 100%;
  width: 100%;
}

.products_assign_container .item_assign .item_cont {
  padding-right: 88px;
  min-height: 77px;
}

.products_assign_container .item_assign .des {
  display: inline-block;
  margin-top: 20px;
}

.products_assign_container .item_assign .product_title {
  display: block;
  line-height: 17px;
  margin-bottom: 12px;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: 'gess';
  color: #202020;
}

.products_assign_container .item_assign .price {
  font-family: arial;
}

.products_assign_container .item_assign input[type="checkbox"] {
  position: absolute;
  height: calc(100% - 36px);
}

.products_assign_container .item_assign .check_icon {
  position: absolute;
  left: 10px;
  top: 11px;
}

.products_assign_container .item_assign .item_action {
  border-top: 1px solid #F3F3F3;
  padding: 7px 0 0;
  text-align: left;
}

.products_assign_container .item_assign .button {
  background: #01B59B;
  border-radius: 4px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  padding: 0 10px !important;
}

/* ------ Other in Add Product Page ------*/
#image-container,
#media_gallery_content {
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
}

#image-container .image,
#media_gallery_content .image {
  height: 76px;
  margin: 0;
  width: 100%;
  border: 2px dashed #ddd;
}

.image .image-placeholder-text {
  top: 40%;
}

@media (min-width: 992px) {
  .image .image-placeholder-text {
    text-align: center;
  }
}

@media (max-width: 991.98px) {
  .image .image-placeholder-text {
    text-align: left;
    font-size: 14px;
  }
}

.admin__action-multiselect-wrap .admin__action-multiselect:after {
  left: 1.2rem;
  right: auto;
}

.admin__action-multiselect-wrap .admin__action-multiselect:before {
  height: calc(3.2rem + 0px);
  left: 0;
  right: auto;
}

.admin__action-multiselect-tree .action-menu-item._with-checkbox .admin__action-multiselect-label {
  padding-right: 2.6rem !important;
  padding-left: 0 !important;
  line-height: 35px;
}

.admin__action-multiselect-tree .action-menu-item {
  margin-right: 30px;
  margin-left: 0 !important;
}

.admin__action-multiselect-dropdown {
  right: -2.2rem;
  left: auto;
}

.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._root::before {
  right: 3.2rem;
  left: auto;
}

.admin__action-multiselect-tree .action-menu-item._expended::before {
  border-left: none;
  right: -1rem;
  left: auto;
  content: '\002B';
  font-size: 31px;
  line-height: 6px;
}

.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item::after {
  top: 1.1rem;
  width: 19px;
}

.admin__action-multiselect-tree .admin__action-multiselect-label::before {
  right: 0;
  left: auto;
}

.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item::after,
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item::before {
  right: 50px;
  left: auto;
}

.admin__control-text {
  height: 40px;
}

.timedelivery-seller-orders .admin__data-grid-wrap {
  margin-top: 1rem;
}

@media (max-width: 1199.98px) {
  .timedelivery-seller-orders .admin__data-grid-wrap th:first-child {
    width: auto;
  }
}

.timedelivery-seller-orders .admin__data-grid-wrap {
  background: #FFFFFF;
  box-shadow: 6px 6px 54px rgba(0, 0, 0, 0.05);
  border-radius: 14px;
  padding: 33px;
}

.timedelivery-seller-orders .admin__data-grid-header-row.row-gutter {
  display: none;
}

.timedelivery-seller-orders .admin__data-grid-filters-wrap {
  top: 46px !important;
}

.timedelivery-seller-orders .admin__data-grid-filters-wrap .admin__form-field {
  width: calc(100% / 2 - 4px) !important;
}

.timedelivery-seller-orders .admin__data-grid-filters-wrap .admin__form-field .admin__form-field {
  width: 100% !important;
}

.timedelivery-seller-orders .data-grid-filters-action-wrap:after {
  display: none;
}

.marketplace-add-products .page-title-wrapper {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.new-product-section .h3 {
  font-family: Cairo;
  font-weight: bold;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 47px;
  color: #202020;
  display: inline-block;
}

.new-product-section .action {
  background: linear-gradient(90deg, #F06A4C 2.01%, #FCAA7C 98.66%);
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  height: 38px;
  line-height: 38px;
  font-weight: bold;
  color: #fff;
  margin-right: 20px;
  display: inline-block;
  min-width: 161px;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
}

.new-product-section .action.first {
  margin: 0 0 40px 0;
}

.new-product-section .spacer {
  position: relative;
  display: block;
  margin: 44px 0 47px;
}

.new-product-section .spacer:after {
  position: absolute;
  content: "";
  width: calc(100% - 30px);
  left: 0;
  top: 50%;
  height: 1px;
  background: #E2D4D4;
}

.new-product-section .spacer span {
  font-family: Cairo;
  font-weight: bold;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 47px;
}

.new-product-section .create_group {
  background: #FFFFFF;
  border: 0.6px solid #D5D5D5;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 40px;
}

.new-product-section .create_group .h3 {
  display: block;
  margin-bottom: 60px;
}

.new-product-section .create_group .desc {
  font-family: Cairo;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 26px;
  color: #5E5E5E;
  margin-bottom: 30px;
}

.new-product-section .create_group .desc a {
  color: #2E7D32;
  margin-right: 10px;
  margin-left: 10px;
}

.new-product-section .create_group .desc .icon {
  display: inline-block;
}

.new-product-section hr {
  border: none;
  border-bottom: 1px solid #E2D4D4;
}

.setimage {
  display: flex;
  align-items: center;
}

.setimage img {
  max-width: 80px;
}

.setimage .wk-profileimagedelete {
  margin-right: 14px;
}

/**
 * New design
 */
.marketplace-product-productlist {
  /* filters styles */
}

.marketplace-product-productlist .admin__data-grid-header .admin__data-grid-header-row > .col-xs-2 {
  display: none;
}

.marketplace-product-productlist .admin__data-grid-wrap .data-grid thead tr th {
  text-align: right;
  padding-right: 0;
}

.marketplace-product-productlist .admin__data-grid-wrap .data-grid thead tr th:first-child {
  padding-right: 60px;
}

.marketplace-product-productlist .admin__data-grid-wrap .data-grid tr td.data-grid-status {
  vertical-align: middle;
}

.marketplace-product-productlist .admin__data-grid-wrap .data-grid tr td.data-grid-status .data-grid-cell-content {
  text-align: right;
}

.marketplace-product-productlist .admin__data-grid-wrap .data-grid tr td.data-grid-status .wk-mp-grid-status {
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  text-align: center;
  min-width: 110px;
  display: inline-block;
  background: rgba(86, 192, 134, 0.1);
  color: #56C086;
}

.marketplace-product-productlist .admin__data-grid-wrap .data-grid tr td.grid-link-button.data-grid-link-cell div {
  text-align: center;
}

.marketplace-product-productlist .admin__data-grid-wrap .data-grid tr td.grid-link-button.data-grid-link-cell div a {
  background-image: url("../images/dashboard/products/edit-icon.svg");
}

@media (min-width: 768px) {
  .marketplace-product-productlist .admin__data-grid-wrap .data-grid tr td.grid-link-button.data-grid-link-cell {
    min-width: 125px;
  }
}

.marketplace-product-productlist .admin__data-grid-wrap .data-grid tr td.data-grid-image {
  text-align: right;
  max-width: 200px;
}

.marketplace-product-productlist .admin__data-grid-wrap .data-grid tr td.data-grid-image .thumb-container {
  display: inline-block;
  overflow: hidden;
  border-radius: 6px;
}

.marketplace-product-productlist .admin__data-grid-wrap .data-grid tr td.data-grid-image .thumb-container img {
  max-width: 75px;
  max-height: 75px;
}

.marketplace-product-productlist .admin__data-grid-wrap .data-grid tr td.data-grid-sku > div {
  font-weight: 600;
}

.marketplace-product-productlist .admin__data-grid-wrap .data-grid tr td.data-grid-sku.grid-name-column > div, .marketplace-product-productlist .admin__data-grid-wrap .data-grid tr td.data-grid-name.grid-name-column > div {
  text-align: right;
}

.marketplace-product-productlist .admin__data-grid-wrap .data-grid tr td.product-creation-date.grid-date-style > div span {
  text-align: right;
}

.marketplace-product-productlist .admin__data-grid-wrap .data-grid tr td.data-grid-price.grid-price-cell {
  text-align: right;
}

.marketplace-product-productlist .admin__data-grid-wrap .data-grid tr td.data-grid-checkbox-cell .data-grid-checkbox-cell-inner > label {
  display: inline;
  vertical-align: middle;
}

.marketplace-product-productlist .admin__data-grid-filters-wrap {
  position: relative;
}

.marketplace-product-productlist .admin__data-grid-filters-wrap .add-product-btn {
  display: inline-block;
  background: #B80F0A;
  border-radius: 8px;
  color: #fff;
  width: 115px;
  height: 38px;
  line-height: 36px;
  font-size: 14px;
  font-weight: bold;
  padding: 0 15px;
  text-align: center;
  position: absolute;
  top: 12px;
  right: 35px;
  margin-right: 0;
}

.marketplace-product-productlist .admin__data-grid-filters-wrap .add-product-btn:hover {
  background-color: #d81120;
}

@media (max-width: 991.98px) {
  .marketplace-product-productlist .admin__data-grid-filters-wrap .add-product-btn {
    position: relative;
    top: auto;
    right: auto;
    margin-right: 15px;
  }
}

.marketplace-product-productlist .admin__data-grid-filters-wrap .admin__data-grid-filters.show-add-product {
  margin-right: 135px !important;
}

@media (max-width: 991.98px) {
  .marketplace-product-productlist .admin__data-grid-filters-wrap .admin__data-grid-filters.show-add-product {
    margin-right: 0 !important;
  }
}

.marketplace-product-productlist .admin__data-grid-filters-wrap .admin__data-grid-filters .input-custom.name input, .marketplace-product-productlist .admin__data-grid-filters-wrap .admin__data-grid-filters .input-custom.sku input {
  background: url("../images/dashboard/search.svg") no-repeat center right 12px;
}

@media (max-width: 991.98px) {
  .marketplace-product-productlist .admin__data-grid-filters-wrap .admin__data-grid-filters {
    padding-right: 10px !important;
    background-image: none !important;
  }
}

.admin__data-grid-actions-wrap {
  display: none !important;
}

.admin__data-grid-filters-wrap .admin__form-field-legend, .admin__data-grid-filters-wrap .admin__form-field-label {
  font-size: 14px !important;
}

.admin__data-grid-filters-wrap .admin__form-field .admin__form-field {
  text-align: right !important;
}

.admin__data-grid-filters-wrap .admin__form-field .admin__form-field .admin__form-field-label {
  float: right;
  padding-left: 1em;
  padding-right: 0;
}

.admin__data-grid-filters-wrap .admin__form-field .admin__form-field .admin__form-field-control {
  margin-right: 25%;
  margin-left: 0;
}

.data-grid-filters-action-wrap .action-default._active:after {
  top: 100%;
  height: 3px;
  bottom: auto;
}

.admin__data-grid-filters-wrap .admin__form-field-label {
  text-align: right !important;
}

.admin__data-grid-header-row .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100% !important;
}

.admin__data-grid-header-row .col-xs-2 .action-select-wrap {
  width: auto !important;
}

.admin__data-grid-header-row .col-xs-2 .action-select-wrap button {
  display: none;
}

.admin__data-grid-header-row .col-xs-2 .action-select-wrap li {
  font-size: 14px;
  font-size: 0.875rem;
  color: #313131;
  margin-right: 15px;
  cursor: pointer;
}

.admin__data-grid-header-row .col-xs-2 .action-select-wrap li:after {
  font-family: 'bolt-icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 18px;
  color: #000;
  margin-right: 6px;
}

input.admin__control-checkbox[type="checkbox"], input.admin__control-checkbox[type="radio"] {
  margin: 0;
  position: absolute;
}

input.admin__control-checkbox[type="checkbox"]:checked + span:before, input.admin__control-checkbox[type="checkbox"]:checked + .label:before, input.admin__control-checkbox[type="checkbox"]:checked + label:before, input.admin__control-checkbox[type="radio"]:checked + span:before, input.admin__control-checkbox[type="radio"]:checked + .label:before, input.admin__control-checkbox[type="radio"]:checked + label:before {
  background: #29433D;
  border: 1px solid #29433D;
}

input.admin__control-checkbox[type="checkbox"]:checked + span:after, input.admin__control-checkbox[type="checkbox"]:checked + .label:after, input.admin__control-checkbox[type="checkbox"]:checked + label:after, input.admin__control-checkbox[type="radio"]:checked + span:after, input.admin__control-checkbox[type="radio"]:checked + .label:after, input.admin__control-checkbox[type="radio"]:checked + label:after {
  opacity: 1;
}

.admin__control-radio + label::before, .admin__control-checkbox + label::before {
  background-color: #fff;
  border: 1px solid #E6E6E6;
  color: transparent;
  float: left;
  height: 16px;
  text-align: center;
  vertical-align: top;
  width: 16px;
  border-radius: 5px;
  content: "" !important;
}

.admin__control-radio + label, .admin__control-checkbox + label {
  display: inline-block;
  vertical-align: top;
}

.admin__control-radio + label:before, .admin__control-checkbox + label:before {
  content: "";
  background: #fff;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  height: 15px;
  width: 15px;
  right: 0;
  top: 0;
  position: absolute;
}

.admin__control-radio + label:after, .admin__control-checkbox + label:after {
  content: '\2713' !important;
  right: 2px;
  top: -1px;
  position: absolute;
  font-size: 13px;
  color: #fff;
  opacity: 0;
}

.marketplace-account-customer .admin__data-grid-header,
.timedelivery-seller-orders .admin__data-grid-header {
  margin-bottom: 1rem;
  position: relative;
}

.marketplace-account-customer .admin__data-grid-wrap,
.timedelivery-seller-orders .admin__data-grid-wrap {
  background: #FFFFFF;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 1.5rem;
  margin-top: 1.5rem;
  clear: right;
}

.marketplace-account-customer .selectmenu,
.timedelivery-seller-orders .selectmenu {
  font-weight: 400;
  vertical-align: top;
  background: #FFFFFF;
  border: 1px solid #D5D5D5;
  box-sizing: border-box;
  border-radius: 10px;
  cursor: pointer;
}

@media (min-width: 992px) {
  .marketplace-account-customer .selectmenu,
  .timedelivery-seller-orders .selectmenu {
    width: 180px !important;
  }
}

@media (max-width: 991.98px) {
  .marketplace-account-customer .selectmenu,
  .timedelivery-seller-orders .selectmenu {
    width: 110px !important;
  }
}

.marketplace-account-customer .selectmenu .selectmenu-value,
.timedelivery-seller-orders .selectmenu .selectmenu-value {
  float: right;
}

.marketplace-account-customer .selectmenu .selectmenu-value input,
.timedelivery-seller-orders .selectmenu .selectmenu-value input {
  height: 2.5rem;
  font-size: 16px;
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .marketplace-account-customer .selectmenu .selectmenu-value input,
  .timedelivery-seller-orders .selectmenu .selectmenu-value input {
    width: 4rem;
  }
}

.marketplace-account-customer .selectmenu .admin__control-text,
.timedelivery-seller-orders .selectmenu .admin__control-text {
  height: 2.5em;
}

.marketplace-account-customer .selectmenu .selectmenu-items li:nth-last-child(-n+2),
.timedelivery-seller-orders .selectmenu .selectmenu-items li:nth-last-child(-n+2) {
  display: none;
}

.marketplace-account-customer .selectmenu .selectmenu-item-action,
.timedelivery-seller-orders .selectmenu .selectmenu-item-action {
  text-align: right;
  padding: 0 15px;
}

.marketplace-account-customer .selectmenu .selectmenu-toggle,
.timedelivery-seller-orders .selectmenu .selectmenu-toggle {
  height: 100%;
  left: 0;
  right: auto;
  padding-right: 2.5rem;
}

.marketplace-account-customer .selectmenu .selectmenu-toggle:after,
.timedelivery-seller-orders .selectmenu .selectmenu-toggle:after {
  display: none;
}

.marketplace-account-customer .selectmenu .selectmenu-toggle:before,
.timedelivery-seller-orders .selectmenu .selectmenu-toggle:before {
  background: transparent;
  border-left: none;
  height: 100% !important;
  content: "";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  font-size: 12px;
  line-height: 2.5rem;
}

.marketplace-account-customer .admin__data-grid-filters-footer .admin__footer-main-actions,
.timedelivery-seller-orders .admin__data-grid-filters-footer .admin__footer-main-actions {
  padding: 2rem 0 0;
  margin-left: auto;
}

.marketplace-account-customer .admin__data-grid-filters-footer .admin__footer-main-actions .action-secondary,
.timedelivery-seller-orders .admin__data-grid-filters-footer .admin__footer-main-actions .action-secondary {
  margin-right: -1rem;
  border-radius: 10px 0 0 10px;
  background: #00B69B;
  color: #fff;
  border-right: 0;
}

.marketplace-account-customer .admin__fieldset,
.timedelivery-seller-orders .admin__fieldset {
  background: #fff;
  margin: 0;
}

@media (min-width: 992px) {
  .marketplace-account-customer .admin__fieldset,
  .timedelivery-seller-orders .admin__fieldset {
    border: 1px solid #D5D5D5;
  }
}

.marketplace-account-customer .admin__form-field-control,
.timedelivery-seller-orders .admin__form-field-control {
  background: #FFFFFF;
}

.marketplace-account-customer .admin__data-grid-filters-current,
.timedelivery-seller-orders .admin__data-grid-filters-current {
  width: auto;
  clear: both;
  padding: 1rem 0;
  margin: 0;
  border: none;
}

.marketplace-account-customer .admin__data-grid-filters-current._show,
.timedelivery-seller-orders .admin__data-grid-filters-current._show {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.marketplace-account-customer .admin__data-grid-filters-current .admin__current-filters-list-wrap,
.timedelivery-seller-orders .admin__data-grid-filters-current .admin__current-filters-list-wrap {
  position: relative;
  top: auto;
  right: auto;
  display: block;
}

.marketplace-account-customer .admin__data-grid-filters-current .admin__current-filters-list-wrap .admin__current-filters-list,
.timedelivery-seller-orders .admin__data-grid-filters-current .admin__current-filters-list-wrap .admin__current-filters-list {
  line-height: 2.5rem;
}

.marketplace-account-customer .admin__data-grid-filters-current .admin__current-filters-list-wrap .admin__current-filters-list > li,
.timedelivery-seller-orders .admin__data-grid-filters-current .admin__current-filters-list-wrap .admin__current-filters-list > li {
  margin-bottom: 0;
}

.marketplace-account-customer .admin__data-grid-filters-current .admin__current-filters-list-wrap .admin__current-filters-list > li .action-remove,
.timedelivery-seller-orders .admin__data-grid-filters-current .admin__current-filters-list-wrap .admin__current-filters-list > li .action-remove {
  border: 1px solid #ccc;
  background-image: none;
  background-color: #fff !important;
  top: calc(50% - 0.6rem);
  line-height: 1rem;
}

.marketplace-account-customer .admin__data-grid-filters-current .admin__current-filters-list-wrap .admin__current-filters-list > li .action-remove:before,
.timedelivery-seller-orders .admin__data-grid-filters-current .admin__current-filters-list-wrap .admin__current-filters-list > li .action-remove:before {
  color: #222;
}

.marketplace-account-customer .admin__data-grid-filters-current .admin__current-filters-list-wrap .admin__current-filters-list > li .action-remove:hover:before,
.timedelivery-seller-orders .admin__data-grid-filters-current .admin__current-filters-list-wrap .admin__current-filters-list > li .action-remove:hover:before {
  color: #EA0234;
}

.marketplace-account-customer .admin__data-grid-filters-current .admin__current-filters-actions-wrap,
.timedelivery-seller-orders .admin__data-grid-filters-current .admin__current-filters-actions-wrap {
  order: 1;
}

@media (max-width: 991.98px) {
  .marketplace-account-customer .admin__data-grid-filters-current .admin__current-filters-actions-wrap,
  .timedelivery-seller-orders .admin__data-grid-filters-current .admin__current-filters-actions-wrap {
    margin-top: auto;
    margin-right: inherit;
    margin-bottom: auto;
  }
}

.marketplace-account-customer .admin__data-grid-filters-wrap,
.timedelivery-seller-orders .admin__data-grid-filters-wrap {
  max-height: 0;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 1;
  border-radius: 10px;
}

.marketplace-account-customer .admin__data-grid-filters-wrap._show,
.timedelivery-seller-orders .admin__data-grid-filters-wrap._show {
  max-height: 100%;
}

.marketplace-account-customer .admin__data-grid-filters-wrap .admin__data-grid-filters,
.timedelivery-seller-orders .admin__data-grid-filters-wrap .admin__data-grid-filters {
  display: block;
  opacity: 1;
  visibility: visible;
  padding-top: 2rem;
  margin-top: 1rem;
  border-radius: 10px;
}

.marketplace-account-customer .admin__data-grid-filters-wrap .admin__data-grid-filters .admin__form-field-label,
.timedelivery-seller-orders .admin__data-grid-filters-wrap .admin__data-grid-filters .admin__form-field-label {
  line-height: 2em;
}

.marketplace-account-customer .admin__data-grid-filters-wrap .admin__data-grid-filters .admin__form-field > .admin__form-field,
.timedelivery-seller-orders .admin__data-grid-filters-wrap .admin__data-grid-filters .admin__form-field > .admin__form-field {
  margin-bottom: 1rem;
}

.marketplace-account-customer .admin__data-grid-filters-wrap .admin__data-grid-filters .admin__form-field > .admin__form-field:last-child,
.timedelivery-seller-orders .admin__data-grid-filters-wrap .admin__data-grid-filters .admin__form-field > .admin__form-field:last-child {
  margin-bottom: 0;
}

.marketplace-account-customer .admin__data-grid-filters-wrap .admin__data-grid-filters .admin__form-field .admin__form-field-label,
.timedelivery-seller-orders .admin__data-grid-filters-wrap .admin__data-grid-filters .admin__form-field .admin__form-field-label {
  line-height: 2.5em;
  padding: 0;
  padding-left: 1em;
}

.marketplace-account-customer .admin__data-grid-filters-wrap .admin__data-grid-filters-footer,
.timedelivery-seller-orders .admin__data-grid-filters-wrap .admin__data-grid-filters-footer {
  display: block;
}

.marketplace-account-customer button.action-tertiary, .marketplace-account-customer button.action-secondary, .marketplace-account-customer button.action-default,
.timedelivery-seller-orders button.action-tertiary,
.timedelivery-seller-orders button.action-secondary,
.timedelivery-seller-orders button.action-default {
  height: 2.5rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 1rem;
  line-height: 2.5rem;
  padding: 0 1rem;
  color: #222;
  background-image: none;
  background-color: #fff;
  border: 1px solid #ccc;
  min-width: 8rem;
}

.marketplace-account-customer button.action-tertiary:hover, .marketplace-account-customer button.action-secondary:hover, .marketplace-account-customer button.action-default:hover,
.timedelivery-seller-orders button.action-tertiary:hover,
.timedelivery-seller-orders button.action-secondary:hover,
.timedelivery-seller-orders button.action-default:hover {
  color: #FD5454;
}

.marketplace-account-customer button.action-tertiary:hover > span, .marketplace-account-customer button.action-secondary:hover > span, .marketplace-account-customer button.action-default:hover > span,
.timedelivery-seller-orders button.action-tertiary:hover > span,
.timedelivery-seller-orders button.action-secondary:hover > span,
.timedelivery-seller-orders button.action-default:hover > span {
  color: #FD5454;
}

.marketplace-account-customer button.action-secondary,
.timedelivery-seller-orders button.action-secondary {
  position: relative;
  padding-left: 2rem;
}

.marketplace-account-customer button.action-secondary:after,
.timedelivery-seller-orders button.action-secondary:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 2.3rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  font-size: 1.2rem;
  padding-left: 0.5rem;
  left: 0;
  top: 0;
}

.marketplace-account-customer button.action-secondary.download-report-as-xml:after,
.timedelivery-seller-orders button.action-secondary.download-report-as-xml:after {
  content: "";
  line-height: 2.5rem;
  font-size: 1rem;
}

.marketplace-account-customer .data-grid-filters-action-wrap button,
.timedelivery-seller-orders .data-grid-filters-action-wrap button {
  background: url("../images/filter.png");
  width: 8rem;
  color: #222;
  padding: 0 1rem;
  border-radius: 10px !important;
  margin: 0 !important;
  overflow: hidden;
  font-size: 1.2rem;
  background-size: 22px;
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: 1rem;
  text-align: right;
}

.marketplace-account-customer .data-grid-filters-action-wrap button:hover, .marketplace-account-customer .data-grid-filters-action-wrap button._active,
.timedelivery-seller-orders .data-grid-filters-action-wrap button:hover,
.timedelivery-seller-orders .data-grid-filters-action-wrap button._active {
  background-color: #fcfcfc;
  color: #FD5454;
}

@media (max-width: 991.98px) {
  .marketplace-account-customer .admin__fieldset > .admin__form-field,
  .timedelivery-seller-orders .admin__fieldset > .admin__form-field {
    width: 100%;
  }
  .marketplace-account-customer .admin__fieldset > .admin__form-field > .admin__form-field .admin__form-field-label,
  .timedelivery-seller-orders .admin__fieldset > .admin__form-field > .admin__form-field .admin__form-field-label {
    width: 6rem;
  }
  .marketplace-account-customer .admin__fieldset > .admin__form-field > .admin__form-field .admin__form-field-control,
  .timedelivery-seller-orders .admin__fieldset > .admin__form-field > .admin__form-field .admin__form-field-control {
    margin-right: 6rem;
  }
}

.admin__control-support-text {
  font-size: 16px;
  color: #777;
}

body:not(.marketplace-order-history, .marketplace-product-inventory) .admin__data-grid-pager {
  padding-left: 1rem;
}

@media (max-width: 767.98px) {
  body:not(.marketplace-order-history, .marketplace-product-inventory) .admin__data-grid-pager {
    padding-left: 0.5rem;
  }
}

body .admin__data-grid-pager button {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0 8px 8px 0 !important;
  position: relative;
  z-index: 1;
}

body .admin__data-grid-pager button:before {
  content: "";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  font-size: 13px;
  transform: rotate(-90deg) !important;
  display: block;
}

body .admin__data-grid-pager button.action-previous {
  border-radius: 8px 0 0 8px !important;
}

body .admin__data-grid-pager button.action-previous:before {
  transform: rotate(90deg) !important;
  margin-top: -3px;
}

body .admin__data-grid-pager .admin__control-support-text {
  font-size: 15px;
  background: #fff;
  border: 1px solid #ddd;
  color: #777;
  font-family: Tajawal, Poppins;
  height: 40px;
}

body .admin__data-grid-pager input {
  border-radius: 0 !important;
  margin: 0 -1px;
  font-size: 16px;
}

.admin__data-grid-filters-wrap .admin__form-field-legend {
  width: 100%;
  text-align: right !important;
  line-height: 2.5em;
}

.order_container {
  background: #FFFFFF;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.25);
  border-radius: 14px;
  padding: 22px 15px;
}

.order_container .top_section {
  background: #F7F7F7;
  border-radius: 14px;
  margin: 0;
}

.order_container .top_section .title {
  display: block;
  font-family: Tajawal, Poppins;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 37px;
  text-align: right;
  color: #202020;
  margin-bottom: 14px;
}

.order_container .top_section .des {
  font-family: Tajawal, Poppins;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 25px;
  text-align: right;
  color: #858585;
}

.order_container .top_section .item {
  margin-bottom: 20px;
  position: relative;
  padding: 25px 30px;
}

.order_container .top_section .item:not(:last-child):after {
  content: "";
  left: 15px;
  top: 40px;
  height: 77px;
  width: 1px;
  background: #E2E2E2;
  position: absolute;
}

.order_container .seller_info {
  margin: 0;
  padding: 20px 0 30px;
}

.order_container .seller_info .item {
  padding: 0 15px;
}

.order_container .seller_info .title {
  font-family: Tajawal, Poppins;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 37px;
  color: #202020;
  display: block;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E2E2E2;
}

.order_container .seller_info .sub_title {
  font-family: Tajawal, Poppins;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  color: #202020;
  display: block;
}

.order_container .seller_info .link {
  color: #F04F4C;
}

.order_container .seller_info .sub_info {
  font-family: Tajawal, Poppins;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  color: #7A7A7A;
}

.order_main_btns {
  display: block;
  height: 0;
  width: 120px;
  margin-right: auto;
}

.order_main_btns .order-actions-toolbar {
  float: left;
  position: relative;
  top: -80px;
  left: 110px;
}

.order_main_btns .actions {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.order_main_btns .action {
  font-family: Tajawal, Poppins;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 40px;
  color: #707070;
  margin-right: 15px;
  margin-top: 5px;
  background: transparent;
  white-space: nowrap;
}

.order_main_btns .action:hover span {
  color: #707070 !important;
}

.order_main_btns .order-accept,
.order_main_btns .order-reject {
  margin: 0 10px;
}

.order_main_btns .order-reject {
  background: rgba(0, 0, 0, 0.11);
}

.order_main_btns .order-reject span {
  color: #4e4e4e;
}

.order_main_btns #mp-create-shipment-btn span {
  line-height: 26px;
}

.order_status_cont {
  position: relative;
  display: block;
}

.order_status_cont .order-status {
  position: absolute;
  top: -33px;
  right: 0;
  display: inline-block;
  height: 25px;
  padding: 0 15px;
  text-align: center;
  line-height: 24px;
  border: 1px solid rgba(0, 0, 0, 0.11);
  background: rgba(0, 0, 0, 0.11);
  font-weight: bold;
  font-size: 11px;
  font-size: 0.6875rem;
  margin-top: 5px;
  vertical-align: top;
}

.order-details-items-table .table_title {
  font-family: Tajawal, Poppins;
  font-weight: bold;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 47px;
  color: #202020;
  margin: 72px 0 20px;
  display: block;
}

.order-details-items-table table .img {
  display: inline-block;
  border-radius: 10px;
  overflow: hidden;
}

.order-details-items-table table .product-item-name {
  display: inline-block;
  padding-top: 16px;
  vertical-align: top;
  margin-right: 10px;
}

.order-details-items-table table th {
  background: #fff;
}

.order-details-items-table table tr {
  vertical-align: middle;
}

.order-details-items-table tfoot th {
  padding: 0 !important;
  background: transparent !important;
  border-bottom: 1px solid rgba(151, 151, 151, 0.4);
  vertical-align: middle;
  font-family: Tajawal, Poppins;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
}

.order-details-items-table tfoot td {
  font-family: Tajawal, Poppins;
  font-size: 14px;
  font-size: 0.875rem;
  color: #000000;
  padding: 15px 0;
}

.order-details-items-table tbody .col.price,
.order-details-items-table tbody .col.subtotal,
.order-details-items-table tbody .col.qty {
  font-family: Tajawal, Poppins;
}

@media (max-width: 991.98px) {
  .admin__data-grid-wrap table {
    width: 100%;
    overflow: scroll;
  }
  .admin__data-grid-wrap th:last-child {
    padding: 10px 30px 0;
  }
  .admin__data-grid-wrap th:first-child {
    width: 100%;
  }
  .admin__data-grid-wrap tbody tr {
    grid-template-columns: auto auto auto;
  }
  .admin__data-grid-wrap td:nth-child(3) {
    position: relative;
  }
  .admin__data-grid-wrap .table-status-row {
    position: relative;
    height: 27px;
  }
  .admin__data-grid-wrap .status-row-value {
    height: 27px;
    width: 27px;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    min-width: 0;
    left: 26px;
    top: 0;
    border-radius: 14px;
    color: transparent !important;
  }
  .admin__data-grid-wrap .status-row-value:after {
    content: "";
    height: 19px;
    width: 19px;
    left: 4px;
    top: 4px;
    border-radius: 9.5px;
    position: absolute;
  }
  .admin__data-grid-wrap .status-row-value.processing:after {
    background: #00B69B;
  }
  .admin__data-grid-wrap .status-row-value.pending {
    background: rgba(252, 190, 45, 0.2);
  }
  .admin__data-grid-wrap .status-row-value.pending:after {
    background: #FCBE2D;
  }
  .admin__data-grid-wrap .status-row-value.canceled:after {
    background: #FD5454;
  }
  .admin__data-grid-wrap .display-order-action {
    display: none;
  }
}

.minimum_order_cont .wk-mp-fieldset {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.minimum_order_cont .wk-mp-editprofile-form {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}

.minimum_order_cont .minimum_order {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .minimum_order_cont .minimum_order {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 992px) {
  .minimum_order_cont .minimum_order:not(:nth-child(4n+1)) {
    border-left: 1px solid #E4E4E4;
  }
}

@media (max-width: 991.98px) {
  .minimum_order_cont .minimum_order {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
  }
}

.minimum_order_cont .wk-mp-design {
  padding: 44px 30px;
  background: #FFFFFF;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.25);
  border-radius: 14px;
  margin-top: 0;
}

.minimum_order_cont .top_des {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  color: #625F5F;
  margin-bottom: 35px;
}

@media (min-width: 992px) {
  .minimum_order_cont .top_des {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.minimum_order_cont .wk-mp-btn {
  float: right;
  margin-left: 0px !important;
  background: #01B59B;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  margin-right: 15px;
  width: 197px;
  height: 38px;
  line-height: 38px;
  margin-top: 65px;
}

.minimum_order_cont .field .label {
  font-family: Tajawal, Poppins;
  font-weight: bold;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 47px;
  color: #635E5E;
  margin-bottom: 24px;
}

.minimum_order_cont .field .sub_label {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  color: #3F3E3E;
  margin-bottom: 9px;
  display: block;
}

.dib {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.btn_group {
  display: inline-block;
  max-width: 488px;
  width: 100%;
  margin: 0 0 60px;
}

.btn_group a.link {
  float: right;
  height: 33px;
  line-height: 33px;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  color: #939596;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

@media (min-width: 992px) {
  .btn_group a.link {
    width: 50%;
  }
}

@media (max-width: 991.98px) {
  .btn_group a.link {
    border-radius: 12px;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .btn_group a.link:first-child {
    border-radius: 0 12px 12px 0;
  }
}

@media (max-width: 991.98px) {
  .btn_group a.link:first-child {
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .btn_group a.link:last-child {
    border-radius: 12px 0 0 12px;
  }
}

.btn_group a.link.active {
  color: #fff;
  background: #01B59B;
}

@media (min-width: 992px) {
  .add_delev_date {
    position: relative;
    top: -82px;
    float: left;
    width: 277px;
    margin-left: 160px;
    margin-top: -5px;
  }
}

@media (max-width: 991.98px) {
  .add_delev_date {
    width: calc(100% - 30px);
    margin-right: 15px;
  }
}

.fieldset.delev_cont {
  display: block;
}

.timedelivery-account-index .page-title-wrapper .page-title {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .timedelivery-account-index .page-title-wrapper .page-title {
    margin-top: 20px;
  }
}

.time-delivery-list {
  background: #FFFFFF;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.25);
  border-radius: 14px;
}

@media (min-width: 992px) {
  .time-delivery-list {
    padding: 33px;
  }
}

@media (max-width: 991.98px) {
  .time-delivery-list {
    padding: 15px;
  }
}

.time-delivery-list .shipping_list th {
  text-align: center !important;
  padding-right: 0 !important;
}

.time-delivery-list .shipping_list td {
  text-align: center !important;
}

.time-delivery-list .shipping_list td:nth-child(1) {
  text-align: center !important;
  width: 100px;
  padding-right: 0 !important;
  font-family: Tajawal, Poppins;
}

.time-delivery-list .shipping_list td:nth-child(3) {
  font-family: Tajawal, Poppins;
}

.time-delivery-list .shipping_list .menu_cont {
  display: inline-block;
}

input[type="text"] {
  font-family: Tajawal, Poppins;
}

/* Time slot add */
.sellerdeliverydate-account-edit #save_config {
  width: 197px;
  background: #01B59B;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  float: unset;
  margin-top: 47px;
}

.sellerdeliverydate-account-edit #form-validate {
  background: #FFFFFF;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.25);
  border-radius: 14px;
  padding: 56px 47px;
}

.sellerdeliverydate-account-edit .col_5 {
  padding: 0 15px !important;
}

@media (max-width: 991.98px) {
  .sellerdeliverydate-account-edit .col_5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.sellerdeliverydate-account-edit .form_title {
  display: block;
  position: relative;
  margin: 20px 0 50px;
}

.sellerdeliverydate-account-edit .form_title:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 1px;
  width: 100%;
  background: #ddd;
}

.sellerdeliverydate-account-edit .form_title h3 {
  background: #fff;
  padding-left: 12px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.sellerdeliverydate-account-edit .shipping_table {
  overflow: unset;
}

.sellerdeliverydate-account-edit .admin__collapsible-block-wrapper.fieldset-wrapper {
  border-bottom: none;
  padding: 0;
  margin-bottom: 18px;
}

.sellerdeliverydate-account-edit #add_new_defined_slot {
  width: 35px;
  height: 35px;
  border-radius: 17.5px;
  padding: 0;
  background: #01b59b;
}

.sellerdeliverydate-account-edit #add_new_defined_slot .icon {
  position: relative;
  top: -3px;
}

.sellerdeliverydate-account-edit #add_new_defined_slot .icon:after {
  display: inline-block;
  content: "\002B";
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
}

.sellerdeliverydate-account-edit .ui-timepicker-div {
  padding: 0 15px 15px;
  min-width: 280px;
}

.sellerdeliverydate-account-edit .ui-datepicker {
  padding-top: 15px;
}

.sellerdeliverydate-account-edit .ui-datepicker .ui-datepicker-title {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.sellerdeliverydate-account-edit .ui-datepicker .ui-datepicker-buttonpane {
  overflow: hidden;
  padding: 10px 10px 0;
  border-top: #cfcfcf 1px solid;
}

.sellerdeliverydate-account-edit .ui-datepicker button {
  background: #fff;
  color: #444;
  font-size: 12px;
  border: 1px solid #aaa;
  line-height: 17px;
  height: 31px;
}

.sellerdeliverydate-account-edit .ui-datepicker .ui-timepicker-div dl dd {
  margin: 0 65px 10px 0;
}

.sellerdeliverydate-account-edit .ui-datepicker .ui-timepicker-div dl {
  text-align: right;
}

.sellerdeliverydate-account-edit input._has-datepicker {
  font-family: Tajawal, Poppins;
}

.sellerdeliverydate-account-edit .shipping_table .time .control:nth-child(1) {
  margin-right: 0;
}

.sellerdeliverydate-account-edit .del_btn {
  background: #fff !important;
  color: #444;
  border: 1px solid #aaa;
  background: url("../images/delete-icon.png") !important;
  background-size: 20px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.sellerdeliverydate-account-edit .del_btn span {
  display: none;
}

@media (min-width: 992px) {
  .sellerdeliverydate-account-edit .del_btn {
    width: 40px;
  }
}

@media (max-width: 991.98px) {
  .sellerdeliverydate-account-edit .del_btn {
    width: 100%;
  }
}

.timedelivery-seller-orders table td {
  font-family: Tajawal, Poppins;
}

.sellerpaymentmethods-paymentmethods-edit .control_cont {
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  position: relative;
  padding: 27px 22px 10px;
}

.sellerpaymentmethods-paymentmethods-edit .control_cont .control {
  padding-bottom: 5px;
  margin-bottom: 15px;
  position: relative;
}

.sellerpaymentmethods-paymentmethods-edit .control_cont .control:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.sellerpaymentmethods-paymentmethods-edit .label_title {
  margin-bottom: 20px !important;
  font-size: 20px !important;
}

.sellerpaymentmethods-paymentmethods-edit .board-title {
  margin-bottom: 40px;
  font-size: 18px;
}

.sellerpaymentmethods-paymentmethods-edit .board-button {
  display: inline-block;
  margin-top: 60px;
}

.sellerpaymentmethods-paymentmethods-edit #save_config {
  background: #01B59B;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  width: 190px;
  color: #fff;
  font-size: 20px;
  line-height: 38px;
  height: 38px;
}

.marketplace-order-view .page-title-wrapper .page-title {
  margin-top: 20px;
}

/**
 * new design
 */
#go_back_btn {
  display: none;
}

/** solution to override old styles and make filters visible */
.admin__data-grid-filters-wrap._show {
  opacity: 1 !important;
  visibility: visible;
  width: 100%;
  overflow: inherit;
  max-height: 100%;
}

.admin__data-grid-filters-wrap._show .admin__form-field-control {
  z-index: 2;
}

.admin__data-grid-filters-wrap._show .admin__data-grid-filters {
  display: block !important;
  opacity: 1;
  visibility: visible;
  display: block !important;
}

.admin__data-grid-filters-wrap .admin__data-grid-filters-footer {
  display: block;
}

.admin__data-grid-filters-current._show {
  order: 5;
  float: right;
  width: auto;
  clear: both;
  padding: 0;
  margin: 0;
  margin-top: 15px;
  border: none;
  display: flex;
}

@media (max-width: 991.98px) {
  .admin__data-grid-filters-current._show {
    display: block;
  }
  .admin__data-grid-filters-current._show .admin__current-filters-actions-wrap, .admin__data-grid-filters-current._show .admin__current-filters-list-wrap {
    display: block !important;
  }
  .admin__data-grid-filters-current._show .admin__current-filters-actions-wrap {
    margin-top: 20px;
  }
}

/**  end */
/* filters styles */
.admin__data-grid-filters-wrap .admin__data-grid-filters {
  text-align: right;
  margin-left: 0;
  margin-right: 0;
  padding-right: 85px;
  position: relative;
  background-image: url("../images/dashboard/filters.svg");
  background-repeat: no-repeat;
  background-position: top 12px right 35px;
  /* multiselect */
}

.admin__data-grid-filters-wrap .admin__data-grid-filters .admin__footer-main-actions {
  display: inline-block;
  padding: 12px 6px 0 6px;
}

.admin__data-grid-filters-wrap .admin__data-grid-filters .admin__footer-main-actions .action-secondary {
  height: 37px;
  line-height: 37px;
  color: #B80F0A;
  background-color: #fff;
  border: 1px solid #B80F0A;
  border-radius: 8px;
  font-size: 14px;
  background-image: none;
  padding: 0 10px;
}

.admin__data-grid-filters-wrap .admin__data-grid-filters .admin__footer-main-actions .action-secondary:hover, .admin__data-grid-filters-wrap .admin__data-grid-filters .admin__footer-main-actions .action-secondary:hover span, .admin__data-grid-filters-wrap .admin__data-grid-filters .admin__footer-main-actions .action-secondary span:hover {
  color: #B80F0A;
}

.admin__data-grid-filters-wrap .admin__data-grid-filters .admin__footer-main-actions .action-secondary:hover {
  background-color: rgba(184, 15, 10, 0.1);
}

.admin__data-grid-filters-wrap .admin__data-grid-filters .admin__form-field {
  margin-bottom: 0;
  padding-left: 6px;
  padding-right: 6px;
  width: auto;
}

.admin__data-grid-filters-wrap .admin__data-grid-filters .admin__form-field .admin__field-label, .admin__data-grid-filters-wrap .admin__data-grid-filters .admin__form-field .admin__form-field-label {
  display: none !important;
}

.admin__data-grid-filters-wrap .admin__data-grid-filters > .admin__form-field {
  padding-top: 12px;
}

.admin__data-grid-filters-wrap .admin__data-grid-filters .admin__form-field-control .input-text, .admin__data-grid-filters-wrap .admin__data-grid-filters .admin__form-field-control .select {
  box-shadow: none;
  height: 37px;
  border-color: #D4D7DF;
  border-radius: 8px;
  color: #1C1D21;
  font-weight: bold;
  font-size: 14px !important;
}

.admin__data-grid-filters-wrap .admin__data-grid-filters .admin__form-field-control .select {
  min-width: 185px;
  padding-right: 33px;
  padding-left: 30px;
  text-align: right;
  background: url("../images/dashboard/dropdown-arrow.svg") no-repeat center left 10px;
}

.admin__data-grid-filters-wrap .admin__data-grid-filters .admin__form-field-control .select.daterange-init {
  min-width: 240px;
}

.admin__data-grid-filters-wrap .admin__data-grid-filters .admin__form-field-control .input-text {
  padding-left: 35px;
  padding-right: 33px;
  text-align: right;
  min-width: 260px;
}

.admin__data-grid-filters-wrap .admin__data-grid-filters .admin__form-field-control .input-text::placeholder {
  color: #D4D7DF;
}

.admin__data-grid-filters-wrap .admin__data-grid-filters .admin__form-field-control.status .select, .admin__data-grid-filters-wrap .admin__data-grid-filters .admin__form-field-control.stock_status_dmm1 .select, .admin__data-grid-filters-wrap .admin__data-grid-filters .admin__form-field-control.stock_status_ryd1 .select {
  background: url("../images/dashboard/dropdown-arrow.svg") no-repeat center left 10px, url("../images/dashboard/status-icon.svg") no-repeat center right 13px;
}

.admin__data-grid-filters-wrap .admin__data-grid-filters .admin__form-field-control .daterange-init {
  border-width: 1px;
  border-style: solid;
  line-height: 37px;
  cursor: pointer;
  background: url("../images/dashboard/calendar.svg") no-repeat center right 12px, url(../images/dashboard/dropdown-arrow.svg) no-repeat center left 10px;
}

.admin__data-grid-filters-wrap .admin__data-grid-filters .admin__form-field-control.input-custom.magerealorder_id input,
.admin__data-grid-filters-wrap .admin__data-grid-filters .admin__form-field-control.input-custom.sku input,
.admin__data-grid-filters-wrap .admin__data-grid-filters .admin__form-field-control.input-custom.name input {
  background: url("../images/dashboard/search.svg") no-repeat center right 12px;
}

.admin__data-grid-filters-wrap .admin__data-grid-filters .textrange-custom .admin__form-field-control .select {
  background: url("../images/dashboard/dropdown-arrow.svg") no-repeat center left 10px, url("../images/dashboard/products/price-range-icon.svg") no-repeat center right 13px;
}

.admin__data-grid-filters-wrap .admin__data-grid-filters .textrange-custom .popup-content {
  display: none;
  position: absolute;
  width: 500px;
  padding: 10px 21px 26px 21px;
  background-color: #fff;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  overflow: hidden;
  z-index: 250;
  margin-top: 7px;
}

.admin__data-grid-filters-wrap .admin__data-grid-filters .textrange-custom .popup-content .admin__form-field {
  width: 47%;
}

.admin__data-grid-filters-wrap .admin__data-grid-filters .textrange-custom .popup-content .admin__form-field.from {
  float: right;
}

.admin__data-grid-filters-wrap .admin__data-grid-filters .textrange-custom .popup-content .admin__form-field.to {
  float: left;
}

@media (max-width: 991.98px) {
  .admin__data-grid-filters-wrap .admin__data-grid-filters .textrange-custom .popup-content .admin__form-field {
    width: 100%;
  }
  .admin__data-grid-filters-wrap .admin__data-grid-filters .textrange-custom .popup-content .admin__form-field.from, .admin__data-grid-filters-wrap .admin__data-grid-filters .textrange-custom .popup-content .admin__form-field.to {
    float: none;
  }
}

.admin__data-grid-filters-wrap .admin__data-grid-filters .textrange-custom .popup-content .admin__form-field.control {
  margin-top: 15px;
  float: right;
}

.admin__data-grid-filters-wrap .admin__data-grid-filters .textrange-custom .popup-content .admin__form-field-label {
  display: inline-block !important;
}

.admin__data-grid-filters-wrap .admin__data-grid-filters .textrange-custom .popup-content .admin__form-field-control {
  margin: 0;
}

.admin__data-grid-filters-wrap .admin__data-grid-filters .textrange-custom .popup-content .admin__form-field-control .input-text {
  min-width: 160px;
}

.admin__data-grid-filters-wrap .admin__data-grid-filters .textrange-custom .popup-content.show {
  display: block;
}

.admin__data-grid-filters-wrap .admin__data-grid-filters .textrange-custom .popup-content .action-secondary {
  background-color: #B80F0A;
  background-image: none;
  letter-spacing: normal;
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  font-size: 12px;
}

@media (max-width: 991.98px) {
  .admin__data-grid-filters-wrap .admin__data-grid-filters .textrange-custom .popup-content {
    width: 220px;
  }
  .admin__data-grid-filters-wrap .admin__data-grid-filters .textrange-custom .popup-content .admin__form-field {
    width: 47%;
  }
}

.admin__data-grid-filters-wrap .admin__data-grid-filters .admin__action-multiselect-wrap.action-select-wrap {
  position: relative;
}

.admin__data-grid-filters-wrap .admin__data-grid-filters .admin__action-multiselect-wrap.action-select-wrap .admin__action-multiselect {
  box-shadow: none;
  min-height: 37px;
  max-width: 500px;
  line-height: 32px;
  border-color: #D4D7DF !important;
  border-radius: 8px;
  color: #1C1D21;
  min-width: 150px;
  padding-right: 10px;
}

.admin__data-grid-filters-wrap .admin__data-grid-filters .admin__action-multiselect-wrap.action-select-wrap .admin__action-multiselect:before {
  background: url("../images/dashboard/dropdown-arrow.svg") transparent no-repeat center left 10px;
  border: 0;
  height: 100%;
}

.admin__data-grid-filters-wrap .admin__data-grid-filters .admin__action-multiselect-wrap.action-select-wrap .admin__action-multiselect:after {
  border: 0;
}

.admin__data-grid-filters-wrap .admin__data-grid-filters .admin__action-multiselect-wrap.action-select-wrap .admin__action-multiselect .admin__action-multiselect-text {
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0;
  text-align: right;
}

.admin__data-grid-filters-wrap .admin__data-grid-filters .admin__action-multiselect-wrap.action-select-wrap .admin__action-multiselect .admin__action-multiselect-crumb {
  line-height: 23px;
  padding-top: 0;
  padding-bottom: 0;
  margin: 2px -4px 2px 0.3rem;
  font-size: 14px;
}

.admin__data-grid-filters-wrap .admin__data-grid-filters .admin__action-multiselect-wrap.action-select-wrap .admin__action-multiselect .action-close-text {
  color: #1C1D21;
}

.admin__data-grid-filters-wrap .admin__data-grid-filters .admin__action-multiselect-wrap.action-select-wrap .action-menu {
  display: none;
  position: absolute;
  min-width: 300px;
  padding: 10px 21px 26px 21px;
  background-color: #fff;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  overflow: hidden;
  z-index: 250;
  margin-top: 7px;
}

.admin__data-grid-filters-wrap .admin__data-grid-filters .admin__action-multiselect-wrap.action-select-wrap .action-menu._active {
  display: block;
  z-index: 10;
}

.admin__data-grid-filters-wrap .admin__data-grid-filters .admin__action-multiselect-wrap.action-select-wrap .action-menu button {
  background-color: #B80F0A;
  background-image: none;
  letter-spacing: normal;
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
}

.admin__data-grid-filters-wrap .admin__data-grid-filters .admin__action-multiselect-wrap.action-select-wrap .action-menu .admin__action-multiselect-search {
  box-shadow: none;
  height: 37px;
  border-color: #D4D7DF;
  border-radius: 8px;
  color: #1C1D21;
  font-size: 14px;
}

.admin__data-grid-filters-wrap .admin__data-grid-filters .admin__action-multiselect-wrap.action-select-wrap .action-menu .admin__action-multiselect-search-wrap {
  padding-right: 0;
  padding-left: 0;
}

.admin__data-grid-filters-wrap .admin__data-grid-filters .admin__action-multiselect-wrap.action-select-wrap .action-menu .admin__action-multiselect-menu-inner {
  border-color: transparent;
}

.admin__data-grid-filters-wrap .admin__data-grid-filters .admin__action-multiselect-wrap.action-select-wrap .action-menu .action-menu-item {
  padding: 5px 0;
}

.admin__data-grid-filters-wrap .admin__data-grid-filters .admin__action-multiselect-wrap.action-select-wrap .action-menu input[type="checkbox"] + label:after {
  right: 10px;
}

.admin__data-grid-filters-wrap .admin__data-grid-filters .admin__action-multiselect-wrap li.admin__action-multiselect-menu-inner-item {
  position: relative;
}

.admin__data-grid-filters-wrap .admin__data-grid-filters .admin__action-multiselect-wrap .admin__action-multiselect {
  padding-left: 3.6rem;
  padding-right: 0;
}

.admin__data-grid-filters-current {
  float: none !important;
  width: calc(100% - 35px) !important;
  margin-top: 25px !important;
  padding-right: 30px !important;
}

.admin__data-grid-filters-current .admin__current-filters-list-wrap {
  position: inherit;
  top: auto;
  right: auto;
  display: inline-block;
  width: auto;
}

.admin__data-grid-filters-current .admin__current-filters-list-wrap .admin__current-filters-list li {
  margin: 0 6px 10px 6px;
  font-weight: normal;
  font-size: 14px;
  height: 37px;
  line-height: 37px;
  padding-left: 44px;
  position: relative;
  border: 1px solid #D4D7DF;
  background-color: rgba(184, 15, 10, 0.1);
  border-radius: 6px;
}

.admin__data-grid-filters-current .admin__current-filters-list-wrap .admin__current-filters-list li .action-remove {
  left: 10px;
  right: auto;
  top: calc((37px - 20px) / 2);
  padding: 0;
  width: 20px;
  height: 20px;
  background: url("../images/dashboard/filter-remove.svg") no-repeat center center;
}

.admin__data-grid-filters-current .admin__current-filters-list-wrap .admin__current-filters-list li .action-remove:before {
  content: '';
}

.admin__data-grid-filters-current .admin__current-filters-list-wrap .admin__current-filters-list li .action-remove > span {
  display: none;
}

.admin__data-grid-filters-current .admin__current-filters-actions-wrap .action-clear {
  background-color: transparent;
  border: 1px solid #B80F0A;
  norder-radius: 6px;
  font-weight: bold;
  height: 37px;
  line-height: 37px;
  color: #B80F0A;
  background-image: none;
  font-size: 14px;
  margin: 0 6px;
}

.admin__data-grid-header {
  background: #fff;
  padding: 18px 0 0;
  font-family: Tajawal, Poppins;
  border-radius: 12px 12px 0 0;
}

.admin__data-grid-header:last-child {
  border-radius: 0 0 12px 12px;
}

.admin__data-grid-wrap {
  box-shadow: none;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1.25rem;
  padding-top: 1.5rem;
  background-color: #fff;
}

.admin__data-grid-wrap .data-grid {
  border-collapse: separate !important;
  border-spacing: 0 8px;
  height: 100%;
}

.admin__data-grid-wrap .data-grid th {
  background: #f5f5fa;
  border-radius: 0;
  color: #8181A5;
  font-size: 12px;
  line-height: 18px;
  text-align: strat;
  padding: 14px 10px;
  cursor: pointer;
}

.admin__data-grid-wrap .data-grid th:first-child {
  padding-right: 60px;
}

.admin__data-grid-wrap .data-grid th.data-grid-th:last-child {
  color: transparent;
}

.admin__data-grid-wrap .data-grid th span {
  vertical-align: middle;
  width: auto;
}

.admin__data-grid-wrap .data-grid th._sortable span {
  padding-left: 15px;
  background-image: url("../images/dashboard/sort-desc.svg");
  background-repeat: no-repeat;
  background-position: left center;
}

.admin__data-grid-wrap .data-grid th._sortable._ascend span {
  background-image: url("../images/dashboard/sort-asc.svg");
}

.admin__data-grid-wrap .data-grid tbody:before {
  content: "@";
  display: block;
  line-height: 24px;
  text-indent: -99999px;
}

.admin__data-grid-wrap .data-grid tr {
  /** first and last child rounded borders */
  /** END first and last child rounded borders */
  /** common grid styles */
  /** END common grid styles */
}

.admin__data-grid-wrap .data-grid tr td:last-child, .admin__data-grid-wrap .data-grid tr td:first-child {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.admin__data-grid-wrap .data-grid tr td:last-child > div, .admin__data-grid-wrap .data-grid tr td:last-child > label.data-grid-checkbox-cell-inner, .admin__data-grid-wrap .data-grid tr td:first-child > div, .admin__data-grid-wrap .data-grid tr td:first-child > label.data-grid-checkbox-cell-inner {
  height: 100%;
  width: 100%;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #ECECF2;
  line-height: calc(90px - 20px - 20px);
  font-weight: 600;
  font-size: 16px;
}

.admin__data-grid-wrap .data-grid tr td:last-child {
  padding-left: 1.875rem;
  padding-right: 0;
}

.admin__data-grid-wrap .data-grid tr td:last-child > div {
  border-right: 0;
  border-radius: 12px 0 0 12px;
  padding-left: 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.admin__data-grid-wrap .data-grid tr td:first-child {
  padding-right: 1.875rem;
  padding-left: 0;
}

.admin__data-grid-wrap .data-grid tr td:first-child > div, .admin__data-grid-wrap .data-grid tr td:first-child > label.data-grid-checkbox-cell-inner {
  border-left: 0;
  border-radius: 0 12px 12px 0;
  padding-right: 1.875rem;
}

.admin__data-grid-wrap .data-grid tr td:first-child > div {
  display: flex !important;
  align-items: center !important;
}

.admin__data-grid-wrap .data-grid tr td {
  border-top: 1px solid #ECECF2;
  border-bottom: 1px solid #ECECF2;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #1C1D21;
  font-family: Tajawal, Poppins;
  font-size: 16px;
  text-align: right;
}

.admin__data-grid-wrap .data-grid tr td div, .admin__data-grid-wrap .data-grid tr td span {
  text-align: right;
}

.admin__data-grid-wrap .data-grid tr td.grid-date-style {
  vertical-align: middle;
}

.admin__data-grid-wrap .data-grid tr td.grid-date-style .col-inner-date, .admin__data-grid-wrap .data-grid tr td.grid-date-style .col-inner-time {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
}

.admin__data-grid-wrap .data-grid tr td.grid-date-style .col-inner-time {
  font-size: 12px;
}

.admin__data-grid-wrap .data-grid tr td.grid-price-cell {
  line-height: calc(90px - 20px - 20px);
  vertical-align: middle;
}

.admin__data-grid-wrap .data-grid tr td.grid-price-cell div {
  display: inline;
  font-weight: bold;
}

.admin__data-grid-wrap .data-grid tr td.grid-link-button .action-link-container {
  display: inline-block;
}

.admin__data-grid-wrap .data-grid tr td.grid-link-button .data-grid-cell-content {
  vertical-align: middle;
}

.admin__data-grid-wrap .data-grid tr td.grid-link-button div {
  text-align: center;
}

.admin__data-grid-wrap .data-grid tr td.grid-link-button div a {
  background-image: url("../images/dashboard/orders/order-view.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #B80F0A;
  color: transparent;
  text-indent: -9999px;
  border-radius: 8px;
  width: 36px;
  height: 36px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 991.98px) {
  .admin__data-grid-wrap .data-grid tr td.grid-link-button div {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.admin__data-grid-wrap .data-grid tr td.grid-name-column {
  vertical-align: middle;
}

.admin__data-grid-wrap .data-grid tr td.grid-name-column > div {
  vertical-align: middle;
  display: inline-block;
}

.admin__data-grid-wrap .data-grid tr td.data-grid-status-select .wk-mp-grid-status {
  max-width: 115px;
  min-height: 36px;
  line-height: 36px;
  margin: 3px 0;
  font-size: 14px;
  vertical-align: bottom;
  display: block;
  text-align: center;
  border-radius: 8px;
}

@media (max-width: 991.98px) {
  .admin__data-grid-wrap .data-grid tr td.order-id-column {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.admin__data-grid-wrap .data-grid tr.data-grid-tr-no-data td {
  background: url("../images/dashboard/no-results.svg") no-repeat top center;
  text-align: center;
  padding-top: 370px;
  font-weight: 600;
  font-size: 28px;
  padding-right: 0;
  padding-left: 0;
}

@media (max-width: 991.98px) {
  .admin__data-grid-outer-wrap {
    padding-bottom: 40px;
  }
}

.admin__data-grid-header-row.row.row-gutter {
  margin-top: 0;
  position: relative;
  top: auto;
  left: auto;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 991.98px) {
  .admin__data-grid-header-row.row.row-gutter {
    margin-left: 0;
    margin-right: 0;
  }
  .admin__data-grid-header-row.row.row-gutter > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
}

.admin__data-grid-header-row.row.row-gutter > div {
  padding-left: 0;
  padding-right: 0;
}

.admin__data-grid-header-row.row.row-gutter div.row > div.col-xs-3 {
  display: none;
}

.admin__data-grid-header-row.row.row-gutter div.row > div.col-xs-9 {
  width: 100% !important;
  float: none;
}

.admin__data-grid-header-row.row.row-gutter div.row > div.col-xs-9 .admin__data-grid-pager-wrap {
  float: none;
  max-width: 600px;
  margin: 0 auto;
  display: none;
  text-align: center;
}

.admin__data-grid-header-row.row.row-gutter div.row > div.col-xs-9 .admin__data-grid-pager-wrap.paging-custom {
  display: block;
}

@media (max-width: 767.98px) {
  .admin__data-grid-header-row.row.row-gutter div.row > div.col-xs-9 .admin__data-grid-pager-wrap.paging-custom {
    min-width: 250px;
  }
  .admin__data-grid-header-row.row.row-gutter div.row > div.col-xs-9 .admin__data-grid-pager-wrap.paging-custom .action-first, .admin__data-grid-header-row.row.row-gutter div.row > div.col-xs-9 .admin__data-grid-pager-wrap.paging-custom .action-last, .admin__data-grid-header-row.row.row-gutter div.row > div.col-xs-9 .admin__data-grid-pager-wrap.paging-custom .page-prev-prev, .admin__data-grid-header-row.row.row-gutter div.row > div.col-xs-9 .admin__data-grid-pager-wrap.paging-custom .page-prev, .admin__data-grid-header-row.row.row-gutter div.row > div.col-xs-9 .admin__data-grid-pager-wrap.paging-custom .page-next, .admin__data-grid-header-row.row.row-gutter div.row > div.col-xs-9 .admin__data-grid-pager-wrap.paging-custom .page-next-next {
    display: none;
  }
}

.admin__data-grid-header-row.row.row-gutter div.row > div.col-xs-9 .admin__data-grid-pager-wrap.paging-custom .admin__data-grid-pager {
  padding: 0;
}

.admin__data-grid-header-row.row.row-gutter div.row > div.col-xs-9 .admin__data-grid-pager-wrap .selectmenu, .admin__data-grid-header-row.row.row-gutter div.row > div.col-xs-9 .admin__data-grid-pager-wrap .admin__control-support-text {
  display: none;
}

.admin__data-grid-header-row.row.row-gutter div.row > div.col-xs-9 .admin__data-grid-pager-wrap .admin__data-grid-pager {
  display: inline-block;
  direction: ltr;
  font-family: Tajawal, Poppins;
}

.admin__data-grid-header-row.row.row-gutter div.row > div.col-xs-9 .admin__data-grid-pager-wrap .admin__data-grid-pager button:before {
  content: '';
  display: none;
}

.admin__data-grid-header-row.row.row-gutter div.row > div.col-xs-9 .admin__data-grid-pager-wrap .admin__data-grid-pager > * {
  background: rgba(129, 129, 165, 0.1);
  border-radius: 6px !important;
  border: 0;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
}

.admin__data-grid-header-row.row.row-gutter div.row > div.col-xs-9 .admin__data-grid-pager-wrap .admin__data-grid-pager > *:hover {
  background: rgba(184, 15, 10, 0.1);
  color: #B80F0A;
}

.admin__data-grid-header-row.row.row-gutter div.row > div.col-xs-9 .admin__data-grid-pager-wrap .admin__data-grid-pager > *:disabled span {
  color: rgba(28, 29, 33, 0.5);
}

.admin__data-grid-header-row.row.row-gutter div.row > div.col-xs-9 .admin__data-grid-pager-wrap .admin__data-grid-pager span {
  font-size: 14px;
  line-height: 36px;
  letter-spacing: 0.21px;
  color: #1C1D21;
}

.admin__data-grid-header-row.row.row-gutter div.row > div.col-xs-9 .admin__data-grid-pager-wrap .admin__data-grid-pager .number {
  margin: 0 3px;
  vertical-align: top;
}

.admin__data-grid-header-row.row.row-gutter div.row > div.col-xs-9 .admin__data-grid-pager-wrap .admin__data-grid-pager .arrow {
  margin-left: 6px;
  margin-right: 6px;
  width: 50px;
  color: #8181A5;
  background-image: url("../images/dashboard/pagin-left1.svg");
  background-repeat: no-repeat;
  background-position: center left 12px;
}

.admin__data-grid-header-row.row.row-gutter div.row > div.col-xs-9 .admin__data-grid-pager-wrap .admin__data-grid-pager .arrow.a-right {
  background-image: url("../images/dashboard/pagin-right1.svg");
  background-position: center right 12px;
}

.admin__data-grid-header-row.row.row-gutter div.row > div.col-xs-9 .admin__data-grid-pager-wrap .admin__data-grid-pager .action-first.a-left, .admin__data-grid-header-row.row.row-gutter div.row > div.col-xs-9 .admin__data-grid-pager-wrap .admin__data-grid-pager .action-last.a-right {
  background-position: center center;
}

.admin__data-grid-header-row.row.row-gutter div.row > div.col-xs-9 .admin__data-grid-pager-wrap .admin__data-grid-pager .action-first.a-left {
  background-image: url("../images/dashboard/pagin-left2.svg");
}

.admin__data-grid-header-row.row.row-gutter div.row > div.col-xs-9 .admin__data-grid-pager-wrap .admin__data-grid-pager .action-last.a-right {
  background-image: url("../images/dashboard/pagin-right2.svg");
}

.admin__data-grid-header-row.row.row-gutter div.row > div.col-xs-9 .admin__data-grid-pager-wrap .admin__data-grid-pager .action-previous, .admin__data-grid-header-row.row.row-gutter div.row > div.col-xs-9 .admin__data-grid-pager-wrap .admin__data-grid-pager .action-next {
  width: 82px;
  padding-top: 0 !important;
  text-transform: uppercase;
  float: none;
  text-indent: 0;
}

.admin__data-grid-header-row.row.row-gutter div.row > div.col-xs-9 .admin__data-grid-pager-wrap .admin__data-grid-pager .action-previous > span, .admin__data-grid-header-row.row.row-gutter div.row > div.col-xs-9 .admin__data-grid-pager-wrap .admin__data-grid-pager .action-next > span {
  display: inline;
  visibility: initial;
  position: initial;
  background: none;
  display: inline-block;
}

.admin__data-grid-header-row.row.row-gutter div.row > div.col-xs-9 .admin__data-grid-pager-wrap .admin__data-grid-pager .action-previous {
  margin-right: 9px;
  padding-left: 34px !important;
}

.admin__data-grid-header-row.row.row-gutter div.row > div.col-xs-9 .admin__data-grid-pager-wrap .admin__data-grid-pager .action-next {
  margin-left: 9px;
  padding-right: 34px !important;
}

.admin__data-grid-header-row.row.row-gutter div.row > div.col-xs-9 .admin__data-grid-pager-wrap .admin__data-grid-pager .page-current {
  color: #B80F0A;
  height: calc(36px + 23px);
  line-height: calc(36px + 23px);
  border-bottom: 2px solid #B80F0A;
  border-radius: 0 !important;
  background: transparent;
  padding: 0px !important;
  cursor: auto;
}

.admin__data-grid-header-row.row.row-gutter div.row > div.col-xs-9 .admin__data-grid-pager-wrap .admin__data-grid-pager .page-current > span {
  display: inline-block;
  border-radius: 6px;
  vertical-align: top;
  height: 36px;
  width: 36px;
  background: rgba(184, 15, 10, 0.1);
  color: #B80F0A;
}

/** calendar */
.daterangepicker {
  font-family: Tajawal, Poppins;
  min-width: 800px;
  background: #FFFFFF;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 25px;
  padding-top: 20px;
}

@media (max-width: 991.98px) {
  .daterangepicker {
    min-width: 385px;
    width: 385px;
    padding: 10px;
  }
}

.daterangepicker .drp-calendar {
  padding: 0;
  width: 361px;
  max-width: 361px;
}

@media (max-width: 991.98px) {
  .daterangepicker .drp-calendar {
    margin-bottom: 10px;
  }
  .daterangepicker .drp-calendar.right {
    float: left !important;
  }
}

.daterangepicker .drp-calendar .calendar-table {
  background: #fff;
  border: 1px solid #D4D7DF;
  border-radius: 8px;
  overflow: hidden;
  padding: 20px 21px 27px 21px;
}

.daterangepicker .drp-calendar .calendar-table tbody:before {
  content: '';
  display: block;
  height: 20px;
}

.daterangepicker .drp-calendar .calendar-table th {
  background-color: #fff;
  color: #8181A5;
  font-size: 14px;
}

.daterangepicker .drp-calendar .calendar-table th.month select {
  padding: 8px 15px;
  border: 1px solid #D4D7DF;
  box-shadow: none;
  border-radius: 8px;
  background-image: none;
  font-size: 14px !important;
  line-height: 21px;
  color: #1C1D21;
  cursor: pointer;
  padding-right: 45px;
  background: url("../images/dashboard/calendar-dropdown.svg") no-repeat center right -2px;
  overflow: hidden;
}

.daterangepicker .drp-calendar .calendar-table th.month select.monthselect, .daterangepicker .drp-calendar .calendar-table th.month select.yearselect {
  width: calc(50% - 8px);
  float: left;
  margin-right: 0;
}

.daterangepicker .drp-calendar .calendar-table th.month select.monthselect {
  margin-right: 16px;
}

.daterangepicker .drp-calendar .calendar-table th.month select:after {
  content: '';
}

.daterangepicker .drp-calendar .calendar-table th.month, .daterangepicker .drp-calendar .calendar-table th.prev, .daterangepicker .drp-calendar .calendar-table th.next {
  padding-bottom: 16px;
}

.daterangepicker .drp-calendar .calendar-table td {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #1C1D21;
}

.daterangepicker .drp-calendar .calendar-table td.off {
  color: #98A9BC;
}

.daterangepicker .drp-calendar .calendar-table td.in-range, .daterangepicker .drp-calendar .calendar-table td.active {
  background-color: rgba(184, 15, 10, 0.1);
  color: #B80F0A;
}

.daterangepicker .drp-calendar .calendar-table td.active, .daterangepicker .drp-calendar .calendar-table td.active:hover, .daterangepicker .drp-calendar .calendar-table td.today.active {
  background-color: #B80F0A;
  color: #fff;
}

.daterangepicker .drp-calendar .calendar-label {
  color: #1C1D21;
  font-size: 14px;
  padding-bottom: 10px;
}

.daterangepicker .drp-buttons {
  border-top: 0;
  padding: 0;
  padding-top: 16px;
}

.daterangepicker .drp-buttons .drp-selected {
  font-size: 14px;
}

.daterangepicker .drp-buttons .cancelBtn, .daterangepicker .drp-buttons .applyBtn {
  background-color: #B80F0A;
  background-image: none;
  letter-spacing: normal;
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
}

.daterangepicker.rtl .drp-calendar.left {
  float: right !important;
}

.daterangepicker.rtl .drp-calendar.right {
  float: left !important;
}

.daterangepicker.rtl .drp-selected, .daterangepicker.rtl .calendar-label {
  direction: rtl;
  text-align: right;
}

/** calendar end */
.marketplace-product-inventory .admin__data-grid-filters-wrap {
  margin-top: 12px;
}

.marketplace-product-inventory .admin__data-grid-filters-wrap .admin__data-grid-filters .textrange-custom .admin__form-field-control .select {
  background: url("../images/dashboard/dropdown-arrow.svg") no-repeat center left 10px, url("../images/dashboard/inventory/quantity.svg") no-repeat center right 13px !important;
}

.marketplace-product-inventory .admin__data-grid-wrap .data-grid th.data-grid-th:last-child {
  color: #8181A5;
}

.marketplace-product-inventory .admin__data-grid-wrap .data-row .data-grid-cell-content .is-hidden {
  background: url("../images/dashboard/inventory/hidden-column.svg") no-repeat center left !important;
  padding-left: 34px;
}

.marketplace-product-inventory .admin__data-grid-wrap .data-row .data-grid-cell-content .is-visble {
  background: url("../images/dashboard/inventory/visible-column.svg") no-repeat center left !important;
  padding-left: 34px;
}

.marketplace-product-inventory .data-grid-multicheck-cell .action-select-wrap .action-menu .action-type-hide > span {
  background: url("../images/dashboard/inventory/hidden-menu.svg") no-repeat center right !important;
  padding-right: 34px;
}

.marketplace-product-inventory .data-grid-multicheck-cell .action-select-wrap .action-menu .action-type-show > span {
  background: url("../images/dashboard/inventory/visible-menu.svg") no-repeat center right !important;
  padding-right: 34px;
}

.marketplace-product-inventory .inventory-list-confirm .modal-content {
  background: url("../images/dashboard/inventory/confirmation.svg") no-repeat bottom center !important;
}

/** filter fixes */
.marketplace-product-productlist .admin__data-grid-filters-wrap .admin__data-grid-filters .textrange-custom .admin__form-field-control .select.daterange-init {
  min-width: 100px;
  max-width: 100px;
}

.marketplace-product-productlist .admin__data-grid-filters-wrap .admin__data-grid-filters .admin__form-field-control.sku .input-text {
  width: 160px;
  min-width: 160px;
}

.marketplace-product-productlist .admin__data-grid-filters-wrap .admin__data-grid-filters .admin__form-field-control.name .input-text {
  width: 160px;
  min-width: 160px;
}

.marketplace-product-productlist .admin__data-grid-filters-wrap .admin__data-grid-filters .admin__form-field-control.approve_status .select {
  min-width: 130px;
}

@media (max-width: 1500px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 1500px) and (min-resolution: 192dpi) {
  .marketplace-product-productlist .admin__data-grid-filters-wrap .add-product-btn {
    display: none;
  }
  .marketplace-product-productlist .admin__data-grid-filters-wrap .admin__data-grid-filters.show-add-product {
    margin-right: 0px !important;
  }
  .marketplace-product-productlist .admin__data-grid-filters-wrap .admin__data-grid-filters {
    background-position: top 12px right 0px;
    padding-right: 45px;
  }
}

@media (max-width: 1450px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 1450px) and (min-resolution: 192dpi) {
  .marketplace-order-history .admin__data-grid-filters-wrap .admin__data-grid-filters .admin__form-field-control .input-text {
    width: 160px;
    min-width: 160px;
  }
  .marketplace-order-history .admin__data-grid-filters-wrap .admin__data-grid-filters .admin__form-field-control.status .select {
    width: 150px;
  }
  .marketplace-order-history .admin__data-grid-filters-wrap .admin__data-grid-filters {
    background-position: top 12px right 0px;
    padding-right: 45px;
  }
}

.confirm.modal-popup .modal-inner-wrap {
  padding: 60px 80px 45px 80px;
}

.confirm.modal-popup .modal-inner-wrap .action-close {
  display: none;
}

.confirm .modal-header {
  padding-top: 65px;
  background: url("../images/dashboard/confirm-icon.svg") no-repeat top center;
}

.confirm .modal-title {
  font-family: Tajawal, Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1C1D21;
  text-align: center;
  margin: 0;
  width: 100%;
}

.confirm .modal-content {
  min-width: 405px;
  text-align: center;
  color: #1C1D21;
}

.confirm .modal-footer {
  padding: 0;
}

.confirm button {
  height: 37px;
  line-height: 37px;
  border-radius: 8px;
  border: 1px solid #B80F0A;
  font-size: 14px;
  background-image: none;
  padding: 0 10px;
}

.confirm .action-secondary {
  color: #B80F0A;
  background-color: #fff;
  min-width: 80px;
}

.confirm .action-secondary:hover, .confirm .action-secondary:hover span, .confirm .action-secondary span:hover {
  color: #B80F0A;
}

.confirm .action-secondary:hover {
  background-color: rgba(184, 15, 10, 0.1);
}

.confirm .action-secondary.set-password {
  width: 100%;
}

.confirm .action-primary {
  min-width: 185px;
  transition: all;
  color: #fff;
  background-color: #B80F0A;
  margin-left: 24px;
}

.confirm .action-primary:hover {
  background-color: #d81120;
}

.baqasellers-location-index .col-md-24 {
  margin-bottom: 2rem;
  width: 100%;
  display: inline-block;
}

.baqasellers-location-index .board-title {
  float: right;
  line-height: 35px;
}

.baqasellers-location-index .locator_list {
  overflow-x: scroll;
}

.baqasellers-location-index .board-button {
  text-align: left;
}

.baqasellers-location-index .board-button button {
  border-radius: 10px;
  background: #fff;
  border: 1px solid #ccc;
}

.baqasellers-location-index .board-button button span {
  color: #222;
}

.baqasellers-location-index .board-button button:hover span {
  color: #FD5454;
}

@media (min-width: 992px) {
  .baqasellers-location-index .wk-mp-design {
    max-width: 100%;
  }
}

.locators_list {
  background: #FFFFFF;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.25);
  border-radius: 14px;
  padding: 27px 32px;
  display: block;
}

.locators_list td:nth-child(1),
.locators_list td:nth-child(3),
.locators_list td:nth-child(4),
.locators_list td:nth-child(5) {
  display: none;
}

.locators_list td:nth-child(2) {
  padding-right: 30px;
}

.stores_locator a.link {
  color: #165595;
  text-decoration: underline;
}

@media (min-width: 992px) {
  .stores_locator .name {
    width: 25%;
  }
}

@media (min-width: 992px) {
  .stores_locator .city {
    width: 25%;
  }
}

@media (max-width: 991.98px) {
  .stores_locator .address {
    display: none;
  }
}

@media (min-width: 992px) {
  .stores_locator .acts {
    width: 10%;
  }
}

.stores_locator .actions_drop {
  position: relative;
  width: 104px;
}

.stores_locator .actions_drop .title {
  background: #FFFFFF;
  border: 0.6px solid #D5D5D5;
  border-radius: 10px;
  padding-right: 29px;
  font-size: 12px;
  position: relative;
  height: 28px;
  line-height: 28px;
  display: block;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.stores_locator .actions_drop .icon {
  position: absolute;
  left: 12px;
  top: 9px;
  font-size: 8px;
}

.stores_locator .actions_drop .content {
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  width: 100%;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, -10px);
  padding: 0 8px;
  background: #FFFFFF;
  border: 0.6px solid #D5D5D5;
  border-radius: 0 0 10px 10px;
}

.stores_locator .actions_drop .content a {
  padding: 10px 22px 10px 0;
  position: relative;
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
}

.stores_locator .actions_drop .content a:before {
  content: '';
  background: url("../images/edit-icon.png");
  height: 10px;
  width: 9px;
  position: absolute;
  right: 6px;
  top: 14px;
  background-size: contain;
}

.stores_locator .actions_drop.active .title {
  border-radius: 10px 10px 0 0;
}

.stores_locator .actions_drop.active .content {
  transform: translate(0);
  visibility: visible;
  opacity: 1;
}

#map {
  width: 100%;
  height: 600px;
  border: 0.6px solid #5E5E5E;
  box-sizing: border-box;
  border-radius: 10px;
}

.store_locator_form {
  background: #FFFFFF;
  border: 0.6px solid #D5D5D5;
  box-sizing: border-box;
  border-radius: 10px;
}

.store_locator_form .block-content {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  border: none;
}

.store_locator_form .field {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .store_locator_form .field {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 40px;
  }
}

@media (max-width: 991.98px) {
  .store_locator_form .field {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.store_locator_form .block-title.legend {
  margin-bottom: 60px;
  padding: 0;
  border: none;
}

.store_locator_form .wk-mp-btn {
  width: 161px;
  float: right;
  margin-top: 25px;
}

.baqasellers-location-lists .board-button {
  text-align: right;
  position: relative;
  top: -107px;
  right: 90px;
  margin-bottom: -60px;
}

.menu_cont {
  position: relative;
}

.menu_cont ul {
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  background: #fff;
  position: absolute;
  right: 0;
  top: calc(100% - 1px);
  width: calc(100% - 3px);
  border: 1px solid #ddd;
  border-radius: 0 0 4px 4px;
}

.menu_cont.active ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.menu_cont li {
  line-height: 28px;
  padding: 0 10px;
  border-bottom: 1px solid #ddd;
}

.menu_cont li:last-child() {
  border-bottom: none;
}

.menu_title {
  background: #FCFDFD;
  border: 0.6px solid #D5D5D5;
  box-sizing: border-box;
  border-radius: 4px 4px 0 0;
  width: 104px;
  height: 28px;
  display: block;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
  line-height: 26px;
}

input[type="text"] {
  font-family: tahoma;
}

.locators_list td:nth-child(2) {
  padding-right: 30px;
}

.stores_locator a.link {
  color: #165595;
  text-decoration: underline;
}

.baqasellers-location-lists .board-button {
  text-align: right;
  position: relative;
  top: -107px;
  right: 90px;
  margin-bottom: -60px;
}

.menu_cont {
  position: relative;
  width: 107px;
}

.menu_cont ul {
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  background: #fff;
  position: absolute;
  right: 0;
  top: calc(100% - 1px);
  width: calc(100% - 3px);
  border: 1px solid #ddd;
  border-radius: 0 0 4px 4px;
}

.menu_cont.active ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.menu_cont li {
  line-height: 28px;
  padding: 0 10px;
  border-bottom: 1px solid #ddd;
}

.menu_cont li:last-child() {
  border-bottom: none;
}

.menu_title {
  background: #FCFDFD;
  border: 0.6px solid #D5D5D5;
  box-sizing: border-box;
  border-radius: 4px 4px 0 0;
  width: 104px;
  height: 28px;
  display: block;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
  line-height: 26px;
}

.baqasellers-location-edit .page-title-wrapper span.base {
  display: none !important;
}

#wk-mp-nav #wk-mp-menu-qa {
  display: none !important;
}

#wk-mp-nav #wk-mp-menu-fixed-shipping {
  display: none !important;
}

.baqageo-location-edit .page-title {
  margin-bottom: 0;
}

.baqageo-location-edit .wk-mp-design {
  margin-top: 0 !important;
}

.baqageo-location-edit #accordion {
  background: #FFFFFF;
  border: 0.6px solid #F5F5F5;
  box-sizing: border-box;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.01);
}

.baqageo-location-edit #accordion .box_row:not(.control) {
  margin: 0 -5px;
}

.baqageo-location-edit #accordion .field {
  margin-bottom: 40px;
}

.baqageo-location-edit #accordion #map {
  margin-bottom: 76px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #fff;
}

@media (min-width: 992px) {
  .baqageo-location-edit #accordion #map {
    height: 600px;
  }
}

@media (max-width: 991.98px) {
  .baqageo-location-edit #accordion #map {
    height: 400px;
  }
}

.baqageo-location-edit #accordion label {
  color: #3F3E3E;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
  display: block;
}

.baqageo-location-edit [data-role="content"] {
  padding: 20px;
}

.baqageo-location-edit [data-role="collapsible"] {
  padding: 20px 30px 20px;
  line-height: 47px;
  position: relative;
  border: 1px solid #ddd;
  margin-bottom: -1px;
}

.baqageo-location-edit [data-role="collapsible"] h4 {
  font-family: cairo;
  font-size: 25px;
  font-size: 1.5625rem;
  color: #DBD7D7;
}

.baqageo-location-edit [data-role="collapsible"].active {
  border: none;
}

.baqageo-location-edit [data-role="collapsible"].active h4 {
  color: #000;
}

.baqageo-location-edit [data-role="collapsible"].compeleted h4 {
  color: #5A5A5A;
  text-decoration: underline;
}

.baqageo-location-edit [data-role="collapsible"].compeleted:before {
  position: absolute;
  content: '\2713';
  font-size: 18px;
  z-index: 1;
  left: 36px;
  top: 37px;
  line-height: 22px;
  color: #00b69b;
}

.baqageo-location-edit [data-role="collapsible"].compeleted:after {
  position: absolute;
  content: "";
  height: 27px;
  width: 27px;
  left: 29px;
  top: 33px;
  border: 3px solid #00B69B;
  background: #fff;
  border-radius: 50%;
}

.baqageo-location-edit .s_meth {
  justify-content: center;
  margin-bottom: 70px;
}

.baqageo-location-edit .s_meth > .control {
  padding: 17px 0;
}

.baqageo-location-edit .s_meth > .control:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.baqageo-location-edit .s_meth input[type="text"] {
  width: 176px !important;
  padding: 0 15px;
  display: block;
}

.baqageo-location-edit .s_meth .img {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  height: 50px;
  width: 50px;
  margin-right: 25px;
  margin-left: 13px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #777;
}

.baqageo-location-edit .s_meth .img img {
  max-width: 100%;
}

.baqageo-location-edit .s_meth label {
  color: #3F3E3E;
  font-family: cairo;
  font-weight: bold;
}

.baqageo-location-edit .s_meth label:before, .baqageo-location-edit .s_meth label:after {
  top: 20px;
  font-weight: normal;
  line-height: 14px;
}

.baqageo-location-edit .s_meth .note {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  color: #9F9F9F;
}

.baqageo-location-edit .s_meth input:checked + label {
  color: #000;
}

.baqageo-location-edit .s_meth input:checked + label .img {
  border: 1px solid #01B59B;
}

.baqageo-location-edit .s_meth .box_row .cols_c {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}

.baqageo-location-edit .cols_c {
  text-align: left;
}

.baqageo-location-edit .control .control {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

@media (max-width: 991.98px) {
  .baqageo-location-edit .control .control input {
    width: 100% !important;
  }
}

.baqageo-location-edit .p_methods {
  display: flex;
  flex-wrap: wrap;
}

.baqageo-location-edit .p_methods .label {
  flex-basis: 100%;
  margin-bottom: 40px;
}

.baqageo-location-edit .p_methods .control {
  margin-left: 20px;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .baqageo-location-edit .p_methods .control {
    width: 180px;
  }
}

@media (max-width: 991.98px) {
  .baqageo-location-edit .p_methods .control {
    width: calc(50% - 20px);
    height: 90px;
    margin-bottom: 20px;
  }
  .baqageo-location-edit .p_methods .control:nth-child(even) {
    margin-left: 20px;
  }
}

.baqageo-location-edit .p_methods .img {
  width: 100%;
  background-repeat: no-repeat;
  border-radius: 15px;
  border: 3px solid rgba(0, 182, 155, 0);
  position: relative;
  background-repeat: no-repeat !important;
  box-shadow: 0px 12px 25px rgba(15, 51, 107, 0.25);
  background-size: 100% !important;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .baqageo-location-edit .p_methods .img {
    height: 96px;
  }
}

@media (max-width: 991.98px) {
  .baqageo-location-edit .p_methods .img {
    height: 90px;
  }
}

.baqageo-location-edit .p_methods .img:before {
  position: absolute;
  content: '\2713';
  font-size: 18px;
  z-index: 1;
  right: -6px;
  top: -9px;
  line-height: 22px;
  color: #00b69b;
  opacity: 0;
}

.baqageo-location-edit .p_methods .img:after {
  position: absolute;
  content: "";
  height: 27px;
  width: 27px;
  right: -13px;
  top: -13px;
  border: 3px solid #00B69B;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
}

.baqageo-location-edit .p_methods input:checked + .img {
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
  border: 3px solid #00b69b;
}

.baqageo-location-edit .p_methods input:checked + .img:before, .baqageo-location-edit .p_methods input:checked + .img:after {
  opacity: 1;
}

.baqageo-location-edit .p_methods .checkmo .img {
  background: url("../images/p1.png");
}

.baqageo-location-edit .p_methods .cashondelivery .img {
  background: url("../images/p2.png");
}

.baqageo-location-edit .p_methods .HyperPay_Visa .img {
  background: url("../images/p4.png");
}

.baqageo-location-edit .p_methods .HyperPay_Mada .img {
  background: url("../images/p3.png");
}

.baqageo-location-edit .p_methods .mageworx_ordereditor_payment_method .img {
  background: url("../images/p5.png");
}

.baqageo-location-edit .times_slot #save_config {
  float: left;
  border-radius: 5px;
  margin-top: 47px;
}

@media (min-width: 992px) {
  .baqageo-location-edit .times_slot #save_config {
    width: 197px;
  }
}

@media (max-width: 991.98px) {
  .baqageo-location-edit .times_slot #save_config {
    width: 100%;
  }
}

.baqageo-location-edit .times_slot #form-validate {
  background: #FFFFFF;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.25);
  border-radius: 14px;
  padding: 56px 47px;
}

@media (min-width: 992px) {
  .baqageo-location-edit .times_slot .fieldset .actions {
    text-align: left;
    position: relative;
    top: -56px;
    margin-left: 33px;
  }
}

@media (max-width: 991.98px) {
  .baqageo-location-edit .times_slot .fieldset .actions {
    text-align: center;
  }
}

.baqageo-location-edit .times_slot .col_5 {
  padding: 0 15px !important;
}

@media (max-width: 991.98px) {
  .baqageo-location-edit .times_slot .col_5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.baqageo-location-edit .times_slot .form_title {
  display: block;
  position: relative;
  margin: 20px 0 50px;
}

.baqageo-location-edit .times_slot .form_title:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 1px;
  width: 100%;
  background: #ddd;
}

.baqageo-location-edit .times_slot .form_title h3 {
  background: #fff;
  padding-left: 12px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.baqageo-location-edit .times_slot .shipping_table {
  overflow: unset;
}

.baqageo-location-edit .times_slot .admin__collapsible-block-wrapper.fieldset-wrapper {
  border-bottom: none;
  padding: 0;
  margin-bottom: 18px;
}

.baqageo-location-edit .times_slot #add_new_defined_slot {
  width: 35px;
  height: 35px;
  border-radius: 17.5px;
  padding: 0;
  background: #01b59b;
}

.baqageo-location-edit .times_slot #add_new_defined_slot .icon {
  position: relative;
  top: -3px;
}

.baqageo-location-edit .times_slot #add_new_defined_slot .icon:after {
  display: inline-block;
  content: "\002B";
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
}

.baqageo-location-edit .times_slot .ui-timepicker-div {
  padding: 0 15px 15px;
  min-width: 280px;
}

.baqageo-location-edit .times_slot .ui-datepicker {
  padding-top: 15px;
}

.baqageo-location-edit .times_slot .ui-datepicker .ui-datepicker-title {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.baqageo-location-edit .times_slot .ui-datepicker .ui-datepicker-buttonpane {
  overflow: hidden;
  padding: 10px 10px 0;
  border-top: #cfcfcf 1px solid;
}

.baqageo-location-edit .times_slot .ui-datepicker button {
  background: #fff;
  color: #444;
  font-size: 12px;
  border: 1px solid #aaa;
  line-height: 17px;
  height: 31px;
}

.baqageo-location-edit .times_slot .ui-datepicker .ui-timepicker-div dl dd {
  margin: 0 65px 10px 0;
}

.baqageo-location-edit .times_slot .ui-datepicker .ui-timepicker-div dl {
  text-align: right;
}

.baqageo-location-edit .times_slot input._has-datepicker {
  font-family: tahoma;
}

.baqageo-location-edit .times_slot .shipping_table .time .control:nth-child(1) {
  margin-right: 0;
}

.baqageo-location-edit .times_slot .del_btn {
  background: #fff !important;
  color: #444;
  border: 1px solid #aaa;
  background: url("../images/delete-icon.png") !important;
  background-size: 20px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.baqageo-location-edit .times_slot .del_btn span {
  display: none;
}

@media (min-width: 992px) {
  .baqageo-location-edit .times_slot .del_btn {
    width: 40px;
  }
}

@media (max-width: 991.98px) {
  .baqageo-location-edit .times_slot .del_btn {
    width: 100%;
  }
}

.baqageo-location-edit .next {
  float: left;
}

@media (min-width: 992px) {
  .baqageo-location-edit .next {
    width: 157px;
  }
}

@media (max-width: 991.98px) {
  .baqageo-location-edit .next {
    width: 100%;
  }
}

.baqageo-location-edit .next:after {
  height: 23px;
  width: 20px;
  display: inline-block;
  margin-right: 2px;
  content: "";
  background: url("../images/arrow-down.png");
  position: relative;
  top: 7px;
  background-repeat: no-repeat;
  background-size: 17px;
}

.baqageo-location-lists .wk-mp-design {
  margin-top: 0;
}

.baqageo-location-lists .page-title-wrapper .page-title {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .baqageo-location-lists .board-button {
    position: relative;
    top: -43px;
    left: 80px;
  }
}

@media (max-width: 991.98px) {
  .baqageo-location-lists .board-button {
    margin-top: 15px;
  }
}

@media (max-width: 991.98px) {
  .baqageo-location-lists .col-md-24 {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (max-width: 991.98px) {
  .baqageo-location-lists .shipping_list th:nth-child(3), .baqageo-location-lists .shipping_list td:nth-child(3),
  .baqageo-location-lists .shipping_list th:nth-child(4), .baqageo-location-lists .shipping_list td:nth-child(4),
  .baqageo-location-lists .shipping_list th:nth-child(5), .baqageo-location-lists .shipping_list td:nth-child(5),
  .baqageo-location-lists .shipping_list th:nth-child(6), .baqageo-location-lists .shipping_list td:nth-child(6),
  .baqageo-location-lists .shipping_list th:nth-child(7), .baqageo-location-lists .shipping_list td:nth-child(7) {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .baqageo-location-lists .time-delivery-list {
    margin-top: 15px;
  }
}

.baqageo-location-lists .hema.page-title {
  padding: 1rem;
  padding-bottom: 2rem;
}

.baqageo-location-lists .hema.page-title button {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 992px) {
  .baqageo-location-lists .wk-mp-design {
    max-width: 100%;
  }
}

.financial {
  padding: 0 0 80px 0;
}

.financial .item {
  margin-bottom: 30px;
}

.financial .item_cont {
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  position: relative;
  padding: 27px 10px;
  padding-right: 75px;
  min-height: 115px;
}

.financial .item_cont .img {
  position: absolute;
  right: 8px;
  top: 27px;
  background: #01B59B;
  border-radius: 29px;
  height: 58px;
  width: 58px;
  text-align: center;
  padding-top: 14px;
  font-size: 26px;
  color: #fff;
}

.financial .item_cont h4 {
  margin-bottom: 5px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  margin-top: 18px;
}

.financial .item_cont p {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 15px;
  text-align: right;
  color: #9B8888;
}

.wk-mp-column {
  background: #fff;
  border-radius: 12px;
  padding: 15px;
}

.wk-mp-design {
  margin-top: 15px;
}

.wk-mp-fieldset button, .password-modal button {
  height: 37px;
  line-height: 37px;
  border-radius: 8px;
  border: 1px solid #B80F0A;
  font-size: 14px;
  background-image: none;
  padding: 0 10px;
}

.wk-mp-fieldset .action-secondary, .password-modal .action-secondary {
  color: #B80F0A;
  background-color: #fff;
  min-width: 80px;
}

.wk-mp-fieldset .action-secondary:hover, .wk-mp-fieldset .action-secondary:hover span, .wk-mp-fieldset .action-secondary span:hover, .password-modal .action-secondary:hover, .password-modal .action-secondary:hover span, .password-modal .action-secondary span:hover {
  color: #B80F0A;
}

.wk-mp-fieldset .action-secondary:hover, .password-modal .action-secondary:hover {
  background-color: rgba(184, 15, 10, 0.1);
}

.wk-mp-fieldset .action-secondary.set-password, .password-modal .action-secondary.set-password {
  width: 100%;
}

.wk-mp-fieldset .action-primary, .password-modal .action-primary {
  min-width: 185px;
  transition: all;
  color: #fff;
  background-color: #B80F0A;
  margin-left: 24px;
}

.wk-mp-fieldset .action-primary:hover, .password-modal .action-primary:hover {
  background-color: #d81120;
}

#tab-profile-info .form-row, .modal-content .form-row, .wk-mp-design .form-row {
  display: flex;
}

#tab-profile-info .form-row.separator, .modal-content .form-row.separator, .wk-mp-design .form-row.separator {
  margin-top: 10px;
  border-top: 1px solid #EEEEEE;
  max-width: 715px;
}

#tab-profile-info .form-row .wk-logoimagedelete, #tab-profile-info .form-row .wk-profileimagedelete, .modal-content .form-row .wk-logoimagedelete, .modal-content .form-row .wk-profileimagedelete, .wk-mp-design .form-row .wk-logoimagedelete, .wk-mp-design .form-row .wk-profileimagedelete {
  display: none;
}

#tab-profile-info .form-row .field, .modal-content .form-row .field, .wk-mp-design .form-row .field {
  width: 370px;
  padding-left: 30px;
}

#tab-profile-info .form-row .field > .label, .modal-content .form-row .field > .label, .wk-mp-design .form-row .field > .label {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 21px;
  color: #1C1D21;
  font-weight: bold;
}

#tab-profile-info .form-row .field > .note, .modal-content .form-row .field > .note, .wk-mp-design .form-row .field > .note {
  color: #8F8282;
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 21px;
  font-size: 12px;
}

#tab-profile-info .form-row .field input.input-text, #tab-profile-info .form-row .field .custom-file-upload, .modal-content .form-row .field input.input-text, .modal-content .form-row .field .custom-file-upload, .wk-mp-design .form-row .field input.input-text, .wk-mp-design .form-row .field .custom-file-upload {
  box-shadow: none;
  border: 1px solid #D4D7DF;
  padding: 8px 0;
  padding-right: 15px;
  color: #1C1D21;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  font-family: Tajawal, Poppins;
}

#tab-profile-info .form-row .field input.input-text:focus, #tab-profile-info .form-row .field .custom-file-upload:focus, .modal-content .form-row .field input.input-text:focus, .modal-content .form-row .field .custom-file-upload:focus, .wk-mp-design .form-row .field input.input-text:focus, .wk-mp-design .form-row .field .custom-file-upload:focus {
  border-color: #1C1D21;
}

#tab-profile-info .form-row .field input.input-text.mage-error, #tab-profile-info .form-row .field .custom-file-upload.mage-error, .modal-content .form-row .field input.input-text.mage-error, .modal-content .form-row .field .custom-file-upload.mage-error, .wk-mp-design .form-row .field input.input-text.mage-error, .wk-mp-design .form-row .field .custom-file-upload.mage-error {
  border-color: #FF808B;
}

#tab-profile-info .form-row .field.password .icon-eye, .modal-content .form-row .field.password .icon-eye, .wk-mp-design .form-row .field.password .icon-eye {
  background-image: url("../images/seller-login/eye-slashed.svg");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

#tab-profile-info .form-row .field.password .icon-eye:before, .modal-content .form-row .field.password .icon-eye:before, .wk-mp-design .form-row .field.password .icon-eye:before {
  content: '';
}

#tab-profile-info .form-row .field.password .pass-text .icon-eye, .modal-content .form-row .field.password .pass-text .icon-eye, .wk-mp-design .form-row .field.password .pass-text .icon-eye {
  background-image: url("../images/seller-login/eye-open.svg");
}

#tab-profile-info .form-row .field.password[type="text"] .icon-eye, .modal-content .form-row .field.password[type="text"] .icon-eye, .wk-mp-design .form-row .field.password[type="text"] .icon-eye {
  background-image: url("../images/seller-login/eye-open.svg");
}

#tab-profile-info .form-row .field input.barcode, .modal-content .form-row .field input.barcode, .wk-mp-design .form-row .field input.barcode {
  padding-left: 40px;
  background: url("../images/dashboard/products/barcode-icon.svg") no-repeat center left 10px;
}

#tab-profile-info .form-row .field .admin__action-multiselect-wrap .action-select, #tab-profile-info .form-row .field select.select, .modal-content .form-row .field .admin__action-multiselect-wrap .action-select, .modal-content .form-row .field select.select, .wk-mp-design .form-row .field .admin__action-multiselect-wrap .action-select, .wk-mp-design .form-row .field select.select {
  background: url("../images/dashboard/dropdown-arrow.svg") no-repeat center left 10px;
}

#tab-profile-info .form-row .field .admin__action-multiselect-wrap .action-select:after, #tab-profile-info .form-row .field select.select:after, .modal-content .form-row .field .admin__action-multiselect-wrap .action-select:after, .modal-content .form-row .field select.select:after, .wk-mp-design .form-row .field .admin__action-multiselect-wrap .action-select:after, .wk-mp-design .form-row .field select.select:after {
  display: none;
}

#tab-profile-info .form-row .field input.file-input, .modal-content .form-row .field input.file-input, .wk-mp-design .form-row .field input.file-input {
  display: none;
}

#tab-profile-info .form-row .field div.mage-error, .modal-content .form-row .field div.mage-error, .wk-mp-design .form-row .field div.mage-error {
  color: #FF808B;
}

#tab-profile-info .form-row .field.required > .label:after, .modal-content .form-row .field.required > .label:after, .wk-mp-design .form-row .field.required > .label:after {
  content: '';
}

#tab-profile-info .form-row .field .custom-file-upload, .modal-content .form-row .field .custom-file-upload, .wk-mp-design .form-row .field .custom-file-upload {
  cursor: pointer;
  border-radius: 5px;
  background-image: url("../images/dashboard/profile/file-upload.svg");
  background-repeat: no-repeat;
  background-position: left 7px center;
}

@media (max-width: 991.98px) {
  #tab-profile-info .form-row .field, .modal-content .form-row .field, .wk-mp-design .form-row .field {
    width: 100%;
  }
}

#tab-profile-info .form-row > h3, .modal-content .form-row > h3, .wk-mp-design .form-row > h3 {
  padding: 24px 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  font-family: Tajawal, Poppins;
  color: #1C1D21;
}

@media (max-width: 991.98px) {
  #tab-profile-info .form-row, .modal-content .form-row, .wk-mp-design .form-row {
    display: block;
  }
}

.password-modal.modal-popup .modal-inner-wrap {
  padding: 60px 90px 75px 90px;
  position: relative;
}

.password-modal.modal-popup .modal-inner-wrap .modal-header {
  position: static;
}

.password-modal.modal-popup .modal-inner-wrap .modal-header .action-close {
  position: absolute;
  top: 25px;
  right: 25px;
}

.password-modal .modal-title {
  font-family: Tajawal, Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1C1D21;
  text-align: center;
  margin: 0;
  width: 100%;
}

.password-modal .modal-content {
  min-width: 405px;
}

.password-modal .modal-content .form-row .field {
  width: 100%;
  padding-left: 0;
  margin-bottom: 15px;
}

.password-modal .modal-content .form-row .field .label {
  display: inline-block;
}

.password-modal .modal-footer {
  padding: 0;
}

.password-modal .modal-footer .action-primary {
  width: 100%;
  margin-left: 0;
  height: 46px;
  line-height: 46px;
}

#go_back_btn {
  display: none;
}

#wk-mp-editprofile-form .wk-mp-btn {
  float: none;
}

.marketplace-account-customer .data-grid th:nth-child(5), .marketplace-account-customer .data-grid td:nth-child(5) {
  width: 190px;
  padding: 10px 20px;
}

.marketplace-account-customer .data-grid-filters-action-wrap:after {
  display: none;
}

@media (max-width: 991.98px) {
  .marketplace-account-customer .admin__data-grid-wrap td:nth-child(4) {
    grid-row-start: auto;
  }
}

.marketplace-account-customer .admin__data-grid-outer-wrap {
  padding: 0 !important;
  box-shadow: none;
  background: transparent;
}

.marketplace-account-customer .admin__data-grid-outer-wrap .admin__data-grid-wrap {
  padding: 1rem;
  background: #fff;
  box-shadow: 6px 6px 54px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.marketplace-reports-productsalesbody,
.marketplace-reports-bestsellersbody,
.marketplace-reports-salesbycitybody {
  background-color: #f5f5fA;
}

.marketplace-reports-productsales .admin__data-grid-outer-wrap,
.marketplace-reports-bestsellers .admin__data-grid-outer-wrap,
.marketplace-reports-salesbycity .admin__data-grid-outer-wrap {
  position: relative;
}

.marketplace-reports-productsales .admin__data-grid-outer-wrap button.download-report-as-xml,
.marketplace-reports-bestsellers .admin__data-grid-outer-wrap button.download-report-as-xml,
.marketplace-reports-salesbycity .admin__data-grid-outer-wrap button.download-report-as-xml {
  background: url("../images/dashboard/reports/excel-icon.svg") no-repeat center center;
  background-color: #eee;
  border-radius: 8px;
  overflow: hidden;
  width: 38px;
  height: 38px;
  position: absolute;
  left: 35px;
  top: 30px;
}

.marketplace-reports-productsales .admin__data-grid-outer-wrap button.download-report-as-xml span,
.marketplace-reports-bestsellers .admin__data-grid-outer-wrap button.download-report-as-xml span,
.marketplace-reports-salesbycity .admin__data-grid-outer-wrap button.download-report-as-xml span {
  text-indent: -9999px;
  color: transparent;
}

.marketplace-reports-productsales .admin__data-grid-outer-wrap .admin__data-grid-filters-wrap .admin__data-grid-filters,
.marketplace-reports-bestsellers .admin__data-grid-outer-wrap .admin__data-grid-filters-wrap .admin__data-grid-filters,
.marketplace-reports-salesbycity .admin__data-grid-outer-wrap .admin__data-grid-filters-wrap .admin__data-grid-filters {
  padding-left: 90px;
}

.marketplace-reports-productsales .admin__data-grid-outer-wrap .admin__data-grid-wrap .data-grid th.data-grid-th:last-child span.data-grid-cell-content,
.marketplace-reports-bestsellers .admin__data-grid-outer-wrap .admin__data-grid-wrap .data-grid th.data-grid-th:last-child span.data-grid-cell-content,
.marketplace-reports-salesbycity .admin__data-grid-outer-wrap .admin__data-grid-wrap .data-grid th.data-grid-th:last-child span.data-grid-cell-content {
  color: #8181A5;
}

.marketplace-reports-productsales .admin__data-grid-outer-wrap .admin__data-grid-wrap .data-grid tr td.data-grid-total-incl div,
.marketplace-reports-bestsellers .admin__data-grid-outer-wrap .admin__data-grid-wrap .data-grid tr td.data-grid-total-incl div,
.marketplace-reports-salesbycity .admin__data-grid-outer-wrap .admin__data-grid-wrap .data-grid tr td.data-grid-total-incl div {
  display: block !important;
}

.marketplace-reports-productsales .admin__data-grid-outer-wrap .admin__data-grid-wrap .data-grid tr td.data-grid-order-date,
.marketplace-reports-bestsellers .admin__data-grid-outer-wrap .admin__data-grid-wrap .data-grid tr td.data-grid-order-date,
.marketplace-reports-salesbycity .admin__data-grid-outer-wrap .admin__data-grid-wrap .data-grid tr td.data-grid-order-date {
  vertical-align: middle;
}

.marketplace-reports-productsales .admin__data-grid-outer-wrap .admin__data-grid-wrap .data-grid tr td.data-grid-order-date > div,
.marketplace-reports-bestsellers .admin__data-grid-outer-wrap .admin__data-grid-wrap .data-grid tr td.data-grid-order-date > div,
.marketplace-reports-salesbycity .admin__data-grid-outer-wrap .admin__data-grid-wrap .data-grid tr td.data-grid-order-date > div {
  display: inline;
}

.marketplace-reports-productsales .admin__data-grid-outer-wrap .admin__data-grid-wrap .data-grid tr td.data-grid-order-date .col-inner-time,
.marketplace-reports-bestsellers .admin__data-grid-outer-wrap .admin__data-grid-wrap .data-grid tr td.data-grid-order-date .col-inner-time,
.marketplace-reports-salesbycity .admin__data-grid-outer-wrap .admin__data-grid-wrap .data-grid tr td.data-grid-order-date .col-inner-time {
  display: none;
}

@media (max-width: 1250px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 1200px) and (min-resolution: 192dpi) {
  .marketplace-reports-productsales .admin__data-grid-outer-wrap .admin__data-grid-filters-wrap .admin__data-grid-filters,
  .marketplace-reports-bestsellers .admin__data-grid-outer-wrap .admin__data-grid-filters-wrap .admin__data-grid-filters,
  .marketplace-reports-salesbycity .admin__data-grid-outer-wrap .admin__data-grid-filters-wrap .admin__data-grid-filters {
    padding-left: 45px;
    padding-right: 45px;
    background-position: top 12px right 0px;
  }
  .marketplace-reports-productsales .admin__data-grid-outer-wrap button.download-report-as-xml,
  .marketplace-reports-bestsellers .admin__data-grid-outer-wrap button.download-report-as-xml,
  .marketplace-reports-salesbycity .admin__data-grid-outer-wrap button.download-report-as-xml {
    left: 0;
  }
}
