* {
    word-break: break-word;
    box-sizing: border-box;
}
html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}
body {
    color: #09172b;
    font-size: 15px;
    font-family: Roboto, -apple-system, "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
.hidden {
    display: none !important;
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 36px;
    font-weight: 300;
    line-height: 72px;
}
body:not([data-page^='/dashboard']) [id] {
    scroll-margin-top: 110px;
}
body[data-page^='/dashboard'] [id] {
    scroll-margin-top: 175px;
}
.dd-options {
    overflow-y: auto !important;
    max-height: 250px !important;
}
hr {
    height: 1px;
    clear: both;
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
    background-color: #eef3f9;
}
hr.spacer {
    margin: 20px 0;
}
label {
    cursor: pointer;
}
.negative {
    color: red;
}
.positive {
    color: #18ad76;
}
input.negative {
    color: red !important;
}
input.positive {
    color: #18ad76 !important;
}
.note {
    color: orange;
    font-size: 85%;
    font-style: italic;
}
.smaller {
    font-size: 85% !important;
}
.italic {
    font-style: italic !important;
}
.checkbox-switch input {
    display: none;
}
.checkbox-switch span {
    outline: 0;
    width: 2.8em;
    padding: 2px;
    height: 1.6em;
    display: inline-block;
    cursor: pointer;
    position: relative;
    background: #f0f2f6;
    border-radius: 2em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.checkbox-switch input:checked + span {
    background: #0051ff;
}
.checkbox-switch span:after {
    left: 0;
    width: 50%;
    content: '';
    height: 100%;
    display: block;
    position: relative;
    border-radius: 2em;
    background: #fbfbfb;
    -webkit-transition: left .3s cubic-bezier(.175,.885,.32,1.275),padding .3s ease,margin .3s ease;
    transition: left .3s cubic-bezier(.175,.885,.32,1.275),padding .3s ease,margin .3s ease;
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.1),0 4px 0 rgba(0,0,0,.08);
    box-shadow: 0 0 0 1px rgba(0,0,0,.1),0 4px 0 rgba(0,0,0,.08);
}
.checkbox-switch input:checked + span:after {
    left: 50%;
}
svg {
    max-width: 100% !important;
}
.fixed {
    position: fixed;
}
.top {
    top: 0;
}
.left {
    left: 0;
}
.right {
    right: 0;
}
.bottom {
    bottom: 0;
}
.padding {
    padding: 30px;
}
.inline-block {
    display: inline-block;
}
.flex {
    display: flex;
}
.flex-important {
    display: flex !important;
}
.flex-self-bottom {
    margin-top: auto !important;
}
.inline-flex {
    display: inline-flex;
}
.flex-nowrap {
    flex-shrink: 0;
}
.flex-column {
    flex-direction: column;
}
.flex-center {
    align-self: center;
}
.flex-start {
    align-items: flex-start;
}
.flex-justify-center {
    justify-content: center;
}
.flex-justify-left {
    justify-content: left;
}
.flex-justify-left-important {
    justify-content: left !important;
}
.spread {
    justify-content: space-between;
}
.middle {
    align-items: center;
}
.grow {
    flex-grow: 1;
    flex-basis: 0;
}
.flex-end {
    justify-content: flex-end;
}
.pointer {
    cursor: pointer;
}
.page-width {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1100px;
}
.no-padding {
    padding: 0 !important;
}
.no-text-decoration {
    text-decoration: none !important;
}
.no-text-decoration:not(.color-inherit):not(.light) {
    color: initial !important;
}
.underline {
    text-decoration: underline !important;
}
.button {
    line-height: 200%;
    cursor: pointer;
    border-radius: 3px;
    text-decoration: none;
    transition: transform 0.2s;
    display: inline-block;
    padding: 8px 20px;
    font-weight: 500;
    font-family: Roboto, sans-serif;
    background-color: #1956d8;
    color: #fff;
}
.button:hover {
    background-color: #002dc1;
}
.button.light {
    background-color: #eaf1f9;
    color: #09172b;
}
.button.light:hover {
    background-color: #cedbea;
}
.button.warning {
    background-color: #fff3cd;
    color: #856404;
}
.button.warning:hover {
    background-color: #ffdb66;
}
.button.error {
    background-color: #f8d7da;
    color: #721c24;
}
.button.error:hover {
    background-color: #f5c6cb;
}
.button:not(.no-shadow).transform:hover {
    box-shadow: 0 1rem 2.5rem rgba(22,28,45,0.1),0 0.5rem 1rem -0.75rem rgba(22,28,45,0.1) !important;
    transform: translate3d(0, -3px, 0);
}
.button:not(.no-shadow):not(.transform):hover {
    box-shadow: 0 4px 8px rgba(74, 86, 105, 0.35)
}
.button + i.material-icons {
    position: relative;
}
.button i.material-icons {
    top: 1.5px !important;
    font-size: 100% !important;
    position: relative !important;
    padding-right: 5px !important;
    font-style: inherit !important;
    font-weight: inherit !important;
}
.spacerX {
    width: 20px;
    display: inline-block;
}
.spacerX.micro {
    width: 5px;
}
.spacerX.small {
    width: 10px;
}
.spacerX.medium {
    width: 30px;
}
.spacerX.large {
    width: 60px;
}
.spacerY {
    height: 20px;
    display: block;
}
.spacerY.micro {
    height: 5px;
}
.spacerY.small {
    height: 10px;
}
.spacerY.medium {
    height: 30px;
}
.spacerY.large {
    height: 60px;
}
.color-inherit {
    color: inherit !important;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.overflow-hidden {
    overflow: hidden;
}
.overflow-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.text-left {
    text-align: left !important;
}
.merchant-network-result-message {
    display: block;
}
.page {
    width: 100%;
    display: flex;
    min-height: 100%;
    padding-top: 80px;
    flex-direction: column;
    justify-content: space-between;
}
.hidden-email:before {
    direction: ltr;
    unicode-bidi: bidi-override;
    content: attr(data-user) "\0040" attr(data-domain);
}
.light {
    color: #7a90ab;
}
.strike-through {
    text-decoration: line-through;
}
.header {
    z-index: 10;
    height: 80px;
    background-color: #fff;
    box-shadow: 0 2px 16px rgba(74, 86, 105, 0.15);
}
.header .icon {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}
.header .icon.store {
    width: 100%;
    height: 100%;
    max-width: 250px;
    max-height: 40px;
    margin-right: 10px;
    object-fit: contain;
}
.header > div > div:nth-child(2) {
    height: 100%;
}
.header > div > div > a > * {
    color: #5b7390;
    font-size: 20px;
    position: relative;
    display: flex;
    align-items: center;
}
.header > div > div > a {
    text-decoration: none;
}
.header ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
}
.header ul > li {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header ul > li svg {
    vertical-align: middle;
    width: 12px;
    height: 12px;
    fill: #7a90ab;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: initial;
    transition-property: transform;
}
.header ul > li:hover svg {
    transform: rotate(180deg);
}
.header .category-header {
    font-weight: 900 !important;
}
.header .category-child {
    color: #7a90ab !important;
    font-size: 85% !important;
}
.header .category-child.active {
    color: #1956d8 !important;
}
.header .category-header,
.header ul > li > a {
    color: #5b7390;
    padding: 0 15px;
    font-size: 17px;
    display: inline-block;
    text-decoration: none;
}
.header .flex > ul > li.dropdown > ul > li {
    display: block;
}
.header .hamburger {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.header .hamburger > div {
    width: 24px;
    height: 16px;
    position: relative;
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    margin-left: auto;
}
.header .hamburger > div > span:nth-child(1) {
    top: 0;
}
.header .hamburger > div > span:nth-child(2),
.header .hamburger > div > span:nth-child(3) {
    top: 7px;
}
.header .hamburger > div.open > span:nth-child(1) {
    top: 9px;
    width: 0;
    left: 50%;
}
.header .hamburger > div.open > span:nth-child(2) {
    transform: rotate(45deg);
}
.header .hamburger > div.open > span:nth-child(3) {
    transform: rotate(-45deg);
}
.header .hamburger > div.open > span:nth-child(4) {
    top: 9px;
    width: 0;
    left: 50%;
}
.header .hamburger > div > span:nth-child(4) {
    top: 14px;
}
.header .hamburger > div > span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #7a90ab;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
}
.header .category-image {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.footer {
    background-color: #f6f8fb;
}
.header .flex > ul > li.dropdown.store-categories-dropdown > ul > li > div > a:hover,
.header .flex > ul > li.dropdown.store-categories-dropdown > ul > li > div > div > a:hover {
    color: #1956d8 !important;
}
.center-page,
.error-page {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 80px 40px;
    margin: 0 auto;
}
.error-page p {
    color: #7a90ab;
    margin: 0 auto;
    max-width: 400px;
    text-align: center;
    line-height: 240%;
}
.error-page p a {
    color: #1956d8;
    text-decoration: none;
    font-weight: 500;
}
.error-page svg {
    width: 100%;
    margin: 0 auto;
    display: block;
    user-select: none;
    overflow: visible;
}
.error-page svg rect {
    transition: transform 0.3s;
    transform-origin: 50% 50%;
    animation-name: svgScale;
    animation-duration: 1s;
}
.error-page svg rect:hover {
    cursor: pointer;
    transform: scale(1.2) !important;
    transform-origin: 50% 50%;
    transition: transform 0.3s;
}
.publicHolder {
    height: 100%;
    padding: 30px;
    display: flex;
    flex-grow: 1;
    flex-basis: 0;
    align-items: center;
    background-color: #f6f8fb;
}
.publicHolder.dashboard-nav {
    background-color: #f6f8fb !important;
    min-height: calc(100% - 65px) !important;
}
textarea {
    width: 100%;
    color: #1a2a3e;
    font-size: 11pt;
    min-height: 125px;
    resize: vertical;
    border-radius: 3px;
    padding: 10px;
    -webkit-appearance: none;
    border: 1px solid #e0e5ec;
    font-family: Roboto,sans-serif;
    background-color: white !important;
}
.publicBlock {
    width: 100%;
    max-width: 380px;
    padding: 30px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 0 11px 0 rgba(63,73,105,.05);
}
.publicBlock h1,
.publicBlock h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
    font-family: Nunito,sans-serif;
}
.publicBlock .publicIcon {
    color: #dde5ef;
}
.publicBlock .inputTitle {
    color: #7a90ab;
    margin: 15px 0;
    font-size: 14px;
    display: block;
}
.publicBlock .inputTitle:after {
    content: ":";
}
.publicBlock .inputModule {
    display: block;
    position: relative;
}
.publicBlock .inputModule input {
    width: 100%;
    height: 48px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #e0e5ec;
    font-family: Roboto,sans-serif;
    font-size: 11pt;
    border-radius: 3px;
    color: #1a2a3e;
}
.publicBlock .inputModule textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #e0e5ec;
    font-family: Roboto,sans-serif;
    font-size: 11pt;
    border-radius: 3px;
    color: #1a2a3e;
    resize: vertical;
}
.publicBlock .inputModule .intl-tel-input {
    width: 100%;
}
.button-link,
button.button {
    display: block;
    cursor: pointer;
    transition: all .15s;
    background-color: #0051ff;
    color: #fff;
    width: 100%;
    min-height: 60px;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
    border: 0;
    border-radius: 3px;
    font-weight: 500;
    text-align: center;
}
.button.product_filters {
    min-height: initial !important;
}
.publicHolder .redirect-links a {
    color: #7a90ab;
    font-weight: 500;
    text-decoration: none;
}
.publicHolder .redirect-links a:hover {
    color: #0051ff;
}
.publicHolder .redirect-links a:not(:last-child):after {
    content: "|";
    margin: 0 5px;
    display: inline-block;
    color: #7a90ab !important;
}
.publicBlock .success-public.successHolder {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    z-index: 3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.publicBlock .success-public.successHolder > * {
    width: 100%;
}
.publicBlock .success-public.absolute {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.publicBlock .success-public .checkmark {
    width: 56px;
    height: 56px;
    min-height: 56px !important;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke-miterlimit: 10;
    animation: fill .4s ease-in-out .4s forwards,scale .3s ease-in-out .9s both;
}
.success-public .checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    fill: none;
    -webkit-animation: stroke .6s cubic-bezier(.65,0,.45,1) forwards;
    animation: stroke .6s cubic-bezier(.65,0,.45,1) forwards;
}
.success-public .checkmark__check {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    -webkit-animation: stroke .3s cubic-bezier(.65,0,.45,1) .8s forwards;
    animation: stroke .3s cubic-bezier(.65,0,.45,1) .8s forwards;
}
.success-public.successHolder>.light {
    line-height: 200%;
    max-width: 400px;
}
.spinner {
    margin: 0 auto;
    position: relative;
    display: inline-block;
    border-width: 2px;
    border-style: solid;
    border-left-color: rgba(0, 126, 229, .15);
    border-right-color: rgba(0, 126, 229, .15);
    border-bottom-color: rgba(0, 126, 229, .15);
    border-top-color: rgba(0, 126, 229, .8);
    animation: spinner_rotation .5s infinite linear;
    border-radius: 100%;
}
.button .spinner {
    top: 5px;
    width: 28px;
    height: 28px;
}
.button.load_more_products .spinner {
    width: 20px !important;
    height: 20px !important;
}
.button:not(.light):not(.error) .spinner {
    border-left-color: rgba(255, 255, 255, .15) !important;
    border-right-color: rgba(255, 255, 255, .15) !important;
    border-bottom-color: rgba(255, 255, 255, .15) !important;
    border-top-color: rgba(255, 255, 255, .8) !important;
}
.button.error .spinner {
    border-left-color: rgba(114, 28, 36, .15);
    border-right-color: rgba(114, 28, 36, .15);
    border-bottom-color: rgba(114, 28, 36, .15);
    border-top-color: rgba(114, 28, 36, .8);
}
table .spinner {
    width: 32px;
    height: 32px;
}
.flash-message {
    left: 25px;
    bottom: 25px;
    padding: 15px;
    z-index: 99999;
    position: fixed;
    margin-right: 25px;
    border-radius: 4px;
    transition: .2s;
    transform: translateY(16px);
    transform-origin: bottom left;
    opacity: 0;
    visibility: hidden;
    animation: flash_message_fade_out .5s forwards;
    animation-iteration-count: 1;
    animation-delay: 5s;
    max-width: 450px;
    max-height: 250px;
    overflow-y: auto;
    box-shadow: 0 0 11px 0 rgba(63, 73, 105, .25);
}
.flash-message.active:hover {
    animation-delay: 1000s;
}
.flash-message.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.notification {
    color: #fff;
    border-radius: 3px;
    padding: 20px;
    line-height: 26px;
    font-size: 14px;
}
.notification,
.flash-message[data-type='info'] {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.notification.success,
.flash-message[data-type='success'] {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.notification.error,
.flash-message[data-type='error'] {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.notification.warning,
.flash-message[data-type='warning'] {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.flash-message .flash-message-content {
    align-self: center;
    padding-left: 10px;
}
.inputModule .iti {
    width: 100%;
}
input.int-tel {
    padding-left: 52px !important;
}
.country-int-tel .iti__dial-code {
    display: none !important;
}
.dashboard {
    padding: 20px 0;
    background-color: #f6f8fb;
}
.dashboard-background {
    background-color: #f6f8fb;
}
.dashboard h1 {
    font-size: 32px;
    font-weight: 500;
    font-family: Nunito,sans-serif;
}
.dashboard h2 {
    font-size: 20px;
    font-family: Nunito,sans-serif;
}
.dashboard-nav {
    top: 80px;
    z-index: 3;
    height: 65px;
    background-color: #f0f5f9;
    box-shadow: 0 2px 16px rgba(74, 86, 105, 0.15);
}
.dashboard-nav ul {
    padding: 0;
    position: relative;
    display: inline-block;
    margin: 0 auto 0 auto;
    list-style-type: none;
    scroll-behavior: smooth;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    width: 100%;
}
.dashboard-nav ul li {
    display: inline-block;
}
.dashboard-nav ul li a {
    padding-right: 15px;
    padding-left: 15px;
    height: 65px;
    cursor: pointer;
    line-height: 65px;
    text-decoration: none;
    color: #667990;
}
.dashboard-nav ul li.active a,
.dashboard-nav ul li a:hover {
    color: #0051ff;
}
.blog-page,
.product-page,
.dashboard .content-block {
    background-color: #fff;
    -webkit-box-shadow: 0 0 11px 0 rgba(63,73,105,.05);
    box-shadow: 0 0 11px 0 rgba(63,73,105,.05);
    border-radius: 3px;
}
.blog-page .blog-image,
.blog-page .blog-header-image {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}
select.styled,
.dashboard .content-block input:not(.search):not(.input_searchable),
.dashboard .content-block select {
    height: 48px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #e0e5ec;
    font-family: Roboto,sans-serif;
    font-size: 11pt;
    border-radius: 3px;
    color: #1a2a3e;
    -webkit-appearance: none;
    background-color: white !important;
}
.dashboard .content-block .double-input input,
.dashboard .content-block .double-input select {
    width: 50%;
    min-width: initial !important;
    max-width: initial !important;
}
.searchable_input {
    position: relative !important;
}
.searchable_input,
.searchable_input_results:not(.searchable_input_results_list) {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 12.5px;
}
.searchable_input,
.searchable_input_results {
    min-height: 48px;
    border: 1px solid #e0e5ec;
    font-family: Roboto,sans-serif;
    font-size: 11pt;
    border-radius: 3px;
    color: #1a2a3e;
    display: block !important;
    background-color: white !important;
}
.searchable_input .search_results .search_result,
.searchable_input_results .search_results .search_result {
    width: 100% !important;
    margin: 10px 10px 0 0;
    background-color: #f6f8fb;
}
.searchable_input .search_results .search_result .value,
.searchable_input_results .search_results .search_result .value {
    width: 100% !important;
    padding: 7.5px !important;
}
.searchable_input .search_results .search_result .delete {
    color: red !important;
    padding: 0 7.5px !important;
    font-size: 80% !important;
    border-left: 1px solid lightgrey !important;
}
.searchable_input input.input_searchable {
    border: none !important;
    outline: none !important;
    max-width: 100% !important;
    margin-top: 12.5px !important;
    margin-right: 30px !important;
    font-size: inherit !important;
    font-family: inherit !important;
}
.searchable_input .spinner {
    right: 15px;
    width: 20px;
    height: 20px;
    bottom: 15px;
    position: absolute;
}
.searchable_input .searchable_input_results {
    left: 0;
    right: 0;
    top: 100%;
    z-index: 5;
    overflow-y: auto;
    max-height: 200px;
    position: absolute;
    border: inherit !important;
    background-color: white !important;
}
.searchable_input .searchable_input_results .searchable_input_result {
    padding: 10px;
    cursor: pointer;
    text-align: left;
}
.searchable_input .searchable_input_results .searchable_input_result:hover {
    background-color: #f6f8fb !important;
}
input.search {
    border: 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
    background-color: transparent;
    padding-left: 30px;
    font-family: Roboto,sans-serif;
    font-size: 11pt;
    position: relative;
    outline: none;
    font-weight: 500;
    color: #0051ff;
}
i.search {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 40px;
    height: 40px;
    color: #0051ff;
}
.blog-content-item-add:before,
.filter-rules .add-row:before,
.redirect-slugs .filter-action:before,
.blog-content-item:not(:first-child):last-child .blog-content-item-action:before,
.filter-rules .filter-rule-group-row > *:last-child:before,
.filter-rules .filter-rule .filter-action:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
.filter-rules .filter-rule-group-row:not(:first-child) > *:last-child:before {
    margin-top: 32px !important;
}
.filter-rules .add-row,
.blog-content-item-add,
.blog-content-item:not(:first-child):last-child .blog-content-item-action,
.filter-rules .filter-rule-group-row > *:last-child {
    cursor: pointer;
}
.blog-content-item-add:before,
.filter-rules .add-row:before {
    color: #18ad76;
    margin-top: 10px;
    content: "add_circle_outline";
}
.blog-content-item:not(:first-child):last-child .blog-content-item-action:before,
.filter-rules .filter-rule-group-row > *:last-child:before {
    color: red;
    content: "delete";
    padding: 0 3px !important;
}
.blog-content-items .blog-content-item:not(:first-of-type) {
    margin-top: 10px;
}
.redirect-slugs > * {
    margin-bottom: 10px;
}
.redirect-slugs > *:first-child:last-child > .filter-action:nth-child(3):before,
.filter-rules .filter-rule-group-container *:not(:last-child) .filter-rule .filter-action:nth-child(4):before,
.filter-rules .filter-rule-group-container *:first-child:last-child .filter-rule .filter-action:nth-child(3):before {
    display: none !important;
}
.redirect-slugs .filter-action:nth-child(3):before,
.filter-rules .filter-rule-group-container .filter-rule .filter-action:nth-child(3):before {
    color: red;
    content: "remove_circle_outline";
}
.redirect-slugs .filter-action:nth-child(4):before,
.filter-rules .filter-rule-group-container .filter-rule .filter-action:nth-child(4):before {
    color: #18ad76;
    content: "add_circle_outline";
}
.filter-rules .filter-rule-group-container .filter-rule-group {
    border: 1px solid #eef3f9;
    padding: 10px 5px;
}
.filter-rules .filter-rule-group-row:hover .filter-rule-group {
    background-color: #f6f8fb;
}
.filter-rules .filter-rule-group-row:first-child:nth-last-child(2) > *:last-child:before,
.filter-rules .filter-rule-group-row:first-child > .filter-rule-group-container > .filter-rule-separator {
    display: none;
}
.filter-rules .filter-rule-group-row .filter-rule-separator:first-child:before,
.filter-rules .filter-rule-group-row .filter-rule-group-container *:not(:last-child) .filter-rule-separator:before {
    color: #7a90ab;
    padding: 5px 0;
    border: 1px solid;
    text-transform: uppercase;
    border-image: linear-gradient(#0000 calc(50% - 1px / 2), #7a90ab 0 calc(50% + 1px / 2), #0000 0) 0 1/0 10px/0 calc(10px + 5px);
}
.filter-rules[data-filter-type='AND BLOCKS WITH OR LINES'] .filter-rule-group-row .filter-rule-separator:first-child:before,
.filter-rules[data-filter-type='OR BLOCKS WITH AND LINES'] .filter-rule-group-row .filter-rule-group-container *:not(:last-child) .filter-rule-separator:before {
    content: attr(data-text-and);
}
.filter-rules[data-filter-type='OR BLOCKS WITH AND LINES'] .filter-rule-group-row .filter-rule-separator:first-child:before,
.filter-rules[data-filter-type='AND BLOCKS WITH OR LINES'] .filter-rule-group-row .filter-rule-group-container *:not(:last-child) .filter-rule-separator:before {
    content: attr(data-text-or);
}
.empty-table-message {
    padding: 20px;
    border-bottom: 1px solid #eef3f9;
}
table .table-ellipsis {
    width: 100%;
    color: transparent;
    position: relative;
}
table .table-ellipsis.order-type_BUY,
table .table-ellipsis.order-type_SELL {
    width: initial !important;
    padding: 0 15px !important;
}
table .table-ellipsis:before {
    content: "&nbsp;";
}
table .table-ellipsis:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: black;
    overflow: hidden;
    position: absolute;
    content: attr(title);
    text-overflow: ellipsis;
}
table a.table-ellipsis:after {
    color: #0051ff !important;
}
table a.table-ellipsis:hover:after {
    text-decoration: underline;
}
table .table-ellipsis.light:after {
    color: #7a90ab !important;
}
table .table-ellipsis.negative:after {
    color: red !important;
}
table .table-ellipsis.positive:after {
    color: #18ad76 !important;
}
table .table-ellipsis.underline:after {
    text-decoration: underline;
}
table .table-ellipsis.strike-through:after {
    text-decoration: line-through;
}
.list > table {
    width: 100%;
    font-size: 14px;
    white-space: nowrap;
    border-collapse: collapse;
}
.list > table tr.empty-list {
    white-space: initial !important;
}
.list > table th {
    font-weight: 500;
    text-align: left;
}
.list > table tr th,
.list > table tr td {
    padding: 20px;
    border-bottom: 1px solid #eef3f9;
}
.list > table > tbody tr:not(.highlight):hover {
    transition: all .1s;
    background-color: #fbfdff;
    -webkit-transition: all .1s;
}
.list > table > tbody tr.highlight {
    transition: none !important;
    -webkit-transition: none !important;
    background-color: #f6f8fb !important;
}
table.sortable thead th:not(.no-sort) {
    cursor: pointer;
    position: relative;
}
table.sortable thead th:not(.no-sort).sorted.ascending:after,
table.sortable thead th:not(.no-sort).sorted.descending:after {
    width: 0;
    height: 0;
    content: "";
    margin-left: 3.5px;
    bottom: calc(50% - 2.5px);
    position: absolute;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
table.sortable thead th:not(.no-sort).sorted.ascending:after {
    border-bottom: 5px solid #0051ff;
}
table.sortable thead th:not(.no-sort).sorted.descending:after {
    border-top: 5px solid #0051ff;
}
th.icon-action,
td.icon-action {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.material-icons.edit {
    color: #0051ff !important;
}
.list:not(.products):not(.deals):not(.store-permissions):not(.product-deals) > table tr > *:nth-child(1),
.list > table th.icon-action,
.list > table td.icon-action {
    width: 1% !important;
}
.list.stores > table tr > *:nth-child(3),
.list.stores > table tr > *:nth-child(4),
.list.stores > table tr > *:nth-child(5) {
    width: 33.3%;
}
.list.merchants > table tr > *:nth-child(2),
.list.merchants > table tr > *:nth-child(3) {
    width: 45%;
}
.list.filters > table tr > *:nth-child(2),
.list.filters > table tr > *:nth-child(3),
.list.filters > table tr > *:nth-child(4) {
    width: 20%;
}
.list.filters > table tr > *:nth-child(5) {
    width: 30%;
}
.list.products > table tr > *:nth-child(2),
.list.products > table tr > *:nth-child(3) {
    width: 50%;
}
.list.deals > table tr > *:nth-child(1) {
    width: 40% !important;
}
.list.deals > table tr > *:nth-child(2) {
    width: 15% !important;
}
.list.deals > table tr > *:nth-child(3) {
    width: 20% !important;
}
.list.deals > table tr > *:nth-child(5) {
    width: 50% !important;
}
.list.store-permissions > table tr > *:nth-child(1),
.list.store-permissions > table tr > *:nth-child(2) {
    width: 50% !important;
}
.list.product-deals > table tr > *:nth-child(1),
.list.product-deals > table tr > *:nth-child(2),
.list.product-deals > table tr > *:nth-child(3) {
    width: 33.33% !important;
}
.dropzone .dropzone-pre-load-image {
    width: 100%;
    height: 100%;
    max-width: 120px;
    max-height: 120px;
    object-fit: contain !important;
}
*:not(.dropzone).store-logo {
    width: 100%;
    height: 100%;
    max-width: 250px;
    max-height: 40px;
    display: inline-block !important;
}
*:not(.dropzone).store-logo > img {
    width: 100% !important;
    height: 100% !important;
    max-width: 250px !important;
    max-height: 40px !important;
    object-fit: contain !important;
}
.list.stores .store-logo {
    width: 50px;
    height: 50px;
    object-fit: contain !important;
}
.pager {
    padding: 15px 30px;
}
.pager > * {
    margin: 0 auto !important;
}
.pager .page-selector-next,
.pager .page-selector-prev {
    color: #0051ff;
    cursor: pointer;
    font-size: 125%;
    font-weight: 400;
}
.pager input {
    text-align: right;
    min-width: 0 !important;
    width: initial !important;
    padding: 5px 10px !important;
    -moz-appearance: textfield !important;
}
.pager input::-webkit-outer-spin-button,
.pager input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}
.search-header {
    width: 100%;
    margin: 0 auto !important;
}
.search-header input {
    width: 99%;
    height: 48px;
    padding-left: 10px;
    padding-right: 40px;
    outline: none !important;
    border: 1px solid #e0e5ec;
    font-family: Roboto,sans-serif;
    font-size: 11pt;
    border-radius: 3px;
    color: #1a2a3e;
    background-color: white !important;
}
.search-header input::-webkit-search-decoration,
.search-header input::-webkit-search-cancel-button {
    display: none !important;
}
.search-header button {
    height: 100%;
    padding: 0 15px;
    min-height: 0 !important;
    width: initial !important;
    outline: none !important;
    color: #1a2a3e !important;
    transition: none !important;
    box-shadow:  none !important;
    font-size: inherit; !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.search-header button .spinner {
    top: 0 !important;
    width: 24px !important;
    height: 24px !important;
}
.search-header button * {
    outline: none !important;
}
.brand-block,
.category-title-block,
.category-block {
    padding: 16px;
    border-radius: 2px;
    margin-bottom: 15px;
    background-color: white;
    color: initial !important;
    text-decoration: none !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .08);
}
.category-title-block img,
.category-block img {
    border-radius: 5px;
    object-fit: contain;
}
.category-title-block img {
    max-width: 50px;
    max-height: 50px;
}
.category-block img {
    max-width: 30px;
    max-height: 30px;
}
.brand-block,
.category-block {
    transition: all .05s;
}
.brand-block:hover,
.category-block:hover {
    text-decoration: none;
    -webkit-transform: scale(1.02);
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.08);
}
.blog-card,
.product-card {
    padding: 16px;
    border-radius: 2px;
    position: relative;
    margin-bottom: 15px;
    transition: all .05s;
    background-color: white;
    color: initial !important;
    text-decoration: none !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .08);
}
.blog-card:hover,
.product-card:hover {
    text-decoration: none;
    -webkit-transform: scale(1.02);
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.08);
}
.product-card .product-card-image {
    width: 100%;
    height: 125px;
    object-fit: contain;
}
.blog-card .blog-card-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.product-card .merchant-image {
    z-index: 5;
    max-width: 80px;
    max-height: 40px;
    margin-top: 15px;
    margin-left: 15px;
}
.product-card .product-card-merchant-image {
    width: 100%;
    height: 100%;
    max-width: 80px;
    max-height: 40px;
    object-fit: contain;
    object-position: left top;
}
.product-card .product-card-price-discount {
    color: green;
}
.product-card .product-card-price-discount-percentage {
    color: white;
    padding: 5px;
    font-size: 85%;
    border-radius: 3px;
    background-color: rgb(28, 215, 127);
    border-bottom-color: rgb(229, 231, 235);
}
.product-page {
    padding: 40px;
}
.product-page .product-page-review-stars i.empty,
.product-card .product-card-review-stars i.empty {
    color: rgb(229, 231, 235);
}
.product-page .product-page-review-stars i.filled,
.product-card .product-card-review-stars i.filled {
    color: rgb(255, 163, 31);
}
.blog-page .blog-name,
.product-page .product-name {
    font-size: 30px;
    line-height: 32px;
    font-weight: initial !important;
}
.product-page .product-page-image {
    width: 100%;
    height: 350px;
    object-fit: contain;
}
.product-page .product-page-deal {
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #7a90ab;
}
.product-page .list.product-deals img,
.product-page .product-page-deal img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.breadcrumbs > *:not(:last-child):after {
    content: ">";
    padding: 0 5px;
    color: initial !important;
}
.breadcrumbs > *:not(.active):hover,
.breadcrumbs > *.active {
    color: #0051ff !important;
}
.popup {
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    z-index: 99999;
    position: fixed;
    background-color: rgba(0, 0, 0, .75);
}
.popup:not(.visible) {
    display: none !important;
}
.popup > * {
    margin: 0 auto;
    max-width: 440px;
    border-radius: 3px;
    background-color: #fff;
    width: calc(100vw - 40px);
    overflow-y: auto !important;
    max-height: calc(100vh - 80px);
    transform-origin: top center;
}
.popup.visible > * {
    animation: lightbox .2s;
}
.popup i.close:hover {
    color: #0051ff;
}
.popup .scroll {
    max-height: 55vh;
    overflow-y: auto !important;
}
@keyframes stroke {
    to {
        stroke-dashoffset:0
    }
}
@keyframes fill {
    to {
        -webkit-box-shadow: inset 0 0 0 30px #0051ff;
        box-shadow:inset 0 0 0 30px #0051ff
    }
}
@keyframes flash_message_fade_out {
    0% {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        visibility: hidden;
        transform: translateY(16px);
    }
}
@keyframes spinner_rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
@keyframes svgScale {
    0% {
        transform: scale(0);
        opacity:0
    }
    100% {
        opacity: 1;
        transform:scale(1)
    }
}
@media only screen and (max-width: 415px) {
    .success-public.absolute:not(.keep-big) {
        position:fixed
    }
    .success-public.successHolder:not(.keep-big) {
        background-color:#0051ff
    }
    .success-public.successHolder.keep-big {
        background-color:#fff;
    }
    .success-public.successHolder:not(.keep-big) > .light {
        color:hsla(0, 0%, 100%, .6) !important
    }
    .success-public.successHolder:not(.keep-big) > h2 {
        color:#fff !important
    }
    .success-public .checkmark__circle {
        stroke:#fff
    }
    .success-public .checkmark {
        stroke: #0051ff;
        -webkit-box-shadow: inset 0 0 0 #fff;
        box-shadow:inset 0 0 0 #fff
    }
    @-webkit-keyframes fill {
        to {
            -webkit-box-shadow: inset 0 0 0 30px #fff;
            box-shadow:inset 0 0 0 30px #fff
        }
    }
    @keyframes fill {
        to {
            -webkit-box-shadow: inset 0 0 0 30px #fff;
            box-shadow:inset 0 0 0 30px #fff
        }
    }
}
@media only screen and (min-width: 415px) {
    .success-public.absolute:not(.keep-big) {
        position:absolute
    }
    .success-public.successHolder {
        background-color:#fff
    }
    .success-public .checkmark__circle {
        stroke:#0051ff
    }
    .success-public .checkmark {
        stroke: #fff;
        -webkit-box-shadow: inset 0 0 0 #0051ff;
        box-shadow:inset 0 0 0 #0051ff
    }
    @-webkit-keyframes fill {
        to {
            -webkit-box-shadow: inset 0 0 0 30px #0051ff;
            box-shadow:inset 0 0 0 30px #0051ff
        }
    }
    @keyframes fill {
        to {
            -webkit-box-shadow: inset 0 0 0 30px #0051ff;
            box-shadow:inset 0 0 0 30px #0051ff
        }
    }
}
@media only screen and (max-width: 720px) {
    .no-mobile {
        display:none !important;
    }
    select.styled:not(.initial-width),
    .dashboard .content-block select,
    .dashboard .content-block input:not(.search):not(.input_searchable),
    .filter-rules .filter-rule-group-row .filter-rule-group-container .filter-rule .input-placeholder {
        width: 100%;
    }
    .list.stores > table tr > *:nth-child(3) {
        width: 100% !important;
    }
    .list.merchants > table tr > *:nth-child(2) {
        width: 100% !important;
    }
    .mobile-flex-column {
        flex-direction: column;
    }
    .mobile-flex-column-reverse {
        flex-direction: column-reverse;
    }
    .mobile-spread {
        justify-content: space-between;
    }
    .mobile-no-break {
        word-break: normal; !important;
    }
    .center-mobile {
        text-align: center !important;
    }
    .dashboard .content-block .iti {
        width: 100%;
    }
    .content-block {
        padding: 20px;
    }
    .dashboard .content-block-wrapper {
        display: block;
    }
    .dashboard .content-block-wrapper .content-block:not(:last-child) {
        margin-bottom: 30px;
    }
    .filter-rules .filter-rule input {
        width: 100%;
    }
    .filter-rules .filter-rule:not(:first-child) {
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px solid #eef3f9;
    }
    .brand-block,
    .category-block {
        width: 100%;
    }
    .blog-card,
    .product-card {
        width: 100%;
    }
    .popup > * {
        width: 95vw;
        max-width: 440px;
        max-height: 95vh;
        border-radius: 0;
        min-height:auto;
    }
}
@media only screen and (min-width: 721px) {
    .mobile {
        display:none !important
    }
    .middle-no-mobile {
        align-items: center;
    }
    .product-page .product-page-image {
        max-width: 50% !important;
    }
    .grow-no-mobile {
        flex-grow: 1;
        flex-basis: 0;
    }
    .filter-rules .filter-rule-group-row .filter-rule-group-container .filter-rule input,
    .filter-rules .filter-rule-group-row .filter-rule-group-container .filter-rule .input-placeholder,
    .filter-rules .filter-rule-group-row .filter-rule-group-container .filter-rule select {
        width: 100% !important;
    }
    .content-block {
        padding: 30px;
    }
    .dashboard .content-block-wrapper {
        display: flex;
    }
    .dashboard .content-block-wrapper .content-block:not(:last-child) {
        margin-right: 30px;
    }
    .dashboard .content-block form .button,
    .dashboard .content-block .button.button-link,
    .dashboard .content-block form .double-input,
    .dashboard .content-block form .searchable_input,
    .dashboard .content-block form .searchable_input_results,
    .dashboard .content-block form *:not(.double-input) > input,
    .dashboard .content-block form *:not(.double-input) > select,
    .dashboard .content-block form *:not(.double-input) > .dd-container,
    .dashboard .content-block form *:not(.double-input) > .input-placeholder {
        width: 350px !important;
    }
    .dashboard .content-block *:not(.double-input) > .input-placeholder {
        text-align: right;
    }
    .hamburger-line {
        padding: 10px;
        border-radius: 5px;
        border: 1px solid #7a90ab;
    }
    .brand-block,
    .category-block {
        width: calc(25% - 11.25px);
    }
    .brand-block:nth-child(4n + 1),
    .brand-block:nth-child(4n + 2),
    .brand-block:nth-child(4n + 3),
    .category-block:nth-child(4n + 1),
    .category-block:nth-child(4n + 2),
    .category-block:nth-child(4n + 3) {
        margin-right: 15px;
    }
    .blog-card {
        width: calc(50% - 11.25px);
    }
    .product-card {
        width: calc(25% - 11.25px);
    }
    .blog-card:nth-child(4n + 1),
    .product-card:nth-child(4n + 1),
    .product-card:nth-child(4n + 2),
    .product-card:nth-child(4n + 3) {
        margin-right: 15px;
    }
}
@media only screen and (min-width: 1000px) {
    .header .ctas {
        display: none !important;
    }
    .header .flex > ul > li.dropdown > ul {
        top: 75px;
        position: absolute;
        box-shadow: 0 1.5rem 4rem rgba(22,28,45,0.15);
        background-color: #fff;
        visibility: hidden;
        opacity: 0;
        z-index: 101;
        transform: translate3d(-50%, 10px, 0);
        padding: 0;
        border-radius: 8px;
        overflow: hidden;
    }
    .header .flex > ul > li.dropdown > ul {
        max-height: 85vh;
        overflow-y: auto;
    }
    .header:not(.site) .flex > ul > li.dropdown > ul {
        left: 50%;
        width: 320px;
        transition: all 0.2s ease-in-out;
        transition-property: opacity,visibility,transform;
        transform-origin: top center;
    }
    .header.site .flex > ul > li.dropdown > ul {
        top: 60px;
        width: 100vw;
        max-width: 1100px;
        left: 0;
        right: 0;
        transform: translate3d(0, 10px, 0) !important;
    }
    .header .flex > ul > li.dropdown:hover > ul {
        opacity: 1;
        visibility: visible;
        transform: translate3d(-50%, -10px, 0);
    }
    .header .flex > ul > li.dropdown > ul > li a {
        position: relative;
        display: block;
        border-bottom: 1px solid #eaf1f9;
        margin: 0 0;
        padding: 20px 30px 15px 30px;
        text-decoration: none;
    }
    .header .flex > ul > li.dropdown > ul > li a > div:first-of-type {
        position: absolute;
        right: 25px;
        height: 24px;
        width: 24px;
        color: #7a90ab;
        top: calc(50% - 12px);
    }
    .header .flex > ul > li.dropdown > ul > li a > div:first-of-type > img {
        width: 100% !important;
        height: 100% !important;
    }
    .header .flex > ul > li.dropdown:not(.store-brands-dropdown) > ul > li a > span {
        text-transform: uppercase;
        font-size: 14px;
        display: block;
        text-decoration: none;
        line-height: 16px;
        height: 16px;
    }
    .header .flex > ul > li.dropdown > ul > li a > small {
        font-size: 14px;
        color: #7a90ab;
        text-decoration: none;
        line-height: 20px;
        height: 20px;
    }
    .header .flex > ul > li.dropdown > ul > li a:hover {
        background-color: #f9fcff;
    }
    .header.site .active,
    .header .flex > ul > li.dropdown > ul > li a.active > span,
    .header .flex > ul > li.dropdown > ul > li a.active > div,
    .header .flex > ul > li.dropdown > ul > li a:hover > span,
    .header .flex > ul > li.dropdown > ul > li a:hover > div {
        color: #1956d8;
    }
    .header .dropdown.store-brands-dropdown > ul > li > *,
    .header .dropdown.store-categories-dropdown > ul > li > * {
        width: 25% !important;
        align-self: baseline !important;
    }
    .search-header {
        max-width: 500px;
    }
}
@media only screen and (min-width: 721px) and (max-width: 1099px) {
    .products-card-wrapper {
        flex-wrap: wrap;
    }
    .blog-card:nth-child(4n + 2),
    .blog-card:nth-child(4n + 4),
    .product-card:nth-child(4n + 2),
    .product-card:nth-child(4n + 4) {
        margin-right: 0 !important;
    }
    .blog-card,
    .product-card {
        width: calc(50% - 7.5px);
    }
}
@media only screen and (max-width: 999px) {
    .header .cta {
        display: none !important;
    }
    .header .flex > ul {
        visibility: hidden;
        position: fixed;
        left: 0;
        right: 0;
        top: 80px;
        bottom: 0;
        max-height: calc(100vh - 80px);
        background-color: #fff;
        padding: 0 20px 20px 20px;
        box-shadow: 0 9px 9px rgba(74,86,105,0.08);
        transition: opacity 0.1s;
        opacity: 0;
        padding-top: 20px;
    }
    .header .flex > ul {
        display: block;
        visibility: hidden;
        position: fixed;
        left: 0;
        right: 0;
        top: 80px;
        bottom: 0;
        max-height: calc(100vh - 80px);
        background-color: #fff;
        padding: 0 20px 20px 20px;
        box-shadow: 0 9px 9px rgba(74,86,105,0.08);
        transition: opacity 0.1s;
        opacity: 0;
        padding-top: 20px;
    }
    .header .flex > ul.visible {
        visibility: visible !important;
        opacity: 1;
        transition: opacity 0.1s;
        overflow-y: scroll;
        padding-bottom: 100px;
    }
    .header .flex > ul > li:not(:last-child),
    .header.site .flex > ul > li {
        max-width: 560px;
    }
    .header .flex > ul > li {
        display: block;
        position: relative;
        margin-left: auto;
        margin-right: auto;
    }
    .header ul > li > a {
        line-height: 28px !important;
        padding: 16px 0 !important;
        position: relative !important;
        display: block !important;
        text-decoration: none;
        font-size: 16px !important;
        color: #32455d !important;
        border-bottom: 1px solid #edf6ff !important;
        text-shadow: none !important;
    }
    .header ul > li > a > small {
        display: block;
        color: #b5c2d2;
        font-size: 13.5px;
    }
    .header .flex > ul > li.ctas:last-child {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        padding: 0 20px 20px 20px;
        z-index: 2;
    }
    .header .flex > ul > li:last-child.ctas > .flex,
    .header .flex > ul > li:last-child.ctas > .sep {
        max-width: 560px;
        margin-left: auto;
        margin-right: auto;
    }
    .header ul > li.dropdown:not(.store-categories-dropdown):not(.store-brands-dropdown) > a {
        min-height: 88px !important;
    }
    .header .flex > ul > li.dropdown:not(.store-categories-dropdown):not(.store-brands-dropdown) > a {
        display: none !important;
    }
    .header .flex > ul > li.dropdown.store-brands-dropdown:not(.open) > ul,
    .header .flex > ul > li.dropdown.store-categories-dropdown:not(.open) > ul {
        display: none;
    }
    .header .flex > ul > li.dropdown.store-brands-dropdown > a > .ctas,
    .header .flex > ul > li.dropdown.store-categories-dropdown > a > .ctas {
        transition-duration: 0.2s;
        transition-timing-function: linear;
        transition-delay: initial;
        transition-property: transform;
    }
    .header .flex > ul > li.dropdown.store-brands-dropdown.open > a > .ctas,
    .header .flex > ul > li.dropdown.store-categories-dropdown.open > a > .ctas {
        transform: rotate(-180deg);
    }
    .header .flex > ul > li.dropdown.store-categories-dropdown.open > ul a {
        padding: 0 !important;
    }
    .header .flex > ul > li.dropdown.store-categories-dropdown.open > ul > li:not(:last-of-type),
    .header .flex > ul > li.dropdown.store-categories-dropdown.open > ul > li > div:not(:last-of-type) {
        margin-bottom: 20px;
    }
    .header .flex > ul > li.dropdown.store-categories-dropdown.open > ul > li > div > div > a {
        padding: 2.5px 0 !important;
    }
    .header .flex > ul > li.dropdown.store-categories-dropdown.open > ul {
        padding: 10px 0 !important;
        border-bottom: 1px solid #edf6ff !important;
    }
    .header .flex > ul > li.dropdown.store-brands-dropdown > ul > li a,
    .header .flex > ul > li.dropdown.store-categories-dropdown > ul > li a {
        display: flex !important;
    }
    .header .flex > ul > li.dropdown.store-brands-dropdown > ul > li > *,
    .header .flex > ul > li.dropdown.store-categories-dropdown > ul > li > * {
        width: 100% !important;
    }
    .header ul > li > a:hover,
    .header ul > li > a:hover > div,
    .header ul > li > a.active,
    .header ul > li > a.active > div {
        color: #1956d8 !important;
    }
    .header ul > li > a > div:first-of-type {
        color: #7a90ab;
        width: 24px;
        height: 24px;
        position: absolute;
        right: 0;
        top: calc(50% - 12px);
    }
    .header ul > li > a > div:first-of-type > img {
        width: 100% !important;
        height: 100% !important;
    }
    .header .mobile-flex-column {
        flex-direction: column;
    }
    .header .mobile-flex-column-reverse {
        flex-direction: column-reverse;
    }
}