@import url("https://fonts.cdnfonts.com/css/sf-pro-display");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@tailwind base;
@tailwind components;
@tailwind utilities;

@font-face {
    font-family: 'SF Pro Text';
    src: url('../fonts/SfProText/SF-Pro-Text-Regular.woff') format('woff'),
         url('../fonts/SfProText/SF-Pro-Text-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Text';
    src: url('../fonts/SfProText/SF-Pro-Text-Bold.woff') format('woff'),
         url('../fonts/SfProText/SF-Pro-Text-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Text';
    src: url('../fonts/SfProText/SF-Pro-Text-Medium.woff') format('woff'),
         url('../fonts/SfProText/SF-Pro-Text-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

html {
    margin-top: 30px;
    background: #e9e9e9;
}
* {
    font-family: 'SF Pro Text', sans-serif;
    letter-spacing: 0.2px;
}


::-webkit-scrollbar {
    width: 10px;
  }
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 5px;
  }
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #E6154B;
    border-radius: 5px;
  }
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: grey;
  }
input[type="radio"]{
    accent-color: #ed164e;
}
*:focus {
    outline: none !important;
}
.reset-appearance {
    margin: 0;
    padding: 0;
    border: 0 none;
    background: 0 0;
    line-height: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.contents_01 > p {
    min-height: 20px;
}


input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.resize-none {
    resize: none;
}
.resize-vertical {
    min-height: 2em;
    resize: vertical;
}
.resize-horizontal {
    max-width: 100%;
    resize: horizontal;
}
.resize-both {
    max-width: 100%;
    min-height: 2em;
    resize: both;
}
table.sticky-header {
    z-index: 500;
    top: 0;
    margin-top: 0;
    background-color: #fff;
}
.system-status-counter__status-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
}
.system-status-counter__status-icon:before {
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-repeat: no-repeat;
    background-position: center 2px;
    background-size: 16px;
}
.system-status-counter__status-icon--error:before {
    background-image: url(../misc/icons/e32700/error.svg);
}
.system-status-counter__status-icon--warning:before {
    background-image: url(../misc/icons/e29700/warning.svg);
}
.system-status-counter__status-icon--checked:before {
    background-image: url(../misc/icons/73b355/check.svg);
}
.system-status-report-counters__item {
    width: 100%;
    margin-bottom: 0.5em;
    padding: 0.5em 0;
    text-align: center;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0.063);
}
.system-status-general-info__item {
    margin-top: 1em;
    padding: 0 1em 1em;
    border: 1px solid #ccc;
}
.system-status-general-info__item-title {
    border-bottom: 1px solid #ccc;
}
body.drag {
    cursor: move;
}
tr.region-title {
    font-weight: 700;
}
tr.region-message {
    color: #999;
}
tr.region-populated {
    display: none;
}
tr.add-new .tabledrag-changed {
    display: none;
}
.draggable a.tabledrag-handle {
    float: left;
    overflow: hidden;
    height: 1.7em;
    margin-left: -1em;
    cursor: move;
    text-decoration: none;
}
[dir="rtl"] .draggable a.tabledrag-handle {
    float: right;
    margin-right: -1em;
    margin-left: 0;
}
a.tabledrag-handle:hover {
    text-decoration: none;
}
a.tabledrag-handle .handle {
    width: 14px;
    height: 14px;
    margin: -0.4em 0.5em 0;
    padding: 0.42em 0.5em;
    background: url(../misc/icons/787878/move.svg) no-repeat 6px 7px;
}
a.tabledrag-handle:focus .handle,
a.tabledrag-handle:hover .handle {
    background-image: url(../misc/icons/000000/move.svg);
}
.touchevents .draggable td {
    padding: 0 10px;
}
.touchevents .draggable .menu-item__link {
    display: inline-block;
    padding: 10px 0;
}
.touchevents a.tabledrag-handle {
    width: 40px;
    height: 44px;
}
.touchevents a.tabledrag-handle .handle {
    height: 21px;
    background-position: 40% 19px;
}
[dir="rtl"] .touch a.tabledrag-handle .handle {
    background-position: right 40% top 19px;
}
.touchevents .draggable.drag a.tabledrag-handle .handle {
    background-position: 50% -32px;
}
.tabledrag-toggle-weight-wrapper {
    text-align: right;
}
[dir="rtl"] .tabledrag-toggle-weight-wrapper {
    text-align: left;
}
.indentation {
    float: left;
    width: 20px;
    height: 1.7em;
    margin: -0.4em 0.2em -0.4em -0.4em;
    padding: 0.42em 0 0.42em 0.6em;
}
[dir="rtl"] .indentation {
    float: right;
    margin: -0.4em -0.4em -0.4em 0.2em;
    padding: 0.42em 0.6em 0.42em 0;
}
.tablesort {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: 100%;
}
.tablesort--asc {
    background-image: url(../misc/icons/787878/twistie-down.svg);
}
.tablesort--desc {
    background-image: url(../misc/icons/787878/twistie-up.svg);
}
div.tree-child {
    background: url(../misc/tree.png) no-repeat 11px center;
}
div.tree-child-last {
    background: url(../misc/tree-bottom.png) no-repeat 11px center;
}
[dir="rtl"] div.tree-child,
[dir="rtl"] div.tree-child-last {
    background-position: -65px center;
}
div.tree-child-horizontal {
    background: url(../misc/tree.png) no-repeat -11px center;
}
.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}
.ui-front {
    z-index: 100;
}
.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}
.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-tabs {
    position: relative;
    padding: 0.2em;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px 0.2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: 0.5em 1em;
    text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: 0 0;
}
.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: 0.12em;
    border: 0;
}
.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: 0;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid;
}
.ui-checkboxradio-disabled {
    pointer-events: none;
}
.ui-controlgroup {
    vertical-align: middle;
    display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus,
.ui-controlgroup > .ui-controlgroup-item:focus {
    z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
    padding: 0.4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
    border-left: 0;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
    border-top: 0;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: 0;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: 0;
}
.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc(100% - 2.4em);
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid;
}
.ui-resizable {
    position: relative;
}
.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
    display: none;
}
.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}
.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}
.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}
.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}
.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}
.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}
.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}
.ui-menu .ui-menu {
    position: absolute;
}
.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px 0.4em;
}
.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}
.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
    margin: -1px;
}
.ui-menu-icons {
    position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em;
}
.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.2em;
    margin: auto 0;
}
.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}
.ui-button {
    padding: 0.4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: 0.1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible;
}
.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
    text-decoration: none;
}
.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}
input.ui-button.ui-button-icon-only {
    text-indent: 0;
}
.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}
.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap;
}
input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: 0.4em 1em;
}
button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.2em;
    outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
    padding: 0.4em 1em;
    position: relative;
}
.ui-dialog .ui-dialog-title {
    float: left;
    margin: 0.1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 0.3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}
.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: 0.5em 1em;
    background: 0 0;
    overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: 0.5em;
    padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
    margin: 0.5em 0.4em 0.5em 0;
    cursor: pointer;
}
.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0;
}
.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0;
}
.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0;
}
.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0;
}
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw,
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw {
    width: 7px;
    height: 7px;
}
.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0;
}
.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0;
}
.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0;
}
.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0;
}
.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}
.views-align-left {
    text-align: left;
}
.views-align-right {
    text-align: right;
}
.views-align-center {
    text-align: center;
}
.views-view-grid .views-col {
    float: left;
}
.views-view-grid .views-row {
    float: left;
    clear: both;
    width: 100%;
}
.views-display-link + .views-display-link {
    margin-left: 0.5em;
}
.we-mega-menu-backend .we-mega-menu-submenu li.we-mega-menu-li {
    z-index: 1;
}
.we-mega-menu-submenu.selected {
    width: 500px;
}
#canvasMap {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
.callcenter-tabs-section {
    width: 30%;
    overflow: hidden;
    padding: 0 15px 15px 15px;
    float: left;
}
.tabs-section {
    margin: 15px 0;
    padding: 0;
}
.callcentertabs-content-section {
    width: 60%;
    overflow: hidden;
    padding: 0 15px 15px 15px;
    float: left;
}
.callcenter-tabs-section a {
    background-color: #eee;
    color: #000;
    display: block;
    padding: 18px;
    text-decoration: none;
    border: 1px solid #fff;
}
.callcenter-tabs-section li {
    list-style: none;
}
.callcenter-tabs-section a:hover {
    background-color: #fff;
}
.callcenter-tabs-section a:hover {
    background-color: #ccc;
}
.callcenter-tabs-section li.is-active a {
    background-color: #ccc;
}
.ui-widget {
    font-family: "SF Pro Text", sans-serif !important;
    font-size: 1em;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
    font-family: "SF Pro Text", sans-serif !important;
    font-size: 1em;
}
.ui-widget.ui-widget-content[aria-describedby="ui-id-2"] {
    border: 1px solid red;
    position: fixed !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
}
.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
}
.ui-widget-content a {
    color: #333;
}
.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: 700;
}
.ui-widget-header a {
    color: #333;
}
.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: 400;
    color: #454545;
}
.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
    color: #454545;
    text-decoration: none;
}
.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: 400;
    color: #2b2b2b;
}
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
a.ui-button:focus,
a.ui-button:hover {
    color: #2b2b2b;
    text-decoration: none;
}
.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: 400;
    color: #fff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #fff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
    text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}
.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: 0.7;
    filter: Alpha(Opacity=70);
    font-weight: 400;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: 0.35;
    filter: Alpha(Opacity=35);
    background-image: none;
}
.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}
.ui-icon {
    width: 16px;
    height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("../images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
    background-image: url("../images/ui-icons_444444_256x240.png");
}
.ui-button:focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
    background-image: url("../images/ui-icons_555555_256x240.png");
}
.ui-button:active .ui-icon,
.ui-state-active .ui-icon {
    background-image: url("../images/ui-icons_ffffff_256x240.png");
}
.ui-button .ui-state-highlight.ui-icon,
.ui-state-highlight .ui-icon {
    background-image: url("../images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("../images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
    background-image: url("../images/ui-icons_777777_256x240.png");
}
.ui-icon-blank {
    background-position: 16px 16px;
}
.ui-icon-caret-1-n {
    background-position: 0 0;
}
.ui-icon-caret-1-ne {
    background-position: -16px 0;
}
.ui-icon-caret-1-e {
    background-position: -32px 0;
}
.ui-icon-caret-1-se {
    background-position: -48px 0;
}
.ui-icon-caret-1-s {
    background-position: -65px 0;
}
.ui-icon-caret-1-sw {
    background-position: -80px 0;
}
.ui-icon-caret-1-w {
    background-position: -96px 0;
}
.ui-icon-caret-1-nw {
    background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}
.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}
.ui-icon-arrow-4 {
    background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}
.ui-icon-extlink {
    background-position: -32px -80px;
}
.ui-icon-newwin {
    background-position: -48px -80px;
}
.ui-icon-refresh {
    background-position: -64px -80px;
}
.ui-icon-shuffle {
    background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}
.ui-icon-folder-open {
    background-position: -16px -96px;
}
.ui-icon-document {
    background-position: -32px -96px;
}
.ui-icon-document-b {
    background-position: -48px -96px;
}
.ui-icon-note {
    background-position: -64px -96px;
}
.ui-icon-mail-closed {
    background-position: -80px -96px;
}
.ui-icon-mail-open {
    background-position: -96px -96px;
}
.ui-icon-suitcase {
    background-position: -112px -96px;
}
.ui-icon-comment {
    background-position: -128px -96px;
}
.ui-icon-person {
    background-position: -144px -96px;
}
.ui-icon-print {
    background-position: -160px -96px;
}
.ui-icon-trash {
    background-position: -176px -96px;
}
.ui-icon-locked {
    background-position: -192px -96px;
}
.ui-icon-unlocked {
    background-position: -208px -96px;
}
.ui-icon-bookmark {
    background-position: -224px -96px;
}
.ui-icon-tag {
    background-position: -240px -96px;
}
.ui-icon-home {
    background-position: 0 -112px;
}
.ui-icon-flag {
    background-position: -16px -112px;
}
.ui-icon-calendar {
    background-position: -32px -112px;
}
.ui-icon-cart {
    background-position: -48px -112px;
}
.ui-icon-pencil {
    background-position: -64px -112px;
}
.ui-icon-clock {
    background-position: -80px -112px;
}
.ui-icon-disk {
    background-position: -96px -112px;
}
.ui-icon-calculator {
    background-position: -112px -112px;
}
.ui-icon-zoomin {
    background-position: -128px -112px;
}
.ui-icon-zoomout {
    background-position: -144px -112px;
}
.ui-icon-search {
    background-position: -160px -112px;
}
.ui-icon-wrench {
    background-position: -176px -112px;
}
.ui-icon-gear {
    background-position: -192px -112px;
}
.ui-icon-heart {
    background-position: -208px -112px;
}
.ui-icon-star {
    background-position: -224px -112px;
}
.ui-icon-link {
    background-position: -240px -112px;
}
.ui-icon-cancel {
    background-position: 0 -128px;
}
.ui-icon-plus {
    background-position: -16px -128px;
}
.ui-icon-plusthick {
    background-position: -32px -128px;
}
.ui-icon-minus {
    background-position: -48px -128px;
}
.ui-icon-minusthick {
    background-position: -64px -128px;
}
.ui-icon-close {
    background-position: -80px -128px;
}
.ui-icon-closethick {
    background-position: -96px -128px;
}
.ui-icon-key {
    background-position: -112px -128px;
}
.ui-icon-lightbulb {
    background-position: -128px -128px;
}
.ui-icon-scissors {
    background-position: -144px -128px;
}
.ui-icon-clipboard {
    background-position: -160px -128px;
}
.ui-icon-copy {
    background-position: -176px -128px;
}
.ui-icon-contact {
    background-position: -192px -128px;
}
.ui-icon-image {
    background-position: -208px -128px;
}
.ui-icon-video {
    background-position: -224px -128px;
}
.ui-icon-script {
    background-position: -240px -128px;
}
.ui-icon-alert {
    background-position: 0 -144px;
}
.ui-icon-info {
    background-position: -16px -144px;
}
.ui-icon-notice {
    background-position: -32px -144px;
}
.ui-icon-help {
    background-position: -48px -144px;
}
.ui-icon-check {
    background-position: -64px -144px;
}
.ui-icon-bullet {
    background-position: -80px -144px;
}
.ui-icon-radio-on {
    background-position: -96px -144px;
}
.ui-icon-radio-off {
    background-position: -112px -144px;
}
.ui-icon-pin-w {
    background-position: -128px -144px;
}
.ui-icon-pin-s {
    background-position: -144px -144px;
}
.ui-icon-play {
    background-position: 0 -160px;
}
.ui-icon-pause {
    background-position: -16px -160px;
}
.ui-icon-seek-next {
    background-position: -32px -160px;
}
.ui-icon-seek-prev {
    background-position: -48px -160px;
}
.ui-icon-seek-end {
    background-position: -64px -160px;
}
.ui-icon-seek-start {
    background-position: -80px -160px;
}
.ui-icon-seek-first {
    background-position: -80px -160px;
}
.ui-icon-stop {
    background-position: -96px -160px;
}
.ui-icon-eject {
    background-position: -112px -160px;
}
.ui-icon-volume-off {
    background-position: -128px -160px;
}
.ui-icon-volume-on {
    background-position: -144px -160px;
}
.ui-icon-power {
    background-position: 0 -176px;
}
.ui-icon-signal-diag {
    background-position: -16px -176px;
}
.ui-icon-signal {
    background-position: -32px -176px;
}
.ui-icon-battery-0 {
    background-position: -48px -176px;
}
.ui-icon-battery-1 {
    background-position: -64px -176px;
}
.ui-icon-battery-2 {
    background-position: -80px -176px;
}
.ui-icon-battery-3 {
    background-position: -96px -176px;
}
.ui-icon-circle-plus {
    background-position: 0 -192px;
}
.ui-icon-circle-minus {
    background-position: -16px -192px;
}
.ui-icon-circle-close {
    background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}
.ui-icon-circle-check {
    background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
    border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
    border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
    border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
    border-bottom-right-radius: 3px;
}
.ui-widget-overlay {
    background: #aaa;
    opacity: 0.3;
    filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666;
}
.layout--onecol .layout__region {
    width: 100%;
}
.layout--twocol-section {
    display: flex;
    flex-wrap: wrap;
}
.layout--twocol-section > .layout__region {
    flex: 0 1 100%;
}
.paragraph--unpublished {
    background-color: #fff4f4;
}
html {
    font-family: "SF Pro Text", sans-serif !important;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}

@media (max-width: 768px) {
    body, html {
        width: 100%;
        overflow-x: hidden;
        /*margin: 0;*/
        /*padding: 0;*/
    }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    margin: 0.67em 0;
    font-size: 2em;
}
mark {
    color: #000;
    background: #ff0;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: "SF Pro Text", sans-serif !important;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
    appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}
fieldset {
    padding: 0.35em 0.625em 0.75em;
    margin: 0 2px;
    border: 1px solid silver;
}
legend {
    padding: 0;
    border: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: 700;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
td,
th {
    padding: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
body {
    font-family: "SF Pro Text", sans-serif !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #337ab7;
    text-decoration: none;
}
a:focus,
a:hover {
    color: #E6154B;
    /*text-decoration: underline;*/
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    opacity: 0.05;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role="button"] {
    cursor: pointer;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%;
}
.h1,
h1 {
    font-size: 36px;
}
.h2,
h2 {
    font-size: 30px;
}
.h3,
h3 {
    font-size: 24px;
}
.h4,
h4 {
    font-size: 18px;
}
.h5 {
    font-size: 14px;
}
.h6,
h6 {
    font-size: 12px;
}
p {
    margin: 0 0 10px;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
.small,
small {
    font-size: 85%;
}
.mark,
mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #777;
}
.text-primary {
    color: #337ab7;
}
a.text-primary:focus,
a.text-primary:hover {
    color: #286090;
}
.text-success {
    color: #3c763d;
}
a.text-success:focus,
a.text-success:hover {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:focus,
a.text-info:hover {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:focus,
a.text-warning:hover {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:focus,
a.text-danger:hover {
    color: #843534;
}
.bg-primary {
    color: #fff;
    background-color: #337ab7;
}
a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #286090;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}
ol,
ul {
    margin-top: 0;
    margin-bottom: 10px;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dd,
dt {
    line-height: 1.42857143;
}
dt {
    font-weight: 700;
}
dd {
    margin-left: 0;
}
abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0;
}
blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0;
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: "";
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: "\00A0 \2014";
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
    font-family: "SF Pro Text", sans-serif !important;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
    margin: 4px 0 0;
    line-height: normal;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple],
select[size] {
    height: auto;
}
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out 0.15s,
        -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}
textarea.form-control {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: none;
    appearance: none;
}
.form-group {
    margin-bottom: 15px;
}
.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    position: absolute;
    margin-left: -20px;
}
.checkbox + .checkbox,
.radio + .radio {
    margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px;
}
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
    cursor: not-allowed;
}
.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed;
}
.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed;
}
.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0;
}
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-sm {
    height: 30px;
    line-height: 30px;
}
select[multiple].input-sm,
textarea.input-sm {
    height: auto;
}
.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto;
}
.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
select.input-lg {
    height: 46px;
    line-height: 46px;
}
select[multiple].input-lg,
textarea.input-lg {
    height: auto;
}
.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto;
}
.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 42.5px;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}
.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}
.has-success .form-control-feedback {
    color: #3c763d;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
    color: #8a6d3b;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}
.has-error .form-control-feedback {
    color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
    top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px;
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    /* border: 1px solid transparent; */
    border-radius: 5px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none;
}
.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc;
}
.btn-default .badge {
    color: #fff;
    background-color: #333;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}
.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}
.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}
.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}
.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}
.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}
.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none;
}
.btn-group-lg > .btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn-group-sm > .btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}
.fade {
    opacity: 1;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropdown,
.dropup {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0 !important;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background: 0 0 !important;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    color: #777;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}
.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    float: left;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
    z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
    float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn .caret {
    margin-left: 0;
}
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}
.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
    float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical
    > .btn-group:first-child:not(:last-child)
    > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical
    > .btn-group:last-child:not(:first-child)
    > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}
.btn-group-justified > .btn-group .btn {
    width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group .form-control:focus {
    z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
    height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
    height: auto;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell;
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}
.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}
.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
    margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
#block-breadcrumbs nav ol li:last-child a {
    color: #999;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
    z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav > li {
    position: relative;
    display: block;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: #eee;
}
.nav > li.disabled > a {
    color: #777;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: #eee;
    border-color: #337ab7;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}
.nav-tabs.nav-justified > li {
    float: none;
}
.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd;
}
.nav-pills > li {
    float: left;
}
.nav-pills > li > a {
    border-radius: 4px;
}
.nav-pills > li + li {
    margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #337ab7;
}
.nav-stacked > li {
    float: none;
}
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified {
    width: 100%;
}
.nav-justified > li {
    float: none;
}
.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
.nav-tabs-justified {
    border-bottom: 0;
}
.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover {
    border: 1px solid #ddd;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.navbar {
    position: relative;
    min-height: 50px;
    border: 1px solid transparent;
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-collapse.in {
    overflow-y: auto;
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px;
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}
.navbar-brand > img {
    display: block;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
.navbar-nav {
    margin: 7.5px -15px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
.navbar-nav > li > a:hover,.navbar-nav > li > a:hover span.ms-2.text-black {
    text-decoration: none;
    color: #e6154b !important;
}
.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}
.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
    color: #777;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent;
}
.navbar-default .navbar-text {
    color: #777;
}
.navbar-default .navbar-nav > li > a {
    color: #777;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #333;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #555;
    background-color: #e7e7e7;
}
.navbar-default .navbar-link {
    color: #777;
}
.navbar-default .navbar-link:hover {
    color: #333;
}
.navbar-default .btn-link {
    color: #777;
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc;
}
.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}
.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-text {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
    color: #444;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: #333;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #080808;
}
.navbar-inverse .navbar-link {
    color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
    color: #fff;
}
.navbar-inverse .btn-link {
    color: #9d9d9d;
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.breadcrumb > .active {
    color: #777;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;

    margin-left: -1px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #dfdfdf;
    margin: 0 2px !important;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    display: block;
    display: flex;
    border-radius: 0 !important;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 4px;
    border-color: #dee2e6;
    font-weight: 600;
    padding: 6px 15px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
/*
Custom pagination in Grid and list view
*/
.pagination li:last-child a::before , .pagination li:last-child span::before
{
   content: "";
   font-size: 16px;
   font-weight: 400;
   margin-right: 10px;
   display: none;
}
.pagination li:first-child a::after, .pagination li:first-child span::after
{
   content: "";
   font-size: 16px;
   font-weight: 400;
   margin-left: 10px;
   display: none;
}
/*
Custom pagination in Grid and list view
*/
.page-item:first-child .page-link:after {
    content: "";
    font-size: 16px;
    font-weight: 400;
    margin-left: 10px;
}
.page-item:last-child .page-link:before {
    content: "";
    font-size: 16px;
    font-weight: 400;
    margin-right: 10px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 2;
    color: #fff;
    background-color: #444444;
    border-color: transparent;
    box-shadow: 0 0 0 0.25rem transparent;
}
.page-item.active .page-link {
    background-color: #000;
    border-color: transparent;
    margin: 0 10px;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: unset !important;
    color: #fff;
    cursor: default;
    background-color: #e6154b;
    border-color: transparent;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}
.pager li {
    display: inline;
}
.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.pager li > a:focus,
.pager li > a:hover {
    text-decoration: none;
    background-color: #eee;
}
.pager .next > a,
.pager .next > span {
    float: right;
}
.pager .previous > a,
.pager .previous > span {
    float: left;
}
.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

.label:empty {
    display: none;
}
.btn .label {
    position: relative;
    top: -1px;
}
.label-default {
    background-color: #777;
}
.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e;
}
.label-primary {
    background-color: #337ab7;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #286090;
}
.label-success {
    background-color: #5cb85c;
}
.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44;
}
.label-info {
    background-color: #5bc0de;
}
.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f;
}
.label-danger {
    background-color: #d9534f;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.btn-group-xs > .btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}
a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff;
}
.list-group-item > .badge {
    float: right;
}
.list-group-item > .badge + .badge {
    margin-right: 5px;
}
.nav-pills > li > a > .badge {
    margin-left: 3px;
}
.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}
.jumbotron .h1,
.jumbotron h1 {
    color: inherit;
}
.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}
.jumbotron > hr {
    border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px;
}
.jumbotron .container {
    max-width: 100%;
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}
.thumbnail a > img,
.thumbnail > img {
    margin-right: auto;
    margin-left: auto;
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #337ab7;
}
.thumbnail .caption {
    padding: 9px;
    color: #333;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: 700;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: -o-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}
.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
    background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: -o-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}
.progress-bar-info {
    background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: -o-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}
.progress-bar-warning {
    background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: -o-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}
.progress-bar-danger {
    background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: -o-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}
.media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}
.media-body {
    width: 10000px;
}
.media-object {
    display: block;
}
.media-object.img-thumbnail {
    max-width: none;
}
.media-right,
.media > .pull-right {
    padding-left: 10px;
}
.media-left,
.media > .pull-left {
    padding-right: 10px;
}
.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
}
.media-middle {
    vertical-align: middle;
}
.media-bottom {
    vertical-align: bottom;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}
.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
    color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333;
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}
button.list-group-item {
    width: 100%;
    text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
    color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef;
}
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}
.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}
.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
    padding: 15px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
    color: inherit;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel
    > .panel-collapse
    > .list-group:first-child
    .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel
    > .panel-heading
    + .panel-collapse
    > .list-group
    .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.list-group + .panel-footer {
    border-top-width: 0;
}
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
    margin-bottom: 0;
}
.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
    padding-right: 15px;
    padding-left: 15px;
}
.panel > .table-responsive:first-child > .table:first-child,
.panel > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel
    > .table-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > thead:first-child
    > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel
    > .table-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child
    td:first-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child
    th:first-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > thead:first-child
    > tr:first-child
    td:first-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > thead:first-child
    > tr:first-child
    th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel
    > .table:first-child
    > thead:first-child
    > tr:first-child
    th:first-child {
    border-top-left-radius: 3px;
}
.panel
    > .table-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child
    td:last-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child
    th:last-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > thead:first-child
    > tr:first-child
    td:last-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > thead:first-child
    > tr:first-child
    th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tbody:last-child
    > tr:last-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tfoot:last-child
    > tr:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tbody:last-child
    > tr:last-child
    td:first-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tbody:last-child
    > tr:last-child
    th:first-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tfoot:last-child
    > tr:last-child
    td:first-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tfoot:last-child
    > tr:last-child
    th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tbody:last-child
    > tr:last-child
    td:last-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tbody:last-child
    > tr:last-child
    th:last-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tfoot:last-child
    > tr:last-child
    td:last-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tfoot:last-child
    > tr:last-child
    th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
    border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
}
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
}
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
    border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}
.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}
.panel-group {
    margin-bottom: 20px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}
.panel-default {
    border-color: #ddd;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}
.panel-primary {
    border-color: #337ab7;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}
.panel-warning {
    border-color: #faebcc;
}
.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}
.panel-danger {
    border-color: #ebccd1;
}
.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
    padding: 24px;
    border-radius: 6px;
}
.well-sm {
    padding: 9px;
    border-radius: 3px;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
}
.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
}
button.close {
    -webkit-appearance: none;
    appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.modal ol,
.modal ul {
    padding-left: 2rem;
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "SF Pro Text", sans-serif !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    opacity: 0;
    line-break: auto;
}
.tooltip.in {
    opacity: 0.9;
}
.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}
.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}
.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}
.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "SF Pro Text", sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    line-break: auto;
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.popover-content {
    padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover > .arrow {
    border-width: 11px;
}
.popover > .arrow:after {
    content: "";
    border-width: 10px;
}
.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}
.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}
.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}
.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0;
}
.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}
.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff;
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
    line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
    opacity: 0.5;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(
        left,
        rgba(0, 0, 0, 0.5) 0,
        rgba(0, 0, 0, 0.0001) 100%
    );
    background-image: -o-linear-gradient(
        left,
        rgba(0, 0, 0, 0.5) 0,
        rgba(0, 0, 0, 0.0001) 100%
    );
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(0, 0, 0, 0.5)),
        to(rgba(0, 0, 0, 0.0001))
    );
    background-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5) 0,
        rgba(0, 0, 0, 0.0001) 100%
    );
    background-repeat: repeat-x;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(
        left,
        rgba(0, 0, 0, 0.0001) 0,
        rgba(0, 0, 0, 0.5) 100%
    );
    background-image: -o-linear-gradient(
        left,
        rgba(0, 0, 0, 0.0001) 0,
        rgba(0, 0, 0, 0.5) 100%
    );
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(0, 0, 0, 0.0001)),
        to(rgba(0, 0, 0, 0.5))
    );
    background-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.0001) 0,
        rgba(0, 0, 0, 0.5) 100%
    );
    background-repeat: repeat-x;
}
.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1;
}
.carousel-control .icon-prev:before {
    content: "\2039";
}
.carousel-control .icon-next:before {
    content: "\203a";
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.9);
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
    text-shadow: none;
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important;
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important;
}
.visible-print {
    display: none !important;
}
.visible-print-block {
    display: none !important;
}
.visible-print-inline {
    display: none !important;
}
.visible-print-inline-block {
    display: none !important;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
@font-face {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/fontquicksand/quicksand-v6-latin-300.eot");
    src: local("Quicksand Light"), local("Quicksand-Light"),
        url("../fonts/fontquicksand/quicksand-v6-latin-300.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/fontquicksand/quicksand-v6-latin-300.woff2")
            format("woff2"),
        url("../fonts/fontquicksand/quicksand-v6-latin-300.woff") format("woff"),
        url("../fonts/fontquicksand/quicksand-v6-latin-300.ttf")
            format("truetype"),
        url("../fonts/fontquicksand/quicksand-v6-latin-300.svg#Quicksand")
            format("svg");
}
@font-face {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/fontquicksand/quicksand-v6-latin-500.eot");
    src: local("Quicksand Medium"), local("Quicksand-Medium"),
        url("../fonts/fontquicksand/quicksand-v6-latin-500.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/fontquicksand/quicksand-v6-latin-500.woff2")
            format("woff2"),
        url("../fonts/fontquicksand/quicksand-v6-latin-500.woff") format("woff"),
        url("../fonts/fontquicksand/quicksand-v6-latin-500.ttf")
            format("truetype"),
        url("../fonts/fontquicksand/quicksand-v6-latin-500.svg#Quicksand")
            format("svg");
}
@font-face {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/fontquicksand/quicksand-v6-latin-regular.eot");
    src: local("Quicksand Regular"), local("Quicksand-Regular"),
        url("../fonts/fontquicksand/quicksand-v6-latin-regular.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/fontquicksand/quicksand-v6-latin-regular.woff2")
            format("woff2"),
        url("../fonts/fontquicksand/quicksand-v6-latin-regular.woff")
            format("woff"),
        url("../fonts/fontquicksand/quicksand-v6-latin-regular.ttf")
            format("truetype"),
        url("../fonts/fontquicksand/quicksand-v6-latin-regular.svg#Quicksand")
            format("svg");
}
@font-face {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/fontquicksand/quicksand-v6-latin-700.eot");
    src: local("Quicksand Bold"), local("Quicksand-Bold"),
        url("../fonts/fontquicksand/quicksand-v6-latin-700.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/fontquicksand/quicksand-v6-latin-700.woff2")
            format("woff2"),
        url("../fonts/fontquicksand/quicksand-v6-latin-700.woff") format("woff"),
        url("../fonts/fontquicksand/quicksand-v6-latin-700.ttf")
            format("truetype"),
        url("../fonts/fontquicksand/quicksand-v6-latin-700.svg#Quicksand")
            format("svg");
}
@-webkit-keyframes fadeInFromNone {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes fadeInFromNone {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-o-keyframes fadeInFromNone {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeInFromNone {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
        visibility: visible;
        opacity: 0;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@-webkit-keyframes bounceInUp {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInUp {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
html {
    font-size: 100%;
}
img {
     max-width: 100%;
    height: auto;
}
.ico-arrow,
.we-mega-menu-toolbar .chosen-container-single .chosen-single div b,
.we-mega-menu-toolbar .we-mega-menu-btn-break-col:before {
    width: 0.6875rem;
    height: 0.6875rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
}
.ico-arrow,
.we-mega-menu-toolbar .chosen-container-single .chosen-single div b,
.we-mega-menu-toolbar .we-mega-menu-btn-break-col:before {
    background-image: url("../images/ico-arrow.png");
}
.ico-arrow-white,
.we-mega-menu-toolbar .we-mega-menu-btn-break-col:after {
    width: 0.6875rem;
    height: 0.6875rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
}
.ico-arrow-white,
.we-mega-menu-toolbar .we-mega-menu-btn-break-col:after {
    background-image: url("../images/ico-arrow-white.png");
}
.close {
    font-size: 0;
    opacity: 1;
    position: absolute;
    top: -8px;
    right: -8px;
    z-index: 5;
    background: #e16060;
    color: #fff;
    width: 15px;
    height: 15px;
    padding: 0 !important;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.close:focus,
.close:hover {
    background: #d93535;
}
.icon-remove:before {
    content: "\f00d";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 8px;
    color: #fff;
    line-height: 14px;
    font-weight: 100;
}
.ajax-progress.ajax-progress-throbber {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    margin: 0;
}
.we-mega-menu-toolbar .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
    margin-bottom: 0;
}
.we-mega-menu-toolbar .switch input {
    display: none;
}
.we-mega-menu-toolbar .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #666;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3) inset;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3) inset;
}
.we-mega-menu-toolbar .slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.we-mega-menu-toolbar input:checked + .slider {
    background-color: #54e1c5;
}
.we-mega-menu-toolbar input:focus + .slider {
    box-shadow: 0 0 1px #54e1c5;
}
.we-mega-menu-toolbar input:checked + .slider:before {
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
}
.we-mega-menu-toolbar .slider.round {
    border-radius: 34px;
}
.we-mega-menu-toolbar .slider.round:before {
    border-radius: 50%;
}
.navbar-we-mega-menu .we-mega-menu-row {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.navbar-we-mega-menu .we-mega-menu-row > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 97.87234%;
    -ms-flex: 0 0 97.87234%;
    flex: 0 0 97.87234%;
    max-width: 97.87234%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative;
}
.navbar-we-mega-menu .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 6.20567%;
    -ms-flex: 0 0 6.20567%;
    flex: 0 0 6.20567%;
    max-width: 6.20567%;
}
.navbar-we-mega-menu .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.53901%;
    -ms-flex: 0 0 14.53901%;
    flex: 0 0 14.53901%;
    max-width: 14.53901%;
}
.navbar-we-mega-menu .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 22.87234%;
    -ms-flex: 0 0 22.87234%;
    flex: 0 0 22.87234%;
    max-width: 22.87234%;
}
.navbar-we-mega-menu .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 31.20567%;
    -ms-flex: 0 0 31.20567%;
    flex: 0 0 31.20567%;
    max-width: 31.20567%;
}
.navbar-we-mega-menu .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 39.53901%;
    -ms-flex: 0 0 39.53901%;
    flex: 0 0 39.53901%;
    max-width: 39.53901%;
}
.navbar-we-mega-menu .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 47.87234%;
    -ms-flex: 0 0 47.87234%;
    flex: 0 0 47.87234%;
    max-width: 47.87234%;
}
.navbar-we-mega-menu .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 56.20567%;
    -ms-flex: 0 0 56.20567%;
    flex: 0 0 56.20567%;
    max-width: 56.20567%;
}
.navbar-we-mega-menu .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 64.53901%;
    -ms-flex: 0 0 64.53901%;
    flex: 0 0 64.53901%;
    max-width: 64.53901%;
}
.navbar-we-mega-menu .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 72.87234%;
    -ms-flex: 0 0 72.87234%;
    flex: 0 0 72.87234%;
    max-width: 72.87234%;
}
.navbar-we-mega-menu .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 81.20567%;
    -ms-flex: 0 0 81.20567%;
    flex: 0 0 81.20567%;
    max-width: 81.20567%;
}
.navbar-we-mega-menu .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 89.53901%;
    -ms-flex: 0 0 89.53901%;
    flex: 0 0 89.53901%;
    max-width: 89.53901%;
}
.navbar-we-mega-menu .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 97.87234%;
    -ms-flex: 0 0 97.87234%;
    flex: 0 0 97.87234%;
    max-width: 97.87234%;
}
.we-mega-menu-toolbar {
    position: relative;
}
.we-mega-menu-toolbar .we-mega-menu-bar {
    display: none;
}
.we-mega-menu-toolbar .btn-get-icon {
    font-size: 0.625rem;
    width: 4.375rem;
    height: 1.25rem;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #2a5caa;
    position: relative;
    top: 2px;
}
.we-mega-menu-toolbar .btn-get-icon:focus,
.we-mega-menu-toolbar .btn-get-icon:hover {
    background-color: #224a89;
    color: #fff;
    text-decoration: none;
}
.we-mega-menu-toolbar .we-mega-menu-column-config .form-fix-width {
    margin-right: 0.3125rem;
}
.we-mega-menu-toolbar .form-fix-width {
    margin-right: 0.5rem;
    min-width: 4.375rem;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.we-mega-menu-toolbar .form-fix-width label {
    font-size: 0.8125rem;
}
.we-mega-menu-toolbar .we-mega-menu-btn-add-row {
    -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.35);
    font-size: 1.625rem;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-family: Quicksand, sans-serif;
    font-weight: 700;
    width: 30px;
    height: 30px;
    line-height: 1;
    padding: 0;
    padding-bottom: 0.3125rem;
}
.we-mega-menu-toolbar .we-mega-menu-btn-add-row:focus,
.we-mega-menu-toolbar .we-mega-menu-btn-add-row:hover {
    border-color: #2a5caa;
    background-color: #2a5caa;
    color: #fff;
}
.we-mega-menu-toolbar .btn-group,
.we-mega-menu-toolbar .btn-group-vertical {
    display: block;
}
.we-mega-menu-toolbar .align-inner {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #c4c4c4;
    text-align: center;
}
.we-mega-menu-toolbar .align-inner:after,
.we-mega-menu-toolbar .align-inner:before {
    display: table;
    content: " ";
}
.we-mega-menu-toolbar .align-inner:after {
    clear: both;
}
.we-mega-menu-toolbar .align-inner > .btn {
    padding: 0.5625rem 0.75rem 0.5625rem 0.75rem;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0 none;
    border-right: 1px solid #c4c4c4;
    margin-left: 0;
}
.we-mega-menu-toolbar .align-inner > .btn:first-child {
    -moz-border-radius-topleft: 20px;
    -webkit-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    -webkit-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.we-mega-menu-toolbar .align-inner > .btn:last-child {
    -moz-border-radius-topright: 20px;
    -webkit-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-right: 0 none;
}
.we-mega-menu-toolbar .align-inner > .btn:focus,
.we-mega-menu-toolbar .align-inner > .btn:hover {
    background-color: #2a5caa;
    color: #fff;
    outline: 0;
}
.we-mega-menu-toolbar .align-break-column {
    max-width: 6.25rem;
}
.we-mega-menu-toolbar .we-mega-menu-align-btn-group:after,
.we-mega-menu-toolbar .we-mega-menu-align-btn-group:before {
    display: table;
    content: " ";
}
.we-mega-menu-toolbar .we-mega-menu-align-btn-group:after {
    clear: both;
}
.we-mega-menu-toolbar h2 {
    font-size: 1.875rem;
    color: #000;
    font-family: Quicksand, sans-serif;
    font-weight: 500;
    display: block;
    margin: 0;
    width: 100%;
}
.we-mega-menu-toolbar h2 + p {
    width: 100%;
    font-size: 0.875rem;
    color: #000;
    font-family: Quicksand, sans-serif;
    font-weight: 500;
    margin-bottom: 2.5rem;
}
.we-mega-menu-toolbar label {
    font-size: 1rem;
    color: #000;
    font-family: Quicksand, sans-serif;
    font-weight: 500;
    margin-bottom: 0.3125rem;
    display: block;
}
.we-mega-menu-toolbar .we-mega-menu-btn-break-col {
    font-size: 0;
    height: 2.375rem;
    width: 2.375rem;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative;
}
.we-mega-menu-toolbar .we-mega-menu-btn-break-col:focus:after,
.we-mega-menu-toolbar .we-mega-menu-btn-break-col:hover:after {
    opacity: 1;
}
.we-mega-menu-toolbar .we-mega-menu-btn-break-col:after,
.we-mega-menu-toolbar .we-mega-menu-btn-break-col:before {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -0.1875rem;
    margin-top: -0.3125rem;
}
.we-mega-menu-toolbar .we-mega-menu-btn-break-col:before {
    content: "";
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.we-mega-menu-toolbar .we-mega-menu-btn-break-col:last-child:before {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-left: -0.375rem;
}
.we-mega-menu-toolbar .we-mega-menu-btn-break-col:last-child:after {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-left: -0.375rem;
}
.we-mega-menu-toolbar .we-mega-menu-btn-break-col:after {
    content: "";
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
}
.we-mega-menu-toolbar .form-group {
    margin-bottom: 1.25rem;
}
.we-mega-menu-toolbar .form-control {
    min-width: 11.25rem;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -moz-box-shadow: initial;
    -webkit-box-shadow: initial;
    box-shadow: initial;
    height: 2.5rem;
    padding: 0.5625rem 1.25rem 0.5625rem 1.25rem;
    border-color: #c4c4c4;
    color: #555;
}
.we-mega-menu-toolbar .form-control:focus {
    -moz-box-shadow: initial;
    -webkit-box-shadow: initial;
    box-shadow: initial;
    border-color: #5e5e5e;
}
.we-mega-menu-toolbar .btn-success {
    border-color: #2a5caa;
    background-color: #2a5caa;
}
.we-mega-menu-toolbar .btn-success:focus,
.we-mega-menu-toolbar .btn-success:hover {
    border-color: #224a89;
    background-color: #224a89;
}
.we-mega-menu-toolbar .btn-danger,
.we-mega-menu-toolbar .btn-primary {
    border-color: #c4c4c4;
    background-color: #fff;
    color: #666;
}
.we-mega-menu-toolbar .btn-danger:focus,
.we-mega-menu-toolbar .btn-danger:hover,
.we-mega-menu-toolbar .btn-primary:focus,
.we-mega-menu-toolbar .btn-primary:hover {
    border-color: #2a5caa;
    background-color: #2a5caa;
    color: #fff;
}
.we-mega-menu-toolbar .we-mega-menu-actions {
    margin-top: 0.3125rem;
}
.we-mega-menu-toolbar .we-mega-menu-actions:after,
.we-mega-menu-toolbar .we-mega-menu-actions:before {
    display: table;
    content: " ";
}
.we-mega-menu-toolbar .we-mega-menu-actions:after {
    clear: both;
}
.we-mega-menu-toolbar .we-mega-menu-actions .col-md-12 {
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
    width: auto;
    float: none;
}
.we-mega-menu-toolbar .we-mega-menu-actions .btn {
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
    text-align: center;
    float: left;
    min-width: 5.3125rem;
    padding: 0.5625rem 0 0.5625rem 0;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin-bottom: 0.75rem;
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
    font-family: Quicksand, sans-serif;
    font-weight: 500;
}
.we-mega-menu-toolbar .we-mega-menu-actions .btn-save {
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px);
}
.we-mega-menu-toolbar .ui-widget.ui-widget-content {
    margin-top: 0.3125rem;
    -webkit-border-radius: 0.1875rem;
    border-radius: 0.1875rem;
    border: 1px solid #c4c4c4;
}
.we-mega-menu-toolbar .ui-state-active,
.we-mega-menu-toolbar .ui-widget-content .ui-state-active {
    background: #2a5caa;
    border-color: #2a5caa;
    color: #fff;
}
.we-mega-menu-toolbar .chosen-container {
    width: 100% !important;
    min-width: 11.25rem;
}
.we-mega-menu-toolbar .chosen-container .chosen-results li.highlighted {
    background: #2a5caa;
}
.we-mega-menu-toolbar
    .chosen-container-active.chosen-with-drop
    .chosen-single
    div
    b {
    background-position: 0 0;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.we-mega-menu-toolbar .chosen-container-single .chosen-single {
    display: block;
    width: 100%;
    height: 2.5rem;
    padding: 0.5625rem 2.1875rem 0.5625rem 1.25rem;
    font-size: 0.875rem;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #c4c4c4;
    -moz-transition-property: border-color, box-shadow;
    -o-transition-property: border-color, box-shadow;
    -webkit-transition-property: border-color, box-shadow;
    transition-property: border-color, box-shadow;
    -moz-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-border-radius: 1.25rem;
    border-radius: 1.25rem;
    -moz-box-shadow: initial;
    -webkit-box-shadow: initial;
    box-shadow: initial;
}
.we-mega-menu-toolbar .chosen-container-single .chosen-single div {
    width: 1.25rem;
    right: 0.75rem;
}
.we-mega-menu-toolbar .chosen-container-single .chosen-single div b {
    background-image: url("../images/ico-arrow.png") !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-position: 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.375rem;
    margin-top: -0.3125rem;
}
.we-mega-menu-toolbar .chosen-container-single .chosen-drop {
    -webkit-border-radius: 0.1875rem;
    border-radius: 0.1875rem;
    border: 1px solid #c4c4c4;
    margin-top: 0.3125rem;
}
.we-mega-menu-backend .we-mega-menu-group .we-mega-menu-col {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
}
.we-mega-menu-backend .we-mega-menu-group > .we-mega-menu-submenu,
.we-mega-menu-backend .we-mega-menu-group > .we-mega-menu-submenu.hover {
    background: 0 0 !important;
    border: 1px solid transparent !important;
    -moz-box-shadow: inherit !important;
    -webkit-box-shadow: inherit !important;
    box-shadow: inherit !important;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.we-mega-menu-backend .we-mega-menu-col {
    border: 1px solid #c4c4c4;
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.we-mega-menu-backend .we-mega-menu-col.hover {
    color: #000;
    background: #fffbf0 !important;
    border: 1px solid #666 !important;
    -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5) !important;
    -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5) !important;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5) !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.we-mega-menu-backend .navbar-we-mega-menu.admin {
    min-height: 50rem;
    padding: 0;
}
.we-mega-menu-backend .navbar-we-mega-menu .selected {
    color: #000 !important;
    background: #fffbf0 !important;
    border: 1px solid #666 !important;
    -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5) !important;
    -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5) !important;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5) !important;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px;
    border-radius: 3px !important;
}
.we-mega-menu-backend
    .navbar-we-mega-menu
    .we-mega-menu-row
    ~ .we-mega-menu-row {
    padding-top: 0.3125rem;
    margin-top: 0.3125rem;
}
.we-mega-menu-backend .navbar-we-mega-menu .right > .we-mega-menu-submenu {
    left: auto;
    right: 0;
}
.we-mega-menu-backend .navbar-we-mega-menu .center > .we-mega-menu-submenu {
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
    margin-top: 0.3125rem;
}
.we-mega-menu-backend .navbar-we-mega-menu .justify {
    position: static;
}
.we-mega-menu-backend .navbar-we-mega-menu .justify > .we-mega-menu-submenu {
    min-width: 100%;
    width: 100%;
    top: 100%;
    margin-top: 0.3125rem;
}
.we-mega-menu-backend
    .navbar-we-mega-menu
    .we-mega-menu-submenu
    .right
    > .we-mega-menu-submenu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 1.25rem;
}
.we-mega-menu-backend
    .navbar-we-mega-menu
    .we-mega-menu-submenu
    .center
    > .we-mega-menu-submenu {
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 0;
}
.we-mega-menu-backend .navbar-we-mega-menu .we-mega-menu-submenu .justify {
    position: initial;
}
.we-mega-menu-backend
    .navbar-we-mega-menu
    .we-mega-menu-submenu
    .justify
    > .we-mega-menu-submenu {
    min-width: 100%;
    left: 0;
    margin-left: 0;
}
.we-mega-menu-backend .navbar-we-mega-menu .we-mega-menu-submenu a i,
.we-mega-menu-backend .navbar-we-mega-menu .we-mega-menu-submenu span i {
    font-size: 0.625rem;
}
.we-mega-menu-backend
    .navbar-we-mega-menu
    .we-mega-menu-submenu
    li.we-mega-menu-li
    a:focus,
.we-mega-menu-backend
    .navbar-we-mega-menu
    .we-mega-menu-submenu
    li.we-mega-menu-li
    a:hover,
.we-mega-menu-backend
    .navbar-we-mega-menu
    .we-mega-menu-submenu
    li.we-mega-menu-li
    span:focus,
.we-mega-menu-backend
    .navbar-we-mega-menu
    .we-mega-menu-submenu
    li.we-mega-menu-li
    span:hover {
    border-bottom-color: #c4c4c4;
}
.we-mega-menu-backend .navbar-we-mega-menu .we-mega-menu-caption {
    color: #999;
    font-size: 0.6875rem;
    margin-top: 0.125rem;
    display: block;
    white-space: nowrap;
}
.we-mega-menu-backend .navbar-we-mega-menu a i {
    margin-right: 0.3125rem;
    font-size: 0.75rem;
}
.we-mega-menu-backend
    .navbar-we-mega-menu
    [class*="span"].hover
    .type-of-block:after,
.we-mega-menu-backend
    .navbar-we-mega-menu
    [class*="span"].selected
    .type-of-block:after {
    border-style: solid;
    border-color: #666;
    background-color: #666;
    color: #fff;
}
.we-mega-menu-backend .navbar-we-mega-menu .type-of-block {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1;
    flex: 1;
}
.we-mega-menu-backend .navbar-we-mega-menu .we-mega-menu-col > * {
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
}
.we-mega-menu-backend .navbar-we-mega-menu .we-mega-menu-col iframe {
    width: 100%;
}
.we-mega-menu-backend .navbar-we-mega-menu.admin .type-of-block {
    pointer-events: none;
    cursor: default;
}
.we-mega-menu-backend .navbar-we-mega-menu.admin .type-of-block .block-inner {
    opacity: 0.3;
}
.we-mega-menu-backend .navbar-we-mega-menu.admin .type-of-block:after {
    display: block;
    position: absolute;
    background: #eff0f1;
    right: 0;
    bottom: 0;
    content: "Block";
    width: 3.75rem;
    padding: 0.125rem 0 0.125rem 0;
    text-align: center;
    font-size: 0.625rem;
    text-transform: uppercase;
    color: #666;
    -moz-border-radius: 3px 0 0 0;
    -webkit-border-radius: 3px;
    border-radius: 3px 0 0 0;
    border: 1px dotted #ddd;
    border-width: 1px 0 0 1px;
}
.we-mega-menu-backend .navbar-we-mega-menu {
    background-color: #fff;
    border: 0 none;
    border-top: 0 none;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    z-index: 10;
}
.we-mega-menu-backend .we-mega-menu-ul {
    display: -webkit-flex;
    display: flex;
    margin-left: -0.25rem;
    margin-right: -0.25rem;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.we-mega-menu-backend .we-mega-menu-ul > .we-mega-menu-li {
    border: none;
    padding: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-bottom: 0.3125rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}
.we-mega-menu-backend .we-mega-menu-ul > .we-mega-menu-li > a.we-mega-menu-li {
    text-align: left;
    color: #000;
    font-family: Quicksand, sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    margin: 0;
    border: 1px solid #c4c4c4;
    padding: 0.5625rem 2.8125rem 0.5625rem 0.9375rem;
    background: 0 0;
    font-weight: 700;
    -webkit-border-radius: 1.25rem;
    border-radius: 1.25rem;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.we-mega-menu-backend
    .we-mega-menu-ul
    > .we-mega-menu-li
    > a.we-mega-menu-li:active,
.we-mega-menu-backend
    .we-mega-menu-ul
    > .we-mega-menu-li
    > a.we-mega-menu-li:focus,
.we-mega-menu-backend
    .we-mega-menu-ul
    > .we-mega-menu-li
    > a.we-mega-menu-li:hover {
    color: #000;
    text-decoration: none;
}
.we-mega-menu-backend
    .we-mega-menu-ul
    > .we-mega-menu-li
    > .we-megamenu-nolink {
    text-align: left;
    color: #000;
    font-family: Quicksand, sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    margin: 0;
    border: 1px solid #c4c4c4;
    padding: 0.5625rem 2.8125rem 0.5625rem 0.9375rem;
    background: 0 0;
    font-weight: 700;
    -webkit-border-radius: 1.25rem;
    border-radius: 1.25rem;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.we-mega-menu-backend .we-mega-menu-ul > .we-mega-menu-li.selected {
    border: 0 none !important;
    background: 0 0 !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.we-mega-menu-backend .we-mega-menu-ul > .we-mega-menu-li.selected > a {
    color: #000 !important;
    background: #fffbf0 !important;
    border: 1px solid #666 !important;
    -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5) !important;
    -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5) !important;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5) !important;
    -moz-border-radius: 20px !important;
    -webkit-border-radius: 20px;
    border-radius: 20px !important;
}
.we-mega-menu-backend .we-mega-menu-ul > .we-mega-menu-li.hover > a,
.we-mega-menu-backend .we-mega-menu-ul > .we-mega-menu-li.hover > span {
    color: #666 !important;
    background: #fffbf0 !important;
    border: 1px solid #666 !important;
    -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5) !important;
    -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5) !important;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5) !important;
}
.we-mega-menu-backend .we-mega-menu-ul > .we-mega-menu-li.hover > a:before,
.we-mega-menu-backend .we-mega-menu-ul > .we-mega-menu-li.hover > span:before {
    opacity: 1;
}
.we-mega-menu-backend .we-mega-menu-ul > .we-mega-menu-li.hover > a:after,
.we-mega-menu-backend .we-mega-menu-ul > .we-mega-menu-li.hover > span:after {
    opacity: 0;
}
.we-mega-menu-backend
    .we-mega-menu-ul
    .we-mega-menu-li.dropdown-menu
    .we-mega-menu-submenu {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
}
.we-mega-menu-backend .we-mega-menu-ul .we-mega-menu-li.dropdown-menu.open {
    position: relative;
    z-index: 25;
}
.we-mega-menu-backend
    .we-mega-menu-ul
    .we-mega-menu-li.dropdown-menu.open
    > .we-mega-menu-submenu {
    display: block;
    opacity: 1;
    visibility: visible;
}
.we-mega-menu-backend
    .we-mega-menu-ul
    .dropdown-menu
    .dropdown-menu:first-child
    > .we-mega-menu-submenu {
    margin-top: 0;
}
.we-mega-menu-backend .we-mega-menu-submenu {
    border: 1px solid #c4c4c4;
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
    margin-top: 0.625rem;
    -webkit-border-radius: 0.1875rem;
    border-radius: 0.1875rem;
    -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2) !important;
    -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2) !important;
    background: #fdfdfd;
}
.we-mega-menu-backend .we-mega-menu-submenu.hover {
    background: #fffbf0 !important;
    border: 1px solid #666 !important;
    -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5) !important;
    -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5) !important;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5) !important;
    -webkit-border-radius: 0.1875rem;
    border-radius: 0.1875rem;
}
.we-mega-menu-backend .we-mega-menu-submenu.hover .we-megamenu-nolink,
.we-mega-menu-backend .we-mega-menu-submenu.hover > a {
    background: #fffbf0 !important;
    border: 1px solid #666 !important;
    -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5) !important;
    -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5) !important;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5) !important;
}
.we-mega-menu-backend .we-mega-menu-submenu li.we-mega-menu-li {
    margin-bottom: 0.3125rem;
    top: auto;
}
.we-mega-menu-backend
    .we-mega-menu-submenu
    li.we-mega-menu-li
    .we-megamenu-nolink,
.we-mega-menu-backend .we-mega-menu-submenu li.we-mega-menu-li a {
    padding: 0.3125rem 1.25rem 0.3125rem 0.625rem;
    border: 1px dotted #c4c4c4;
    -webkit-border-radius: 0.1875rem;
    border-radius: 0.1875rem;
    font-size: 0.875rem;
    font-family: Quicksand, sans-serif;
    font-weight: 500;
    color: #000;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    margin-right: 0;
    outline: 0;
    position: relative;
    background-color: #fff;
    display: block;
}
.we-mega-menu-backend
    .we-mega-menu-submenu
    li.we-mega-menu-li:first-child
    > .we-megamenu-nolink,
.we-mega-menu-backend .we-mega-menu-submenu li.we-mega-menu-li:first-child > a {
    padding-top: 0.3125rem;
}
.we-mega-menu-backend
    .we-mega-menu-submenu
    li.we-mega-menu-li:first-child
    > .we-megamenu-nolink:after,
.we-mega-menu-backend
    .we-mega-menu-submenu
    li.we-mega-menu-li:first-child
    > .we-megamenu-nolink:before,
.we-mega-menu-backend
    .we-mega-menu-submenu
    li.we-mega-menu-li:first-child
    > a:after,
.we-mega-menu-backend
    .we-mega-menu-submenu
    li.we-mega-menu-li:first-child
    > a:before {
    margin-top: -0.3125rem;
}
.we-mega-menu-backend
    .we-mega-menu-submenu
    li.we-mega-menu-li.open
    > .we-megamenu-nolink,
.we-mega-menu-backend .we-mega-menu-submenu li.we-mega-menu-li.open > a {
    color: #000;
    background: #fffbf0 !important;
    border: 1px solid #666 !important;
}
.we-mega-menu-backend .we-mega-menu-submenu li.we-mega-menu-li.selected {
    border: 0 none !important;
    -moz-box-shadow: initial !important;
    -webkit-box-shadow: initial !important;
    box-shadow: initial !important;
}
.we-mega-menu-backend
    .we-mega-menu-submenu
    li.we-mega-menu-li.hover
    > .we-megamenu-nolink,
.we-mega-menu-backend .we-mega-menu-submenu li.we-mega-menu-li.hover > a {
    color: #666 !important;
    background: #fffbf0 !important;
    border: 1px solid #666 !important;
    -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5) !important;
    -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5) !important;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5) !important;
}
.we-mega-menu-backend .we-mega-menu-submenu .we-mega-menu-submenu {
    margin-left: 0.625rem;
    margin-top: 0;
}
.we-mega-menu-backend .we-mega-menu-submenu > .we-mega-menu-submenu-inner {
    min-height: auto;
}
.we-mega-menu-backend
    .we-mega-menu-ul
    .dropdown-menu:focus
    > .we-mega-menu-submenu,
.we-mega-menu-backend
    .we-mega-menu-ul
    .dropdown-menu:hover
    > .we-mega-menu-submenu {
    display: none;
}
.we-mega-menu-backend
    .we-mega-menu-ul
    > .dropdown-menu
    > .we-mega-menu-submenu {
    margin-top: 0.5rem;
}
body.we-mega-menu-backend {
    font-size: 0.875rem;
}
body.we-mega-menu-backend .breadcrumb {
    background-color: #fff;
}
body.we-mega-menu-backend .messages--error {
    display: none;
}
body.we-mega-menu-backend .block-system-main-block {
    font-family: Quicksand, sans-serif;
    font-weight: 400;
    border: 1px solid #c4c4c4;
    padding: 5% 3%;
    position: relative;
}
body.we-mega-menu-backend .block-system-main-block:after,
body.we-mega-menu-backend .block-system-main-block:before {
    display: table;
    content: " ";
}
body.we-mega-menu-backend .block-system-main-block:after {
    clear: both;
}
body.we-mega-menu-backend .block-system-main-block > .we-mega-menu {
    float: right;
    padding-left: 4%;
    width: 30%;
    background-image: url("../images/bar-bor.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    padding-bottom: 8.75rem;
}
.we-mega-menu .ico-toolbar {
    height: 39px;
    padding: 0;
    text-indent: -999em;
    width: 39px;
    background-color: #fafafa;
    border: 0;
    font-size: 1em;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0.7;
    overflow: hidden;
}
.we-mega-menu .ico-toolbar:before {
    background-attachment: scroll;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    width: 20px;
    margin: 0 auto;
    background-image: url("../images/push-left.svg");
}
.we-mega-menu .ico-toolbar:focus,
.we-mega-menu .ico-toolbar:hover {
    outline: 0;
    opacity: 1;
}
.navbar-we-mega-menu.admin {
    float: left;
    width: 70%;
    padding-right: 20px;
}
.navbar-we-mega-menu.admin
    .we-mega-menu-ul
    > .we-mega-menu-li
    > a.we-mega-menu-li {
    min-width: 10.625rem;
}
.we-mega-menu-backend.we-mega-menu-toolbar-horizontal
    .we-mega-menu-toolbar
    h2
    + p {
    margin-bottom: 1.875rem;
}
.we-mega-menu-backend.we-mega-menu-toolbar-horizontal .we-mega-menu {
    position: relative;
}
.we-mega-menu-backend.we-mega-menu-toolbar-horizontal
    .we-mega-menu
    .ico-toolbar {
    bottom: 0;
    top: auto;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.we-mega-menu-backend.we-mega-menu-toolbar-horizontal .block-system-main-block {
    padding: 0;
    font-family: Quicksand, sans-serif;
    font-weight: 400;
}
.we-mega-menu-backend.we-mega-menu-toolbar-horizontal
    .block-system-main-block:after,
.we-mega-menu-backend.we-mega-menu-toolbar-horizontal
    .block-system-main-block:before {
    display: table;
    content: " ";
}
.we-mega-menu-backend.we-mega-menu-toolbar-horizontal
    .block-system-main-block:after {
    clear: both;
}
.we-mega-menu-backend.we-mega-menu-toolbar-horizontal
    .block-system-main-block
    > .we-mega-menu {
    width: auto;
    padding: 2% 3%;
    background-color: #fafafa;
    background-image: none;
}
.we-mega-menu-backend.we-mega-menu-toolbar-horizontal
    .navbar-we-mega-menu.admin {
    width: 100%;
    padding: 3% 3%;
}
.we-mega-menu-backend.we-mega-menu-toolbar-horizontal .col-md-12 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-left: 0;
    padding-right: 0;
}
.we-mega-menu-backend.we-mega-menu-toolbar-horizontal .col-md-12 > * {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}
.we-mega-menu-backend.we-mega-menu-toolbar-horizontal .col-md-12 > h2,
.we-mega-menu-backend.we-mega-menu-toolbar-horizontal .col-md-12 > h2 + p {
    padding-right: 30%;
}
.we-mega-menu-backend.we-mega-menu-toolbar-horizontal .col-md-12 .clearfix {
    width: 100%;
    order: 10;
}
.we-mega-menu-backend.we-mega-menu-toolbar-horizontal .we-mega-menu-actions {
    position: absolute;
    right: 0;
    top: 0;
    width: 25%;
}
.we-mega-menu-backend.we-mega-menu-toolbar-horizontal
    .we-mega-menu-actions
    .col-md-12 {
    padding-right: 0;
}
.we-mega-menu-backend.we-mega-menu-toolbar-horizontal
    .form-group:not(.form-fix-width) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}
body:not(.we-mega-menu-backend) .navbar-we-mega-menu .always-show .caret,
body:not(.we-mega-menu-backend)
    .navbar-we-mega-menu
    .always-show
    .dropdown-submenu
    > a:after,
body:not(.we-mega-menu-backend)
    .navbar-we-mega-menu
    .always-show
    .dropdown-submenu
    > a:before,
body:not(.we-mega-menu-backend) .navbar-we-mega-menu .hidden-collapse,
body:not(.we-mega-menu-backend)
    .navbar-we-mega-menu
    [class*="hidden-collapse"]
    .caret,
body:not(.we-mega-menu-backend)
    .navbar-we-mega-menu
    [class*="hidden-collapse"]
    > .nav-child,
body:not(.we-mega-menu-backend)
    .navbar-we-mega-menu
    [class*="hidden-collapse"]
    > a:after,
body:not(.we-mega-menu-backend)
    .navbar-we-mega-menu
    [class*="hidden-collapse"]
    > a:before {
    display: none !important;
}
body:not(.we-mega-menu-backend)
    .navbar-we-mega-menu
    [class*="hidden-collapse"]
    > .we-mega-menu-submenu {
    display: none !important;
}
body:not(.we-mega-menu-backend)
    .navbar-we-mega-menu[data-alwayshowsubmenu="0"]
    .we-mega-menu-submenu {
    display: none !important;
}
body:not(.we-mega-menu-backend)
    .navbar-we-mega-menu[data-alwayshowsubmenu="0"]
    .dropdown-menu
    > a:after,
body:not(.we-mega-menu-backend)
    .navbar-we-mega-menu[data-alwayshowsubmenu="0"]
    .dropdown-menu
    > a:before,
body:not(.we-mega-menu-backend)
    .navbar-we-mega-menu[data-alwayshowsubmenu="0"]
    .dropdown-menu
    > span:after,
body:not(.we-mega-menu-backend)
    .navbar-we-mega-menu[data-alwayshowsubmenu="0"]
    .dropdown-menu
    > span:before {
    display: none !important;
}
.navbar-we-mega-menu[data-autoarrow="0"]:not(.admin) .dropdown-menu > a:after,
.navbar-we-mega-menu[data-autoarrow="0"]:not(.admin) .dropdown-menu > a:before,
.navbar-we-mega-menu[data-autoarrow="0"]:not(.admin)
    .dropdown-menu
    > span:after,
.navbar-we-mega-menu[data-autoarrow="0"]:not(.admin)
    .dropdown-menu
    > span:before {
    display: none;
}
.navbar-we-mega-menu .we-mega-menu-caption {
    color: #999;
    font-size: 0.75rem;
    margin-top: 2px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.navbar-we-mega-menu .we-mega-menu-caption {
    display: block;
    white-space: nowrap;
}
nav[data-animation="Fading"]
    .we-mega-menu-ul
    .we-mega-menu-li.dropdown-menu.clicked
    > .we-mega-menu-submenu,
nav[data-animation="Fading"]:not(.admin)
    .we-mega-menu-ul
    .dropdown-menu:not(.clicked):focus
    > .we-mega-menu-submenu,
nav[data-animation="Fading"]:not(.admin)
    .we-mega-menu-ul
    .dropdown-menu:not(.clicked):hover
    > .we-mega-menu-submenu,
nav[data-animation="Fading"]:not(.click-action)
    .we-mega-menu-ul
    .we-mega-menu-li.dropdown-menu.open
    > .we-mega-menu-submenu {
    -moz-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -moz-animation-duration: 0.35s;
    -webkit-animation-duration: 0.35s;
    animation-duration: 0.35s;
    -moz-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -moz-animation-name: fadeInFromNone;
    -webkit-animation-name: fadeInFromNone;
    animation-name: fadeInFromNone;
}
nav[data-animation="Slide"]
    .we-mega-menu-ul
    .we-mega-menu-li.dropdown-menu.clicked
    > .we-mega-menu-submenu,
nav[data-animation="Slide"]:not(.admin)
    .we-mega-menu-ul
    .dropdown-menu:not(.clicked):focus
    > .we-mega-menu-submenu,
nav[data-animation="Slide"]:not(.admin)
    .we-mega-menu-ul
    .dropdown-menu:not(.clicked):hover
    > .we-mega-menu-submenu,
nav[data-animation="Slide"]:not(.click-action)
    .we-mega-menu-ul
    .we-mega-menu-li.dropdown-menu.open
    > .we-mega-menu-submenu {
    -moz-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -moz-animation-duration: 0.35s;
    -webkit-animation-duration: 0.35s;
    animation-duration: 0.35s;
    -moz-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -moz-animation-name: slideInUp;
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
nav[data-animation="Zoom"]
    .we-mega-menu-ul
    .we-mega-menu-li.dropdown-menu.clicked
    > .we-mega-menu-submenu,
nav[data-animation="Zoom"]:not(.admin)
    .we-mega-menu-ul
    .dropdown-menu:not(.clicked):focus
    > .we-mega-menu-submenu,
nav[data-animation="Zoom"]:not(.admin)
    .we-mega-menu-ul
    .dropdown-menu:not(.clicked):hover
    > .we-mega-menu-submenu,
nav[data-animation="Zoom"]:not(.click-action)
    .we-mega-menu-ul
    .we-mega-menu-li.dropdown-menu.open
    > .we-mega-menu-submenu {
    -moz-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -moz-animation-duration: 0.35s;
    -webkit-animation-duration: 0.35s;
    animation-duration: 0.35s;
    -moz-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -moz-animation-name: zoomInUp;
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
    -moz-animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}
nav[data-animation="Elastic"]
    .we-mega-menu-ul
    .we-mega-menu-li.dropdown-menu.clicked
    > .we-mega-menu-submenu,
nav[data-animation="Elastic"]:not(.admin)
    .we-mega-menu-ul
    .dropdown-menu:not(.clicked):focus
    > .we-mega-menu-submenu,
nav[data-animation="Elastic"]:not(.admin)
    .we-mega-menu-ul
    .dropdown-menu:not(.clicked):hover
    > .we-mega-menu-submenu,
nav[data-animation="Elastic"]:not(.click-action)
    .we-mega-menu-ul
    .we-mega-menu-li.dropdown-menu.open
    > .we-mega-menu-submenu {
    -moz-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -moz-animation-duration: 0.35s;
    -webkit-animation-duration: 0.35s;
    animation-duration: 0.35s;
    -moz-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -moz-animation-name: bounceInUp;
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
    -moz-animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}
[dir="rtl"] .we-mega-menu-submenu li.we-mega-menu-li {
    float: none;
}
.cart-block--contents {
    width: 225px;
    background: #fff;
    color: #000;
}
.cart-block--contents__inner {
    padding: 10px;
}
.cart--cart-block .cart-block--contents a {
    color: inherit;
}
.cart-block--summary,
.cart-block--summary__count,
.cart-block--summary__icon img {
    vertical-align: middle;
}
.cart--cart-block li.cart-block--contents__item {
    clear: both;
    margin-bottom: 10px;
    border-bottom: 1px #eaeaea solid;
}
.cart-block--contents__quantity {
    float: left;
}
.cart-block--contents__price {
    float: right;
}
.messages__wrapper {
    padding: 0 0 0 8px;
    font-family: "SF Pro Text", sans-serif !important;
}
[dir="rtl"] .messages__wrapper {
    padding: 0 8px 0 0;
}
.messages:first-child {
    margin-top: 28px;
}
.messages:last-child {
    margin-bottom: 13px;
}
.messages a {
    display: inline;
}
.pager .pager__items {
    padding: 0;
}
.pager__item {
    padding: 10px 15px;
    font-size: 0.929em;
}
.pager__item a {
    display: inline-block;
}
.pager__item.is-active a {
    color: #3b3b3b;
    border-bottom: 0;
}
.pager__item--first,
.pager__item--previous {
    padding: 10px 10px 10px 0;
}
[dir="rtl"] .pager__item--first,
[dir="rtl"] .pager__item--previous {
    padding-right: 0;
    padding-left: 10px;
}
.pager__item--ellipsis {
    padding: 10px 0;
}
.pager__item--last,
.pager__item--next {
    padding: 10px 0 10px 10px;
}
[dir="rtl"] .pager__item--last,
[dir="rtl"] .pager__item--next {
    padding-right: 10px;
    padding-left: 0;
}
table {
    width: 100%;
    margin: 10px 0;
    border-spacing: 0;
    border: 0;
    font-size: 0.857em;
}
table table {
    font-size: 1em;
}
tr {
    padding: 0.1em 0.6em;
    border-bottom: 1px solid #ccc;
    background: #efefef;
    background: rgba(0, 0, 0, 0.063);
}
thead > tr {
    border-bottom: 1px solid #000;
}
tr.odd {
    background: #e4e4e4;
    background: rgba(0, 0, 0, 0.105);
}
table tr th {
    border-bottom-style: none;
    background: #757575;
    background: rgba(0, 0, 0, 0.51);
}
table tr th,
table tr th a,
table tr th a:focus,
table tr th a:hover {
    color: #fff;
    font-weight: 700;
}
table tbody tr th {
    vertical-align: top;
}
tr td,
tr th {
    padding: 4px 9px;
    text-align: left;
    border: 1px solid #fff;
}
.tabledrag-handle,
.tabledrag-handle:hover {
    border: 0;
}
[dir="rtl"] tr td,
[dir="rtl"] tr th {
    text-align: right;
}
.tablesort {
    width: 14px;
    height: 14px;
    margin: 1px 0 0 5px;
    vertical-align: top;
}
.tablesort--asc {
    background-image: url(../images/misc/icons/twistie-down.svg);
}
.tablesort--desc {
    background-image: url(../images/misc/icons/twistie-up.svg);
}
a.tabledrag-handle .handle {
    width: 24px;
    height: 24px;
}
div.page-tabs {
    margin-bottom: 20px;
}
.page-tabs ul.primary li a {
    display: block;
    height: 1.8em;
    padding: 0 10px 3px;
    color: #000;
    border-width: 1px;
    border-style: solid solid none solid;
    border-color: #bbb;
    background-color: #f2f0ef;
    text-shadow: 0 1px 0 #fff;
    font-size: 0.929em;
    line-height: 1.9;
}
.page-tabs ul.primary li .is-active {
    color: #e6154b;
}
.page-tabs ul.primary li a:hover {
    background-color: #e5e2df;
}
.page-tabs ul.secondary {
    overflow: hidden;
    margin: 5px;
    padding: 0.5em 0;
    border-bottom: 0;
}
.page-tabs ul.secondary li {
    display: block;
    float: left;
    margin: 0;
    padding: 0 1em;
    border-right: 1px solid #ff0000;
}
[dir="rtl"] .page-tabs ul.secondary li {
    float: right;
    border-right: 0;
    border-left: 1px solid #ccc;
}
.page-tabs ul.secondary li:last-child {
    border-right: 0;
}
[dir="rtl"] .page-tabs ul.secondary li:last-child {
    border-left: 0;
}
.page-tabs ul.secondary li:first-child {
    padding-left: 0;
}
[dir="rtl"] .page-tabs ul.secondary li:first-child {
    padding-right: 0;
}
.page-tabs ul.secondary li a {
    display: inline;
    padding: 0.25em 0.5em;
    text-decoration: none;
}
.page-tabs ul.secondary li a.is-active {
    border-bottom: 0;
    border-radius: 5px;
    background: #f2f2f2;
}
.ui-widget-overlay {
    opacity: 0.7;
    background: #000;
}
.ui-dialog {
    border-radius: 0;
    font-family: "SF Pro Text", sans-serif !important;
}
.ui-dialog input,
.ui-dialog select,
.ui-dialog textarea {
    font-size: 0.9em;
}
.ui-dialog .button {
    padding: 0.25em 1.063em;
    cursor: pointer;
    text-align: center;
    color: #3a3a3a;
    border: 1px solid #e4e4e4;
    border-right-color: #d2d2d2;
    border-bottom-color: #b4b4b4;
    border-left-color: #d2d2d2;
    border-radius: 1em;
    background-color: #fff;
    background-image: -webkit-linear-gradient(top, #f3f3f3, #e8e8e8);
    background-image: linear-gradient(to bottom, #f3f3f3, #e8e8e8);
    font-size: 0.929em;
    font-weight: 400;
}
::selection {
    background: #000;
    color: #fff;
}
::-moz-selection {
    background: #000;
    color: #fff;
}
::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}
:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}
::placeholder {
    color: rgba(0, 0, 0, 0.5);
}


.transition {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.5s ease;
}


h1,
h2,
h3,
h4,
li,
ol,
p,
ul {
    margin: 0;
    padding: 0;
}
.img-responsive {
    max-width: 100%;
    height: auto;
    display: inline-block;
}
.left,
.pull-left {
    float: left;
}
.right {
    float: right;
}
.overflow {
    overflow: hidden;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.img_responsive {
    max-width: 100%;
    height: auto;
    display: block;
}
.w_18_5 {
    width: 18.5%;
}
.w_17_5 {
    width: 17.5%;
}
.w_20 {
    width: 20%;
}
.w_25 {
    width: 25%;
}
.w_30 {
    width: 30%;
}
.w_33 {
    width: 33.33%;
}
.w_50 {
    width: 50%;
}
.w_60 {
    width: 60%;
}
.w_70 {
    width: 70%;
}
.w_100 {
    width: 100%;
}
.p_15 {
    padding: 15px;
}
.p_10 {
    padding: 10px;
}
.mt_15 {
    margin-top: 15px;
}
.mt_11 {
    margin-top: 11px;
}
.mt_30 {
    margin-top: 30px;
}
.gray_bg {
    background: #e6e4e8;
}
.no_border {
    border: 0 none !important;
}
body {
    /*font-size: 16px;*/
    background: #fff;
    font-family: Montserrat, "Twemoji Country Flags", sans-serif;
    font-weight: 400;
    color: #000;
    overflow-x: hidden;
    padding-top: 90px;
    -ms-overflow-style: scrollbar;
}
body.toolbar-tray-open {
    padding-top: 224px !important;
}
body.toolbar-tray-open .site-header {
    padding-top: 79px;
}
.site-header.on #block-search {
    padding: 11px 0;
}
#block-singer-account-menu ul li {
    display: inline-block;
}
.product-info a {
    text-decoration: none;
}
.site-content {
    min-height: 350px;
}
.wrapper {
    margin: 0 auto;
    padding: 0 15px;
}

.wrapper-2 {
    margin: 0 auto;
    padding: 0 10px;
}

input[type="date"],
input[type="datetime"],
input[type="time"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    min-height: 40px;
}
main {
    overflow: hidden;
}
.product-carousel,
.tabs-carousel,
.with-banner .tabs-content-items {
    position: relative;
}
.owl-dot span {
    background: #ddd !important;
}
.owl-dot span:hover,
.owl-dots .active span {
    background: #e6154b !important;
}
.active-black {
    color: #000;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}
#block-breadcrumbs {
    width: 100% !important;
    /*margin: 0 auto;*/
    margin-top: 15px;
    margin-bottom: 10px;
}
#block-breadcrumbs nav ol {
    list-style: none;
    padding: 15px 0px;
}
#block-breadcrumbs nav ol li,
#block-breadcrumbs nav ol li a {
    display: inline-block;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    /*font-weight: 500;*/
}
#block-breadcrumbs nav ol li a {
    color: #999;
}
#block-breadcrumbs nav ol li + li:before {
    padding-left: 3px;
    color: #999;
    content: "|\00a0";
}
.cta-block img {
    margin: 15px 0 15px 0;
    width: 100%;
}
#main-banner {
    position: relative;
    width: 100%;
    border: 0;
}
/*.owl-carousel {*/
/*    -ms-touch-action: pan-y;*/
/*    touch-action: pan-y;*/
/*}*/
/*.owl-carousel .owl-stage-outer {*/
/*    width: 100%;*/
/*    height: fit-content;*/
/*}*/
/*.owl-carousel .owl-item img {*/
/*    max-height: 100%;*/
/*    max-height: 214px;*/

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: 0 0 !important;
    color: #000 !important;
}
#main-banner .owl-prev {
    background: url(../images/Banner_arrow_prev.svg) no-repeat !important;
}
#main-banner .owl-next {
    background: url(../images/Banner_arrow_next.svg) no-repeat !important;
}
/*.owl-carousel .owl-dots,*/
/*.owl-carousel .owl-nav {*/
/*    color: #b1b1b1;*/
/*}*/
/*.owl-carousel .owl-nav button {*/
/*    color: #353e47;*/
/*}*/
/*#main-banner .owl-next span,*/
/*#main-banner .owl-prev span,*/
/*.no-banner .owl-carousel .owl-nav {*/
/*    display: none;*/
/*}*/
#main-banner .owl-prev {
    position: absolute;
    left: 30px;
    top: 40%;
    transform: translate(0, -50%);
    background: url(../images/Banner_arrow_prev.svg) no-repeat;
    width: 20px;
    height: 30px;
}
.home-todays-deal .owl-prev {
    top: 35.5%;
}
.owl-theme .owl-nav .disabled {
    opacity: 1 !important;
}
#main-banner .owl-prev {
    top: 50%;
}
#main-banner .owl-next {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(0, -50%);
    background: url(../images/Banner_arrow_next.svg) no-repeat;
    width: 20px;
    height: 30px;
}
#main-banner .owl-next.disabled,
#main-banner .owl-prev.disabled {
    background: 0 0;
}
#main-banner .owl-dots {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}
.disabled {
    display: none;
}
.terms-wrapper {
    margin-bottom: 50px;
}
.terms-wrapper input[type="checkbox"] {
    width: auto;
    margin-left: 0;
}
.terms-wrapper p {
    font-size: 12px;
    margin-bottom: 10px;
    margin-left: 20px;
}
header .header-top {
    height: 40px;
    width: 100%;
    background: #fff;
}
.site-header {
    position: fixed;
    width: 100%;
    z-index: 20;
    top: 0;
}
.site-header.on {
    height: 65px;
}
.cart-block-icon {
    background: url("../images/Cart_iocn.svg") no-repeat;
    width: 30px;
    height: 30px;
    display: block;
}
.links-info ul,
.links-langs ul {
    list-style: none;
    margin-top: 5px;
    padding: 0;
}
.links-info ul li {
    padding: 0 15px;
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid #000;
}
.links-info ul li a {
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    display: block;
    text-decoration: none;
}
.links-info ul li:first-child,
.links-langs ul li:first-child {
    border-left: 0 none;
    padding-left: 0;
}
.links-info ul li a:hover {
    color: #e6154b;
}
.links-langs ul li {
    padding: 0 2px;
    display: inline-block;
    vertical-align: middle;
}
.links-langs ul li a {
    color: #7f7f7f;
    font-size: 13px;
    font-weight: 300;
    display: block;
    text-decoration: none;
}
.links-langs ul li a.active,
.links-langs ul li a.is-active {
    font-weight: 600;
    color: #e6154b;
}
.links-langs ul li a:hover {
    color: #e6154b;
}
.links-langs ul li:nth-child(-n + 2) a::after {
    content: " -";
}
.site-header.on .header-middle {
    height: 65px;
}
.site-header.on #block-singer-branding {
    padding: 12px 0;
}
.site-header.on #block-singer-branding img {
    height: 40px;
}
.site-header.on .header-middle .header-section.right.cart {
    padding-top: 20px;
}
header .header-middle {
    height: 74px;
    width: 100%;
    background: #f8f8f8;
    clear: both;
}
.header-middle .left {
    width: 65%;
}
#block-search {
    position: relative;
    width: 70%;
    display: inline-block;
    text-align: right;
    padding: 17px 0;
}
#block-search form {
    position: relative;
}
.js input.form-autocomplete {
    background-image: none;
}
#block-singer-account-menu ul li a[href="#mobile-search"] {
    display: none;
}
#block-search .search-input {
    width: 85%;
    padding: 7px 5px;
    border: 2px solid #ddd;
    font-size: 13px;
    font-weight: 500;
    box-shadow: 0 0 8px -6px #000;
    outline: 0;
    color: #000 !important;
}
#block-search .search-button {
    position: relative;
    width: 30px;
    height: 30px;
    right: 40px;
    z-index: 9;
    visibility: hidden;
    cursor: pointer;
}
#block-search .search-icon {
    position: absolute;
    width: 30px;
    height: 23px;
    right: 0;
    bottom: 7px;
    background: url("../images/Search_icon.svg") no-repeat;
}
#block-singer-account-menu {
    float: left;
}
#block-singer-account-menu ul {
    list-style: none;
    display: flex;
}
#block-singer-account-menu ul li a {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    margin-right: 10px;
    cursor: pointer;
}
#block-singer-shopping-cart {
    float: right;
    height: 30px;
}
#block-singer-shopping-cart .cart-block-count {
    position: relative;
    width: 25px;
    height: 25px;
    background: #ed164e;
    border-radius: 25px;
    text-align: center;
    line-height: 25px;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    bottom: 37px;
    left: 20px;
    float: left;
}
.header-middle .header-section.right.cart {
    padding-left: 20px;
    padding-top: 25px;
}
/*.header-bottom {*/
/*    background: #e6154b;*/
/*}*/
.header-bottom nav ul li {
    border: 0;
}
#block-singer-main-menu {
    height: 50px;
    position: relative;
}
#block-singer-main-menu ul {
    list-style: none;
}
#block-singer-main-menu ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 45px 0 15px;
    position: relative;
}
#block-singer-main-menu ul li a {
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    line-height: 48px;
}
.no-banner .owl-nav,
.with-banner .owl-dots,
.with-banner .owl-nav {
    display: none;
}
.layout {
    clear: both;
    padding: 0;
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
}
.product-deal > a {
    min-height: 230px;
    max-height: 232px;
}
.product-deal > a .image {
    min-height: 130px;
    max-height: 131px;
}
.product-deal {
    width: 20%;
    float: left;
    border-right: 1px solid #dbdbdb;
    padding: 0 20px;
    margin: 20px 0 38px 0;
    text-align: center;
}
.product-deal:last-child {
    border: 0;
}
.product-deal .image img {
    max-height: 130px;
}
.product-deal a {
    display: block;
    text-decoration: none;
}
.product-deal h3 {
    color: #0060bc;
    font-size: 15px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 6px;
    height: 34px;
}
.product-deal p {
    font-size: 12px;
    color: gray;
    -webkit-line-clamp: 2;
    height: 33px;
}
.product-deal .shop-now a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
    background: #beb6ae;
    text-align: center;
}
.product-deal .shop-now a:hover {
    background: #e6154b;
}
.layout__region h2 {
    overflow: hidden;
}
/*.home-todays-deal.owl-carousel {*/
/*    border: 0 none;*/
/*}*/
/*.owl-carousel.home-carousel {*/
/*    border-top: 1px solid #dbdbdb;*/
/*    z-index: auto;*/
/*}*/
.layout__region .views-col {
    background: #f2f2f2;
    margin: 15px 6px 0;
    overflow: hidden;
}
.categories-cta-row {
    width: 100%;
    clear: both;
    display: flex;
    flex-wrap: nowrap;
    padding: 10px 0;
}
.categories-cta-row:first-child {
    border-top: 1px solid #dbdbdb;
    padding-top: 40px;
}
.categories-cta-row:last-child {
    padding-bottom: 30px;
}
.categories-cta-col {
    width: 25%;
    background: #f2f2f2;
    margin-right: 30px;
    overflow: hidden;
    min-height: 90px;
    max-height: 91px;
    flex-grow: 1;
}
.categories-cta-col:last-child {
    margin-right: 0;
}
.categories-cta-col a {
    color: #000;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    margin-right: 10px;
}
.categories-cta-col .content {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
    max-width: 60%;
}
.categories-cta-col .content a {
    display: block;
    width: 100%;
}
.block-recommended-products-external h2,
.layout__region h2 {
    padding: 15px 0 !important;
    font-weight: 600;
    font-size: 24px;
    color: #000;
}
.award-banner {
    max-width: 100%;
    height: auto;
    display: block;
}
.no-banner .owl-stage .owl-item:nth-child(4n + 0) .product-info,
.with-banner .tabs-content-row .item:first-child .product-info {
    border-left: 0 none;
}
.no-banner .tabs-carousel .item {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.no-banner .tabs-carousel .product-info {
    margin: 5px 5px 10px;
    width: 32.5%;
    padding: 15px 0;
    display: inline-flex;
}
.no-banner .tabs-carousel .product-info > a {
    width: 100%;
    padding: 5px;
    min-height: 150px;
    max-height: 150px;
    margin-left: -5px;
    border-left: 1px solid #dbdbdb;
}
.no-banner .cart {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 30px;
    right: 10px;
}
.no-banner .tabs-carousel .product-info:nth-child(3n-2) a {
    border-left: 0;
}
.no-banner .tabs-carousel .product-info .image {
    float: left;
    width: 144px;
    height: 144px;
}
.no-banner .tabs-carousel .product-info .content {
    position: static;
    width: 55%;
    margin-top: 15px;
    float: right;
}
.no-banner .product-info .content div.text-grey,
.no-banner .product-info .content h3 {
    text-align: left;
}
.with-banner .tabs-body {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.with-banner .tabs-body .tabs-banner {
    width: 4%;
    flex-grow: 1;
}
.with-banner .tabs-content {
    width: 50%;
    flex-grow: 1;
}
.with-banner .tabs-content-items {
    display: flex;
    flex-wrap: wrap;
}
.with-banner .tabs-content-items .item {
    width: 23.6%;
    margin: 5px 5px 10px;
}
.home-carousel .owl-item .item .product-info > a,
.with-banner .tabs-content-items .item .product-info > a {
    padding: 0 15px;
    margin-left: -5px;
    border-left: 1px solid #dbdbdb;
}
.home-carousel .owl-item.active:first-child a,
.home-carousel .owl-item:not(.active) + .owl-item.active a,
.with-banner .tabs-content-items .item:nth-child(4n-3) a {
    border-left: 0;
}
.with-banner .product-info::after {
    height: 85%;
}
.no-banner .product-info::after {
    height: 75%;
}
.home-carousel .item {
    padding: 0 5px;
}
.home-carousel .product-info,
.with-banner .product-info {
    padding: 10px 0;
    margin: 0;
}
.home-carousel .product-info .text-grey {
    display: none;
}
.with-banner .cart-block--summary {
    position: absolute;
    bottom: 20px;
    right: 10px;
    width: 40px;
    display: inline-block;
}
.home-carousel .cart {
    position: absolute;
    bottom: 19px;
    right: 10px;
    width: 40px;
    display: inline-block;
}
.with-banner .cart {
    position: absolute;
    bottom: 13px;
    right: 10px;
    width: 40px;
    display: inline-block;
}
.product-info {
    padding: 20px;
    margin: 5px 10px 0 10px;
    text-align: center;
    position: relative;
}
.product-info h3 {
    color: #0060bc;
    font-size: 14px;
    font-weight: 600;
    margin: 5px 0 10px;
    width: 100%;
    -webkit-line-clamp: 2;
    height: 30px;
}
.product-deal h3,
.product-deal p,
.product-info h3 {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
}
.product-info .text-grey {
    color: #7c7c7c;
    font-size: 13px;
    text-align: left;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: block;
    -webkit-line-clamp: 1;
}
.product-info .image {
    width: 140px;
    height: 140px;
    margin: 0 auto;
    position: relative;
}
.product-info .image img {
    max-height: 100%;
}
.product-info .content {
    display: inline-block;
    width: 100%;
    text-align: left;
}
.product-info .icon-cart {
    background: url("../images/Cart.svg") no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}
.product-info .icon-cart:hover {
    background: url("../images/Cart_hover.svg") no-repeat;
}
.product-info:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.23);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.23);
}
.product-info:hover a {
    text-decoration: none;
}
.product-info .content .price {
    font-weight: 500;
    line-height: 35px;
    font-size: 16px;
    color: #000;
}
.product-info .content .sold-out {
    text-transform: uppercase;
    color: red;
    line-height: 35px;
}
.product-info .image span {
    position: absolute;
    width: 42px;
    height: 42px;
    background: #e6154b;
    border: 2px solid transparent;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    transform: translate(-50%, 0);
    top: 5px;
    left: 0;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 600;
}
.no-banner .product-info .image span {
    left: 25px;
}
.owl-nav button {
    position: absolute;
    top: 35%;
    transform: translate(0, -50%);
    width: 18px;
    height: 26px;
    font-size: 50px !important;
    color: #869791;
}
.home-todays-deal .owl-nav button:hover {
    background: 0 0 !important;
    color: #000 !important;
}
.owl-nav .owl-prev {
    left: -20px;
}
.owl-nav .owl-next {
    right: -20px;
}
.product-carousel .owl-stage-outer,
.tabs-carousel .owl-stage-outer {
    padding: 10px 0;
}
.home-todays-deal {
    padding: 0;
}
.home-todays-deal .owl-stage-outer .owl-stage .owl-item .item article {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.home-todays-deal .owl-item .item {
    padding: 35px;
    padding-top: 10px;
    border: 2px solid #e6154b;
    margin: 10px;
    height: 250px;
    border-radius: 15px;
}
.home-todays-deal .item .image {
    width: 40%;
    vertical-align: top;
    display: inline-block;
    position: relative;
}
.home-todays-deal .item .image a {
    text-decoration: none;
}
.home-todays-deal .item .content {
    width: 50%;
    vertical-align: top;
    display: inline-block;
    text-align: center;
    margin-left: 30px;
    height: 230px;
    position: relative;
}
.home-todays-deal .item .content h3 {
    font-size: 14px;
    color: #0060bc;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 18px;
    height: 37px;
}
.home-todays-deal .item .content .price-strike {
    text-decoration: line-through;
}
.home-todays-deal .item .content h3 a {
    text-decoration: none;
}
.home-todays-deal .item .content .price {
    margin-left: 15px;
    display: inline-block;
    color: #e6154b;
    font-weight: 600;
    font-size: 17px;
    text-decoration: none;
}
.home-todays-deal .item .content .deal-available {
    margin: 15px 0;
    overflow: hidden;
}
.home-todays-deal .item .content .deal-available span {
    overflow: hidden;
    font-size: 13px;
    color: #000;
    font-weight: 600;
}
.home-todays-deal .item .content .deal-available-bar {
    background: #beb6ae;
    width: 100%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    height: 15px;
    margin-top: 10px;
    text-align: left;
    overflow: hidden;
}
.home-todays-deal .item .content .deal-available-bar span {
    width: 30%;
    background: #ed164e;
    display: inline-block;
    height: 15px;
}
.home-todays-deal .deal-timer-label,
.home-todays-deal .item .content .deal-timer {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
}
.home-todays-deal .deal-timer-label {
    bottom: 65px;
}
.deal-timer-days,
.home-todays-deal .item .content .hide {
    display: none;
}
.deal-timer-hours,
.deal-timer-minutes,
.deal-timer-seconds {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
    font-weight: 400;
    font-size: 18px;
    width: 65px;
}
.deal-timer-hours::after,
.deal-timer-minutes::after {
    content: " : ";
    position: relative;
    bottom: 50px;
    left: 34px;
}
.deal-timer span {
    display: block;
    text-transform: uppercase;
    font-size: 10px;
}
.deal-timer span.number {
    background: #dedad6;
    padding: 5px;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 5px;
    border-radius: 5px;
}
.layout--fourcol-section > .layout__region {
    flex: 0 1 23%;
    margin: 0 auto;
}
.layout--fourcol-section {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.layout--twocol-section.layout--twocol-section--50-50 > .layout__region--first,
.layout--twocol-section.layout--twocol-section--50-50
    > .layout__region--second {
    flex: 0 1 48%;
    margin: 0 auto;
}
.layout--fourcol-section .owl-item {
    float: left;
}
.layout--fourcol-section .item {
    width: 22.5%;
    margin: 0 auto;
    display: inline-block;
}
.tabs-head {
    background: #fff;
    position: relative;
    z-index: 1;
}
.tabs-head.fixed {
    position: fixed;
    top: 65px;
    box-sizing: border-box;
    z-index: 2;
    max-width: 1280px;
    width: 65.5%;
}
.tabs-head.fixed.absolute {
    position: absolute;
    z-index: -1;
    display: none;
}
.deal-discount {
    background: #e6154b;
    border: 3px solid #fff;
    position: absolute;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    text-align: center;
    padding: 25px 0;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
    top: -5px;
}
.deal-discount span {
    text-transform: capitalize;
    font-size: 14px;
}
.site-footer {
    clear: both;
}
.footer-service-block {
    background-color: #ed164e;
}
.service-section {
    padding: 15px 10px;
    max-width: 418px;
    margin: 0 auto;
    text-align: center;
}
.service-section .image {
    display: inline-block;
    vertical-align: middle;
    width: 70px;
}
.service-section .image.w100 {
    /* width: 95px; */
}
.service-section .content {
    color: #f9f9f9;
    font-weight: 600;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
.service-section .content .tagline {
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    display: block;
}
/*.footer-top {*/
/*    background: #e5e2df;*/
/*}*/
.footer-top .wrapper {
    padding: 45px 30px;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
}
.footer-top .wrapper > div {
    width: 20%;
    margin-bottom: 30px;
}

/*.footer-top .head,*/
/*.footer-top .sub-head {*/
/*    color: #000;*/
/*    font-size: 14px;*/
/*    font-weight: 600;*/
/*    text-align: left;*/
/*    padding: 15px 0 5px 0;*/
/*    position: relative;*/
/*    clear: both;*/
/*}*/
.footer-top .head {
    position: relative; /* Needed for absolute positioning of children */
    padding-right: 20px; /* Make space for the arrow */
    font-size: 19px;
    color: black;
    font-weight: 500;
}

.footer-top .head-text {
    display: inline-block; /* Make the text respect padding */
}

.footer-top .head .arrow {
    background: url(../images/sprite.png) no-repeat;
    width: 11px;
    height: 19px;
    display: none;
    background-position: -483px 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.footer-top .head.open .arrow {
    transform: translateY(-50%) rotate(90deg);
}


/* For mobile view (if you want to show arrow only on mobile) */
@media (max-width: 767px) {
    .footer-top .head .arrow {
        display: inline-block;
    }
}
/*.footer-top ul {*/
/*    list-style: none;*/
/*    padding: 0;*/
/*}*/
/*.footer-top ul li {*/
/*    margin-top: 10px;*/
/*    vertical-align: middle;*/
/*}*/
/*.footer-top ul li a {*/
/*    font-size: 12px;*/
/*    color: #000;*/
/*    text-decoration: none;*/
/*}*/
.footer-top ul.mob-apps {
    width: 100%;
}
.footer-top ul.mob-apps li {
    width: 45%;
    float: left;
    margin-right: 10px;
}
.footer-middle {
    width: auto;
    overflow: hidden;
}
#block-paymentlogosblock {
    padding: 8px 30px;
    overflow: hidden;
}
#block-paymentlogosblock .image {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
}
#block-paymentlogosblock .image img {
    max-width: 100%;
    height: auto;
    display: block;
}
#block-paymentlogosblock img {

    display: inline;
}
#block-socialmediablock ul.social-icons li {
    display: inline-block;
    vertical-align: middle;
}
#block-socialmediablock .head span {
    text-indent: -9999px;
}
.social-icons li a span {
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
}
.social-icons li a .fb {
    background: url("../images/FB.svg") no-repeat;
}
.social-icons a .fb:hover {
    background: url("../images/FB_hvr.svg") no-repeat;
}
.social-icons a .tw {
    background: url("../images/Twitter.svg") no-repeat;
}
.social-icons a .tw:hover {
    background: url("../images/Twitter_hvr.svg") no-repeat;
}
.social-icons a .yt {
    background: url("../images/YouTube.svg") no-repeat;
}
.social-icons a .yt:hover {
    background: url("../images/YouTube_hvr.svg") no-repeat;
}
.social-icons a .in {
    background: url("../images/Insta.svg") no-repeat;
}
.social-icons a .in:hover {
    background: url("../images/Insta_hvr.svg") no-repeat;
}
.social-icons li a .wa {
    background: url("../images/whatsapp.svg") no-repeat;
    background-size: 100%;
}
.social-icons a .wa:hover {
    background: url("../images/whatsapp_hvr.svg") no-repeat;
    background-size: 100%;
}
.social-icons li a .skype {
    background: url("../images/skype.svg") no-repeat;
    background-size: 100%;
    width: 34px;
    height: 34px;
}
.social-icons a .skype:hover {
    background: url("../images/skype_hvr.svg") no-repeat;
    background-size: 100%;
}
.footer-bottom {
    background: #f2f0ef;
}
#block-copyrightblock {
    padding: 15px 30px;
    overflow: hidden;
    font-size: 11px;
    color: #000;
    font-weight: 500;
}
#block-copyrightblock a {
    color: #000;
    text-decoration: none;
}
.no-banner,
.with-banner {
    border: 0 !important;
    z-index: 1;
}
.no-banner .tabs-links ul,
.no-banner .tabs-links ul li,
.with-banner .tabs-links ul,
.with-banner .tabs-links ul li {
    background: 0 0;
    border: 0;
}
.no-banner .tabs-links,
.with-banner .tabs-links {
    float: right;
}
.no-banner .tabs-head,
.with-banner .tabs-head {
    overflow: hidden;
    border-bottom: 1px solid #dbdbdb;
}
.no-banner .tabs-head h2,
.with-banner .tabs-head h2 {
    border: 0;
    padding: 15px 0;
}
.no-banner .tabs-head .tabs-links ul,
.with-banner .tabs-head .tabs-links ul {
    padding: 15px 0;
}
.no-banner .tabs-head .tabs-links ul li,
.with-banner .tabs-head .tabs-links ul li {
    display: inline-block;
    vertical-align: middle;
}
.no-banner,
.tabs-content .ui-widget-content {
    padding: 0 !important;
}
.no-banner .tabs-links ul li,
.with-banner .tabs-links ul li {
    color: #000;
    font-size: 13px;
    display: block;
    text-decoration: none;
    padding: 5px 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    cursor: pointer;
}
.no-banner .tabs-links ul li.ui-tabs-active,
.with-banner .tabs-links ul li.ui-tabs-active {
    color: #000;
    border: 2px solid #ed164e;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    cursor: pointer;
    padding: 0;
    background: 0 0;
}
.no-banner.ui-tabs .ui-tabs-nav li a,
.with-banner.ui-tabs .ui-tabs-nav li a {
    color: #000;
    outline: 0;
    padding: 0.5em 0.7em;
}
.no-banner.ui-tabs .ui-tabs-nav li:hover,
.with-banner.ui-tabs .ui-tabs-nav li:hover {
    border: 2px solid #ed164e;
    color: #000;
    padding: 0;
}
.no-banner.ui-tabs .ui-tabs-nav li,
.with-banner.ui-tabs .ui-tabs-nav li {
    padding: 2px;
    margin: 0 10px;
}
.with-banner .tabs-body .tabs-banner {
    margin-bottom: 40px;
}
.with-banner .tabs-body .tabs-banner img {
    height: 553px;
    width: 100%;
    object-fit: cover;
}
.layout--fourcol-section .owl-dots,
.layout--fourcol-section .owl-nav,
.with-banner .owl-dots,
.with-banner .owl-nav {
    display: none;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    background: 0 0 !important;
    color: #000 !important;
}
.visible-landscape {
    display: none;
}
.empty-result {
    text-align: center;
    font-weight: 600;
    margin-top: 30px;
}
#block-singer-breadcrumbs {
    display: none;
}
.block-facet--checkbox ul ul li {
    margin-left: 25px;
}
.product-listing .product-listing-banner .align-center {
    max-height: none;
}
.product-listing a,
.product-listing a:hover {
    text-decoration: none;
    /*color: #fff;*/
}
div.no-products {
    margin: 0;
    width: 100%;
}
.product-listing-content .no-results {
    width: 300px;
    text-align: center;
    margin: 5% auto;
}
.product-listing-content .continue-shopping {
    text-align: center;
    padding: 10px 0;
    font-weight: 600;
    text-decoration: none;
    background: #ed164e;
    color: #fff;
    margin-top: 25px;
}
.filters {
    /*width: 22%;*/
    float: left;
    height: auto;
    margin: 0 auto;
    border: none;
    margin-bottom: 30px;
}
.product-listing {
    /*width: 75%;*/
    height: auto;
    float: left;
    margin-left: 25px;
}
.product-listing h1,
.product-listing h3 {
    margin-top: 25px;
    font-size: 15px;
    font-weight: 600;
}
.product-listing h1 {
    margin-top: 5px;
}
.product-listing-actions {
    padding: 0 0 5px 0;
}
.product-listing-actions > div {
    display: inline-block;
}
.product-listing-actions > div.switcher {
    margin-left: 50px;
}
.filters ul,
.product-listing-actions .sorting ul {
    list-style: none;
}
.product-listing-actions .sorting ul li {
    display: inline-block;
    margin-right: 5px;
    font-size: 14px;
}
.product-listing-actions .sorting ul li a {
    background: #eee;
    padding: 5px 8px;
    color: #000;
    font-size: 12px;
    font-weight: 600;
}
.product-listing-actions .sorting ul li a:hover,
.product-listing-actions .sorting ul li.sort-active a {
    background: #ed164e !important;
    color: #fff !important;
}
.block-facet--checkbox .facet-empty > h2,
.block-facet--price-range-slider > h2,
.filters .block-facet--checkbox > h2 {
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    /*border-top: 1px solid #ddd;*/
    padding: 15px 20px;
    /*text-transform: uppercase;*/
    width: 100%;
    outline: 0;
    cursor: pointer;
    margin-top: -1px;
    /*font-weight: 600;*/
}
.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
    background: #fff;
    border-radius: 50%;
    top: -6px;
    z-index: 1;
}
span.ui-slider-handle.ui-corner-all.ui-state-default:last-child {
    z-index: 2;
}
.price-slider .ui-widget.ui-widget-content .ui-widget-header {
    background: #ed164e;
}
.price-slider .ui-widget.ui-widget-content {
    width: 85%;
    border: 1px solid #ed164e;
    height: 8px;
    margin-bottom: 20px;
}
.facet-price-slider-max,
.facet-price-slider-min {
    display: inline-flex;
    vertical-align: top;
    font-weight: 500;
}
.facet-price-slider-max,
.facet-price-slider-max > div {
    padding-left: 3px;
}
.facet-price-slider-max label,
.facet-price-slider-min label {
    display: none;
}
.facet-price-slider-max input,
.facet-price-slider-min input {
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 2px 3px;
    width: 75px;
    text-align: center;
    margin: 0;
}
.price-slider {
    width: 100%;
    padding: 35px 10px 15px;
}
.block-facet--price-range-slider > h2::before,
.filters .block-facet--checkbox > h2::before {
    content: "\f078"; /* chevron-down */
    font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free", "FontAwesome";
    float: right;
    opacity: 0.4;
    margin-right: 0px;
    font-size: 15px;
    line-height: 16px;
    font-weight: 900; /* Required for solid icons in FA6 */
}

.block-facet--price-range-slider > h2.open::before,
.filters .block-facet--checkbox > h2.open::before {
    content: "\f077";
    font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free", "FontAwesome";
    float: right;
    opacity: 0.4;
    margin-right: 0px;
    font-size: 15px;
    line-height: 16px;
    font-weight: 900;
}
.filters .facets-widget-checkbox {
    padding: 10px;
    transition: all 32s linear 8s;
}
.filters .facets-widget-checkbox .facets-widget- {
    width: 100%;
}
/* .filters .facets-widget-checkbox ul li.facet-item {
    display: inline-flex;
    width: 100%;

} */
.filters .facets-widget-checkbox ul li.facet-item label {
    font-size: 14px;
    font-weight: 400;
    display: block;
    cursor: pointer;
    word-break: break-word;
    margin-bottom: 10px;
    color: #414141;
}
.facets-widget-checkbox .facets-soft-limit-link {
    font-size: 12px;
    font-weight: 500;
    color: #2874f0;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    margin-left: 22px;
    padding: 5px 0;
}
.facets-widget-checkbox input[type="checkbox"] {
    float: left;
}
.facets-widget-checkbox ul li h3 {
    font-size: 14px;
    padding: 10px 0;
    font-weight: 600;
    width: 100%;
}
.filters .block-facet--checkbox:nth-child(-n + 6) .facets-widget-checkbox {
    opacity: 1;
    padding: 10px;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}
.icon-wishlist{
    font-size: 22px;
    position: relative;
    cursor: pointer;
    float: right;
    color: #ddd;
}

/* .mycart .add-wishlist {
    position: relative;
    width: 40px;
    height: 25px;
    cursor: pointer;
    float: right;
} */


/* .mycart .add-wishlist:after,
.mycart .add-wishlist:before {
    position: absolute;
    content: "";
    left: 12px;
    top: 0;
    width: 12px;
    height: 18px;
    background: #ddd;
    -moz-border-radius: 50px 50px 0 0;
    border-radius: 50px 50px 0 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
} */
.add-to-wish-link.is-active .icon-wishlist,
.add-to-wish-link.wishlist-highlight .icon-wishlist,
.icon-wishlist:active,
.icon-wishlist:hover{
    color: #fc2e5a;
}

.red-hover-icn:hover i {
    color: white !important;
}

.main-search-bar select, .main-search-bar input {
    font-size: 13px;
    color: #606060 !important;
}

.nav-right-btns {
    font-size: 13px !important;
}
/* .mycart .add-wishlist:active:after,
.mycart .add-wishlist:active:before,
.mycart .add-wishlist:hover:after,
.mycart .add-wishlist:hover:before {
    background: #fc2e5a;
} */
/* .icon-wishlist:after, */
/* .mycart .add-wishlist:after {
    left: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
} */
.compare .icon-compare {
    position: relative;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
    cursor: pointer;
}
.compare .icon-compare:hover {
    background: #e6154b;
}
.switcher .switch-list {
    display: inline-block;
}
.switcher .switch-grid {
    display: inline-block;
}
.filters .facets-widget-checkbox input[type="checkbox"] {
    position: relative;
    cursor: pointer;
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
.filters .facets-widget-checkbox input[type="checkbox"]::before {
    content: "";
    position: absolute;
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 15px;
    height: 15px;
    border-radius: 2px;
}
.filters .facets-widget-checkbox input[type="checkbox"]:checked::before,
.filters .facets-widget-checkbox input[type="checkbox"]:hover::before {
    background: #ed164e;
}
.filters .facets-widget-checkbox input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 2px;
    top: 6px;
    background: #fff;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff,
        4px -6px 0 #fff, 4px -8px 0 #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.product-listing-footer {
    display: flex;
    flex-wrap: nowrap;
    margin: 20px 0;
}
.product-listing-footer .first {
    width: 20%;
    margin: 28px 0;
}
.product-listing-footer .second {
    width: 80%;
    display: flex;
    flex-wrap: nowrap;
    margin: 0 auto;
}
.grid-view .product-listing-content {
    display: flex;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 10px;
    vertical-align: middle;
    flex-wrap: wrap;
}
.grid-view .product-item {
    width: 25%;
    vertical-align: top;
    padding: 15px 15px;
    position: relative;
    border-bottom: 1px solid #ddd;
}
.grid-view h2,
.grid-view h3 {
    margin: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: 30px;
}
.grid-view .product-item h2 > a,
.grid-view .product-item h3 > a {
    color: #383838;
    font-size: 14px;
    font-weight: 600;
}
.grid-view .product-item .content > div {
    width: 100%;
    display: inline-block;
}
.grid-view .product-item .section {
    padding: 7px 0;
}
.grid-view .offers {
    background: #26630d;
    width: 25%;
    text-align: center;
    color: #fff;
    font-size: 12px;
}
.grid-view .sku {
    color: #858585;
    padding: 7px 0;
    font-size: 12px;
    font-weight: 500;
}
.grid-view .selling-price {
    color: #87203e;
    font-weight: 600;
    font-size: 16px;
}
.grid-view .original-price {
    font-size: 12px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
}
.grid-view .original-price span.strikeout {
    text-decoration: line-through;
    color: #858585;
}
.grid-view .original-price span.offer-percentage {
    color: #26630d;
    font-weight: 600;
}
.grid-view .product-item .icon-cart {
    background: url(../images/cart2.svg) no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    background-size: 100% 100%;
}
.grid-view .product-item .icon-cart:hover {
    background: url("../images/Listing-CartIcon-Hover.svg") no-repeat;
    background-size: 100% 100%;
}
.grid-view .product-item .ribbon {
    position: absolute;
    vertical-align: middle;
    font-size: 13px;
    padding: 3px;
}
.grid-view .product-item .ribbon::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-bottom: 24px solid transparent;
}
.grid-view .price-drop,
.list-view .price-drop {
    background: #06c941;
}
.grid-view .price-drop::after,
.list-view .price-drop::after {
    border-left: 10px solid #06c941;
}
.grid-view .free-offer,
.list-view .free-offer {
    background: #f7b604;
    float: left;
}
.grid-view .free-offer::after,
.list-view .free-offer::after {
    border-left: 10px solid #f7b604;
}
.grid-view .store-offer,
.list-view .store-offer {
    background: #0f94d1;
}
.grid-view .store-offer::after,
.list-view .store-offer::after {
    border-left: 10px solid #0f94d1;
}
.grid-view .clearance,
.grid-view .new,
.list-view .clearance,
.list-view .new {
    background: #ed164e;
}
.grid-view .clearance::after,
.grid-view .new::after,
.list-view .clearance::after,
.list-view .new::after {
    border-left: 10px solid #ed164e;
}
.ribbon {
    color: #fff;
    text-transform: uppercase;
    padding: 12px 15px;
    position: relative;
    max-width: 300px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    z-index: 2;
}
.ribbon:after {
    content: "";
    position: absolute;
    right: -16px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-bottom: 46px solid transparent;
}
.grid-view .product-item .image {
    width: 180px;
    margin: 0 auto;
    height: 180px;
    display: table;
}
.grid-view .product-item .image > a {
    display: table-cell;
    vertical-align: middle;
    width: 180px;
    height: 180px;
}
.grid-view .product-item .image > a > img {
    max-height: 100%;
}
.grid-view .actions {
    position: relative;
    display: block;
    opacity: 0;
    font-size: 12px;
    float: left;
}
.grid-view .product-item:hover .actions {
    display: block;
    opacity: 1;
}
.grid-view .actions span {
    display: inline-block;
    vertical-align: middle;
}
.list-view .icon-wishlist {
    float: left;
}
#comparediv,
.comparediv {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 50 !important;
    background-color: rgba(0, 0, 0, 0.4862745098);
    padding: 0;
}

#comparediv div,
.comparediv div {
    align-items: center;
}
#comparediv .compare-inner,
.comparediv .compare-inner {
    display: flex;
}

#comparediv .diable a,
.comparediv .diable a {
    background: #eee;
    padding: 8px 16px;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    margin-left: 5px;
}
#comparediv .compare-inner a,
.comparediv .compare-inner a,
.grid-view .product-item .content .compare-items {
    display: none;
}
.grid-view .product-item .sold-out.right {
    position: absolute;
    right: 15px;
    font-size: smaller;
    font-weight: 500;
}
.grid-view .product-item:hover .content .compare-items {
    display: block;
    position: absolute;
    box-shadow: 0 9px 16px 0 rgba(0, 0, 0, 0.11);
    left: 0;
    padding: 10px 15px;
    z-index: 3;
    bottom: -22px;
    background-color: #fff;
}
.compare-items a,
.compare-items a:hover {
    color: #000;
    font-weight: 500;
    font-size: 14px;
}
.compare-items a::first-letter {
    color: #c2c2c2;
    padding-right: 5px;
    font-size: 21px;
    vertical-align: sub;
}
.compare-product {
    display: flex;
    justify-content: space-around;
    border-right: 1px solid #ddd;
    width: 100%;
}
.compare-product:nth-child(odd) {
    background-color: #fff;
}
.compare-product:nth-child(2n) {
    background-color: #f8f8f8;
}
.compare-product .image {
    text-align: center;
}
.compare-product span {
    width: 100%;
    padding: 10px;
    border-left: 1px solid #ddd;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    word-break: break-word;
}
.compare-product span:first-child {
    color: #025fbe;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
}
div#compare_basic_details {
    border-top: 1px solid #ddd;
}
div.compare-product:nth-last-child(1) {
    border-bottom: 1px solid #ddd;
}
.compare-product h2 {
    font-size: 16px;
    margin: 5px 0;
    text-align: left;
    height: auto;
}
div.compare-product:nth-child(3) span > a {
    text-align: right;
    margin: 0;
    font-size: 14px;
    color: #000;
    font-weight: 600;
}
.compare-product .ribbon.price-drop {
    display: none;
}
.compare-product .add-more-prod {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}
.compare-product .add-more-prod a {
    background: #ed164e;
    color: #fff;
    padding: 8px 20px;
    text-decoration: none;
}
.compare-product .icon-wishlist {
    font-size: 22px;
}
.compare-product .sku,
.compare-product .sold-out {
    margin: 5px 0 0;
    font-weight: 500;
    font-size: 13px;
}
.compare-product .selling-price {
    color: #87203e;
    font-weight: 600;
    font-size: 16px;
}
.compare-product .original-price span {
    border: 0;
}
.compare-product .original-price .strikeout {
    padding: 0;
    text-decoration: line-through;
    color: #858585;
    font-size: 12px;
    font-weight: 500;
}

.strikeout {
    /*padding-left: 5px;*/
    text-decoration: line-through;
    color: #858585;
    font-size: 13px;
    font-weight: 500;
}

.compare-product .original-price .offer-percentage {
    padding: 0;
    color: #26630d;
    font-weight: 600;
    font-size: 12px;
}

.offer-percentage {
    padding: 0;
    color: #26630d;
    font-size: 13px;
}

#comparediv a:focus,
#comparediv a:hover,
#comparediv + a:focus,
#comparediv + a:hover,
.comparediv a:focus,
.comparediv a:hover,
.comparediv + a:focus,
.comparediv + a:hover,
div.compare-product:nth-child(3) span > a:hover {
    text-decoration: none;
}
#comparediv + a,
.comparediv + a {
    background-color: #ddd;
    padding: 8px 16px;
    font-size: 10px;
    color: #000;
    font-weight: 600;
    float: right;
    text-transform: uppercase;
    margin: 0 0 25px;
}
.compare-product h2 a {
    color: #025fbe !important;
    text-align: center;
}
.compare-product h2 a:hover {
    text-decoration: underline;
}
.compare-product .sku {
    text-align: center;
}
.ui-dialog.compare-wrap {
    width: 80% !important;
    left: 0 !important;
    right: 0 !important;
    top: 35px !important;
    transform: translate(0, 0);
    margin: 0 auto;
    border: 0;
    font-family: "SF Pro Text", sans-serif !important;
    font-size: 16px;
}
.ui-dialog.compare-wrap .ui-dialog-content {
    padding: 0 1rem 1rem;
}
.ui-dialog.compare-wrap .ui-dialog-content::-webkit-scrollbar {
    width: 7px;
}
.ui-dialog.compare-wrap .ui-dialog-content::-webkit-scrollbar-thumb {
    background-color: #ddd;
    outline: 1px solid #dadee2;
    border-radius: 20px;
}
.ui-dialog.compare-wrap #comparediv,
.ui-dialog.compare-wrap .comparediv {
    display: none;
}
.ui-dialog.compare-wrap .ui-button.ui-dialog-titlebar-close {
    border: 0;
    text-indent: 0;
    font-size: 0;
    margin: 0;
    background: 0 0;
    z-index: 999;
    cursor: pointer;
    top: 0;
    right: -5px;
}
.ui-dialog.compare-wrap .ui-button.ui-dialog-titlebar-close::before {
    position: absolute;
    top: 14px;
    right: 30px;
    content: "X";
    font-size: 17px;
    color: #000;
    font-family: "SF Pro Text", sans-serif !important;
    font-weight: 600;
}
.compare-wrap .ui-widget-header .ui-dialog-title {
    position: sticky;
    width: 50%;
    top: 40px;
    text-transform: uppercase;
    color: #025fbe;
}
.ui-dialog.compare-wrap .ui-button .ui-icon {
    display: none;
}
.compare-wrap .ui-widget-header {
    padding: 1.5rem;
}
.compare-wrap .price.left {
    width: 100%;
    text-align: center;
}
.compare-product .avg-ratings {
    text-align: center;
}
.compare-product .avg-ratings div.fivestar-widget-static .star {
    float: none;
    display: inline-flex;
}
.compare-product .avg-ratings div.fivestar-widget-static .star span {
    border: 0;
}
.ratings {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    color: #b1b1b1;
    overflow: hidden;
    display: none;
}
.full-stars {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #fde16d;
}
.empty-stars:before,
.full-stars:before {
    content: "\2605\2605\2605\2605\2605";
    font-size: 15pt;
}
.empty-stars:before {
    -webkit-text-stroke: 1px #848484;
}
.full-stars:before {
    -webkit-text-stroke: 1px orange;
}
@-moz-document url-prefix() {
    .full-stars {
        color: #ecbe24;
    }
}
.list-view .product-item {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    vertical-align: middle;
}
.list-view .pager {
    clear: both;
}
.list-view .product-item .ribbon {
    position: absolute;
    font-size: 13px;
    padding: 4px;
}
.list-view .product-item .ribbon::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-bottom: 24px solid transparent;
}
.list-view .content > div:not(.ribbon) {
    display: inline-block;
    vertical-align: top;
    padding: 15px 8px;
}
.list-view .content .image {
    width: 170px;
    height: 250px;
}

.list-view .features {
    padding-left: 17px;
    min-height: 120px;
}
.list-view .middle {
    width: 55%;
}
.list-view .last {
    width: 20%;
}
.list-view .section ul {
    font-size: 13px;
    line-height: 25px;
    padding-bottom: 10px;
}
.list-view .last ul {
    list-style: none;
}
.list-view .sku {
    color: #858585;
    padding: 7px 0;
    font-size: 12px;
    font-weight: 500;
}
.list-view .actions .compare,
.list-view .actions .wishlist {
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    padding: 0 20px 0 0;
    vertical-align: top;
}
.list-view .price {
    min-height: 40px;
}
.list-view .selling-price {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}
.list-view .original-price {
    font-size: 12px;
    font-weight: 500;
}
.list-view .original-price span.strikeout {
    text-decoration: line-through;
    color: #858585;
}
.list-view .original-price span.offer-percentage {
    color: #26630d;
}
.list-view .last .offers {
    padding: 15px 0;
    min-height: 148px;
}
.list-view .middle h3 {
    margin: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: 32px;
}
.list-view .middle h3 a,
.list-view .middle h3 a:hover {
    color: #000;
}
.list-view .last .offers > span {
    background: #26630d;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding: 3px 10px;
}
.list-view .last .cart {
    background: #e6154b;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 5px 0;
    font-weight: 500;
}
.list-view .last .cart .icon-cart {
    background: url("../images/cart_icon.png") no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 5px;
}
.pager__item--first > a,
.pager__item--last > a {
    border: 1px solid #ddd !important;
}
.pager li > a,
.pager li > span {
    border: 0 none;
    border-radius: 0;
    color: #000;
}
.pager li.is-active > a,
.pager li > a:active,
.pager li > a:focus,
.pager li > a:hover {
    background-color: #000;
    color: #fff !important;
}
.pager li > a,
.pager li > span {
    padding: 5px 10px;
}
li.pager__item--first,
li.pager__item--last {
    display: none;
}
nav.pager ul li.pager__item--previous > a {
    width: 100px;
    padding: 8px 10px;
    border-radius: 5px;
    text-align: right;
    border: 1px solid #ddd;
}
nav.pager ul.pager__items li.pager__item--next > a {
    padding: 8px 10px;
    border-radius: 5px;
    width: 80px;
    text-align: left;
    border: 1px solid #ddd;
}
nav.pager .pager__item {
    padding: 10px 8px;
}
nav.pager ul li.pager__item--previous > a:hover > span:nth-child(2)::before {
    background: url(../images/Banner_arrow_prev.svg) no-repeat;
}
nav.pager
    ul.pager__items
    li.pager__item--next
    > a:hover
    > span:nth-child(2)::after {
    background: url(../images/Banner_arrow_next.svg) no-repeat;
}
nav.pager ul li.pager__item--previous > a > span:nth-child(2)::before {
    content: "";
    background: url(../images/Prev-Arrow.svg) no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    display: inline-block;
    position: relative;
    right: 3px;
}
nav.pager ul.pager__items li.pager__item--next > a > span:nth-child(2)::after {
    content: "";
    background: url(../images/Next-Arrow.svg) no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    display: inline-block;
    position: relative;
    left: 13px;
}
.grid-view footer,
.list-view footer {
    display: inline-block;
    position: relative;
    bottom: 50px;
    font-size: 14px;
    color: #858585;
    font-weight: 600;
}
.list-view .icon-wishlist {
    display: inline-block;
    vertical-align: middle;
}
.list-view .actions {
    display: flex;
    align-items: center;
}
.list-view .compare-items.list {
    padding-right: 20px;
}
.list-view .icon-wishlist {
    font-size: 22px;
}
body.path-cart,
body.path-checkout,
body.path-login,
body.path-secondary-checkout,
body.path-user {
    background: #e9e9e9;
}
#account-profile form label,
.billing-new-form label {
    font-weight: 600;
    font-size: 14px;
}
.user-login-container {
    display: block;
    margin: 0 auto;
    position: relative;
    padding: 0;
}
.user-login-container {
    background: #fff;
    padding-top: 40px;
    margin-bottom: 25px;
}
#user-account .user-login-container {
    background: 0 0;
    padding-top: 0;
    margin-bottom: 0;
}
.useraccount-login {
    padding-top: 40px;
    background: #fff;
}
.user-login {
    display: flex;
}
.desktop-separater,
.loginform-container,
.registerform-container {
    display: inline-flex;
    vertical-align: top;
    margin: 0 60px;
    justify-content: center;
}
.desktop-separater {
    position: relative;
    border-left: 2px solid #ddd;
}
.desktop-separater .circle-separater {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border: solid 2px #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    text-indent: 11px;
    color: #ddd;
}
.loginform-container {
    width: 35%;
    margin: 0 0 0 auto;
}
.registerform-container {
    width: 35%;
    margin: 0 auto 0 0;
}
.login-form input,
.user-login-container input,
.user-pass-reset input,
form#user-form input {
    width: 100%;
    display: block;
    margin: 10px 0;
    padding: 7px 5px;
    font-size: 14px;
    outline: 0;
    box-shadow: none;
    border: 2px solid #ddd;
    color: #000;
    display: inline-block;
}
.login-form,
.user-pass-reset {
    width: 50%;
    margin: 0 auto;
    padding: 0px 0 30px 0;
    margin-bottom: 30px;
    text-align: center;
}
.user-pass-reset p {
    padding: 0 30px;
}
.user-pass-reset p strong {
    word-break: unset;
}
.user-pass-reset p {
    padding: 0 30px;
}
.user-pass-reset p strong {
    word-break: unset;
}
.user-pass-reset {
    height: 370px;
    background: #fff;
}
.login-form,
.user-pass-reset form {
    background: #fff;
}
.user-pass-reset form {
    padding: 50px;
}
.user-pass-reset form label {
    display: block;
    position: relative;
    text-align: left;
}
.loginform-container .login-form {
    width: 100%;
    padding: 0;
    background: #fff;
}
.user-login-container input[type="submit"] {
    padding: 10px 5px;
    border: 0 none;
    color: #fff;
}
.registerform-container input[type="submit"] {
    background: #999;
    border: 2px solid #999;
    font-weight: 600;
}
.change-password-form {
    padding: 26px 20px;
}
.guest-continue-form input[type="submit"],
.login-form input[type="submit"],
.loginform-container input[type="submit"],
.user-pass-reset a,
.user-pass-reset input[type="submit"],
form#user-form input[type="submit"] {
    background: #ed164e;
    border: 2px solid #ed164e;
    color: #fff;
    font-weight: 600;
}
.guest-continue-form input[type="submit"] {
    margin: 0;
}
#block-socialauthlogin {
    margin-top: 25px;
}
#block-socialauthlogin h2 {
    font-size: 18px;
    text-align: center;
}
#block-socialauthlogin .socialicons-container {
    text-align: center;
    width: 100%;
    padding: 10px 0 15px 0;
}
.socialicons-container a {
    display: inline-block;
    text-decoration: none;
    width: 300px;
    padding: 10px 40px;
    font-weight: 500;
    font-size: 14px;
}
.socialicons-container .login-facebook {
    background: #4267b2;
    margin-right: 20px;
    color: #fff;
    border: 2px solid transparent;
}
.socialicons-container .login-facebook span {
    background: url("../images/Facebook.svg") no-repeat;
    background-size: contain;
}
.socialicons-container .login-google span {
    background: url("../images/Google.svg") no-repeat;
    background-size: contain;
}
.socialicons-container .login-apple span {
    background: url("../images/Apple_Logo.svg") no-repeat;
    background-size: contain;
}
.socialicons-container .login-google {
    border: 2px solid #ddd;
    color: #000;
}
.socialicons-container .login-apple {
    background: #000;
    border: 2px solid transparent;
    color: #fff;
    margin-left: 20px;
    padding: 0;
    vertical-align: top;
}
.description {
    width: 85%;
    color: red;
    display: inline-block;
}
div[role="alert"] {
    font-weight: 500;
}
.login-form__help_actions {
    text-align: right;
    width: 93%;
}
.login-form__help_actions a {
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}
.mobile-separater,
.mobile-signup-now,
.mobile-text {
    display: none;
}
.desktop-text {
    display: block;
}
form#user-form {
    width: 50%;
    margin: 0 auto;
    padding: 50px 30px 30px 30px;
    margin-bottom: 30px;
    text-align: center;
    background: #fff;
}
form#user-form input[type="submit"] {
    width: 85%;
    padding: 7px 0;
}
.guestform-container {
    text-align: center;
    margin: 20px auto auto;
    width: 40%;
}
#block-useraccount {
    display: none;
}
#block-useraccount,
#store-dialog,
.ajax-progress.ajax-progress-throbber,
.messages-default {
    position: fixed;
    z-index: 9999;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
}

.hidden {
    display: none !important;
}


.ajax-progress.ajax-progress-throbber .throbber {
    position: absolute;
    right: 0;
    left: 44%;
    top: 50%;
    background: url("../images/Home-Loader.gif") no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 100px;
    height: 100px;
}
#store-dialog .empty-stores-message {
    position: absolute;
    width: 30%;
    z-index: 999;
    text-align: center;
    background: #fff;
    padding: 10px;
    left: 35%;
    top: 35%;
}
.messages-default .messages-inner {
    padding: 20px;
    border: 1px solid #888;
    margin: 0 auto;
    width: 30%;
    margin-top: 145px;
    background: #fff;
    text-align: center;
}
.messages-default.dutyfree-map .messages-inner {
    width: 50%;
    transform: translate(0, 0);
}
.messages-default
    .messages-inner
    .messages-content
    div[aria-label="Status message"] {
    color: #000;
    font-weight: 600;
    padding: 15px 0;
}
.messages-default .messages-inner .messages-content ul li {
    margin-bottom: 10px;
    list-style: none;
}
.messages-default .messages-inner .messages-content a,
.messages-default .messages-inner .messages-content ul li a {
    display: inline-block;
}
.dutyfree-map .messages-inner .messages-content {
    max-height: 100%;
}
.messages-header p {
    width: 60px;
    height: 60px;
    border: 3px solid #ddd;
    border-radius: 50%;
    margin: 0 auto;
}
.messages-header p::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 35px;
    border: solid #77b259;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    margin: 5px 0 0 0;
    border-left-color: transparent;
    border-top-color: transparent;
}
.messages-has-errors .messages-inner .messages-header p::after,
.messages-has-errors .messages-inner .messages-header p::before {
    position: relative;
    content: " ";
    height: 40px;
    width: 2px;
    background-color: red;
    border: 0 none;
    margin: 7px 0;
    display: inline-block;
}
.messages-has-errors .messages-inner .messages-header p::before {
    transform: rotate(45deg);
}
.messages-has-errors .messages-inner .messages-header p::after {
    transform: rotate(-45deg);
}
.messages-inner .messages-content {
    display: inline-block;
    padding: 20px 0;
    width: 100%;
    overflow: auto;
}
.messages-default .messages-footer {
    border-top: 0 none;
    display: inline-block;
    width: 100px;
}
.messages-default .messages-close {
    display: inline-flex;
    background: #ed164e;
    color: #fff;
    padding: 8px 20px;
    text-decoration: none;
    width: 100px;
    justify-content: center;
    cursor: pointer;
}
.messages-default .messages-close span {
    display: none;
}
.store-dialog-close {
    border: 0 none;
    color: #fff;
    text-indent: 0;
    text-align: center;
    width: 100px;
    background: #ed164e;
    border-radius: 0;
    padding: 10px 0;
    height: auto;
    margin: 0;
    position: relative;
    left: 0;
    margin-bottom: 15px;
}
.better-message {
    font-weight: 600;
    padding: 25px 0;
    text-align: center;
}
.ui-dialog div#dialog {
    overflow: hidden;
    background: #fff;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}
.cancelorder-popup,
.dutyfree-map {
    display: none;
}
.cancelorder-popup .messages-content h3.title {
    color: #ed164e;
}
.cancelorder-popup .messages-content .hotline-number {
    line-height: 35px;
    padding: 10px 0;
    font-size: 22px;
    font-weight: 600;
}
.cancelorder-popup .messages-content .hotline-number p:first-child {
    font-weight: 500;
}
.cancelorder-popup .messages-content .area {
    font-weight: 600;
    color: #999;
    font-size: 18px;
}
#block-useraccount div #user-account {
    margin: auto;
    padding: 40px 0 0;
    border: 1px solid #888;
    margin: 0 auto;
    width: 75%;
    margin-top: 125px;
    background: #fff;
}
body.path-account {
    background: #e9e9e9;
}
#account-profile {
    width: 100%;
    display: inline-flex;
    margin: 0 auto 25px;
    position: relative;
    flex-wrap: wrap;
    padding: 0;
}
#account-profile .profile-tabs-section {
    width: 30%;
    margin-right: 10px;
    background: #fff;
}
#account-profile .profile-section {
    display: inline-flex;
    width: 100%;
    padding: 7px 15px;
    background: #fff;
    border-bottom: 10px solid #e9e9e9;
}
#account-profile .tabs-section {
    margin: 10px;
    padding: 15px;
    background: #fff;
}
#account-profile .profiletabs-content-section {
    width: 68%;
    background: #fff;
}
.profiletabs-content-title h3 {
    font-size: 18px;
    font-weight: 600;
}
#account-profile .profiletabs-content-section .profiletabs-content-title {
    display: flex;
    background: #fff;
    padding: 26px 20px;
    border-bottom: 10px solid #e9e9e9;
    cursor: pointer;
}
#account-profile span.profile-img {
    background: url("../images/profile-icon.jpg") no-repeat;
    width: 54px;
    height: 58px;
}
#account-profile .profile-text {
    font-weight: 600;
    padding: 10px;
}
#account-profile .profile-text p:first-child {
    font-size: 12px;
}
.order-summary ul li {
    list-style: none;
}
#account-profile .tabs-section ul {
    list-style: none;
}
#account-profile .tabs-section ul li {
    padding: 8px 0;
}
#account-profile .tabs-section ul li.profile-information {
    background: url("../images/Profile.svg") no-repeat;
    background-size: 20px;
    width: 100%;
    background-position-y: center;
}
#account-profile .tabs-section ul li.profile-information.active,
#account-profile .tabs-section ul li.profile-information:hover {
    background: url("../images/Profile_hover.svg") no-repeat;
    background-size: 20px;
    width: 100%;
    background-position-y: center;
}
#account-profile .tabs-section ul li.my-wishlist {
    background: url("../images/My_Wishlist.svg") no-repeat;
    background-size: 20px;
    width: 100%;
    background-position-y: center;
}
#account-profile .tabs-section ul li.my-wishlist.active,
#account-profile .tabs-section ul li.my-wishlist:hover {
    background: url("../images/My_Wishlist_hover.svg") no-repeat;
    background-size: 20px;
    width: 100%;
    background-position-y: center;
}
#account-profile .tabs-section ul li.order-history {
    background: url("../images/Order_History.svg") no-repeat;
    background-size: 20px;
    width: 100%;
    background-position-y: center;
}
#account-profile .tabs-section ul li.order-history.active,
#account-profile .tabs-section ul li.order-history:hover {
    background: url("../images/Order_History_hover.svg") no-repeat;
    background-size: 20px;
    width: 100%;
    background-position-y: center;
}
#account-profile .tabs-section ul li.manage-address {
    background: url("../images/Manage_Addresses.svg") no-repeat;
    background-size: 20px;
    width: 100%;
    background-position-y: center;
}
#account-profile .tabs-section ul li.manage-address.active,
#account-profile .tabs-section ul li.manage-address:hover {
    background: url("../images/Manage_Addresses_hover.svg") no-repeat;
    background-size: 20px;
    width: 100%;
    background-position-y: center;
}
#account-profile .tabs-section ul li.my-loyality {
    background: url("../images/My_Loyalty.svg") no-repeat;
    background-size: 20px;
    width: 100%;
    background-position-y: center;
}
#account-profile .tabs-section ul li.my-loyality.active,
#account-profile .tabs-section ul li.my-loyality:hover {
    background: url("../images/My_Loyalty_hover.svg") no-repeat;
    background-size: 20px;
    width: 100%;
    background-position-y: center;
}
#account-profile .tabs-section ul li.logout {
    background: url("../images/Logout.svg") no-repeat;
    background-size: 20px;
    width: 100%;
    background-position-y: center;
}
#account-profile .tabs-section ul li.logout.active,
#account-profile .tabs-section ul li.logout:hover {
    background: url("../images/Logout_hover.svg") no-repeat;
    background-size: 20px;
    width: 100%;
    background-position-y: center;
}
#account-profile .tabs-section ul li a {
    text-decoration: none;
    font-weight: 600;
    color: #000;
    /* padding: 15px 15px; */
    font-size: 15px;
    cursor: pointer;
    position: relative;
    left: 30px;
    /* bottom: 23px; */
    width: calc(100% - 15px);
    position: relative;
    /* top: -18px; */
}
#account-profile .tabs-section ul li a:hover,
#account-profile .tabs-section ul li.active a,
#account-profile .tabs-section ul li:hover a {
    color: #ed164e;
}
#account-profile input,
#edit-coupon-redemption input,
.billing-new-form input,
.checkout-pane-contact-information input,
.dutyfree-options input,
.miscellaneous-info textarea,
select {
    width: 90%;
    display: block;
    margin: 0 0 15px 0;
    padding: 7px 5px;
    outline: 0;
    box-shadow: none;
    border: 2px solid #ddd;
    color: #000;
    font-size: 14px;
    background: 0 0;
}
.checkout-pane-contact-information input {
    margin: 0;
}
/*.dutyfree-options .dutyfree-section h4,*/
/*.dutyfree-options .dutyfree-section label {*/
/*    font-weight: 600;*/
/*    font-size: 14px;*/
/*}*/
#account-profile #edit-delete,
#account-profile input[type="submit"] {
    float: right;
    width: 350px;
    position: relative;
    right: 0;
    color: #fff;
    background: #ed164e;
    font-weight: 600;
    text-align: center;
    padding: 10px 0;
    border: 2px solid #fff;
}
#account-profile #edit-delete {
    padding: 10px 5px;
    height: 48px;
    text-decoration: none;
}
#account-profile h2,
#account-profile h4,
#account-profile h5,
.cart-empty-text h5 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    padding: 20px 0;
}
.profiletabs-contents form {
    width: 100%;
    display: inline-block;
    background: #fff;
}
.profiletabs-contents .customer-profile-form,
.profiletabs-contents .profile-customer-form {
    padding: 26px 20px;
}
.profiletabs-contents form #change-pass a {
    text-align: right;
    padding-right: 80px;
    color: #ed164e;
    text-decoration: none;
}
.profiletabs-contents legend {
    border: 0 none;
    float: left;
    width: 100px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}
.profiletabs-contents .fieldset-wrapper {
    float: left;
    padding-top: 5px;
    color: #333;
    font-weight: 400;
}
#account-profile
    .profile-customer-form
    #edit-field-address-type
    input[type="radio"],
#account-profile input[type="radio"] {
    width: 25px;
    margin: 3px;
}
#edit-field-address-type > div,
.profiletabs-contents #edit-gender > div {
    display: inline-flex;
}
.profiletabs-contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #fff;
}
.wishlist-empty-page {
    text-align: center;
    padding: 30px 10px;
}
.wishlist-empty-page .wishlist-empty-icon {
    background: url("../images/Empty_Wishlist.png") no-repeat;
    width: 100%;
    height: 265px;
    background-position: 50%;
    position: relative;
}
#account-profile .wishlist-empty-text h2,
#account-profile .wishlist-empty-text h5,
.cart-empty-text h5 {
    color: #888;
}
.cart-empty-text a,
.wishlist-empty-text a {
    background: #ed164e;
    border: 2px solid #ed164e;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 0;
    width: 300px;
    margin: 15px auto;
}
.cart-empty-content,
.wishlist-empty-content {
    color: #888;
    font-weight: 600;
}
.wishlist-item {
    border-bottom: 10px solid #e9e9e9;
    padding: 20px 0 5px 0;
}
.wishlist-item > div {
    padding: 0 20px 0 20px;
}
.wishlist-item .wishlist-item__actions {
    border-top: 3px solid #e9e9e9;
    vertical-align: middle;
    padding-top: 5px;
}
.wishlist-item .wishlist-item__details {
    display: none;
}
.wishlist-item .wishlist-item__entity .product-info-wishlist {
    width: 100%;
    display: inline-flex;
}
.product-info-wishlist .product-info-cart-left .image {
    width: 206px;
    height: 160px;
}
.product-info-wishlist .product-info-cart-left .image img {
    max-height: 100%;
}
.product-info-wishlist .product-info-cart-middle {
    padding: 0 30px;
    width: 100%;
}
.product-info-wishlist .product-info-cart-middle h3 {
    margin: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: 35px;
}
.product-info-wishlist .product-info-cart-middle h3 {
    font-size: 16px;
    color: #0060bc;
}
.product-info-wishlist .product-info-cart-middle .product-sku {
    color: #858585;
    padding: 7px 0;
    font-size: 14px;
    font-weight: 500;
}
.product-price {
    padding-top: 18px;
}
.product-price span {
    padding-right: 5px;
}
.product-info-wishlist .product-info-cart-middle .price-selling {
    color: #000;
    font-weight: 600;
    font-size: 18px;
}
.product-info-wishlist .product-info-cart-middle .price-discount,
.product-info-wishlist .product-info-cart-middle .price-strike {
    color: #858585;
    font-size: 14px;
    font-weight: 500;
}
.product-info-wishlist .product-info-cart-middle .price-strike {
    text-decoration: line-through;
}
.product-info-wishlist .product-info-cart-middle .price-discount {
    color: #26630d;
}
.wishlist-item__actions {
    display: inline-block;
    width: 100%;
}
.wishlist-item .wishlist-item__actions input[type="submit"] {
    width: 250px;
    right: 0;
    text-transform: uppercase;
    font-size: 14px;
}
#account-profile .wishlist-item .wishlist-item__actions input {
    position: static;
    width: 250px;
    max-width: 100%;
    margin: 10px 0 0 0;
    padding: 10px 0;
}
#account-profile .wishlist-item .wishlist-item__actions input[type="submit"] {
    margin: 0;
}
#account-profile
    .wishlist-item
    .wishlist-item__actions
    > div
    input[value="Remove"] {
    background: #fff;
    border: 0 none;
    color: #000;
    font-weight: 700;
    margin: 0 0 0 auto;
}
#account-profile
    .wishlist-item
    .wishlist-item__actions
    > div
    input[value="Remove"]:active {
    background: #fff;
}
.address-container {
    width: 100%;
    display: inline-block;
    border-bottom: 10px solid #e9e9e9;
}
.address-container:last-child,
.profiletabs-contents .customer-order:last-child,
.wishlist-item:last-child {
    border-bottom: 0;
}
.address-container .actions,
.address-container .manage-address {
    flex: 0 1 100%;
    padding: 15px 20px;
}
.address-container .manage-address span {
    display: block;
    font-size: 16px;
    padding: 4px;
}
.address-container .manage-address .name {
    font-weight: 600;
}
.address-container .manage-address .address,
.address-container .manage-address .phone {
    font-weight: 500;
    font-size: 14px;
}
.address-container .actions {
    display: inline-flex;
    width: 100%;
    padding: 0;
    border-top: 3px solid #dcdcdc;
    justify-content: flex-end;
    padding: 7px;
    flex-wrap: wrap;
}
.address-container .actions span a {
    width: 250px;
    text-align: center;
    padding: 10px 0;
    font-weight: 600;
    margin: 0 15px;
    text-decoration: none;
}
.address-container .actions span.edit a {
    color: #fff;
    background: #ed164e;
    padding: 10px 20px;
}
.address-container .actions span.delete a {
    color: #000;
}
.add-address {
    background: #fff;
    width: 100%;
    padding: 15px 0;
    flex: 0 1 100%;
    border-bottom: 10px solid #e9e9e9;
}
.add-address span {
    color: #ed164e;
    font-weight: 600;
    padding-right: 10px;
    vertical-align: middle;
    text-transform: uppercase;
}
.add-address span:first-child {
    font-size: 22px;
    font-weight: 600;
}
.add-address > a {
    text-decoration: none;
    padding-left: 20px;
    color: #ed164e;
    font-weight: 600;
    padding-right: 10px;
    vertical-align: middle;
    text-transform: uppercase;
}
.profiletabs-contents .order-header,
.profiletabs-contents .order-item .order-item-summary,
.profiletabs-contents > div.order-history {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
}
.order-history .empty-orders {
    padding: 26px 20px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-weight: 500;
}
.order-history .empty-orders span a {
    background: #ed164e;
    color: #fff;
    text-align: center;
    padding: 10px 5px;
    width: 300px;
    margin: 10px auto;
    text-decoration: none;
}
.profiletabs-contents .order-item .order-item-summary {
    padding: 30px;
}
.profiletabs-contents .order-header {
    background: #9d9080;
    padding: 5px 0 5px 15px;
    color: #fff;
    font-weight: 600;
}
.profiletabs-contents .order-header .oder-date,
.profiletabs-contents .order-header .order-date,
.profiletabs-contents .order-header .order-id {
    width: 39%;
    padding: 10px;
}
.profiletabs-contents .order-header .order-date {
    width: 35%;
}
.customer-order .cancel-order,
.customer-order .delivery-status,
.delivery-status-cancelled {
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px 40px;
}
.customer-order div.cancel-order.has-status,
.customer-order div.delivery-status.has-cancel,
.track-order div.action-btns div.delivery-status.has-cancel {
    width: 50%;
}
.customer-order .cancel-order {
    text-align: right;
}
.customer-order .cancel-order {
    color: red;
    cursor: pointer;
    width: 100%;
}
.delivery-status-cancelled,
.track-order .action-btns .cancel-order {
    color: red;
    cursor: pointer;
    width: 100%;
    float: right;
}
.customer-order .delivery-status {
    color: green;
    text-transform: capitalize;
    width: 100%;
    float: left;
}
.profiletabs-contents .order-header .track-order {
    width: 21%;
    background: #fff;
    text-align: center;
    padding: 10px;
}
.profiletabs-contents .order-header .track-order a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
    /*background: url(../images/pin-icon.jpg) 0 50% / 8% no-repeat;*/
}
.profiletabs-contents .customer-order {
    flex: 0 1 100%;
    border-bottom: 10px solid #e9e9e9;
}
.profiletabs-contents .order-item {
    border-bottom: 2px solid #e9e9e9;
}
.profiletabs-contents .order-item .order-item-summary .order-item-summary-left {
    width: 30%;
}
.profiletabs-contents
    .order-item
    .order-item-summary
    .order-item-summary-right {
    width: 70%;
    padding-left: 20px;
    font-weight: 500;
    line-height: 32px;
}
.profiletabs-contents
    .order-item
    .order-item-summary
    .order-item-summary-right
    .order-item-sku {
    margin-bottom: 0;
}
.profiletabs-contents
    .order-item
    .order-item-summary
    .order-item-summary-right
    .price-selling {
    font-weight: 600;
    font-size: 22px;
}
.profiletabs-contents
    .order-item
    .order-item-summary
    .order-item-summary-right
    .order-item-rating {
    display: flex;
    font-size: small;
}
.profiletabs-contents
    .order-item
    .order-item-summary
    .order-item-summary-right
    .order-item-rating
    > div {
    padding: 2px 0 0 10px;
}
#account-profile
    .order-item
    .order-item-summary
    .order-item-summary-right
    .order-item-title
    a {
    width: auto;
    left: 0;
    padding: 0;
    color: #0061bc;
    font-size: 16px;
    top: 0;
    height: 30px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: 42px;
    margin-bottom: 20px;
    text-decoration: none;
    line-height: 20px;
}
.order-item-sku {
    color: #8d8d8d;
    margin: -10px 0 10px 0;
}
.order-item-price .price-selling {
    font-weight: 600;
    font-size: 22px;
    margin-right: 10px;
}
.order-item-price .price-strike {
    text-decoration: line-through;
    font-weight: 600;
}
.order-item-price .price-discount {
    color: #339500;
    font-weight: 600;
}
.delivery-time {
    font-weight: 600;
    padding-top: 15px;
    font-size: 18px;
}
.if-delivered .delivery-status {
    width: 50%;
}
.customer-survey {
    float: right;
    width: 50%;
    padding: 20px 0;
}
.customer-survey a {
    color: green;
}
.track-order {
    width: 100%;
}
.track-order .order-header .back-to-order {
    width: 25%;
    padding: 10px;
    text-align: center;
    background: #fff;
    display: inline-flex;
    flex-wrap: wrap;
}
.profiletabs-content-title .profile-backarrow::before,
.track-order .order-header .back-to-order a::before {
    content: "";
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    width: 15px;
    height: 15px;
    margin: 2px 5px 0 10px;
    vertical-align: text-top;
}
.profiletabs-content-title .profile-backarrow {
    display: none;
}
.track-order .order-header .back-to-order a {
    text-decoration: none;
    color: #000;
    display: inline-block;
    width: 100%;
    position: relative;
}
.payment-method,
.shipping-info {
    padding: 25px;
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
    line-height: 30px;
    border-bottom: 2px solid #e9e9e9;
}
.dutyfree-help a {
    display: inline-block;
    padding-right: 10px;
    text-decoration: none;
    font-weight: 600;
}
.shipping-info .title,
.track-order .payment-method .payment {
    font-weight: 600;
}
.shipping-info .shipping-charges,
.track-order .payment-method .number {
    font-weight: 500;
}
.shipping-info .shipping-charges,
.shipping-info .title,
.track-order .payment-method .number,
.track-order .payment-method .payment {
    width: 100%;
}
.track-order .delivery-address {
    padding: 25px;
    border-bottom: 2px solid #e9e9e9;
    font-weight: 500;
    line-height: 25px;
}
.track-order .delivery-address .dutyfree-store p {
    margin-bottom: 10px;
}
.track-order .delivery-address .dutyfree-store #dutyfree-store-name {
    margin-top: 10px;
    font-weight: 600;
}
.track-order .dutyfree-status-message {
    padding: 25px;
    font-weight: 500;
}
.track-order .delivery-address .title {
    font-weight: 600;
    padding-bottom: 15px;
}
#dutyfree-store-contact .trackorder-number {
    display: inline-block;
}
.StepProgress-wrapper {
    width: 100%;
    padding: 25px;
}
.StepProgress {
    position: relative;
    padding-left: 45px;
    list-style: none;
}
.StepProgress-item {
    position: relative;
    counter-increment: list;
    height: 80px;
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
}
.StepProgress-item .StepProgress-item-left {
    width: 70%;
}
.StepProgress-item div.StepProgress-item-right {
    opacity: 0;
}
.StepProgress-item.is-done div.StepProgress-item-right {
    opacity: 1;
}
.StepProgress-item .StepProgress-item-right {
    width: 30%;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    font-weight: 600;
}
.StepProgress-item .StepProgress-item-right .time {
    padding-left: 25px;
    text-align: right;
}
.StepProgress-item:not(:last-child) {
    padding-bottom: 20px;
}
li.StepProgress-item.is-done::before {
    border-left: 2px solid green;
}
.StepProgress-item:not(:last-child)::before {
    display: inline-block;
    content: "";
    position: absolute;
    left: -30px;
    height: 100%;
    width: 10px;
    border-left: 2px solid #ccc;
}
.StepProgress-item.is-done::after {
    content: "\2713";
    font-size: 15px;
    color: #fff;
    text-align: center;
    border: 2px solid green;
    background-color: green;
}
.StepProgress-item::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: -44px;
    width: 30px;
    height: 29px;
    border: 2px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
    line-height: 23px;
}
.track-order .action-btns {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    border-top: 2px solid #e9e9e9;
    padding: 20px 40px;
}
.track-order .action-btns .cancel-order,
.track-order .action-btns .download-invoice,
.track-order .action-btns .write-review {
    font-weight: 600;
    text-transform: uppercase;
    text-align: right;
    padding: 10px 30px;
}
.track-order .action-btns .action-btns a:hover,
.track-order .action-btns .download-invoice:hover {
    text-decoration: none;
}
.track-order .action-btns .download-invoice,
.track-order .action-btns .write-review {
    width: 300px;
    position: relative;
    color: #fff;
    background: #ed164e;
    font-weight: 600;
    text-align: center;
    border: 2px solid #fff;
}
.customer-loyalty-form {
    font-size: 14px;
    font-weight: 500;
}
.customer-loyalty-form .loyalty_div > div p:not(:first-child),
.customer-loyalty-form .loyalty_div > div ul {
    padding: 10px 15px 0 15px;
}
.customer-loyalty-form p.benefits-section {
    font-weight: 700;
    padding-top: 20px;
}
.customer-loyalty-form ul {
    padding-top: 5px;
}
.customer-loyalty-form .loyalty-links {
    display: inline-flex;
    width: 100%;
    margin-top: 20px;
}
.customer-loyalty-form .loyalty-links a {
    text-align: center;
    padding: 10px 0;
    font-weight: 600;
    margin: 0 15px;
    text-decoration: none;
    width: 50%;
    color: #fff;
    cursor: pointer;
    background: #ed164e;
    text-transform: uppercase;
}
input#edit-loyalty-points {
    background: #fff;
    color: #000;
    border: 0 none;
    padding: 10px 0;
    font-weight: 700;
    opacity: 1;
    z-index: 999;
}
.profiletabs-contents.loyalty-check-container {
    justify-content: flex-start;
    padding: 25px;
}
#account-profile .loyalty-join input {
    width: 65%;
}
#account-profile .loyalty-join input[type="submit"]#edit-actions-submit {
    float: left;
    left: 0;
}
.close {
    position: absolute;
    right: 10px;
    top: -30px;
    width: 32px;
    height: 32px;
    opacity: 0.5;
    cursor: pointer;
    text-indent: -9999px;
    background: 0 0;
    cursor: pointer;
}
.close:hover {
    background: 0 0;
    opacity: 1;
}
.close:after,
.close:before {
    position: absolute;
    left: 15px;
    content: " ";
    height: 30px;
    width: 2px;
    background-color: #241e1e;
}
.close:before {
    transform: rotate(45deg);
}
.close:after {
    transform: rotate(-45deg);
}
#account-profile .profile-customer-form input,
#account-profile .profile-customer-form select {
    width: 55%;
}
#account-profile .profile-customer-form fieldset {
    margin-bottom: 15px;
}
div.field--name-field-address-type legend {
    width: 100%;
}
legend span {
    font-weight: 600;
    font-size: 14px;
}
details > summary {
    display: none;
}
#account-profile .profile-customer-form .ui-menu .ui-menu-item a,
.ui-widget {
    text-decoration: none;
    font-size: 0.9em;
}
#account-profile .profile-customer-form .ui-menu .ui-menu-item a:focus,
#account-profile .profile-customer-form .ui-menu .ui-menu-item a:hover,
.ui-state-active,
.ui-widget-content .ui-state-active {
    background: #e9e9e9;
    color: #000;
    text-decoration: none;
    border: 1px solid #e9e9e9;
}
#account-profile .profile-customer-form .form-actions {
    display: inline-flex;
    float: right;
    width: 60%;
}
#account-profile .profile-customer-form .form-actions input {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ed164e;
}
#account-profile .profile-customer-form .form-actions input[id="edit-submit"] {
    background: 0 0;
    color: #000;
    margin-right: 10px;
}
.product-deal.offers-cta-cluster {
    border-right: 0 none;
    width: 252px;
    margin-bottom: 0;
}
.offers-cta-grid-cluster .owl-dots,
.offers-cta-grid-cluster .owl-nav {
    display: none;
}
.offers-cta-grid-cluster .owl-item {
    float: left;
}
.product-deal.offers-cta-cluster > a .image {
    min-height: 160px;
    max-height: 160px;
    background: #e8e8e8;
    padding: 15px 0;
}
.product-deal.offers-cta-cluster h3 {
    text-align: center;
    color: #000;
}
.collage-container-left {
    display: inline-flex;
    width: 60%;
    flex-wrap: wrap;
}
.collage-container-right {
    display: inline-flex;
    width: 35%;
    flex-wrap: wrap;
    margin-left: 16px;
    vertical-align: top;
}
.collage-container-left .offers-cta-collage,
.collage-container-right .offers-cta-collage {
    text-align: center;
    flex: 1 1 auto;
    height: 250px;
    max-height: 250px;
    overflow: hidden;
    padding: 0;
    margin: 8px 0;
    position: relative;
    border-radius: 5px;
}
.collage-container-left .offers-cta-collage .image,
.collage-container-left .offers-cta-collage .image img,
.collage-container-right .offers-cta-collage .image,
.collage-container-right .offers-cta-collage .image img {
    height: 250px;
    max-height: 250px;
    width: 100%;
}
.offers-cta-collage .offers-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.offers-cta-collage:hover .offers-overlay {
    display: block;
}
.offers-cta-collage .offers-overlay .offers-overlay-inner {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.collage-container-right .offers-cta-collage:first-child,
.collage-container-right .offers-cta-collage:first-child img {
    height: 100px;
    max-height: 100px;
}
.collage-container-right .offers-cta-collage:last-child {
    height: 200px;
    max-height: 200px;
}
.collage-container-left .offers-cta-collage:first-child {
    margin-right: 16px;
}
.collage-container-left .offers-cta-collage {
    width: 48%;
}
.collage-container-right .offers-cta-collage {
    width: 100%;
}
.offers-cta-collage a {
    text-decoration: none;
}
.offers-cta-collage a .buy-now,
.offers-cta-collage a h3,
.offers-cta-collage a p {
    color: #fff;
    position: relative;
    padding: 0 10px;
}
.offers-cta-collage:hover a .buy-now,
.offers-cta-collage:hover a h3,
.offers-cta-collage:hover a p {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
.offers-cta-collage a h3 {
    font-size: 20px;
    text-transform: unset;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.offers-cta-collage a p {
    font-size: 12px;
    margin-bottom: 15px;
}
.offers-cta-collage a .buy-now {
    width: 230px;
    text-align: center;
    padding: 10px 0;
    font-weight: 600;
    text-decoration: none;
    background: #ed164e;
    color: #fff;
    margin: 10px auto;
}
.block--block-content--cluster {
    position: relative;
}
.block--block-content--cluster .deal-day {
    background: #eb164f;
    background: -moz-linear-gradient(top, #eb164f 0, #b10c38 100%);
    background: -webkit-gradient(
        left top,
        left bottom,
        color-stop(0, #eb164f),
        color-stop(100%, #b10c38)
    );
    background: -webkit-linear-gradient(top, #eb164f 0, #b10c38 100%);
    background: -o-linear-gradient(top, #eb164f 0, #b10c38 100%);
    background: -ms-linear-gradient(top, #eb164f 0, #b10c38 100%);
    background: linear-gradient(to bottom, #eb164f 0, #b10c38 100%);
    position: absolute;
    top: -33px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    width: 500px;
    text-align: center;
    padding: 10px 0;
    font-size: 24px;
    border-radius: 10px;
}
.product-deal.offers-cta-grid {
    width: 33%;
    border-right: 0 none;
    padding: 0 10px;
    margin: 10px 0;
}
.product-deal.offers-cta-grid > a {
    min-height: 284px;
    max-height: 284px;
    overflow: hidden;
    position: relative;
}
.product-deal.offers-cta-grid .image img,
.product-deal.offers-cta-grid a .image {
    max-height: 284px;
    min-height: 284px;
}
.product-deal.offers-cta-grid > a h3 {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    margin: 0;
    padding: 15px 0;
    text-align: center;
    height: auto;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.product-deal.offers-cta-grid .cluster-offer p {
    height: auto;
}
.product-deal.offers-cta-grid .image img {
    max-width: 100%;
}
.product-deal.offers-cta-grid .cluster-offer {
    position: absolute;
    top: 0;
    left: 0;
}
.product-deal.offers-cta-grid .cluster-offer .offer-bg {
    background: #ed164e;
    width: 110px;
    height: 60px;
    position: absolute;
    left: -45px;
    top: -15px;
    transform: rotate(-45deg);
}
.product-deal.offers-cta-grid .cluster-offer p {
    position: absolute;
    left: -8px;
    line-height: 14px;
    top: 6px;
    color: #fff;
    width: 60px;
    text-align: center;
    transform: rotate(-45deg);
    padding: 0 10px;
}
.path-service-centres .service-centers {
    min-height: 400px;
}
.path-service-centres header {
    height: auto;
}
.path-service-centres header .page-title {
    background: #ed164e;
    color: #fff;
    padding: 14px 10px;
    text-align: center;
    margin: 0 0 30px 0;
    font-weight: 600;
    text-transform: uppercase;
}
.service-centers .views-exposed-form {
    padding-bottom: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    flex-direction: row;
}
.service-centers .views-exposed-form > div {
    display: inline-flex;
    width: 39%;
    align-items: center;
}
.service-centers .views-exposed-form > div > input {
    width: 80%;
    margin: 0 10px;
    display: block;
    padding: 7px 5px;
    outline: 0;
    box-shadow: none;
    border: 2px solid #ddd;
    color: #000;
    font-size: 14px;
}
.service-centers .views-exposed-form > div > label {
    width: auto;
    word-break: break-word;
    font-size: 14px;
}
.service-centers .views-exposed-form .form-actions {
    width: 20%;
}
.service-centers .views-exposed-form .form-actions input {
    text-align: center;
    padding: 10px;
    font-weight: 600;
    text-decoration: none;
    background: #ed164e;
    color: #fff;
    width: 100%;
    border: 0 none;
    position: relative;
    margin: 0;
}
.service-centers .service-center-wrapper .service-center-header {
    background: #b8b8b8;
    padding: 5px 20px;
    color: #000;
    font-weight: 500;
    display: table;
    width: 100%;
    position: relative;
}
.service-centers
    .service-center-wrapper
    .service-center-header
    .service-center-logo {
    width: 8%;
}
.service-centers
    .service-center-wrapper
    .service-center-header
    .service-center-logo
    img {
    height: 60px;
    width: 80px;
    display: none;
}
.service-centers .service-center-wrapper .service-center-content {
    text-align: center;
    width: 100%;
    padding: 5px;
}
.service-centers .service-center-wrapper .service-center-content img {
    max-height: 250px;
}
.service-centers
    .service-center-wrapper
    .service-center-header
    .service-center-info {
    width: 100%;
}
.service-centers .service-center-wrapper.open .service-center-header {
    background: #ba9774;
    color: #fff;
}
.service-center-header .service-center-address,
.service-center-header .service-center-phone,
.service-center-header .service-center-timings {
    font-size: 12px;
}
.service-center-header .service-center-address {
    position: relative;
    text-transform: capitalize;
}
.service-center-header .service-center-address .paragraph-formatter {
    width: 100%;
    display: block;
}
.service-centers ul {
    list-style: none;
    padding: 0 20px 0 10px;
}
.service-center-wrapper .paragraphs-description .summary-content {
    color: #000;
}
.js .paragraphs-description .paragraphs-content-wrapper,
.js .paragraphs-description .paragraphs-plugin-wrapper {
    word-break: normal;
}
.service-center-wrapper.open .paragraphs-description .summary-content {
    color: #fff;
}
.service-center-wrapper
    .paragraphs-description
    .paragraphs-content-wrapper::after,
.service-center-wrapper
    .paragraphs-description
    .paragraphs-plugin-wrapper::after {
    background: none transparent;
}
.service-center-header::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid #fff;
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.service-center-wrapper.open .service-center-header::after {
    transform: rotate(180deg);
    top: 40%;
}
.service-center-wrapper {
    margin-bottom: 10px;
    cursor: pointer;
    border: 1px solid #ddd;
    transition: all 0.4s ease-in-out;
}
.service-centers .service-center-wrapper.open .service-center-content {
    opacity: 1;
    max-height: 300px;
    padding: 5px;
    transition: all 0.4s ease-in-out;
    overflow: auto;
}
.service-centers .service-center-wrapper .service-center-content {
    opacity: 0;
    max-height: 0;
    padding: 0 5px;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}
.show_m_category {
    opacity: 1;
    max-height: 3000px;
    padding: 0;
    transition: all 0.4s ease-in-out;
}
.show_m_category.d-none {
    opacity: 0;
    max-height: 0;
    padding: 0;
    transition: all 0.4s ease-in-out;
}
.paragraph-summary {
    position: relative;
    right: 5px;
}
ul li ul.service-center-agent,
ul.service-center-agents-labels {
    display: inline-flex;
    width: 100%;
    padding: 10px 20px;
    align-items: center;
}
ul.service-center-agents-labels {
    padding: 15px 45px 15px 30px;
    font-weight: 600;
}
ul li ul.service-center-agent li,
ul.service-center-agents-labels > li {
    flex: 1 1 100%;
    word-break: break-word;
    margin-right: 10px;
    font-size: 14px;
}
ul li ul.service-center-agent {
    padding: 8px 20px;
}
ul li ul.service-center-agent li {
    font-size: 12px;
}
ul li ul.service-center-agent {
    background: #ddd;
    margin-bottom: 8px;
}
.path-user #block-singer-local-tasks {
    display: none;
}
.webform-confirmation {
    text-align: center;
    padding-top: 50px;
}
.webform-confirmation .webform-confirmation__back a {
    background-color: #ee1b4e;
    padding: 10px 25px;
    text-transform: uppercase;
    border: 0;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
}
.offers-cta-carousel-container {
    background-color: #040404;
    position: relative;
    float: left;
    padding: 40px 0;
    width: 100%;
}
.offers-cta-carousel-container .owl-stage-outer {
    overflow: hidden;
}
.offers-cta-carousel-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: -9999px;
    right: -9999px;
    background-color: #040404;
    height: 100%;
}
.offers-cta-carousel-container .owl-item {
    float: left;
}
.offers-cta-carousel-container .owl-dots {
    display: none;
}
.offers-cta-carousel-container .offers-cta-carousel {
    color: #fff;
    width: 252px;
    float: none;
    margin: 20px 0;
}
.offers-cta-carousel-container .offers-cta-carousel .image,
.offers-cta-carousel-container .offers-cta-carousel .image img {
    max-height: 252px;
    background: #fff;
    border-radius: 5px;
}
.offers-cta-carousel-container .offers-cta-carousel a,
.offers-cta-carousel-container .offers-cta-carousel h3 {
    max-height: none;
    color: #fff;
}
.offers-cta-carousel-container .offers-cta-carousel .offer {
    color: #b0113a;
    text-align: left;
    font-weight: 700;
}
.offers-cta-carousel-container .offers-cta-carousel .sold-out {
    color: #bcbcbc;
    text-align: left;
}
.offers-cta-carousel-container .offers-cta-carousel .coming-soon {
    color: #01a67b;
    text-align: left;
}
.offers-cta-carousel-container .owl-nav span {
    display: none;
}
.offers-cta-carousel-container .owl-nav button {
    border: 0;
    top: 40%;
    width: 60px;
    height: 60px;
    background-size: 100% !important;
}
.offers-cta-carousel-container .owl-prev {
    background: url(../images/offer-nav-left.png) no-repeat !important;
    left: -60px;
}
.offers-cta-carousel-container .owl-next {
    background: url(../images/offer-nav-right.png) no-repeat !important;
    right: -60px;
}
fieldset.checkout-pane .product-info-cart .product-info-cart-warranty {
    width: 100%;
}
.error-page {
    text-align: center;
    padding: 0 0 70px 0;
}
.error-page img {
    width: 100%;
}
.access-img img {
    max-width: 200px;
    margin: 0 auto;
}
.access-img img {
    max-width: 250px;
}
.error-title {
    color: #e7144b;
    font-size: 40px;
    text-transform: capitalize;
}
.access-title {
    color: #000;
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.error-sorry {
    font-size: 14px;
}
.return-home {
    margin: 30px auto;
    width: auto;
}
.return-home img {
    max-width: 800px;
}
.return-home a {
    background: #2f2f2f;
    padding: 10px 25px;
    border-radius: 25px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 20px;
}
.product-infowindow {
    width: 330px;
    padding: 10px 10px 36px 10px;
    line-height: 1.5;
    font-size: 14px;
    color: #303030;
    text-align: left;
}
.product-infowindow .product-name {
    font-size: 17px;
    font-weight: 700;
    color: #ed164e;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.product-addr,
.product-addr2,
.product-addr3,
.product-addr4 {
    display: inline;
}
.product-infowindow .product-phone {
    background: url(../images/icon_telephone.png) no-repeat left top 5px;
}
.product-infowindow .product-email {
    background: url(../images/icon_email.png) no-repeat left top 5px;
}
.product-infowindow .product-web {
    background: url(../images/icon_web.png) no-repeat left top 5px;
}
.loc-infowindow .loc-hours {
    background: url(../images/icon_clock.png) no-repeat left top 5px;
}
.loc-infowindow .loc-hours > a {
    text-decoration: none;
    margin-left: 20px;
    padding-top: 4px;
    color: #000;
}
.product-infowindow .product-email,
.product-infowindow .product-phone,
.product-infowindow .product-web {
    margin-top: 5px;
    padding-left: 15px;
    background-size: 12px;
}
.product-infowindow .product-directions,
.product-infowindow .product-email {
    margin-top: 5px;
}
.product-infowindow .product-email a,
.product-infowindow .product-phone a,
.product-infowindow .product-web a {
    color: #303030 !important;
    text-decoration: none;
}
.gm-ui-hover-effect img {
    width: 25px !important;
    height: 25px !important;
}
.gm-ui-hover-effect {
    top: 0 !important;
    right: 10px !important;
}
.filters .facet-empty {
    display: none;
}
.has-sidebar-left {
    background: #e9e9e9;
}
.has-sidebar-left #block-mainpagecontent,
.has-sidebar-left .sidebar.sidebar-left {
    background: #fff;
}
.has-sidebar-left #block-mainpageconten a {
    display: inline-block;
    color: #ed164e;
}
.has-sidebar-left .sidebar.sidebar-left {
    float: left;
    width: 25%;
}
.has-sidebar-left .sidebar.sidebar-left ul li {
    list-style: none;
    padding: 10px 10px;
    border-bottom: 1px solid #dbdbdb;
}
.has-sidebar-left .sidebar.sidebar-left ul li a {
    text-decoration: none;
    font-weight: 600;
    color: #000;
    padding: 5px 5px;
    font-size: 15px;
    cursor: pointer;
}
.has-sidebar-left .sidebar.sidebar-left ul li a.is-active,
.has-sidebar-left .sidebar.sidebar-left ul li a:active,
.has-sidebar-left .sidebar.sidebar-left ul li a:hover {
    color: #ed164e;
}
.has-sidebar-left #block-mainpagecontent {
    float: right;
    width: 74%;
    padding: 15px;
}
.has-sidebar-left #block-mainpagecontent .container {
    width: 100% !important;
    padding: 0;
}
.has-sidebar-left #block-mainpagecontent form.webform-submission-contact-form {
    width: 100%;
}
.contact-input,
.has-sidebar-left#block-mainpagecontent
    form.webform-submission-contact-form
    .form-item
    .contact-input,
.has-sidebar-left#block-mainpagecontent
    form.webform-submission-contact-form
    .form-item
    input {
    width: 100%;
    display: block;
    margin: 0 0 15px 0;
    padding: 7px 5px;
    outline: 0;
    box-shadow: none;
    border: 2px solid #ddd;
    color: #000;
    font-size: 14px;
}
.has-sidebar-left
    #block-mainpagecontent
    form.webform-submission-contact-form
    .webform-button--submit {
    width: 350px;
    position: relative;
    color: #fff;
    background: #ed164e;
    font-weight: 600;
    text-align: center;
    padding: 10px 0;
    border: 2px solid #fff;
    margin: 0 auto;
}
.product-listing-header-section h1 {
    margin: 5px 0 20px 0;
}
#block-mainpagecontent .layout:first-child .block--block-content--cluster > h2 {
    padding-top: 0;
}
.max-error-wrap,
.nomatch-wrap {
    border: 0 !important;
    padding: 20px;
    font-family: "SF Pro Text", sans-serif !important;
    width: 30% !important;
}
.max-error-wrap .ui-widget-header,
.nomatch-wrap .ui-widget-header {
    display: none;
}
.max-error-wrap .ui-widget-content,
.nomatch-wrap .ui-widget-content {
    text-align: center;
}
.max-error-wrap .ui-widget-content p,
.nomatch-wrap .ui-widget-content p {
    color: #000;
    font-weight: 600;
    padding: 30px 0;
}
.max-error-wrap .dialog-cancel,
.nomatch-wrap .dialog-cancel {
    display: inline-flex;
    background: #ed164e;
    color: #fff;
    padding: 8px 20px;
    text-decoration: none;
    width: 100px;
    justify-content: center;
    cursor: pointer;
}
.max-error-wrap .has-error,
.nomatch-wrap .has-error {
    width: 60px;
    height: 60px;
    border: 3px solid #ddd;
    border-radius: 50%;
    margin: 0 auto;
}
.max-error-wrap .has-error span::after,
.max-error-wrap .has-error span::before,
.nomatch-wrap .has-error span::after,
.nomatch-wrap .has-error span::before {
    position: relative;
    content: " ";
    height: 40px;
    width: 2px;
    background-color: red;
    border: 0 none;
    margin: 7px 0;
    display: inline-block;
}
.max-error-wrap .has-error span::before,
.nomatch-wrap .has-error span::before {
    transform: rotate(45deg);
}
.max-error-wrap .has-error span::after,
.nomatch-wrap .has-error span::after {
    transform: rotate(-45deg);
}
.ui-dialog.change-offer-dialog {
    max-width: 100%;
}
.ui-dialog.change-offer-dialog .ui-dialog-title {
    color: #000;
    text-align: center;
    margin-top: 15px;
}
.ui-dialog.change-offer-dialog .button {
    background: #ed164e;
    color: #fff;
    padding: 8px 20px;
    text-decoration: none;
    width: 100px;
    justify-content: center;
    cursor: pointer;
    border-radius: 0;
    font-size: 16px;
    margin: 10px 0;
}
.ui-dialog.change-offer-dialog .ui-dialog-content {
    text-align: center;
}
.ui-dialog.change-offer-dialog .ui-dialog-content form fieldset {
    text-align: left;
}
.ui-dialog.change-offer-dialog .ui-dialog-titlebar-close span.ui-icon {
    background-image: none;
    width: 100%;
    height: 100%;
}
.ui-dialog.change-offer-dialog .ui-dialog-titlebar-close {
    border: 0 none;
    background: 0 0;
    right: 8px;
    margin: 0;
}
.ui-dialog.change-offer-dialog form .js-form-type-radio {
    display: flex;
}
.ui-dialog.change-offer-dialog form .js-form-type-radio label.option {
    margin-left: 5px;
}
.tabs.with-banner,
.tabs.with-banner .ui-widget {
    font-family: "SF Pro Text", sans-serif !important;
}
.maintenance-page {
    padding: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.maintenance-page .dialog-off-canvas-main-canvas {
    width: 80%;
    margin: 0 auto;
}
.maintenance-page header {
    height: auto;
}
.maintenance-page header h1 {
    display: none;
}
.maintenance-page header,
.maintenance-page main {
    vertical-align: middle;
}
.maintenance-page main {
    width: 100%;
    padding: 0 40px;
    line-height: 23px;
    text-align: center;
}
.maintenance-page main h1 {
    color: red;
    text-transform: uppercase;
    padding: 30px 0 25px;
    font-size: 24px;
    font-weight: 700;
}
.maintenance-page img {
    width: 380px;
    display: block;
    margin: 0 auto;
}
.simplenews-confirm-removal {
    text-align: center;
    color: #e7144b;
    font-size: 28px;
    text-transform: capitalize;
}
.simplenews-confirm-removal p {
    font-size: 14px;
    color: #000;
}
.simplenews-confirm-removal .form-actions {
    margin-top: 30px;
}
.simplenews-confirm-removal .form-actions a,
.simplenews-confirm-removal .form-actions input {
    color: #fff;
    font-weight: 600;
    padding: 10px 5px;
    font-size: 14px;
    outline: 0;
    box-shadow: none;
    display: inline-block;
    width: 185px;
    text-align: center;
}
.simplenews-confirm-removal .form-actions input {
    background: #ed164e;
    border: 2px solid #ed164e;
    margin-right: 15px;
}
.simplenews-confirm-removal .form-actions a {
    background: #999;
    border: 2px solid #999;
}
.hlc-button {
    background: #ed164e;
    color: #fff;
    float: right;
    border-radius: 0;
    font-weight: 600;
}
.hlc-button:hover {
    color: #fff;
}
.backgroundOpacity {
    position: fixed;
    z-index: 99;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
}
.hlc-dialog {
    border: 0 !important;
    padding: 0;
    font-family: "SF Pro Text", sans-serif !important;
    width: 620px !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    z-index: 999;
    margin-top: 105px;
}
.hlc-dialog .ui-widget-header {
    background-color: #bfb6af !important;
    padding: 18px;
    border-radius: 0 !important;
}
.hlc-dialog .ui-dialog-title {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    margin: 0;
}
.hlc-dialog .ui-dialog-titlebar-close {
    background: 0 0;
    border: 0;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 15px;
    top: 17px;
}
.hlc-dialog .ui-dialog-titlebar-close::before {
    transform: rotate(45deg);
}
.hlc-dialog .ui-dialog-titlebar-close::after {
    transform: rotate(-45deg);
}
.hlc-dialog .ui-dialog-titlebar-close::after,
.hlc-dialog .ui-dialog-titlebar-close::before {
    position: absolute;
    left: 15px;
    content: " ";
    height: 30px;
    width: 2px;
    background-color: #241e1e;
}
.hlc-dialog .ui-dialog-titlebar-close .ui-icon {
    background-image: none;
}
.hlc-dialog .ui-widget-content {
    padding: 20px;
}
.hlc-dialog .hlc-form input,
.hlc-dialog .hlc-form select {
    width: 100%;
    display: block;
    margin: 0 0 15px 0;
    padding: 7px 5px;
    outline: 0;
    box-shadow: none;
    border: 2px solid #ddd;
    color: #000;
    font-size: 14px;
    font-family: "SF Pro Text", sans-serif !important;
}
.hlc-dialog .hlc-form [type="submit"] {
    width: 284px;
    position: relative;
    color: #fff;
    background: #ed164e;
    font-weight: 600;
    text-align: center;
    padding: 10px 0;
    border: 0;
    margin: 0;
    clear: both;
}
.hlc-dialog .hlc-form h3 {
    font-size: 20px;
    margin: 0 0 15px;
}
.hlc-dialog .hlc-result {
    color: red;
    margin: 10px 0 0;
    font-size: 16px;
}
.hlc-form-l {
    padding-right: 10px;
}
.hlc-form-r {
    padding-left: 10px;
}
.hlc-form-l,
.hlc-form-r {
    width: 50%;
    float: left;
}
.product-item .section .stock-arr {
    clear: both;
    font-size: 10px;
    padding-top: 5px;
}
.product-item .section.last .stock-arr {
    clear: both;
    font-size: 13px;
    padding-top: 5px;
}
p.stock-arr-full {
    display: inline-block;
}
div.product-item a.enquire-now {
    text-transform: uppercase;
    color: red;
    font-size: smaller;
    font-weight: 500;
}
div.last a.enquire-now {
    text-decoration: none;
    color: #fff;
}
.commerce-checkout-flow label.form-required:after {
    content: " *";
    color: red;
}
.last-items-viewed-wrapper {
    width: 100%;
}
/* @keyframes subnavHoverHelp {
    100% {
        width: 100%;
    }
    0% {
        width: 100;
    }
} */
.we-mega-menu-submenu-inner
    .nav-tabs
    > .we-mega-menu-li.dropdown-menu:hover::before {
    content: "";
    position: absolute;
    z-index: 9000;
    bottom: 0;
    right: 0;
    height: auto;
    animation: subnavHoverHelp 1.5s;
    animation-iteration-count: 20;
    -webkit-animation: subnavHoverHelp 1.5s;
    -webkit-animation-iteration-count: 20;
}
.we-mega-menu-submenu-inner
    .nav-tabs
    > .we-mega-menu-li.dropdown-menu:hover::before {
    top: -20%;
    clip-path: inset(0 0 0 40%);
}
.product-listing-actions {
    display: table;
    width: 100%;
}
.product-listing-actions > div {
    min-width: 65px;
}
.switcher {
    text-align: right;
}
.switcher .switch-grid a,
.switcher .switch-list a {
    background: url(../images/list-view.svg) no-repeat 0 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    text-indent: -9999px;
    text-align: justify;
    background-size: 25px 22px;
    margin-left: 10px;
    opacity: 0.5;
}
.switcher .switch-grid.active a,
.switcher .switch-list.active a {
    opacity: 1;
}
.switcher .switch-grid a {
    background: url(../images/grid-view.svg) no-repeat;
}
.filter-overlay,
.overlay {
    display: none;
}
.fitler-header {
    font-size: 15px;
    padding: 10px;
    width: 100%;
    outline: 0;
    position: relative;
    color: #000;
    /*font-weight: 600;*/
}
.clear-filter,
.clear-filter:active,
.clear-filter:hover {
    font-size: 12px;
    text-transform: uppercase;
    float: right;
    color: #ed164e;
    /*padding: 5px;*/
    text-decoration: none;
}
.buynow .sold-out {
    text-transform: uppercase;
    color: #ed164e;
    font-size: 13px !important;
    width: 70px !important;
}

.sold-out {
    text-transform: uppercase;
    color: #ed164e !important;
    font-size: 13px !important;
    width: 70px !important;
}
.btn-find-store{
    font-size: 10px;
    color: #008844;
    font-weight: 700;
    border: 1px solid #bbb;
    background: #f2f2f2;
    padding: 3px;
    text-transform: uppercase;
    height: fit-content;
}
.find-store{
    color: #008844;
    /* text-transform: capitalize; */
}
.btn-find-store-2{
    background-color: #008844;
    padding: 10px 25px;
    text-transform: uppercase;
    border: 0;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
}
.find-in-store-btn {
    font-size:13px;
    border-radius: 4px;
    border: 1px solid #008B05;
    color: #008B05;
    padding: 1px 3px;
    background-color: #f6f6f6;
}
.btn-find-store-3{
    background-color: #5CB85C;
    padding: 15px 45px;
    border-radius: 6px;
    font-size: 15px;
    text-transform: uppercase !important;
    font-weight: 500;
    border: 1px solid #5CB85C;
    color: #fff;
}
.product-details-container .product-details input.btn-find-store-2{
    border-bottom: unset;
}
.grid-view .product-item:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.23);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.23);
}
.product-details-popup {
    background-color: #fff;
    padding: 20px;
    max-width: 500px;
    width: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    position: absolute;
    display: none;
    top: 70px;
    z-index: 2;
    left: 0;
}
.product-details-popup .delivery-details-cnt,
.product-details-popup .warranty-details-cnt {
    background-color: #e6e2df;
    padding: 20px;
    border: 1px solid #d4d1cc;
    font-weight: 400;
    border-radius: 0;
}
.product-details-popup h2 {
    background-color: #bfb6af;
    padding: 18px;
    color: #fff;
    font-size: 20px;
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
    margin-bottom: 20px;
}
body.path-product .ui-dialog.ui-widget.ui-widget-content,
body.path-product .ui-widget-overlay {
    display: none;
}
.product-details-popup .close-pop {
    position: absolute;
    right: 20px;
    top: 15px;
    width: 32px;
    height: 32px;
    opacity: 1;
    cursor: pointer;
    text-indent: -9999px;
}
.product-details-popup .close-pop:hover {
    opacity: 0.3;
}
.product-details-popup .close-pop:after,
.product-details-popup .close-pop:before {
    position: absolute;
    left: 15px;
    content: " ";
    height: 30px;
    width: 2px;
    background-color: #241e1e;
}
.product-details-popup .close-pop:before {
    transform: rotate(45deg);
}
.product-details-popup .close-pop:after {
    transform: rotate(-45deg);
}
.product-details-container {
    display: flex;
    flex-wrap: wrap;
}
.product-images-thumbs .owl-dots,
.product-images-thumbs .owl-nav{
    display: none;
}

.product-details-container .product-images-wrapper .product-images-big .item a{
    margin: 0 40px;
    display: inline-block;
    padding: 30px;
    border: 1px solid #d1d1d1;
    cursor: pointer;
}
.product-details-container .product-images-wrapper .product-images-thumbs{
    width: 75%;
    margin: 50px auto 0 auto;
}

.product-details-container
    .product-images-wrapper
    .product-images-thumbs
    .item
    a {
    border: 1px solid #d1d1d1;
    width: 90px;
    height: 90px;
    display: inline-block;
    padding: 5px;
}

.product-details-container .product-details,
.product-details-container .product-images-wrapper {
    flex-grow: 1;
    width: 50%;
}
.product-details-container .product-images-wrapper {
    position: relative;
}
.product-details-container .product-images-wrapper .ribbon {
    position: absolute;
    top: 40px;
}
.product-details-container .product-images-wrapper .wishlist {
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 50px;
    font-size: 32px;
    color: #ddd;
}
/* .product-details-container
    .product-images-wrapper
    .wishlist
    .icon-wishlist:after,
.product-details-container
    .product-images-wrapper
    .wishlist
    .icon-wishlist:before {
    width: 20px;
    height: 32px;
    left: 20px;
} */
/* .product-details-container
    .product-images-wrapper
    .wishlist
    .icon-wishlist:after {
    left: 0;
} */
.product-details-links {
    text-align: center;
    margin-top: 20px;
}
.product-details-links a {
    display: inline-block;
    padding: 5px 15px 5px 35px;
    color: #000;
    font-size: 15px;
}
.product-details-links .download-brochure {
    background: url(../images/download-brochure.png) no-repeat 0 50%;
}
.product-details-links a:last-child {
    padding-right: 0;
}
.product-details-links .compare,
.product-details-links .share {
    display: none;
}
.product-details-container .product-details .product-title {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 22px;
}
.product-details-container .product-details .product-sku {
    font-size: 14px;
}
.product-details-container .product-details .horizontal-line {
    height: 1px;
    background: #d1d1d1;
    margin: 10px 0 20px 0;
}
.product-details-container .product-details .selling-price {
    margin: 10px 0 20px 0;
}
.product-details-container .product-details .selling-price .data,
.product-details-container .product-details .strikeout .data {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
}
.product-details-container .product-details .strikeout .data {
    text-decoration: line-through;
}
.product-details-container .product-details .original-price .data {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}
.product-details-container .product-details .product-price-stock {
    color: #ed1b4c;
    font-weight: 500;
}
.product-details-container .product-details .product-offers,
.product-details-container .product-details .product-price-emi,
.product-info-cart-middle .product-offers {
    margin: 10px 0;
    font-weight: 600;
    background: url(../images/percentage-icon.jpg) no-repeat 0 50%;
    padding: 5px 0 5px 40px;
    position: relative;
}
.product-details-container .product-details .product-price-emi a,
.product-details-container .product-details .product-price-emi a:hover {
    display: inline-block;
    border: 1px solid #0085ec;
    padding: 10px 15px;
    color: #0085ec;
    margin-left: 10px;
    text-decoration: none;
}
.product-details-container .product-details .emi-details-pop .ui-tabs-nav,
.product-details-container .product-details .emi-details-pop .ui-tabs-nav li,
.product-details-popup .ui-widget.ui-widget-content {
    border-radius: 0;
    background: 0 0;
    border: 0;
    margin: 0;
    padding: 0;
}
.product-details-container .product-details .emi-details-pop .ui-tabs-nav li {
    width: 30%;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.product-details-container
    .product-details
    .emi-details-pop
    .ui-tabs-nav
    li.ui-tabs-active
    .ui-tabs-anchor,
.product-details-container
    .product-details
    .emi-details-pop
    .ui-tabs-nav
    li.ui-tabs-active
    .ui-tabs-anchor:focus {
    border: 1px solid #000;
    outline: 0;
    color: #000;
    font-weight: 600;
}
.product-details-container .product-details .emi-details-pop a,
.product-details-container .product-details .emi-details-pop a:hover {
    display: inline-block;
    border: 1px solid #fff;
    padding: 15px 15px;
    color: #000;
    margin-left: 0;
    text-decoration: none;
    background: #fff;
    width: 100%;
    height: 60px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
}
.product-details-container .product-details .emi-details-pop a img {
    height: 25px;
}
.product-details-container
    .product-details
    .emi-details-pop
    .tabs-head.delivery-details-cnt {
    margin-bottom: 10px;
    position: relative;
    border-radius: 0;
    padding: 10px 20px;
}
.product-details-container
    .product-details
    .emi-details-pop
    .tabs-body
    .delivery-details-cnt {
    padding: 0;
}
.emi-details-pop .emi-table {
    margin: 0;
    border-top: 1px solid #b0a9a1;
}
.emi-details-pop .emi-table th {
    background: #d5d0cc;
}
.emi-details-pop .emi-table tr {
    border-color: #b0a9a1;
}
.emi-details-pop .emi-table tr:nth-child(2n) {
    background-color: #efeeec;
}
.emi-details-pop .emi-table tr:nth-child(odd) {
    background-color: #d5d0cc;
}
.emi-details-pop .emi-table td,
.emi-details-pop .emi-table th {
    border: 0;
    color: #000;
    padding: 15px 10px;
}
.emi-details-pop .emi-table-title {
    padding: 15px;
}
.emi-details-pop #t-and-c {
    padding: 20px 10px;
    font-size: 0.857em;
}
.product-details-container .product-details .product-offers a {
    display: inline-block;
}
.product-details-container .product-details .original-price .offer-percentage {
    color: #349601;
    font-weight: 700;
    font-size: 22px;
    margin-left: 15px;
    display: inline-block;
    text-transform: uppercase;
}
.product-details-container .product-details .original-price .lbl,
.product-details-container .product-details .strikeout .lbl {
    width: 86px;
    text-align: left;
    display: inline-block;
    color: #838383;
    margin-right: 5px;
}
.product-details-container .product-details .selling-price .lbl {
    color: #838383;
}
.product-details-container .product-details .strikeout .lbl {
    text-align: right;
}
.product-details-container .product-details .cart-details {
    margin: 35px 0;
    position: relative;
}
.product-details-container .primary-btn,
.product-details-container .secondary-btn {
    background-color: #ee1b4e;
    padding: 10px 25px;
    text-transform: uppercase;
    border: 0;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
}
.product-details-container .download-form,
.product-details-container .enquire-link,
.product-details-container input[type="submit"] {
    font-weight: 500;
}
.product-details-container .add-to-cart,
.product-details-container .buy-now,
.product-details-container .btn-find-store-2 {
    width: 225px;
}
.product-details-container .secondary-btn {
    background-color: #bfb6af;
}
.product-details-container .form-actions .btn-styles {
    display: inline-block;
}
.product-details-container .cart-details .notify-me {
    margin-left: 0;
}
.product-details-container .product-details .product-delivery,
.product-details-container .product-details .product-delivery-warranty,
.product-details-container .product-details .product-store {
    font-weight: 600;
    background: url(../images/truck-icon.png) no-repeat 0 50%;
    padding: 22px 0 22px 75px;
    margin-bottom: 5px;
    height: 75px;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
}
.product-details-container .product-details .product-delivery-warranty {
    background: url(../images/warranty-icon.png) no-repeat 0 50%;
}
.product-details-container .product-details .product-store {
    background: url(../images/store-pick-icon.jpg) no-repeat 0 50%;
}
.product-details-container .product-details .product-delivery a,
.product-details-container .product-details .product-delivery-warranty a {
    font-weight: 700;
    display: inline-block;
}
.product-details-container .product-details .product-extendend-warranty {
    padding: 25px 0;
}
.product-details-container .product-details .product-extendend-warranty li {
    list-style: none;
    font-weight: 500;
    overflow: hidden;
    line-height: 26px;
    display: inline-flex;
    margin: 5px 0;
}
.product-details-container
    .product-details
    .product-extendend-warranty
    input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 22px;
    height: 20px;
}
label.custom-radio {
    height: 22px;
    width: 22px;
    min-width: 22px;
    background-color: #fff;
    border: 2px solid #959595;
    margin: 2px 10px 5px 0;
}
.product-details-container
    .product-details
    .product-extendend-warranty
    input[type="radio"]:checked
    ~ label.custom-radio {
    background-color: #fff;
}
label.custom-radio:after {
    content: "";
    position: relative;
    display: none;
}
.product-details-container
    .product-details
    .product-extendend-warranty
    input[type="radio"]:checked
    ~ label.custom-radio:after {
    display: block;
}
label.custom-radio:after {
    content: "";
    position: relative;
    left: 4px;
    top: 8px;
    background: #ed164e;
    width: 3px;
    height: 3px;
    box-shadow: 2px 0 0 #ed164e, 4px 0 0 #ed164e, 4px -2px 0 #ed164e,
        4px -4px 0 #ed164e, 4px -6px 0 #ed164e, 4px -8px 0 #ed164e;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.product-details-container .product-details .product-warranty {
    background-color: #f7b604;
    padding: 13px 20px;
    font-weight: 600;
    width: 464px;
    margin-bottom: 40px;
    font-size: 20px;
}
.product-details-container .product-details .product-warranty span {
    font-size: 22px;
    font-weight: 700;
}
.product-details-container .product-details .product-find-store {
    margin: 10px 0;
    font-weight: 600;
    font-size: 18px;
}
.product-details-container .product-details .product-find-store span {
    display: inline-block;
    margin-left: 15px;
    font-size: 16px;
}
.product-details-container
    .product-details
    .product-find-store
    .find-store-input {
    border: 0;
    padding: 5px 5px 5px 30px;
    background: url(../images/pin-icon.png) no-repeat 1% 50%;
    background-size: 7%;
    font-weight: 400;
    width: 230px;
}
.product-details-container
    .product-details
    .product-find-store
    .find-store-btn {
    border: 0;
    background: 0 0;
    color: #337ab7;
    padding: 5px;
}
.product-details-container .product-details .product-highlights {
    margin-top: 40px;
}
.product-details-container .product-details .product-highlights h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.product-details-container .product-details .product-highlights ul li {
    list-style: inside;
    font-size: 14px;
    margin-bottom: 5px;
}
.product-details-container .product-tabs {
    margin-top: 40px;
    width: 100%;
    position: relative;
}
.product-details-container .product-tabs .tabs,
.product-details-container .product-tabs .tabs .ui-tabs-nav {
    border: 0;
    background: #ececec;
    border-radius: 0;
    padding: 0;
    margin: 0;
}
.product-details-container .product-tabs .tabs h2 {
    font-size: 24px;
}
.product-details-container .product-tabs .tabs.ui-widget.ui-widget-content {
    position: inherit !important;
}
.fbt {
    width: 100%;
}
.fbt h2 {
    padding: 25px 0 10px;
    font-weight: 600;
    font-size: 24px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 15px;
}
.fbt .fbt-top {
    display: table;
    padding-top: 10px;
}
.fbt-items .fbt-items-list {
    float: left;
    display: table;
}
.fbt-items-list .image {
    width: 140px;
    height: 140px;
    display: table-cell;
    vertical-align: middle;
}
.fbt-items-list .add-on {
    height: 140px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
    font-size: 1.3rem;
}
.fbt-add-to-cart {
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
}
.fbt-add-to-cart .primary-btn {
    margin: 10px 0 0;
    padding: 8px 16px;
    font-size: 11px;
    line-height: 20px;
}
.fbt-add-to-cart .lbl {
    font-size: 14px;
    font-weight: 500;
}
.fbt-add-to-cart .data {
    font-weight: 700;
    font-size: 18px;
}
.fbt-add-to-cart .strikeout .data,
.fbt-item-list li a .strikeout {
    text-decoration: line-through;
}
.fbt-item-list {
    margin: 25px 0;
}
.fbt-item-list li {
    list-style: none;
    padding-bottom: 4px;
}
.fbt-item-list li a {
    color: #000;
}
.fbt-item-list li a:focus,
.fbt-item-list li a:hover {
    text-decoration: none;
    color: #005eba;
    outline: 0;
}
.fbt-item-list li a:hover .strikeout {
    color: #000;
}
.fbt-item-list input[type="checkbox"] {
    margin: 0 10px 0 0;
    width: unset;
}
.fbt-add-to-cart .selling-price .data,
.fbt-item-list li a .price {
    color: #ee1b4e;
}
.product-details-container .product-tabs .tabs .tabs-head li {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    background: #b7b7b7;
    border-right: 2px solid #fff;
    width: 25%;
}
.product-details-container .product-tabs .tabs .tabs-head li:last-child {
    border-right: 0;
}
.product-details-container .product-tabs .tabs .ui-tabs-anchor {
    color: #fff;
    padding: 0.8em 4.36em;
    font-size: 18px;
    outline: 0;
    width: 100%;
    text-align: center;
}
.product-details-container .product-tabs .tabs .tabs-head li.ui-tabs-active {
    background: #939393;
    border: 0;
    border-right: 2px solid #fff;
}
.product-details-container .product-tabs .tabs-body {
    padding: 40px;
    background-color: #fff;
}
.product-details-container .block-recommended-products-external,
.product-details-container .similar-products-detailpage {
    clear: both;
    padding: 7px 0;
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
}
.product-details-container .block-recommended-products-external > h2,
.product-details-container .similar-products-detailpage > h2 {
    padding: 25px 0 10px;
    font-weight: 600;
    font-size: 24px;
    color: #000;
}
.product-details-container .tabs-body .specs-table {
    border-collapse: inherit;
    padding: 20px 0;
    margin-top: 0;
}
.product-details-container .tabs-body .specs-table tr {
    background: 0 0;
}
.product-details-container .tabs-body .specs-table tr td {
    padding: 10px 9px;
    border-bottom: 1px solid #d1d1d1;
    border-bottom-style: dashed;
}
.product-details-container .tabs-body .specs-table:last-child {
    border-bottom: 0;
}
.product-details-container .tabs-body .specs-table tr td:first-child {
    width: 27%;
    padding-left: 0;
    font-weight: 700;
}
.easy-pay-container h2,
.easy-pay-container h3 {
    margin-bottom: 20px;
    font-size: 24px;
}
.easy-pay-container h4 {
    background: #bfb6af;
    color: #fff;
    padding: 15px 20px;
    font-size: 16px;
}
.easy-pay-container .easy-pay-cnt {
    border: 1px solid #bfb6af;
    padding: 20px;
    margin-bottom: 40px;
}
.easy-pay-container .easy-pay-cnt ol {
    padding-left: 20px;
    font-size: 14px;
}
.easy-pay-container .easy-pay-cnt ol > li > ul {
    margin-left: 15px;
}
.easy-pay-details,
.enquiry-details {
    text-align: right;
}
.easy-pay-container .download-form {
    margin-left: 10px;
    margin-right: 0;
}
.product-enquiry h2,
.product-enquiry h3 {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 40px;
}
.product-enquiry .product-control {
    display: inline-block;
    width: 33%;
    vertical-align: top;
    margin-bottom: 40px;
    padding-right: 15px;
    padding-left: 15px;
}
.notify-me-pop .product-control {
    margin-bottom: 20px;
}
.notify-me-pop .product-control:last-child {
    margin-bottom: 0;
}
.product-enquiry .product-control.add-message {
    width: 99.8%;
}
.notify-me-pop .product-control input[type="email"],
.notify-me-pop .product-control input[type="tel"],
.notify-me-pop .product-control input[type="text"],
.product-enquiry .product-control input[type="email"],
.product-enquiry .product-control input[type="tel"],
.product-enquiry .product-control input[type="text"],
.product-enquiry .product-control textarea {
    border: 1px solid #beb5ae;
    padding: 10px;
    width: 100%;
}
.notify-me-pop .product-control label,
.product-enquiry .product-control label {
    display: block;
}
.enquiry-details {
    margin-right: 18px;
}
.product-details-container .ribbon.new {
    background: #ed164e;
}
.product-details-container .ribbon.new::after {
    border-left: 16px solid #ed164e;
}
.product-details-container .price-drop {
    background: #06c941;
}
.product-details-container .price-drop::after {
    border-left: 16px solid #06c941;
}
.product-details-container .free-offer {
    background: #f7b604;
}
.product-details-container .free-offer::after {
    border-left: 16px solid #f7b604;
}
.product-details-container .store-offer {
    background: #0f94d1;
}
.product-details-container .store-offer::after {
    border-left: 16px solid #0f94d1;
}
.product-details-container .clearance {
    background: #ed164e;
}
.product-details-container .clearance::after {
    border-left: 16px solid #ed164e;
}
div.ui-dialog.ui-widget.ui-widget-content.findstock-map-dialog {
    width: 75% !important;
}
div.ui-dialog.ui-widget.ui-widget-content.findstock-map-dialog div#dialog {
    width: auto !important;
}
div.ui-dialog.ui-widget.ui-widget-content.findstock-map-dialog
    .ui-widget.ui-dialog-titlebar-close {
    border: 0 none;
    background: 0 0;
    width: 30px;
    height: 30px;
    top: 30%;
}
div.ui-dialog.ui-widget.ui-widget-content.findstock-map-dialog
    .ui-widget.ui-dialog-titlebar-close:hover {
    background: 0 0;
}
div.ui-dialog.ui-widget.ui-widget-content.findstock-map-dialog
    .ui-button
    .ui-icon {
    background-image: none;
    width: 100%;
    height: 100%;
    top: 28%;
    left: 28%;
}
div.ui-dialog.ui-widget.ui-widget-content.findstock-map-dialog
    .ui-button
    .ui-icon:after,
div.ui-dialog.ui-widget.ui-widget-content.findstock-map-dialog
    .ui-button
    .ui-icon:before {
    position: absolute;
    left: 15px;
    top: 8px;
    content: " ";
    height: 20px;
    width: 2px;
    background-color: #241e1e;
}
div.ui-dialog.ui-widget.ui-widget-content.findstock-map-dialog
    .ui-button
    .ui-icon:hover {
    opacity: 1;
}
div.ui-dialog.ui-widget.ui-widget-content.findstock-map-dialog
    .ui-button
    .ui-icon {
    opacity: 0.5;
}
div.ui-dialog.ui-widget.ui-widget-content.findstock-map-dialog
    .ui-button
    .ui-icon:after {
    transform: rotate(-45deg);
}
div.ui-dialog.ui-widget.ui-widget-content.findstock-map-dialog
    .ui-button
    .ui-icon:before {
    transform: rotate(45deg);
}
.product-tabs .enquiry-form {
    display: none;
}
.addthis_inline_share_toolbox {
    margin-top: 18px;
    text-align: center;
}
.product-compare-link a {
    color: #000;
    font-weight: 500;
}
.product-compare-link a::first-letter {
    color: #c2c2c2;
    padding-right: 5px;
    font-size: 21px;
    vertical-align: middle;
}
.product-compare-link a:focus,
.product-compare-link a:hover {
    text-decoration: none;
}
.product-variants {
    font-family: "SF Pro Text", sans-serif !important;
    display: flex;
    margin: 10px 0 20px 0;
}
.product-variant {
    max-width: 50%;
    padding-right: 35px;
}
.product-variant:last-child {
    padding-right: 0;
    max-width: none;
}
.product-variant span {
    color: #838383;
    width: 100%;
    margin-bottom: 15px;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    font-family: "SF Pro Text", sans-serif !important;
}
.product-variant ul {
    display: flex;
    flex-wrap: wrap;
}
.product-variant li {
    list-style: none;
    margin: 0 10px 10px 0;
}
.product-variant li a {
    text-decoration: none;
    display: block;
}
.product-variant-color li {
    padding: 3px;
    border: solid 1px #d1d1d1;
    border-radius: 50%;
    background-color: #e9ecf0;
}
.product-variant li:hover {
    cursor: pointer;
}
.product-variant li.active {
    border-color: #ee1b4e;
}

.ex-at-1-v.active {
    background-color: #ee1b4e;
    border: none;
}

.product-variant li.active .ex-at-1 {
    color: white;
}

.product-variant-color li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    color: transparent;
}
.product-variant-extra_attribute_one li,
.product-variant-extra_attribute_two li {
    border: solid 1px #d1d1d1;
    border-radius:6px;
}
.product-variant-extra_attribute_one li a,
.product-variant-extra_attribute_two li a {
    padding: 11px;
    font-weight: 500;
    font-size:14px;
    color: #000;
}
span.extra-space {
    float: right;
    margin-right: 47px;
}
.layout-checkout-form-delivery,
.layout-checkout-form-payment_info,
.layout-checkout-form-review,
.mycart {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}
.layout-region-checkout-footer,
.layout-region-checkout-main,
.mycart .mycart-content,
.mycart .mycart-summary {
    flex-grow: 1;
    width: 75%;
}
.layout-region-checkout-footer,
.mycart-content,
.mycart-summary .mycart-header {
    background: #fff;
}
.layout-region-checkout-main {
    padding: 0;
}
.layout-region-checkout-main input[type="radio"] {
    vertical-align: top;
    width: 15px;
    display: inline-block;
}
input[type="radio"]:active,
input[type="radio"]:focus {
    outline: 0;
    outline-offset: 0;
}
.billing-use-existing.form-radio {
    margin-top: 5px;
}
.layout-region-checkout-main
    input[type="radio"].payment-method--new.form-radio {
    vertical-align: baseline;
}
/*.layout-region-checkout-main > div h3 {*/
/*    background-color: #9d9080;*/
/*    padding: 15px 20px;*/
/*    color: #fff;*/
/*    font-size: 18px;*/
/*    font-weight: 600;*/
/*    text-transform: uppercase;*/
/*}*/
.checkout-step-number,
.layout-region-checkout-main > div h3 span {
    background: #fff;
    color: #9d9080;
    border-radius: 50%;
    display: inline-block;
    padding: 4px 8px;
    margin-right: 10px;
    font-size: 12px;
}
.checkout-step-number {
    background: #9d9080;
    color: #fff;
    padding: 3px 8px;
    font-size: 12px;
}
.form-item-address-information-billing-address-all.address-container.form-item-address-information-billing-address-all.address-container,
.form-item-address-select {
    border-bottom: 2px solid #e9e9e9;
    padding: 10px 58px;
    min-height: 105px;
}
.billing-address-fields {
    padding: 0 58px;
}
fieldset.shipping-options {
    padding: 15px 60px;
}
.checkout-pane-contact-information {
    padding: 15px 58px 0 58px;
}
.form-item-address-information-billing-address-all.address-container
    label
    .manage-address {
    padding: 0;
}
a.billing-new-cancel {
    position: relative;
    z-index: 9;
    color: #ed164e;
    text-transform: uppercase;
    font-weight: 600;
    width: 150px;
    display: inline-block;
    text-decoration: none;
    padding-left: 58px;
    padding-top: 5px;
    padding-bottom: 15px;
}
a.billing-new-cancel:hover {
    text-decoration: none;
}
.layout-checkout-form.layout-checkout-form-address {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.layout-region-checkout-main
    div:last-child
    .checkout-progress.checkout-previous {
    margin-top: 15px;
}
.form-item-address-select .manage-address,
.form-item-address-select .manage-address span.name {
    padding: 0 4px;
}
.checkout-progress.checkout-previous > div.checkout-progress--step {
    background-color: #fff;
    padding: 15px 20px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}
#edit-orderreview-user-message,
.dutyfree-options legend,
fieldset.billing-options legend,
fieldset.checkout-pane legend,
fieldset.shipping-options legend {
    display: none;
}
.payment-types .payment-category {
    padding: 15px 30px;
    border-bottom: 1px solid #ddd;
}
.layout-region-checkout-main
    > div:first-child
    > .checkout-progress
    .checkout-progress--step:first-child
    .checkout-step-number {
    padding: 2px 9px;
}
.checkout-progress--step > a {
    text-decoration: none;
    display: inline-block;
    color: #000;
    text-transform: uppercase;
}
/*.dutyfree-options {*/
/*    padding: 15px 60px;*/
/*}*/
.billing-new-form {
    padding: 15px 0;
}
.billing-new-form input,
.billing-new-form select,
.checkout-pane-contact-information input,
.dutyfree-options input,
.dutyfree-options select,
.miscellaneous-info textarea {
    width: calc(100% - 30px);
}
.billing-address-fields [class*="address-country-code"] {
    display: none;
}
.billing-new-form legend {
    border-bottom: 0 none;
}
.billing-new-form .form-item-address-information-profile-new-address-radio {
    display: inline-flex;
    width: 100%;
    padding: 0 58px;
}
.billing-new-form
    .form-item-address-information-profile-new-address-radio
    input[type="radio"] {
    width: 30px;
    position: relative;
    left: -8px;
}
.billing-new-form
    .form-item-address-information-profile-new-address-radio
    label {
    position: relative;
    top: -3px;
}
a.billing-add-new {
    text-decoration: none;
    color: #ed164e;
    font-weight: 500;
    padding-left: 60px;
    display: inline-block;
    position: relative;
    top: 0;
    padding: 20px 20px 20px 60px;
}
#date-arrival-wrapper {
    font-size: 12px;
    margin-bottom: 10px;
}
span.checkout-step-completed::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 10px;
    border: solid #ed164e;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    margin: 0 10px 0 5px;
}
span.checkout-step-summary {
    font-size: 12px;
}
.layout-checkout-form-address .checkout-pane-activity .form-actions {
    bottom: 69px;
    width: 100%;
}
.layout-checkout-new-address .checkout-pane-activity .form-actions {
    bottom: 0;
    width: 100%;
    margin-bottom: 15px;
    padding: 25px;
}
.layout-checkout-new-address
    .checkout-progress.checkout-previous
    > div.checkout-progress--step {
    margin-top: 0;
    width: 100%;
    display: inline-block;
}
.layout-checkout-new-address .checkout-pane-activity .form-actions input {
    top: 0;
}
.checkout-pane-activity .form-actions {
    text-align: right;
    background: #fff;
    padding: 5px 30px 30px 30px;
}
#edit-coupon-redemption input[type="submit"],
.checkout-pane-activity .form-actions input {
    text-align: center;
    padding: 10px 0;
    font-weight: 600;
    text-decoration: none;
    background: #ed164e;
    color: #fff;
    border: 0 none;
    position: relative;
    top: 12px;
    width: 200px;
}
.product-info-cart-warranty ul.cart-ext-warranty-list li {
    list-style: none;
    border: 2px solid #dbdbdb;
    color: #000;
    font-weight: 500;
    line-height: 30px;
    min-height: 88px;
    background: url("../images/trusted_warranty_icon.jpg") no-repeat 0 6px;
    background-size: 88px;
    padding-left: 100px;
    width: 75%;
    position: relative;
    margin: 20px 0;
    background-position: 30px;
    padding: 7px 0 7px 135px;
}
.product-info-cart-warranty
    ul.cart-ext-warranty-list
    .ext-wty-info
    .ext-wty-price {
    font-weight: 700;
}
.product-info-cart-warranty .ext-wty-remove {
    position: absolute;
    cursor: pointer;
    right: 15px;
    top: -15px;
}
.product-info-cart-warranty .ext-wty-remove:before {
    content: "X";
    width: 30px;
    height: 30px;
    position: absolute;
    background: #dbdbdb;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    padding: 0 10px;
}
.billing-new-form,
.checkout-pane-activity .billing-section,
.checkout-pane-activity .dutyfree-options,
.checkout-pane-activity fieldset.shipping-options,
.payment-types,
fieldset.checkout-pane .product-info-cart,
fieldset.checkout-pane-contact-information {
    background: #fff;
}
.billing-section {
    border-bottom: 0 none;
}
.layout-checkout-new-address .billing-section {
    margin-bottom: 15px;
}
.layout-region-checkout-footer {
    float: right;
    text-align: right;
}
.layout-region-checkout-footer .form-actions input[type="submit"] {
    bottom: 15px;
    width: 250px;
    right: 380px;
    position: absolute;
    color: #fff;
    background: #ed164e;
    font-weight: 600;
    text-align: center;
    padding: 10px 0;
    border: 2px solid #fff;
}
a.billing-add-new::before {
    content: "+ ";
    font-size: 22px;
    position: relative;
    top: 2px;
}
.layout-region-checkout-secondary,
.mycart .mycart-summary {
    width: 22.5%;
    margin-left: 30px;
}
.form-item-address-information-profile-field-address-type {
    display: inline-block;
    width: 67%;
}
.form-item-address-information-profile-field-address-type input[type="radio"],
input[type="checkbox"] {
    width: 25px;
    margin: 3px;
    display: inline-block;
}
.js-form-item-stores,
.shipping-home,
.shipping-home .form-item-address,
.shipping-store {
    border: 2px solid #ddd;
    padding: 20px;
}
.shipping-store {
    padding: 30px 20px;
}
.js-form-item-stores {
    margin-bottom: 10px;
    display: inline-flex;
    width: 100%;
}
.js-form-item-stores label.option,
.js-form-item-stores label.option > div {
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
}
.js-form-item-stores label.option > div .item-store-left,
.js-form-item-stores label.option > div .item-store-right {
    font-size: 16px;
    padding: 0 4px;
    flex: 0 1 50%;
    line-height: 25px;
}
.js-form-item-stores label.option > div .item-store-right {
    text-align: right;
}
.js-form-item-stores label.option > div .item-store-left .store-name,
.js-form-item-stores label.option > div .item-store-right span.phone {
    display: inline-flex;
}
.js-form-item-stores label.option > div .item-store-left .store-name {
    font-weight: 600;
}
.js-form-item-stores label.option > div .item-store-right .time,
.js-form-item-stores label.option > div .item-store-right span.phone {
    font-weight: 500;
    font-size: 14px;
}
.js-form-item-stores label.option > div .item-store-right span.phone {
    color: #ed164e;
}
.js-form-item-stores label.option > div .item-store-left span.address {
    display: block;
    font-weight: 500;
    font-size: 14px;
}
.shipping-home .form-item-address .manage-address {
    padding: 0;
}
.shipping-options fieldset {
    width: 100%;
}
.shipping-home .form-item-address {
    margin-top: 10px;
}
.shipping-home .form-item-address .manage-address span {
    display: block;
    font-size: 16px;
    padding: 0;
}
.shipping-home .form-item-address .manage-address .name {
    font-weight: 600;
}
.shipping-home .form-item-address .manage-address .address,
.shipping-home .form-item-addressr .manage-address .phone {
    font-weight: 500;
    font-size: 14px;
}
.shipping-store {
    margin-top: 15px;
}
.shipping-options [data-singer-selector="edit-store-pickup"] {
    position: relative;
}
.shipping-options div[data-singer-selector="edit-ribbon"] {
    background: url(../images/badge.jpg) no-repeat;
    color: #fff;
    float: right;
    font-size: 14px;
    width: 268px;
    height: 85px;
    position: absolute;
    top: 1px;
    right: 20px;
    content: "";
    text-align: right;
    padding: 34px 10px;
}
.shipping-options div[data-singer-selector="edit-message"] {
    color: red;
    padding-left: 20px;
}
.shipping-options div[data-singer-selector="edit-ribbon"]:before {
    left: 0;
}
.shipping-options div[data-singer-selector="edit-ribbon"]:after {
    right: 0;
}
.checkout-complete {
    width: 100%;
    min-height: 450px;
}
.checkout-complete div.success {
    background: #079f07;
    color: #fff;
    font-weight: 600;
    padding: 18px;
    display: inline-flex;
    width: 100%;
}
.checkout-complete div.order-id {
    background: #fff;
    font-weight: 600;
    padding: 18px 55px;
    margin-top: 5px;
    margin-bottom: 2px;
}
.checkout-complete div.action-btns {
    display: inline-flex;
    background: #fff;
    font-weight: 600;
    padding: 30px 40px;
    width: 100%;
    justify-content: flex-end;
}
.checkout-complete div.action-btns > div {
    flex: 0 1 20%;
    text-align: center;
    padding: 10px 0;
}
.checkout-complete div.action-btns > div.continue-btn a {
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
}
.checkout-complete div.action-btns .order-details {
    background: #ed164e;
    border: 2px solid #ed164e;
    color: #fff;
    text-decoration: none;
}
.checkout-complete div.action-btns .order-details a {
    text-decoration: none;
    color: #fff;
}
.checkmark {
    display: inline-block;
    width: 22px;
    height: 22px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: bottom;
    margin-right: 10px;
}
.checkmark_circle {
    position: absolute;
    width: 22px;
    height: 22px;
    background-color: #fff;
    border-radius: 11px;
    left: 0;
    top: 0;
}
.checkmark_stem {
    position: absolute;
    width: 3px;
    height: 9px;
    background-color: #079f07;
    left: 11px;
    top: 6px;
}
.checkmark_kick {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #079f07;
    left: 8px;
    top: 12px;
}
.layout-checkout-form-payment_info #edit-actions,
.layout-checkout-form-payment_info [data-singer-selector="edit-actions"] {
    display: none;
}
.payment-gateways .pay-sub-category-title {
    display: table-cell;
    width: 132px;
    height: 75px;
    padding: 10px;
    vertical-align: middle;
    color: #000;
    text-decoration: none;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    background: #ddd;
    border: 5px solid #fff;
    font-weight: 600;
}
.payment-gateways .pay-sub-category-title:last-child {
    border: 0 none;
}
.payment-gateways fieldset .js-form-type-radio {
    margin-left: 10px;
}
.emi-options-label {
    font-weight: 600;
    margin-top: 15px;
    display: inline-block;
}
.emi-options > div {
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
}
.emi-options > div > div.js-form-type-radio {
    width: 25%;
    padding: 15px 0;
}
.emi-call-convert {
    position: fixed;
    z-index: 9999;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}
.emi-call-convert-inner {
    padding: 20px;
    border: 1px solid #888;
    margin: 0 auto;
    width: 300px;
    margin-top: 150px;
    background: #fff;
    text-align: left;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}
.emi-int-rate span,
.emi-order-amt span {
    font-weight: 500;
}
.emi-monthly span,
.emi-pay-amt span {
    font-weight: 600;
}
.emi-call-convert-inner h4 {
    color: #ed164e;
    font-weight: 600;
}
.emi-call-convert-inner p {
    padding: 15px 0;
}
.emi-call-convert-inner span.button {
    display: inline-flex;
    background: #ed164e;
    color: #fff;
    padding: 8px 20px;
    text-decoration: none;
    font-weight: 500;
    justify-content: center;
    cursor: pointer;
    text-transform: uppercase;
}
.emi-content {
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
    border-top: 1px solid #ddd;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    line-height: 40px;
    margin-bottom: 10px;
}
.emi-content .emi-content-item {
    width: 100%;
    display: inline-flex;
}
.emi-content .emi-content-item span {
    flex: auto;
    font-weight: 600;
}
.emi-content .emi-content-item span.tit {
    text-align: left;
}
.emi-content .emi-content-item span.val {
    text-align: right;
}
.emi-closebtn,
.ui-dialog.change-offer-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 3px;
    top: 0;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.emi-closebtn:after,
.emi-closebtn:before,
.ui-dialog.change-offer-dialog .ui-dialog-titlebar-close span.ui-icon:after,
.ui-dialog.change-offer-dialog .ui-dialog-titlebar-close span.ui-icon:before {
    position: absolute;
    left: 15px;
    content: " ";
    height: 25px;
    width: 2px;
    background-color: #555;
}
.emi-closebtn:before,
.ui-dialog.change-offer-dialog .ui-dialog-titlebar-close span.ui-icon:before {
    transform: rotate(45deg);
}
.emi-closebtn:after,
.ui-dialog.change-offer-dialog .ui-dialog-titlebar-close span.ui-icon:after {
    transform: rotate(-45deg);
}
.payment-gateways input[type="submit"] {
    font-weight: 600;
    text-decoration: none;
    background: #ed164e;
    border-radius: 6px !important;
    color: #fff;
    width: 200px;
    border: 0 none;
    position: relative;
    top: 3px;
    padding: 10px;
}
.mycart-header ul {
    overflow: hidden;
    background-color: #9d9080;
    list-style: none;
}
.mycart-header ul li {
    float: left;
    width: 48%;
}
.mycart-header ul li a {
    background: #9d9080;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 40px;
    font-weight: 500;
    position: relative;
    width: 100%;
    float: left;
    text-decoration: none;
    text-align: center;
}
.mycart-header ul li a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    border-left: 26px solid #9d9080;
    position: absolute;
    top: 100%;
    margin-top: -52px;
    left: 100%;
    z-index: 2;
}
.mycart-header ul li a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    border-left: 26px solid transparent;
    position: absolute;
    top: 100%;
    margin-top: -52px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}
.mycart-header ul li a.is-active {
    background: #6a5746;
}
.mycart-header ul li a.is-active:after {
    border-left: 26px solid #6a5746;
}
.mycart-header .mycart-title {
    border-bottom: 1px solid #dbdbdb;
    padding: 20px;
    text-transform: uppercase;
}
.mycart-header .mycart-title .mycart-dutyfree {
    font-size: 18px;
    font-weight: 600;
}
.mycart-items .views-row,
fieldset.checkout-pane .product-info-cart {
    border-bottom: 1px solid #dbdbdb;
    padding: 20px;
}
fieldset.checkout-pane .product-info-cart {
    padding: 25px;
}
.mycart-items .product-info-cart,
fieldset.checkout-pane .product-info-cart {
    display: flex;
    flex-wrap: wrap;
}
.mycart-items .product-info-cart .product-info-cart-left,
.mycart-items .product-info-cart .product-info-cart-middle,
.mycart-items .product-info-cart .product-info-cart-right,
fieldset.checkout-pane .product-info-cart .product-info-cart-left,
fieldset.checkout-pane .product-info-cart .product-info-cart-middle,
fieldset.checkout-pane .product-info-cart .product-info-cart-right {
    flex-grow: 1;
}
.mycart-items .product-info-cart .product-info-cart-left,
.mycart-items .product-info-cart .product-info-cart-right,
fieldset.checkout-pane .product-info-cart .product-info-cart-left,
fieldset.checkout-pane .product-info-cart .product-info-cart-right {
    width: 25%;
}
.mycart-items .product-info-cart .product-info-cart-middle,
fieldset.checkout-pane .product-info-cart .product-info-cart-middle {
    width: 50%;
    padding: 0 15px;
}
.product-info-cart-middle .sold-out {
    padding-top: 10px;
    font-weight: 600;
}
.mycart-items .product-info-cart .product-info-cart-middle h3,
fieldset.checkout-pane .product-info-cart .product-info-cart-middle h3 {
    color: #0061bc;
    font-size: 16px;
}
fieldset.checkout-pane .product-info-cart .product-info-cart-middle h3 {
    background: 0 0;
    padding-left: 0;
}
.mycart-items .product-info-cart .product-info-cart-middle h3 + .product-sku,
fieldset.checkout-pane
    .product-info-cart
    .product-info-cart-middle
    h3
    + .product-sku {
    color: #8d8d8d;
    display: block;
    margin-top: 5px;
}
.mycart-items .product-info-cart .product-info-cart-middle .product-sku,
fieldset.checkout-pane
    .product-info-cart
    .product-info-cart-middle
    .product-sku {
    display: inline-block;
    margin-right: 5px;
    margin-top: 15px;
}
.mycart-items .product-info-cart .product-info-cart-middle .price-selling,
fieldset.checkout-pane
    .product-info-cart
    .product-info-cart-middle
    .price-selling {
    font-weight: 600;
    font-size: 22px;
    margin-right: 10px;
}
.mycart-items .product-info-cart .product-info-cart-middle .price-strike,
fieldset.checkout-pane
    .product-info-cart
    .product-info-cart-middle
    .price-strike {
    text-decoration: line-through;
    font-weight: 600;
}
.mycart-items .product-info-cart .product-info-cart-middle .price-discount,
.mycart-items .product-info-cart .product-info-cart-right .product-delivery,
fieldset.checkout-pane
    .product-info-cart
    .product-info-cart-middle
    .price-discount,
fieldset.checkout-pane
    .product-info-cart
    .product-info-cart-right
    .product-delivery {
    color: #339500;
    font-weight: 600;
    display: block;
}
.mycart-items .product-info-cart .product-info-cart-right,
fieldset.checkout-pane .product-info-cart .product-info-cart-right {
    text-align: right;
}
.mycart-items
    .product-info-cart
    .product-info-cart-right
    .product-change-offer
    a,
fieldset.checkout-pane
    .product-info-cart
    .product-info-cart-right
    .product-change-offer
    a {
    border: 1px solid #dbdbdb;
    color: #e51549;
    padding: 5px 10px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;
    text-decoration: none;
}
.mycart-summary .mycart-header,
.mycart-summary .summary-content {
    padding: 0 15px 25px 15px;
}
.mycart-summary .mycart-header h3 {
    background-color: #9d9080;
    color: #fff;
    font-size: 18px;
    padding: 15px 10px;
    font-weight: 500;
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
}
.mycart-summary .summary-content {
    background: #fff;
}
.mycart-summary .summary-content div {
    margin-bottom: 15px;
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
}
.mycart-summary .summary-content div span:first-child {
    float: left;
    text-align: left;
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mycart-summary .summary-content div span:last-child {
    float: right;
    text-align: right;
    width: 50%;
    align-self: flex-end;
}
.mycart-summary .summary-content div.adjustment span:last-child,
.mycart-summary .summary-content div.delivery span:last-child {
    color: #339500;
}
.mycart-summary .summary-content div.mycart-final {
    font-weight: 700;
    border-top: 2px dashed #dbdbdb;
    padding: 15px 0;
}
#edit-coupon-redemption {
    background: #fff;
    width: 100%;
    text-align: left;
    overflow: hidden;
    padding: 0 15px;
}
#edit-coupon-redemption h3 {
    margin-bottom: 5px;
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    width: 100%;
}
#edit-coupon-redemption table {
    width: 100%;
    display: inline-block;
}
#edit-coupon-redemption table tr {
    background: 0 0;
}
#edit-coupon-redemption table td {
    background: 0 0;
    padding: 0;
    text-align: left;
    width: 100%;
    font-size: 12px;
}
#edit-coupon-redemption table td:first-child {
    padding-right: 3px;
}
#edit-coupon-redemption table td input[type="submit"] {
    margin: 0 auto;
    position: static;
    width: 100%;
    max-width: 200px;
    padding: 5px;
    font-weight: 400;
}
#edit-coupon-redemption input {
    width: 100%;
    margin: 0;
}
#edit-coupon-redemption input[type="submit"] {
    width: 100%;
    margin: 15px auto;
    top: auto;
}
.mycart-summary .apply-coupon {
    border: 1px solid #beb5ae;
    width: 100%;
    background-color: #fff;
    padding: 12px 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
.mycart .mycart-content .form-actions {
    padding: 30px 20px;
    text-align: right;
}
.mycart .mycart-content .form-actions .form-submit {
    background-color: #ee1b4e;
    padding: 10px 25px;
    text-transform: uppercase;
    border: 0;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    width: 48.4%;
    max-width: 190px;
    margin: 0 0 0 auto !important;
}
.mycart .mycart-content .form-actions .form-submit:last-child {
    margin-left: 10px;
}
.mycart-actions {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
.mycart-actions .mycart-qty {
    display: inline-block;
    width: 25%;
}
.mycart-actions .mycart-actions-content {
    display: inline-block;
    width: 75%;
    padding: 0 15px;
    margin-top: 7px;
}
.mycart-actions .mycart-qty .qty-add,
.mycart-actions .mycart-qty .qty-sub {
    border: 1px solid #dbdbdb;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    font-size: 28px;
    cursor: pointer;
}
.mycart-actions .mycart-qty div {
    display: inline-block;
    margin: 0 8px;
    vertical-align: top;
}
.mycart-actions .mycart-qty input {
    border: 1px solid #dbdbdb;
    padding: 5px;
    height: 35px;
    width: 70px;
    text-align: center;
}
/* .mycart-actions .mycart-actions-content .add-wishlist {
    width: auto;
    height: auto;
    padding-left: 30px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    float: none;
    margin-right: 15px;
} */
.mycart-actions .mycart-actions-content .remove-item {
    color: #ddd;
    position: absolute;
    margin-top: 5px;
    width: 13px;
    height: 15px;
    border-left: solid 1px currentColor;
    border-right: solid 1px currentColor;
    border-bottom: solid 1px currentColor;
    border-radius: 0 0 2px 2px;
    background-color: currentColor;
}
.mycart-actions .mycart-actions-content .remove-item:hover {
    color: #fc2e5a;
}
.mycart-actions .mycart-actions-content .remove-item:before {
    content: "";
    position: absolute;
    left: -3px;
    top: -2px;
    width: 17px;
    height: 1px;
    background-color: currentColor;
}
.mycart-actions .mycart-actions-content .remove-item:after {
    content: "";
    position: absolute;
    left: -1px;
    top: -5px;
    width: 12px;
    height: 2px;
    border-left: solid 1px currentColor;
    border-right: solid 1px currentColor;
    border-top: solid 1px currentColor;
    background-color: currentColor;
    border-radius: 4px 4px 0 0;
}
.mycart-actions .mycart-actions-content .remove-item input {
    border: 0;
    background: 0 0;
    padding-left: 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    position: absolute;
    top: -3px;
}
.cart-empty-page {
    text-align: center;
    padding: 20px 0;
    background: #fff;
}
.cart-empty-page .cart-empty-icon {
    background: url("../images/Empty_Wishlist.png") no-repeat;
    width: 300px;
    height: 265px;
    background-position: 50%;
    margin: 0 auto;
}
.cart-empty-text h5 {
    padding: 5px 0;
}
.cart-empty-content {
    padding-bottom: 10px;
}
.ui-widget.ui-widget-content .ui-widget-header {
    background: 0 0;
    border: 0 none;
    color: #ed164e;
    font-size: 18px;
}
.ui-widget.ui-widget-content div[aria-label="Status message"] {
    color: #000;
    font-weight: 500;
    font-size: 16px;
}
.ui-widget.ui-widget-content div[aria-label="Status message"] a {
    text-decoration: none;
    display: inline;
}
#canvasMap {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
input.mycart-update-button {
    display: none;
}
.ui-timepicker-wrapper {
    width: 275px !important;
}
.checkout-pane-activity #edit-payment-section .form-item-payment-radio label {
    text-transform: uppercase;
}
.payment-gateways .payment-method-radio .fieldset-wrapper > div {
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.payment-gateways .payment-method-radio .fieldset-wrapper > div > div {
    width: 17%;
    margin-right: 10px;
}
.payment-gateways
    .payment-method-radio
    .fieldset-wrapper
    > div
    > div.is-active
    .option {
    border: 2px solid #ed164e;
}
.payment-gateways .payment-method-radio .fieldset-wrapper > div > div .option {
    border: 2px solid #e9e9e9;
    padding: 10px;
    width: 100%;
    cursor: pointer;
    display: inline-block;
}
.payment-gateways
    .payment-method-radio
    .fieldset-wrapper
    > div
    > div
    .option
    .logo
    img {
    pointer-events: none;
    height: 35px;
    margin: 0 auto;
    display: block;
}
.payment-gateways
    .payment-method-radio
    .fieldset-wrapper
    > div
    > div
    input[type="radio"] {
    visibility: hidden;
    /*margin-right: 10px;*/
    /*margin-left: 14px;*/
    /*margin-bottom: 25px;*/
}
.payment-method-label .title {
    display: none;
}
.path-checkout.payment,
body.path-secondary-checkout {
    padding-top: 0 !important;
}
.path-checkout.payment .site-header,
.path-secondary-checkout .site-header {
    position: relative;
    height: auto;
    margin-bottom: 20px;
}
#edit-payment-process-secondary,
#edit-singer-payment-process {
    background: #fff;
    width: 50%;
    margin: 0 auto;
    padding: 25px;
}
#edit-payment-process-secondary .ipg-combank-submit,
#edit-singer-payment-process .ipg-combank-submit {
    background: #ed164e;
    border: 2px solid #ed164e;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 0;
    width: 300px;
    margin: 15px auto;
}
.checkout-payment-page #edit-payment-process-secondary h1,
.checkout-payment-page #edit-singer-payment-process h1 {
    background-color: #9d9080;
    color: #fff;
    font-size: 18px;
    padding: 15px 10px;
    font-weight: 500;
    margin: -25px -25px 25px;
    font-family: inherit;
    text-transform: uppercase;
}
.checkout-payment-page #edit-payment-process-secondary label,
.checkout-payment-page #edit-singer-payment-process label {
    font-size: 14px;
}
.checkout-payment-page #edit-payment-process-secondary .form-text,
.checkout-payment-page #edit-singer-payment-process .form-text {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    padding: 7px 5px;
    outline: 0;
    box-shadow: none;
    border: 2px solid #ddd;
    color: #000;
    font-size: 14px;
    font-family: inherit;
    line-height: inherit;
}
.checkout-payment-page #edit-payment-process-secondary .form-submit,
.checkout-payment-page #edit-singer-payment-process .form-submit {
    padding: 10px 0;
    font-weight: 600;
    text-decoration: none;
    background: #ed164e;
    color: #fff;
    border: 0 none;
    width: 50%;
    margin: 25px auto 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.checkout-payment-page #edit-payment-process-secondary .cancel-link,
.checkout-payment-page #edit-singer-payment-process .cancel-link {
    float: right;
    padding: 10px 0;
    margin: 25px auto 0;
}
/*.miscellaneous-info {*/
/*    padding-left: 60px;*/
/*}*/
.purchaser_information
    .form-item-address-information-profile-add-purchaser-information {
    padding: 15px 0;
}
a.ipg_loan_action {
    text-decoration: none;
    position: relative;
    color: #fff;
    background: #ed164e;
    font-weight: 600;
    text-align: center;
    border: 2px solid #fff;
    text-transform: uppercase;
    padding: 10px 30px;
}
div.address-note {
    padding-left: 58px;
    background-color: #fff;
    padding-top: 10px;
}
.form-item-i-agree {
    margin-bottom: 10px;
}
.form-item-i-agree label {
    font-weight: 400;
    margin: 0;
}
.form-item-i-agree a {
    display: inherit;
}
body.address .checkout-pane-coupon-redemption {
    display: none;
}
.block-recommended-products-external {
    background: #fff;
    margin-top: 20px;
}
[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}
.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}
.simplebar-mask {
    direction: inherit;
    /*position: absolute;*/
    overflow: hidden;
    padding: 0;
    margin: 0;
    /*left: 0;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*right: 0;*/
    width: auto !important;
    height: auto !important;
    z-index: 0;
}
.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;

    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    visibility: visible;
    overflow: auto;
    max-width: 100%;
    max-height: 100%;
}
.simplebar-content:after,
.simplebar-content:before {
    content: " ";
    display: table;
}
.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}
.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0;
}
.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}
.simplebar-track {
    z-index: 1;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}
[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
}
.simplebar-scrollbar {
    position: absolute;
    right: 2px;
    width: 7px;
    min-height: 10px;
}
.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: #000;
    border-radius: 7px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.2s linear;
}
.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
    opacity: 0.5;
    transition: opacity 0s linear;
}
.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
}
.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}
.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
}
.cart-block--summary a {
    display: block;
}
.cart-block--contents {
    display: none;
    position: absolute;
    overflow: hidden;
    z-index: 300;
}
.cart-block--contents__items {
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 300px;
}
.cart-block--contents.is-outside-horizontal {
    right: 0;
}
.cart-block--contents__expanded {
    overflow: visible;
}
.ajax-progress {
    display: inline-block;
    padding: 1px 5px 2px 5px;
}
[dir="rtl"] .ajax-progress {
    float: right;
}
.ajax-progress-throbber .throbber {
    display: inline;
    padding: 1px 5px 2px;
    background: transparent url(../misc/throbber-active.gif) no-repeat 0 center;
}
.ajax-progress-throbber .message {
    display: inline;
    padding: 1px 5px 2px;
}
tr .ajax-progress-throbber .throbber {
    margin: 0 2px;
}
.ajax-progress-bar {
    width: 16em;
}
.ajax-progress-fullscreen {
    position: fixed;
    z-index: 1000;
    top: 48.5%;
    left: 49%;
    width: 24px;
    height: 24px;
    padding: 4px;
    opacity: 0.9;
    border-radius: 7px;
    background-color: #232323;
    background-image: url(../misc/loading-small.gif);
    background-repeat: no-repeat;
    background-position: center center;
}
[dir="rtl"] .ajax-progress-fullscreen {
    right: 49%;
    left: auto;
}
.text-align-left {
    text-align: left;
}
.text-align-right {
    text-align: right;
}
.text-align-center {
    text-align: center;
}
.text-align-justify {
    text-align: justify;
}
.align-left {
    float: left;
}
.align-right {
    float: right;
}
.align-center {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.js input.form-autocomplete {
    background-image: url(../misc/throbber-inactive.png);
    background-repeat: no-repeat;
    background-position: 100% center;
}
.js[dir="rtl"] input.form-autocomplete {
    background-position: 0 center;
}
.js input.form-autocomplete.ui-autocomplete-loading {
    background-image: url(../misc/throbber-active.gif);
    background-position: 100% center;
}
.js[dir="rtl"] input.form-autocomplete.ui-autocomplete-loading {
    background-position: 0 center;
}
.fieldgroup {
    padding: 0;
    border-width: 0;
}
.container-inline div,
.container-inline label {
    display: inline-block;
}
.container-inline .details-wrapper {
    display: block;
}
.clearfix:after {
    display: table;
    clear: both;
    content: "";
}
.js details:not([open]) .details-wrapper {
    display: none;
}
.hidden {
    display: none;
}
.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
}
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
    position: static !important;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
}
.invisible {
    visibility: hidden;
}
.item-list__comma-list,
.item-list__comma-list li {
    display: inline;
}
.item-list__comma-list {
    margin: 0;
    padding: 0;
}
.item-list__comma-list li:after {
    content: ", ";
}
.item-list__comma-list li:last-child:after {
    content: "";
}
.js .js-hide {
    display: none;
}
.js-show {
    display: none;
}
.js .js-show {
    display: block;
}
.nowrap {
    white-space: nowrap;
}
.position-container {
    position: relative;
}
.progress {
    position: relative;
}
.progress__track {
    min-width: 100px;
    max-width: 100%;
    height: 16px;
    margin-top: 5px;
    border: 1px solid;
    background-color: #fff;
}
.progress__bar {
    width: 3%;
    min-width: 3%;
    max-width: 100%;
    height: 16px;
    background-color: #000;
}
.progress__description,
.progress__percentage {
    overflow: hidden;
    margin-top: 0.2em;
    color: #555;
    font-size: 0.875em;
}
.progress__description {
    float: left;
}
[dir="rtl"] .progress__description {
    float: right;
}
.progress__percentage {
    float: right;
}
[dir="rtl"] .progress__percentage {
    float: left;
}
.progress--small .progress__track {
    height: 7px;
}
.progress--small .progress__bar {
    height: 7px;
    background-size: 20px 20px;
}
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}
.img-replace {
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
}
.bts-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index: 9000;
}
.bts-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}
.bts-popup-container {
    position: relative;
    width: 95%;
    max-width: 95%px;
    margin: 20px auto;
    border-radius: none;
    text-align: center;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    z-index: 9999;
}
.bts-popup-container img {
    padding: 20px 0 0 0;
}
.bts-popup-container p {
    color: #fff;
    padding: 10px;
}
.bts-popup-container .bts-popup-button {
    padding: 5px 25px;
    border: 2px solid #fff;
    display: inline-block;
    margin-bottom: 10px;
}
.bts-popup-container a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.bts-popup-container .bts-popup-close {
    position: absolute;
    top: -8px;
    right: 5px;
    width: 30px;
    height: 30px;
}
.bts-popup-container .bts-popup-close::after,
.bts-popup-container .bts-popup-close::before {
    content: "";
    position: absolute;
    top: 13px;
    width: 16px;
    height: 3px;
    background-color: #fff;
}
.bts-popup-container .bts-popup-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
}
.bts-popup-container .bts-popup-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 6px;
    top: 13px;
}
.is-visible .bts-popup-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.we-mega-menu-li.hot-deals {
    background: #f5275d !important;
}
.we-mega-menu-li.hot-deals a:hover {
    background: red !important;
}
.we-mega-menu-ul > .we-mega-menu-li.hot-deals.active-trail:hover > a,
.we-mega-menu-ul > .we-mega-menu-li.hot-deals.active-trail > a:focus,
.we-mega-menu-ul > .we-mega-menu-li.hot-deals.active:hover > a,
.we-mega-menu-ul > .we-mega-menu-li.hot-deals.active > a:focus,
.we-mega-menu-ul > .we-mega-menu-li.hot-deals:hover > a,
.we-mega-menu-ul > .we-mega-menu-li.hot-deals > a:focus {
    color: #fff !important;
    background: red !important;
}
.header-bottom
    .we-mega-menu-ul
    .dropdown-menu.menu-category-single:hover
    > .we-mega-menu-submenu.we-mega-menu-submenu-1,
.header-bottom
    .we-mega-menu-ul
    .dropdown-menu:focus
    > .we-mega-menu-submenu.we-mega-menu-submenu-1 {
    display: block;
    min-height: 340px;
    width: 400px;
    position: absolute;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}
.ui-slider-horizontal {
    height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
.ui-slider-vertical {
    width: 0.8em;
    height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
.tabs-content-items {
    margin-top: 10px !important;
}
.tabs.with-banner .tabs-content-items .text-grey {
    line-height: 30px !important;
    display: none !important;
}
.service-center-info .service-center-name {
    color: #c03;
}
.service-center-info .paragraphs-content-wrapper {
    padding-left: 5px;
}
.image .deal-discount {
    font-size: 14px;
}
.todays-deal-js-block .image .deal-discount {
    font-size: 14px;
    left: -10%;
    opacity: 0.9;
}
.payment-gateways .payment-method-radio .fieldset-wrapper > div > div {
    width: 21%;
    margin-right: 10px;
}
.payment-gateways .payment-method-radio .fieldset-wrapper > div > div .option {
    border: 2px solid #e9e9e9;
    border-radius: 6px;
    padding: 15px;
    max-width: 100%;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 25px;
}
#block-singer-branding {
    width: 180px;
    padding: 18px 0;
    float: left;
}
#block-singer-branding img {
    width: 100%;
}
.header-bottom {
    clear: both;
}
.blocker {
    padding: 10px !important;
    z-index: 8000 !important;
}
.cart .enquire-now {
    font-size: 12px;
    color: #ed1844;
    font-weight: 700;
}
.section .cart .enquire-now {
    font-size: 11px;
    color: #ff0040;
    font-weight: 700;
    border: 1px solid #bbb;
    background: #f2f2f2;
    padding: 3px;
}
.cart .pre-order {
    font-size: 12px;
    color: #ed1844;
    font-weight: 700;
}
.section .cart .pre-order {
    font-size: 10px;
    color: #ff0040;
    font-weight: 700;
    border: 1px solid #bbb;
    background: #f2f2f2;
    padding: 3px;
}
div.product-item a.pre-order {
    text-transform: uppercase;
    color: red;
    font-size: smaller;
    font-weight: 500;
}
.section.card-dflex {
    display: flex !important;
    justify-content: space-between !important;
}
.product-details .product-brand-logo {
    padding-bottom: 10px;
}
.product-details .product-price-stock {
    display: none;
}
.social-icons a .telegram {
    background: url("../images/telegram_.png") no-repeat;
    background-size: 30px 30px;
}
.social-icons a .telegram:hover {
    background: url("../images/telegram_hvr.png") no-repeat;
    background-size: 30px 30px;
}
.header-bottom a {
    text-decoration: none !important;
}
.bts-popup:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: 0 0;
}
.bts-popup-container {
    position: relative;
    z-index: 9999;
}
.display-none {
    display: none !important;
}
.display-block {
    display: block !important;
}
.fivestar-basic div.fivestar-widget-static .star {
    background-image: url(../images/star.png);
}
.fivestar-basic div.fivestar-widget-static .star span.on {
    background-image: url(../images/star.png);
}
.fivestar-basic div.fivestar-widget-static .star span.off {
    background-image: url(../images/star.png);
}
.fivestar-basic div.fivestar-widget .cancel,
.fivestar-basic div.fivestar-widget .cancel a {
    background-image: url(../images/cancel.png);
}
.fivestar-basic div.fivestar-widget .star,
.fivestar-basic div.fivestar-widget .star a {
    background-image: url(../images/star.png);
}
.fivestar-basic div.fivestar-widget div.hover a,
.fivestar-basic div.rating div a:hover {
    background-image: url(../images/star.png);
}
form.fivestar-widget {
    clear: both;
    display: block;
}
form.fivestar-widget input,
form.fivestar-widget select {
    margin: 0;
}
.fivestar-combo-stars .fivestar-static-form-item {
    float: left;
    margin-right: 40px;
    margin-left: 40px;
}
.fivestar-combo-stars .fivestar-static-item {
    float: left;
    margin-right: 40px;
}
.fivestar-combo-stars .fivestar-form-item {
    float: left;
}
.fivestar-form-item .form-item,
.fivestar-static-form-item .form-item {
    margin: 0;
}
div.fivestar-widget-static {
    display: block;
}
div.fivestar-widget-static br {
    clear: left;
}
div.fivestar-widget-static .star {
    float: left;
    width: 17px;
    height: 15px;
    overflow: hidden;
    text-indent: -999em;
    background: url(../images/star.gif) no-repeat 0 0;
}
div.fivestar-widget-static .star span.on {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/star.gif) no-repeat 0 -32px;
}
div.fivestar-widget-static .star span.off {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/star.gif) no-repeat 0 0;
}
div.fivestar-widget {
    display: block;
}
div.fivestar-widget .cancel,
div.fivestar-widget .star {
    float: left;
    width: 17px;
    height: 15px;
    overflow: hidden;
    text-indent: -999em;
}
div.fivestar-widget .cancel,
div.fivestar-widget .cancel a {
    background: url(../images/delete.gif) no-repeat 0 -16px;
    text-decoration: none;
}
div.fivestar-widget .star,
div.fivestar-widget .star a {
    background: url(../images/star.gif) no-repeat 0 0;
    text-decoration: none;
}
div.fivestar-widget .cancel a,
div.fivestar-widget .star a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: 0 0;
    cursor: pointer;
}
div.fivestar-widget div.on a {
    background-position: 0 -16px;
}
div.fivestar-widget div.hover a,
div.rating div a:hover {
    background-position: 0 -32px;
}
form.fivestar-widget div.description {
    margin-bottom: 0;
}
html.js .fivestar-submit {
    display: none;
}
.fivestar-combo-stars .form-type-fivestar .form-item {
    float: left;
}
.at-share-btn-elements a {
    width: 30px;
    height: 30px;
    font-size: 0;
    padding: 5px 0;
    display: inline-block;
}
.at-share-btn-elements {
    margin-top: 20px;
}
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none;
}
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}
.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    -o-backface-visibility: visible;
    backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #e6154b;
}
.owl-theme .owl-dots .owl-dot.active span {
    width: 30px;
}
.contents_01 ul {
    margin-left: 15px;
}
.contents_01 li {
    color: #333;
}
.media-left {
    width: 80px !important;
    height: 80px !important;
    line-height: 80px !important;
    display: block !important;
}
.media-heading {
    text-align: left !important;
}
.media-body {
    text-align: left !important;
}
.media img {
    width: 60px !important;
    border: none !important;
}
.media-object {
    width: 60px !important;
    border: none !important;
}
.media {
    border-bottom: 1px solid #ddd !important;
}
.media h4 {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 14px !important;
}
.media h4 small {
    font-size: 11px !important;
}
.contents_01 h3 {
    font-size: 19px;
    font-weight: 600;
}
.contents_01 li,
.contents_01 p {
    font-weight: 100;
    font-size: 14px;
}
.contents_01 ul {
    margin-left: 15px !important;
}
.contents_01 li {
    color: #333;
    padding-bottom: 7px;
}
.FntColrSINGER {
    color: #c03;
    font-weight: 700;
}
.contents_01 h4 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.contents_01 h4.first {
    margin-top: -20px;
    margin-bottom: 20px;
}
.contents_01 strong {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: -15px;
}
.center_01 {
    text-align: center;
    vertical-align: middle;
    margin-bottom: 0;
    margin-top: 0;
}
.contents_01 .column50 {
    float: left;
    width: 50%;
    padding: 20px;
}
.contents_01 .column25 {
    float: left;
    width: 25%;
    padding: 10px;
}
.contents_01 .column20 {
    float: left;
    width: 20%;
    padding: 10px;
}
.contents_01 .row:after {
    content: "";
    display: table;
    clear: both;
}

.card-title-designation {
    color: #666;
    font-size: 12px;
}
.no-banner.ui-tabs .ui-tabs-nav li a,
.with-banner.ui-tabs .ui-tabs-nav li a {
    color: #000;
    outline: 0;
    padding: 0.5em 0.7em;
}
li.we-mega-menu-li.dropdown-menu:hover > .we-mega-menu-submenu {
    display: block;
}
.site-content .col-md-3 {
    padding: 0;
}
.site-content .col-md-9 {
    padding-right: 0;
}
div#block-useraccount + .container,
div#block-useraccount + .header-banner + .container {
    max-width: 1280px !important;
    min-height: 350px;
}
.site-content > .container-fluid {
    max-width: 1260px;
}
.sl-main-block,
.sl-main-container {
    width: 100%;
    display: block;
    height: auto;
}
.sl-container.sl-form-container {
    width: 23%;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ddd;
    padding: 41px 15px;
    margin-right: 20px;
}
.sl-container.sl-map-container {
    width: 74%;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 30px;
}
.sl-form-container .sl-form-items-grp {
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
}
.sl-form-items-grp .sl-form-actions,
.sl-form-items-grp .sl-form-text {
    width: 90%;
    margin: 0 auto;
}
.sl-form-items-grp .sl-form-actions button,
.sl-form-items-grp .sl-form-text input {
    width: 100%;
}
.sl-form-items-grp .sl-form-text input {
    padding: 4px;
}
.sl-form-items-grp .sl-form-actions button {
    padding: 6px 0;
    background: #9c9389;
    border: 0 none;
    color: #fff;
}
.sl-form-items-grp .sl-form-actions {
    padding: 20px 0;
}
.sl-form-items-grp .sl-form-checkbox label.checkbox-title {
    font-weight: 600;
    padding: 3px 0;
    cursor: pointer;
}
.sl-form-items-grp .sl-form-checkbox label.checkbox-title.open::before,
.sl-form-items-grp .sl-form-checkbox label.checkbox-title::before {
    display: inline-block;
    margin-right: 10px;
    font-size: 22px;
    position: relative;
    top: 3px;
}
.sl-form-items-grp .sl-form-checkbox label.checkbox-title::before {
    content: "+ ";
}
.sl-form-items-grp .sl-form-checkbox label.checkbox-title.open::before {
    content: "- ";
}
.sl-form-items-grp .sl-form-checkbox label {
    font-weight: 500;
    font-size: 14px;
}
.sl-filters.sl-accordion {
    padding-left: 10px;
    max-height: 425px;
    overflow: auto;
}
.sl-form-items-grp .sl-form-checkbox:nth-child(n + 2) .sl-filters.sl-accordion {
    display: none;
}
.sl-filters.sl-accordion .checkbox-item {
    display: inline-flex;
    width: 100%;
}
.sl-filters.sl-accordion .checkbox-item span.ref-icon {
    margin-left: 5px;
    width: 18px;
    height: 18px;
}
.sl-filters.sl-accordion
    .checkbox-item.ad
    > input[type="checkbox"]:checked
    ~ label
    ~ span.ref-icon {
    background: url("/modules/custom/store_locator/css/../images/red_pin.png")
        no-repeat;
    background-size: 100%;
}
.sl-filters.sl-accordion
    .checkbox-item.dutyfree
    > input[type="checkbox"]:checked
    ~ label
    ~ span.ref-icon {
    background: url("/modules/custom/store_locator/css/../images/darkblue_pin.png")
        no-repeat;
    background-size: 100%;
}
.sl-filters.sl-accordion
    .checkbox-item.mega
    > input[type="checkbox"]:checked
    ~ label
    ~ span.ref-icon {
    background: url("/modules/custom/store_locator/css/../images/purple_pin.png")
        no-repeat;
    background-size: 100%;
}
.sl-filters.sl-accordion
    .checkbox-item.merrit
    > input[type="checkbox"]:checked
    ~ label
    ~ span.ref-icon {
    background: url("/modules/custom/store_locator/css/../images/skyblue_pin.png")
        no-repeat;
    background-size: 100%;
}
.sl-filters.sl-accordion
    .checkbox-item.shop
    > input[type="checkbox"]:checked
    ~ label
    ~ span.ref-icon {
    background: url("/modules/custom/store_locator/css/../images/orange_pin.png")
        no-repeat;
    background-size: 100%;
}
.sl-filters.sl-accordion
    .checkbox-item.singerhomes
    > input[type="checkbox"]:checked
    ~ label
    ~ span.ref-icon {
    background: url("/modules/custom/store_locator/css/../images/pink_pin.png")
        no-repeat;
    background-size: 100%;
}
.sl-filters.sl-accordion
    .checkbox-item.sisil
    > input[type="checkbox"]:checked
    ~ label
    ~ span.ref-icon {
    background: url("/modules/custom/store_locator/css/../images/yellow_pin.png")
        no-repeat;
    background-size: 100%;
}
.sl-filters.sl-accordion .checkbox-item label {
    opacity: 0.8;
}
.sl-filters.sl-accordion .checkbox-item > input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: 9;
    cursor: pointer;
}
.sl-filters.sl-accordion .checkbox-item > input[type="checkbox"] + label {
    position: relative;
    padding: 0;
}
.sl-filters.sl-accordion
    .checkbox-item
    > input[type="checkbox"]
    + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 17px;
    height: 17px;
    background: #fff;
    border: 1px solid #ddd;
}
.sl-filters.sl-accordion
    .checkbox-item
    > input[type="checkbox"]:checked
    + label:before,
.sl-filters.sl-accordion
    .checkbox-item
    > input[type="checkbox"]:hover
    + label:before {
    background: #ed164e;
}
.sl-filters.sl-accordion
    .checkbox-item
    > input[type="checkbox"]:checked
    + label:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 9px;
    background: #fff;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff,
        4px -6px 0 #fff, 4px -8px 0 #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sl-form-items-grp .sl-mobile-actions {
    display: none;
}
.loc-infowindow {
    width: 330px;
    padding: 10px 10px 36px 10px;
    line-height: 1.5;
    font-size: 14px;
    color: #303030;
}
.loc-infowindow .loc-name {
    font-size: 17px;
    font-weight: 700;
    color: #ed164e;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.loc-addr,
.loc-addr2,
.loc-addr3 {
    display: inline;
}
.loc-infowindow .loc-phone {
    background: url(/modules/custom/store_locator/css/../images/icon_telephone.png)
        no-repeat left top 5px;
}
.loc-infowindow .loc-email {
    background: url(/modules/custom/store_locator/css/../images/icon_email.png)
        no-repeat left top 5px;
}
.loc-infowindow .loc-hours {
    background: url(/modules/custom/store_locator/css/../images/icon_clock.png)
        no-repeat left top 5px;
}
.loc-infowindow .loc-hours > a {
    text-decoration: none;
    margin-left: 20px;
    padding-top: 4px;
    color: #000;
}
.loc-infowindow .loc-web {
    background: url(/modules/custom/store_locator/css/../images/icon_web.png)
        no-repeat left top 5px;
}
.loc-infowindow .loc-email,
.loc-infowindow .loc-phone,
.loc-infowindow .loc-web {
    margin-top: 5px;
    padding-left: 15px;
    background-size: 12px;
}
.loc-infowindow .loc-directions,
.loc-infowindow .loc-email {
    margin-top: 5px;
}
.loc-infowindow .loc-email a,
.loc-infowindow .loc-phone a,
.loc-infowindow .loc-web a {
    color: #303030 !important;
    text-decoration: none;
}
.loc-infowindow .loc-directions a,
.loc-infowindow .loc-zoom {
    float: left !important;
    padding: 5px 10px !important;
    color: #303030 !important;
    text-decoration: none;
    border: 1px solid #303030;
    text-transform: uppercase;
    font-size: 12px;
    margin-right: 10px;
    cursor: pointer;
    font-weight: 500;
}
.gm-ui-hover-effect {
    top: 0 !important;
    right: 10px !important;
}
.gm-ui-hover-effect img {
    width: 25px !important;
    height: 25px !important;
}
#contactmap {
    height: 500px;
}
.sl-service-center.open .simplebar-wrapper {
    height: 335px !important;
}
#royalty-sidebar {
    width: 100%;
    margin: 0 auto;
    position: relative;
    flex-wrap: wrap;
    padding: 0;
    padding-top: 10px;
}
#royalty-sidebar .profile-tabs {
    margin-right: 10px;
    margin-left: -10px;
    background: #fff;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-bottom: 20px !important;
}
#royalty-sidebarr .tabs-section {
    margin: 10px;
    padding: 15px;
    background: #fff;
}
#royalty-sidebar .tabs-section ul {
    list-style: none;
}
#royalty-sidebar .tabs-section ul li {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}
#royalty-sidebar .tabs-section ul li a:hover,
#royalty-sidebar .tabs-section ul li.active a,
#royalty-sidebar .tabs-section ul li:hover a {
    color: #ed164e;
}
#royalty-sidebar .tabs-section ul li a {
    text-decoration: none;
    font-weight: 600 !important;
    color: #000;
    padding: 0px 15px !important;
    font-size: 15px !important;
    cursor: pointer;
    position: relative;
    left: 0;
    bottom: 0;
    position: relative;
    top: 0;
}
#royalty-sidebar .tabs-section ul li:last-child a {
    border-bottom: 0 solid #ddd;
}
body.change-padding {
    padding-top: 50px;
}
.social-icons a {
    background: #77695f;
    color: #424242 !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    padding: 7px 0;
}
.social-icons a:hover a {
    color: #ff0000 !important;
}


a.cart-link-btn {
    background: 0 0 !important;
    color: #fff !important;
    width: 30px !important;
    height: 30px;
    /* border-radius: 50%; */
    text-align: center;
    padding: 4px 0 !important;
    font-size: 14px;
    border: 1px solid #beb6ae;
}
a.add-to-cart-link.cart-link-btn {
    width: 100%;
    padding: 8px 0;
    background: 0 0;
}
a.add-to-cart-link.cart-link-btn img {
    margin: 0 auto;
}
.social-icons a:hover,
a.cart-link-btn:hover {
    background: #ed164e !important;
    border-color: transparent;
}
.social-icons a img {
    width: 15px;
    height: 15px;
}
a.cart-link-btn img {
    width: 14px;
    height: 14px;
    margin-top: -2px !important;
}
.owl-item a.add-to-cart-link.cart-link-btn img {
    margin-top: 0 !important;
}
a.cart-link-btn:hover img {
    filter: brightness(0) invert(1);
}
.loading-logo {
    height: 80px;
}
.hid {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    overflow: hidden;
}
.vertical-centered-box {
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 999999;
    background-color: rgba(255, 255, 255, 0.75);
    top: 0;
}
.vertical-centered-box:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
.vertical-centered-box .content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 0;
}
.loader-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(230, 21, 75, 0.1);
    margin-left: -60px;
    margin-top: -60px;
}
.loader-line-mask {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 120px;
    margin-left: -60px;
    margin-top: -60px;
    overflow: hidden;
    -webkit-transform-origin: 60px 60px;
    -moz-transform-origin: 60px 60px;
    -ms-transform-origin: 60px 60px;
    -o-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
    -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
    -moz-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
    -ms-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
    -o-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
    mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
    -webkit-animation: rotate 1.2s infinite linear;
    -moz-animation: rotate 1.2s infinite linear;
    -o-animation: rotate 1.2s infinite linear;
    animation: rotate 1.2s infinite linear;
}
.loader-line-mask .loader-line {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(230, 21, 75, 0.5);
}
lesshat-selector {
    -lh-property: 0;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-o-keyframes rotate {
    0% {
        -o-transform: rotate(0);
    }
    100% {
        -o-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
[not-existing] {
    zoom: 1;
}
lesshat-selector {
    -lh-property: 0;
}
@-webkit-keyframes fade {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.25;
    }
}
@-moz-keyframes fade {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.25;
    }
}
@-o-keyframes fade {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.25;
    }
}
@keyframes fade {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.25;
    }
}
[not-existing] {
    zoom: 1;
}
lesshat-selector {
    -lh-property: 0;
}
@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
[not-existing] {
    zoom: 1;
}
ul#ui-id-1 a {
    text-decoration: none;
}
.socialicons-container a.social-auth {
    margin-bottom: 10px;
    padding: 10px 40px;
}
#account-profile {
    justify-content: center;
}
a#appleid-signin > div {
    height: 40px !important;
    min-height: auto !important;
}
#block-useraccount .loaded,
#block-useraccount > div {
    height: auto;
}
.cart-main-cont #block-singer-account-menu ul li:first-of-type,
.cart-main-cont .footer-top.clearfix,
.cart-main-cont .header-bottom.clearfix,
.cart-main-cont .header-middle .hamburger-menu,
.cart-main-cont .header-top,
.cart-main-cont div#block-search {
    display: none !important;
}
.cart-main-cont {
    margin-top: -70px;
}
.cart-main-cont .cart-page {
    padding-bottom: 20px;
}
div[data-block="views_block__menu_brand_logos_block_1"] {
    width: 180%;
    margin: 0 0 0 auto;
    position: relative;
}
div[data-block="views_block__menu_brand_logos_block_1"] a.brand-logo {
    border: 0;
    padding: 0 !important;
}
.we-mega-menu-col.span4.brands-level2 {
    display: none;
}
li[data-id="brands_main_1"] .brand-menu-hide,
li[data-id="brands_main_2"] .brand-menu-hide,
li[data-id="brands_main_3"] .brand-menu-hide,
li[data-id="brands_main_4"] .brand-menu-hide,
li[data-id="brands_main_5"] .brand-menu-hide,
li[data-id="brands_main_6"] .brand-menu-hide {
    display: none;
}
li[data-id="brands_main_1"] .brand-menu-hide.Acer,
li[data-id="brands_main_1"] .brand-menu-hide.Apple,
li[data-id="brands_main_1"] .brand-menu-hide.Asus,
li[data-id="brands_main_1"] .brand-menu-hide.Brother,
li[data-id="brands_main_1"] .brand-menu-hide.Canon,
li[data-id="brands_main_1"] .brand-menu-hide.Dell,
li[data-id="brands_main_1"] .brand-menu-hide.Energizer,
li[data-id="brands_main_1"] .brand-menu-hide.Epson,
li[data-id="brands_main_1"] .brand-menu-hide.HP,
li[data-id="brands_main_1"] .brand-menu-hide.Huawei,
li[data-id="brands_main_1"] .brand-menu-hide.Kingston,
li[data-id="brands_main_1"] .brand-menu-hide.MSI,
li[data-id="brands_main_1"] .brand-menu-hide.Samsung,
li[data-id="brands_main_1"] .brand-menu-hide.Singer,
li[data-id="brands_main_1"] .brand-menu-hide.TCL,
li[data-id="brands_main_1"] .brand-menu-hide.Unic,
li[data-id="brands_main_1"] .brand-menu-hide.ZTE {
    display: block;
}
li[data-id="brands_main_1"] .brand-menu-hide.Singer.Furniture {
    display: none;
}
li[data-id="brands_main_2"] .brand-menu-hide.Beko,
li[data-id="brands_main_2"] .brand-menu-hide.Braun,
li[data-id="brands_main_2"] .brand-menu-hide.Budry,
li[data-id="brands_main_2"] .brand-menu-hide.Hafele,
li[data-id="brands_main_2"] .brand-menu-hide.Hitachi,
li[data-id="brands_main_2"] .brand-menu-hide.Kenwood,
li[data-id="brands_main_2"] .brand-menu-hide.Panasonic,
li[data-id="brands_main_2"] .brand-menu-hide.Philips,
li[data-id="brands_main_2"] .brand-menu-hide.Prestige,
li[data-id="brands_main_2"] .brand-menu-hide.Salter,
li[data-id="brands_main_2"] .brand-menu-hide.Samsung,
li[data-id="brands_main_2"] .brand-menu-hide.Singer,
li[data-id="brands_main_2"] .brand-menu-hide.Singer.Furniture,
li[data-id="brands_main_2"] .brand-menu-hide.Sisil,
li[data-id="brands_main_2"] .brand-menu-hide.Swan {
    display: block;
}
li[data-id="brands_main_3"] .brand-menu-hide.Bose,
li[data-id="brands_main_3"] .brand-menu-hide.Hitachi,
li[data-id="brands_main_3"] .brand-menu-hide.Huawei,
li[data-id="brands_main_3"] .brand-menu-hide.Nikai,
li[data-id="brands_main_3"] .brand-menu-hide.Panasonic,
li[data-id="brands_main_3"] .brand-menu-hide.Samsung,
li[data-id="brands_main_3"] .brand-menu-hide.Sharp,
li[data-id="brands_main_3"] .brand-menu-hide.Singer,
li[data-id="brands_main_3"] .brand-menu-hide.Skyworth,
li[data-id="brands_main_3"] .brand-menu-hide.Sony,
li[data-id="brands_main_3"] .brand-menu-hide.TCL,
li[data-id="brands_main_3"] .brand-menu-hide.Unic {
    display: block;
}
li[data-id="brands_main_3"] .brand-menu-hide.Singer.Furniture {
    display: none;
}
li[data-id="brands_main_4"] .brand-menu-hide.Beko,
li[data-id="brands_main_4"] .brand-menu-hide.Hitachi,
li[data-id="brands_main_4"] .brand-menu-hide.Indesit,
li[data-id="brands_main_4"] .brand-menu-hide.Mitsubishi,
li[data-id="brands_main_4"] .brand-menu-hide.Nikai,
li[data-id="brands_main_4"] .brand-menu-hide.Samsung,
li[data-id="brands_main_4"] .brand-menu-hide.Singer,
li[data-id="brands_main_4"] .brand-menu-hide.Sisil,
li[data-id="brands_main_4"] .brand-menu-hide.Whirlpool,
li[data-id="brands_main_4"] .brand-menu-hide.Whites {
    display: block;
}
li[data-id="brands_main_4"] .brand-menu-hide.Singer.Furniture {
    display: none;
}
li[data-id="brands_main_5"] .brand-menu-hide.Farm.Master,
li[data-id="brands_main_5"] .brand-menu-hide.Hitachi,
li[data-id="brands_main_5"] .brand-menu-hide.John.Deere,
li[data-id="brands_main_5"] .brand-menu-hide.Lumala,
li[data-id="brands_main_5"] .brand-menu-hide.Regnis,
li[data-id="brands_main_5"] .brand-menu-hide.Singer,
li[data-id="brands_main_5"] .brand-menu-hide.Stallion,
li[data-id="brands_main_5"] .brand-menu-hide.Yamaha {
    display: block;
}
li[data-id="brands_main_5"] .brand-menu-hide.Singer.Furniture {
    display: none;
}
li[data-id="brands_main_6"] .brand-menu-hide.Casio,
li[data-id="brands_main_6"] .brand-menu-hide.Celebrat,
li[data-id="brands_main_6"] .brand-menu-hide.Hercules,
li[data-id="brands_main_6"] .brand-menu-hide.Quantum,
li[data-id="brands_main_6"] .brand-menu-hide.Singer,
li[data-id="brands_main_6"] .brand-menu-hide.Yamaha {
    display: block;
}
li[data-id="brands_main_6"] .brand-menu-hide.Singer.Furniture {
    display: none;
}
li[data-id*="brands_main_"] .brand-menu-hide.Beko ~ .brand-menu-hide.Beko,
li[data-id*="brands_main_"] .brand-menu-hide.Hitachi ~ .brand-menu-hide.Hitachi,
li[data-id*="brands_main_"] .brand-menu-hide.Indesit ~ .brand-menu-hide.Indesit,
li[data-id*="brands_main_"] .brand-menu-hide.Nikai ~ .brand-menu-hide.Nikai,
li[data-id*="brands_main_"]
    .brand-menu-hide.Panasonic
    ~ .brand-menu-hide.Panasonic,
li[data-id*="brands_main_"] .brand-menu-hide.Regnis ~ .brand-menu-hide.Regnis,
li[data-id*="brands_main_"] .brand-menu-hide.Samsung ~ .brand-menu-hide.Samsung,
li[data-id*="brands_main_"] .brand-menu-hide.Sharp ~ .brand-menu-hide.Sharp,
li[data-id*="brands_main_"] .brand-menu-hide.Singer ~ .brand-menu-hide.Singer,
li[data-id*="brands_main_"] .brand-menu-hide.Sisil ~ .brand-menu-hide.Sisil,
li[data-id*="brands_main_"] .brand-menu-hide.TCL ~ .brand-menu-hide.TCL,
li[data-id*="brands_main_"] .brand-menu-hide.UNIC ~ .brand-menu-hide.UNIC,
li[data-id*="brands_main_"]
    .brand-menu-hide.Whirlpool
    ~ .brand-menu-hide.Whirlpool,
li[data-id*="brands_main_"] .brand-menu-hide.Yamaha ~ .brand-menu-hide.Yamaha {
    display: none !important;
}
div#edit-actions--5 a.cart-link-btn {
    display: inline-block !important;
    width: 235px;
    border-radius: 0;
    padding: 0;
    background: 0 0;
}
.mycart-actions .mycart-actions-content .remove-item {
    cursor: pointer;
    font-weight: 600;
}
.mycart-actions .mycart-actions-content .remove-item a#edit-remove-button-0 {
    text-decoration: none;
    padding: 0 0 0 20px;
    color: #000;
    margin-top: -4px;
}
main .user-login-container {
    position: unset !important;
    transform: translate(0, 0);
}
form#commerce-order-item-add-to-cart-form-commerce-product-5045
    a.cart-link-btn {
    padding: 0 !important;
}
.loyalty-main-cont div#block-useraccount + .container {
    margin: 0 auto;
    padding: 0;
}
.loyalty-main-cont div#block-useraccount + .container div#right-col {
    padding: 0;
}
.loyalty-main-cont div#royalty-sidebar {
    margin: 0;
}
.list-view .last .cart a.cart-link-btn {
    background: 0 0 !important;
    width: 100% !important;
    height: auto !important;
    padding: 0 !important;
}
.list-view .last .cart a.cart-link-btn svg {
    width: 19px;
    height: 19px;
    margin-right: 10px;
    vertical-align: bottom;
}
.price-range-slider {
    width: 100%;
    padding: 0px;
}
.price-range-slider .range-value {
    margin: 20px 0 20px -5px;
    display: flex;
    align-items: center;
    font-weight: 500;
}
.price-range-slider .range-value input {
    background: 0 0;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    box-shadow: none;
    border: 1px solid #d9d9d9;
    margin: 0 5px;
    display: inline-block;
    font-size: 14px;
    padding: 4px;
    width: 70px;
}
.price-range-slider .range-bar {
    border: none;
    background: 0 0;
    height: 8px;
    top: 0;
    width: 96%;
    margin-left: 8px;
}
.price-range-slider .range-bar .ui-slider-range {
    background: #ed164e;
    height: 8px;
    top: 0;
}
.price-range-slider .range-bar .ui-slider-handle {
    border: none;
    border-radius: 25px;
    background: #f6f6f6;
    border: 1px solid #c5c5c5;
    height: 17px;
    width: 17px;
    top: -0.32em;
    cursor: pointer;
}
.price-range-slider .range-bar .ui-slider-handle + span {
    background: #f6f6f6;
}
div#add-to-cart-id a input.primary-btn {
    background: #77695f !important;
}
.user-pass-reset input:focus {
    border-color: #e9e9e9;
    box-shadow: none;
}
.guestform-container a.social-auth {
    display: block;
    background: #ed164e;
    padding: 13px 15px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}
.profiletabs-contents > div.order-history {
    display: block !important;
}
form#commerce-checkout-flow-accordian-commerce-checkout
    div#edit-singer-payment-process-offsite-payment
    h1 {
    background-color: #9d9080;
    color: #fff;
    font-size: 18px;
    padding: 15px 10px;
    font-weight: 500;
    margin: -25px -25px 25px;
    font-family: inherit;
    text-transform: uppercase;
}
form#commerce-checkout-flow-accordian-commerce-checkout
    input#edit-singer-payment-process-offsite-payment-mob-or-wid {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    padding: 7px 5px;
    outline: 0;
    box-shadow: none;
    border: 2px solid #ddd;
    color: #000;
    font-size: 14px;
    font-family: inherit;
    line-height: inherit;
}
form#commerce-checkout-flow-accordian-commerce-checkout
    input#edit-singer-payment-process-offsite-payment-continue {
    padding: 10px 0;
    font-weight: 600;
    text-decoration: none;
    background: #ed164e;
    color: #fff;
    border: 0 none;
    width: 50%;
    margin: 25px auto 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
form#commerce-checkout-flow-accordian-commerce-checkout a.cancel-link {
    float: right;
    padding: 10px 0;
    margin: 25px auto 0;
}
form#commerce-checkout-flow-accordian-commerce-checkout
    div#edit-singer-payment-process-offsite-payment
    h1 {
    background-color: #9d9080;
    color: #fff;
    font-size: 18px;
    padding: 15px 10px;
    font-weight: 500;
    margin: -25px -25px 25px;
    font-family: inherit;
    text-transform: uppercase;
}
form#commerce-checkout-flow-accordian-commerce-checkout
    input#edit-singer-payment-process-offsite-payment-mob-or-wid {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    padding: 7px 5px;
    outline: 0;
    box-shadow: none;
    border: 2px solid #ddd;
    color: #000;
    font-size: 14px;
    font-family: inherit;
    line-height: inherit;
}
form#commerce-checkout-flow-accordian-commerce-checkout
    input#edit-singer-payment-process-offsite-payment-continue {
    padding: 10px 0;
    font-weight: 600;
    text-decoration: none;
    background: #ed164e;
    color: #fff;
    border: 0 none;
    width: 50%;
    margin: 25px auto 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
form#commerce-checkout-flow-accordian-commerce-checkout a.cancel-link {
    float: right;
    padding: 10px 0;
    margin: 25px auto 0;
}
body.singer-offsite-payment #block-singer-account-menu ul li:first-of-type,
body.singer-offsite-payment .header-bottom,
body.singer-offsite-payment .header-middle .hamburger-menu,
body.singer-offsite-payment .header-section.right.cart,
body.singer-offsite-payment .header-top,
body.singer-offsite-payment .site-footer,
body.singer-offsite-payment div#block-search {
    display: none !important;
}
body.singer-offsite-payment .header-middle.clearfix,
body.singer-offsite-payment main {
    background: #e9e9e9;
}
body.singer-offsite-payment .header-middle .left {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}
body.singer-offsite-payment label.form-required {
    font-size: 14px;
}
body.singer-offsite-payment {
    padding-top: 75px;
}
.cus-loyalty-container .breadcrumbs {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
}
.cus-loyalty-container .breadcrumbs ol li {
    padding-bottom: 0;
}
.checkLoyalytyPreloader img {
    width: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.checkLoyalytyPreloader {
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
div[style*="display: block;"] + .ui-widget-overlay {
    background: rgba(0, 0, 0, 0.6) !important;
    opacity: 1 !important;
    z-index: 9999;
    display: block !important;
}
#breadcrumb nav {
    max-width: 1256px;
    margin: 0 auto;
}
[class*="-rate"] {
    float: left;
    margin: 20px 0 10px;
    padding: 0;
}
[class*="-rate"] > input {
    display: none !important;
}
[class*="-rate"]:not(:checked) > input {
    position: absolute;
    top: 18px;
    opacity: 0;
    cursor: pointer;
}
[class*="-rate"]:not(:checked) > label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 20px !important;
    color: #dfe0df;
    margin: 0;
}
[class*="-rate"]:not(:checked) > label:before {
    content: "\2605";
    padding-right: 5px;
}
[class*="-rate"] > input:checked ~ label {
    color: #fcee2f;
}
[class*="-rate"]:not(:checked) > label:hover,
[class*="-rate"]:not(:checked) > label:hover ~ label {
    background: #fc5604;
    background: -webkit-linear-gradient(to top, #fc5604 0, #fccf2f 100%);
    background: -moz-linear-gradient(to top, #fc5604 0, #fccf2f 100%);
    background: linear-gradient(to top, #fc5604 0, #fccf2f 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -ms-background-clip: text;
    -o-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
[class*="-rate"] > input:checked label:hover label,
[class*="-rate"] > input:checked + label:hover,
[class*="-rate"] > input:checked + label:hover ~ label,
[class*="-rate"] > input:checked ~ label:hover,
[class*="-rate"] > label:hover input:checked label {
    color: #e6154b;
}
textarea#comment_rating {
    display: block;
    margin: 0 0 10px 0;
    padding: 7px 5px;
    outline: 0;
    box-shadow: none;
    border: 2px solid #ddd;
    color: #000;
    font-size: 14px;
}
button#submit_review {
    width: 200px;
    color: #fff;
    background: #ed164e;
    font-weight: 600;
    text-align: center;
    padding: 10px 0;
    border: 2px solid #fff;
}
button#submit_review:focus {
    box-shadow: none;
    outline: 0;
}
.form-email {
    margin-top: 0.25rem;
    color: #6c757d;
}
.display-height {
    opacity: 0;
    max-height: 0;
    padding: 0 10px;
    transition: all 0.4s ease-in-out;
}
.filters
    .block-facet--checkbox:nth-child(-n + 6)
    .facets-widget-checkbox.display-height {
    padding: 0 10px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}
.owl-item a.add-to-cart-link.cart-link-btn img {
    filter: brightness(0) invert(1);
    width: 19px;
    height: 19px;
}
.owl-item a.add-to-cart-link.cart-link-btn {
    /*background: #beb6ae !important;*/
    border: 0 !important;
    padding: 6px 0 !important;
}
.owl-item a.add-to-cart-link.cart-link-btn:hover {
    background: #e51a4c !important;
}
div#tabs-easypayment-3 li.ui-tabs-tab {
    background-color: #bfb6af;
    font-weight: 500;
    padding: 0;
    text-transform: uppercase;
    border: 0;
    color: #fff;
    display: inline-block;
    margin-right: 0;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    border-radius: 0;
}
div#tabs-easypayment-3 li.ui-tabs-tab a#ui-id-17 {
    padding: 10px 27px;
}
.price-range-slider .ui-widget.ui-widget-content {
    position: absolute !important;
    transform: revert;
    left: 5px !important;
    top: -25px !important;
}
.price-range-slider {
    position: relative;
}
.nomatch-wrap[style*="display:none;"] + .ui-widget-overlay {
    display: none !important;
}
.nomatch-wrap + .ui-widget-overlay {
    display: block !important;
    opacity: 0.75;
    background: #000;
}
.nomatch-wrap {
    z-index: 101 !important;
}
.list-view .product-listing-content .product-item .cart a.add-to-cart-link {
    border: 0;
    padding: inherit !important;
}
.list-view .product-listing-content .product-item .cart a.add-to-cart-link img {
    margin-right: 5px;
    margin-top: -2px;
    filter: brightness(0) invert(1);
}
#royalty-sidebar div#left-col {
    padding-left: 0;
    padding-right: 0;
}
#royalty-sidebar div#right-col {
    padding-right: 0;
}
#royalty-sidebar div.col-md-12#right-col {
    padding: 0;
}
.hire-purchase-cont .breadcrumbs,
.hire-purchase-cont .footer-middle,
.hire-purchase-cont .header-bottom,
.hire-purchase-cont .header-top,
.hire-purchase-cont div#block-search,
.services-express-container .breadcrumbs,
.services-express-container .footer-middle,
.services-express-container .header-bottom,
.services-express-container .header-top,
.services-express-container div#block-search {
    display: none !important;
}
.hire-purchase-cont {
    padding-top: 75px;
    background: #fff !important;
}
.hire-purchase-cont .card-body,
.hire-purchase-cont div#right-col,
.hire-purchase-cont div#royalty-sidebar .wrapper {
    padding: 0;
}
.services-express-container .services-express-container div#right-col .card,
.services-express-container
    .services-express-container
    div#right-col
    .card
    .card-body,
.services-express-container
    .services-express-container
    div#right-col
    .card
    .card-body
    .site-content.wrapper {
    padding: 0;
}
.hire-purchase-container > div {
    background: #fff !important;
}
.hire-purchase-container div#right-col,
.hire-purchase-container div#right-col > .card,
.hire-purchase-container div#right-col > .card > .card-body,
.hire-purchase-container div#right-col > .card > .card-body .wrapper {
    padding: 0 !important;
}
body.hire-page-container .breadcrumbs ol li,
body.services-page-container .breadcrumbs ol li {
    padding-bottom: 0;
}
body.services-page-container {
    background: #fff !important;
    padding-top: 75px;
}
body.catalogue-page-container {
    background: #fff !important;
    padding-top: 85px;
}
body.kitchen-page-container {
    background: #fff !important;
    padding-top: 0;
}
body.catalogue-page-container header {
    height: 85px;
}
body.catalogue-page-container .breadcrumbs,
body.catalogue-page-container .footer-middle,
body.kitchen-page-container .breadcrumbs,
body.kitchen-page-container .footer-service-block,
body.kitchen-page-container header {
    display: none;
}
body.kitchen-page-container #royalty-sidebar,
body.kitchen-page-container #royalty-sidebar div#right-col,
body.kitchen-page-container .card,
body.kitchen-page-container .site-content.wrapper {
    padding: 0 !important;
}
div#block-useraccount + .kitchen-cont {
    padding: 0;
    width: 100% !important;
    max-width: 100% !important;
}
body.catalogue-page-container div#block-useraccount + .kitchen-cont {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0;
}
body.catalogue-page-container div#royalty-sidebar,
body.catalogue-page-container div#royalty-sidebar div#right-col,
body.catalogue-page-container div#royalty-sidebar div#right-col > .card {
    padding: 0 !important;
}
body.hire-page-container {
    background: #fff !important;
    padding-top: 75px;
}
body.services-page-container .services-express-container {
    background: #dfdfdf;
}
body.services-page-container .card {
    border: 0;
    background: 0 0;
    padding: 0;
    box-shadow: 0 0 !important;
}
body.services-page-container .services-express-container .footer-middle,
body.services-page-container .services-express-container .header-bottom {
    width: 100%;
}
.services-express-container {
    background: #dfdfdf;
}
.services-express-container div#right-col {
    background: #fff;
    padding: 20px !important;
}
.services-express-container .services-express-container div#right-col {
    background: #dfdfdf !important;
    padding: 20px !important;
}
.service-centers .js-form-item ul#ui-id-1 {
    left: 77px !important;
    top: 40px !important;
    transform: translate(0, 0);
    position: absolute !important;
}
.service-centers .js-form-item {
    position: relative !important;
}
body.services-page-container .services-express-container {
    background: #fff;
}
body.services-page-container .services-express-container div#right-col {
    padding: 0 !important;
}
div#royalty-sidebar .card {
    border: 0;
    box-shadow: 0 0 !important;
    background: #fff !important;
    padding: 12px;
}
div#royalty-sidebar .col-md-12 .card {
    padding: 0;
}
.body-backgrd {
    background-color: #fff !important;
}
div#royalty-sidebar
    .col-md-12
    .card
    .site-content.wrapper
    #block-mainpagecontent
    .layout.layout--onecol
    .layout__region.layout__region--content
    .contents_01
    .center_01
    p
    iframe {
    height: 500px !important;
}
div#royalty-sidebar
    .col-md-12
    .card
    .site-content.wrapper
    #block-mainpagecontent
    .layout.layout--onecol
    .layout__region.layout__region--content
    .contents_01
    .center_01
    p {
    padding: 0;
}
div#royalty-sidebar .col-md-12 .card .site-content.wrapper {
    padding: 0;
}
body.services-page-container
    .services-express-container
    div#royalty-sidebar
    .card {
    padding: 0;
}
div.messages-default.compare-alert {
    display: none;
}
.services-page-container div#right-col,
.services-page-container div#right-col > .card,
.services-page-container div#right-col > .card > .card-body,
.services-page-container div#right-col > .card > .card-body .wrapper {
    padding: 0;
}
/*.owl-carousel .owl-item img {*/
/*    object-fit: contain;*/
/*}*/
.mfp-container {
    position: fixed !important;
}
div#edit-sidebar-coupon-redemption-form input#btn-apply-coupon {
    background: #e6154b;
    color: #fff;
    font-weight: 600;
    margin: 10px 0;
    border: 0;
    padding: 10px;
}
div#edit-sidebar-coupon-redemption-form input#egift-btn-apply-coupon {
    background: #e6154b;
    color: #fff;
    font-weight: 600;
    margin: 10px 0;
    border: 0;
    padding: 10px;
}
.product-find-store div#canvasMap {
    display: none;
}
/*.owl-carousel.MyTest2 {*/
/*    padding: 30px 0;*/
/*}*/
div#ProfileMain {
    padding: 0;
}
.container.directors-cont div#right-col .card .card-body,
.container.directors-cont div#right-col .card .card-body .card {
    height: auto !important;
    padding: 0;
}
.container.contact-cont iframe + .container {
    padding: 0;
}
.container.contact-cont iframe + .container .contents_01 {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    align-items: flex-start;
}
form.review_submit label.d-block {
    vertical-align: sub;
    float: left;
    margin: 20px 10px 10px 0;
}
.if-delivered {
    display: flex;
}
.customer-survey a:focus {
    outline: navajowhite;
}
ul#ui-id-1 {
    padding: 0;
    font-size: 0.9em;
}
ul#ui-id-1 li a:hover,
ul#ui-id-1 li div:hover {
    background: #efefef !important;
    border: 1px solid transparent !important;
}
.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
    background: #efefef;
    border: 1px solid transparent;
}
.product-find-store span {
    border-bottom: 1px solid #000;
}
.product-listing-banner {
    margin-bottom: 20px;
}
div#showPlacesGoole .modal-content,
div#showPlacesGooleIncorrect .modal-content {
    border-radius: 0;
}
div#showPlacesGooleIncorrect .modal-header h5.modal-title {
    margin: 0.1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    background: 0 0;
    border: 0 none;
    color: #ed164e;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    text-align: center;
}
div#showPlacesGoole .modal-header h5.modal-title {
    float: left;
    margin: 0.1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    background: 0 0;
    border: 0 none;
    color: #ed164e;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
}
div#showPlacesGoole .modal-content .modal-header {
    display: block;
}
div#map > div {
    position: unset !important;
}
div#showPlacesGoole {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -47%);
    border-radius: 0;
}
div#map {
    margin: 1em;
}
.master_c1_indeterminate:indeterminate:before {
    background-color: #ed164e !important;
    border-color: #ed164e !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e") !important;
}
div#t_and_c {
    padding: 20px 10px;
    color: #6e6e6e;
}
.product-details-popup .delivery-details-cnt {
    background-color: #e6e2df !important;
    padding: 20px;
    border: 1px solid #d4d1cc !important;
    font-weight: 400;
    border-radius: 0;
}
table.emi-table {
    font-size: 0.757em;
}
input.add-to-duty-free {
    margin: -1px;
}
/*.dutyfree-options input,*/
/*.dutyfree-options select {*/
/*    width: 60%;*/
/*}*/
.ui-timepicker-wrapper {
    overflow-y: auto;
    max-height: 150px;
    width: 6.5em;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    outline: 0;
    z-index: 10052;
    margin: 0;
}
.ui-timepicker-list li {
    padding: 3px 0 3px 5px;
    cursor: pointer;
    white-space: nowrap;
    color: #000;
    list-style: none;
    margin: 0;
}
.ui-timepicker-list .ui-timepicker-selected:hover,
.ui-timepicker-list li:hover,
li.ui-timepicker-selected {
    background: #1980ec;
    color: #fff;
}
.track-order .action-btns a {
    text-decoration: none !important;
}
.layout--twocol-section--50-50 .layout__region:nth-of-type(odd) {
    margin-left: 0;
}
.layout--twocol-section--50-50 .layout__region:nth-of-type(2n) {
    margin-right: 0;
}
a.add-to-cart-link.cart-link-btn {
    padding: 6px 0 !important;
}

a.add-to-cart-link.cart-link-btn:hover {
    background: #e51a4c !important;
}
a.add-to-cart-link.cart-link-btn img {
    filter: brightness(0) invert(50%) !important;
    width: 19px;
    height: 19px;
}

.buynow img {
    width: 19px;
    height: 19px;
}

.buynow .cart-img {
    filter: brightness(0) invert(50%) !important;
}

div[about*="contact"] .container {
    padding: 0;
}
div[about*="contact"] .container div[class*="col-md-"] {
    display: inline-block;
    vertical-align: top;
}
.tab-pane p + ul {
    margin-left: 20px !important;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-arrow-up:before {
    content: "\e093";
}
.glyphicon-arrow-down:before {
    content: "\e094";
}
#royalty-sidebar div#right-col .card-body {
    padding: 0;
    height: unset;
}
div[about*="singer-express-pay"] .card {
    padding: 0 !important;
}
.hire-cont > .row:first-of-type {
    display: none;
}
body.hire-page-container #royalty-sidebar div#right-col {
    padding: 0;
}
body.hire-page-container #royalty-sidebar div#right-col .card {
    padding: 0 !important;
}
body.hire-page-container #royalty-sidebar div#right-col .site-content.wrapper {
    padding: 0;
}
body.hire-page-container #royalty-sidebar div#right-col div#royalty-sidebar {
    padding-top: 10px;
}
div#royalty-sidebar div#right-col > .card #SingerLogosDIV .card {
    padding: 5px;
    border: 1px solid #ddd !important;
    display: block;
    box-shadow: 3px 3px #ddd !important;
}
div#royalty-sidebar div#right-col > .card #SingerLogosDIV .card:hover {
    padding: 5px;
    border: 1px solid #888 !important;
    display: block;
    box-shadow: 3px 3px #bbb !important;
    background-color: #f2f2f2 !important;
}
div#royalty-sidebar div#right-col > .card > .card-body {
    height: 100% !important;
}
div#royalty-sidebar div#right-col > .card .card {
    padding: 0;
}
a.mapClassGetDirection1:focus {
    outline: 0;
    text-decoration: none !important;
}
a.mapClassGetDirection1:hover {
    text-decoration: none !important;
}
body.stock-clear-container {
    background: #fff !important;
}
body.stock-clear-container .card,
body.stock-clear-container .site-content.wrapper,
body.stock-clear-container div#right-col {
    padding: 0 !important;
}
.contents_01 .timeline:before {
    transform: translate(8px, 0);
}
div[style="padding:10px;padding-left:30px;"] {
    padding-left: 10px !important;
}
a.details-pop {
    cursor: pointer;
}
#account-profile input#edit-submit {
    width: 50% !important;
}
#account-profile form.profile-customer-form.profile-form .form-actions {
    justify-content: flex-end;
}
.profiletabs-contents.loyalty-check-container form {
    max-width: 61%;
}
.we-mega-menu-submenu.we-mega-menu-submenu-1
    > .we-mega-menu-submenu-inner
    > .row.we-mega-menu-row
    > .we-mega-menu-col
    > ul.nav.nav-tabs.subul {
    max-height: 501px;
    overflow-y: auto;
    width: 21.2rem;
}
/* overflow-y scrollbar start */
.we-mega-menu-submenu.we-mega-menu-submenu-1 > .we-mega-menu-submenu-inner > .row.we-mega-menu-row > .we-mega-menu-col > ul.nav.nav-tabs.subul::-webkit-scrollbar {
    width: 4px;
  }

  .we-mega-menu-submenu.we-mega-menu-submenu-1 > .we-mega-menu-submenu-inner > .row.we-mega-menu-row > .we-mega-menu-col > ul.nav.nav-tabs.subul::-webkit-scrollbar-track {
    background: #f1f1f1;
  }


  .we-mega-menu-submenu.we-mega-menu-submenu-1 > .we-mega-menu-submenu-inner > .row.we-mega-menu-row > .we-mega-menu-col > ul.nav.nav-tabs.subul::-webkit-scrollbar-thumb {
    background: #cacaca;
  }


  .we-mega-menu-submenu.we-mega-menu-submenu-1 > .we-mega-menu-submenu-inner > .row.we-mega-menu-row > .we-mega-menu-col > ul.nav.nav-tabs.subul::-webkit-scrollbar-thumb:hover {
    background: #cacaca;
  }
  /* overflow-y scrollbar end */


.product-listing-banner img {
    width: 100%;
}
.login-form input,
.user-login-container input,
.user-pass-reset input,
form#user-form input {
    width: 85%;
    display: block;
    margin: 10px 0;
    padding: 7px 5px;
    font-size: 14px;
    outline: 0;
    box-shadow: none;
    border: 2px solid #ddd;
    color: #000;
    display: inline-block;
}
.user-pass-reset a {
    width: 85%;
    display: block;
    margin: 10px 0;
    padding: 7px 5px;
    font-size: 14px;
    outline: 0;
    box-shadow: none;
    border: 0 solid #ddd;
    color: #fff;
    display: inline-block;
    text-decoration: none;
}
span.req-field {
    color: red;
}

.owlOffGridSolarSystem .divInfo,
.owlOnGridSolarSystem .divInfo2 {
    margin-left: 0 !important;
}
.owlOffGridSolarSystem .divInfo ul,
.owlOnGridSolarSystem .divInfo2 ul {
    margin-left: 20px !important;
}
div#compare_basic_details .ribbon:after {
    right: -10px;
}
.hire-cont #right-col {
    padding: unset;
}
.hire-cont .card {
    padding: unset !important;
}
.hire-cont .card .card-body .site-content.wrapper {
    padding: unset;
}
.services-style {
    padding-top: 80px !important;
}
.services-style .site-header {
    height: 80px !important;
}
.services-style .hire-cont #royalty-sidebar {
    padding-top: unset !important;
}
body.active-styles {
    background-color: #fff ;
    /*padding-top: 85px;*/
}
body.active-styles-1 {
    background-color: #fff ;
    padding-top: 110px;
}
.active-styles .container #royalty-sidebar,
.active-styles-1 .container #royalty-sidebar {
    padding-top: unset;
}
.active-styles .container #royalty-sidebar .col-md-12,
.active-styles-1 .container #royalty-sidebar .col-md-12 {
    padding: unset;
}
.active-styles .container #royalty-sidebar .col-md-12 .card,
.active-styles-1 .container #royalty-sidebar .col-md-12 .card {
    padding: unset;
}
.active-styles
    .container
    #royalty-sidebar
    .col-md-12
    .card
    main
    .site-content.wrapper,
.active-styles-1
    .container
    #royalty-sidebar
    .col-md-12
    .card
    main
    .site-content.wrapper {
    padding: 0 5px;
}
.has-sidebar-left #block-mainpagecontent {
    float: right;
    width: 74%;
    padding: 15px;
}
.has-sidebar-left #block-mainpagecontent,
.has-sidebar-left .sidebar.sidebar-left {
    background: #fff;
}
.sidebar-nav > .active > a {
    color: #ed164e;
}
.sidebar-left ul li {
    list-style: none;
    padding: 10px 10px;
    border-bottom: 1px solid #dbdbdb;
    background: #fff;
}
.sidebar-left a {
    text-decoration: none;
    font-weight: 600;
    color: #000;
    padding: 5px 5px;
    font-size: 15px;
    cursor: pointer;
}
.sidebar-left a:hover {
    color: #ed164e;
}
#AwardsMain .card {
    display: block;
    border: none;
    box-shadow: none;
}
#AwardsMain .card:hover {
    background-color: unset;
}
#AwardsMain a {
    text-decoration: none;
}
#AwardsMain a:hover {
    text-decoration: underline;
}
#left-col .row #career-opportunities,
#left-col .row #contact-us,
#left-col .row #easy-pay,
#left-col .row #senasuma,
#left-col .row #singer-customer,
#left-col .row #terms {
    background-color: #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom-width: 0.08em;
    border-color: rgba(223, 223, 223, 0.4);
    text-align: start;
    padding: 1em 0.5em;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
}
#left-col .row #privacy-policy,
#left-col .row #singer-express {
    background-color: #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    text-align: start;
    padding: 1em 0.5em;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
}
#left-col .row #career-opportunities:hover,
#left-col .row #contact-us:hover,
#left-col .row #easy-pay:hover,
#left-col .row #privacy-policy:hover,
#left-col .row #senasuma:hover,
#left-col .row #singer-customer:hover,
#left-col .row #singer-express:hover,
#left-col .row #terms:hover {
    color: #f0164e;
}
.breadcrumbs ol li {
    display: inline-block;
    text-decoration: none;
    color: #999;
    font-size: 13px;
    font-weight: 500;
    padding-top: 1em;
    padding-bottom: 0;
}
.breadcrumbs ol li a {
    color: #000;
}
.loyalty-points-container .card {
    margin-top: 2em;
    margin-bottom: 3em;
    width: 100%;
    height: 280px;
    border-style: none;
    box-shadow: none;
}
.loyalty-points-container .card:hover {
    border-style: none;
    box-shadow: none;
}
.loyalty-points-container input {
    width: 100%;
    border-style: none;
    font-size: 14px;
    padding: 0.5em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-family: "Helvetica Neue", Helvetica;
}
.loyalty-points-container input:hover {
    border-style: solid;
    border-color: #d02d56;
}
.loyalty-points-container button {
    border-style: none;
    background-color: #d02d56;
    padding: 0.5em 1em 0.5em 1em;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica;
    border-radius: 5px;
}
.loyalty-points-container .main {
    font-size: 19px;
    font-weight: 500;
    padding: 0.5em 0.1em 0.5em 0.1em;
    font-family: "Helvetica Neue", Helvetica;
}
.loyalty-points-container .sub {
    font-size: 15px;
    font-weight: 300;
    padding: 0.1em 0.1em 0.5em 0.1em;
    font-family: "Helvetica Neue", Helvetica;
}
.loyalty-points-container h4 {
    font-family: "Helvetica Neue", Helvetica;
    font-size: 16px;
}
.easyPay-container {
    padding-top: 0.5em;
}
.easyPay-container #right-col .base-card {
    box-shadow: none;
    border-style: none;
}
.easyPay-container #right-col .base-card:hover {
    box-shadow: none;
    border-style: none;
    background-color: #fff !important;
}
.easyPay-container #right-col .card .description h4 {
    padding: 1em 0.5em 0.5em 0.5em;
    color: #505050;
    font-weight: 700;
    font-size: 17px;
}
.easyPay-container #right-col .card .description p {
    color: #505050;
    font-size: 15px;
    padding: 0.2em 0.2em 0.2em 0.5em;
}
.easyPay-container #right-col .card table {
    background-color: #dfdfdf;
    width: 100%;
}
.easyPay-container #right-col .tab-cover:hover {
    background-color: #fff !important;
}
.easyPay-container #right-col .card .description .tab-cover {
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #dfdfdf;
    box-shadow: none;
    height: 700px;
    color: #505050;
}
.easyPay-container #right-col .base-card {
    width: 100%;
    box-shadow: none;
    border-style: none;
}
.easyPay-container .base-card .tab-card .tab-content p a {
    font-size: 14px;
}
.easyPay-container #right-col .base-card .tab-card .tab-content p a {
    padding-top: 0;
    padding-bottom: 0;
}
.easyPay-container #right-col .tab-card {
    box-shadow: none;
}
.easyPay-container #right-col .tab-card:hover {
    box-shadow: none;
    background-color: #fff !important;
    border-color: #dfdfdf;
}
.easyPay-container #right-col .base-card:hover {
    box-shadow: none;
    border-style: none;
}
.easyPay-container #right-col nav > .nav-tabs > a.active {
    border-bottom: 4px solid #f3565d;
    position: relative;
    border-top: none;
    border-left: none;
    border-right: none;
    text-decoration: none;
    color: #000;
}
.easyPay-container #right-col nav .nav-tabs a:hover {
    border-bottom: 4px solid #fcd4d6;
    position: relative;
    border-top: none;
    border-left: none;
    border-right: none;
    text-decoration: none;
    color: #000;
}
.easyPay-container #right-col .tab-card .tab-content .nav-tabs {
    border-style: none;
}
.easyPay-container #right-col .tab-card .tab-content {
    color: #555;
}
.easyPay-container .tab-content .tab-one-content {
    padding-left: 30px;
}
.easyPay-container #right-col .tab-card .tab-content ol li {
    padding-top: 0.2em;
    padding-bottom: 0.3em;
    font-size: 14px;
}
.ex-pay-container {
    padding-top: 0.5em;
}
.ex-pay-container .row #right-col .main-r-card {
    width: 100%;
    box-shadow: none;
    border-style: none;
}
.ex-pay-container .row #right-col .main-r-card:hover {
    box-shadow: none;
    border-style: none;
    background-color: #fff !important;
}
.ex-pay-container .row #right-col .main-r-card h4 {
    font-weight: 600;
    font-size: 19px;
    line-height: 21px;
}
.ex-pay-container .row #right-col .main-r-card .des p {
    margin-bottom: 1.5em;
    font-size: 16px;
    font-weight: 400;
}
.ex-pay-container .row #right-col .main-r-card .logos img {
    padding: 1em;
}
.ex-pay-container .row #right-col .main-r-card .logos .main {
    font-weight: 600;
    font-size: 11px;
}
.ex-pay-container .row #right-col .main-r-card .logos .sub {
    font-weight: 500;
    font-size: 10px;
}
.san-warranty-container {
    padding-top: 0.5em;
}
.san-warranty-container .right-col .card {
    width: 100%;
    height: 670px;
    box-shadow: none;
    border-style: none;
}
.san-warranty-container .right-col img {
    padding: 0.5em;
}
.san-warranty-container .right-col .card:hover {
    box-shadow: none;
    border-style: none;
    background-color: #fff !important;
}
.san-warranty-container .right-col .card-body #right h4 {
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 1.2em;
    color: #000;
}
.san-warranty-container .right-col .card-body #right p {
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 1.4em;
    color: #505050;
}
.cus-loyalty-container #right-col .card {
    width: 100%;
    box-shadow: none;
    border-style: none;
}
.cus-loyalty-container #right-col .card:hover {
    box-shadow: none;
    border-style: none;
    background-color: #fff !important;
}
.cus-loyalty-container #right-col .card .card-body ul {
    padding: 0 0.5em 0 1.5em;
}
.cus-loyalty-container #right-col .card .card-body ul li {
    font-size: 14px;
    font-weight: 300;
    color: #505050;
}
.cus-loyalty-container #right-col .card .card-body h3 {
    font-weight: 600;
    font-size: 19px;
    line-height: 21px;
}
.cus-loyalty-container #right-col .card-body #Loyalty-point {
    background-color: #286090;
    border-radius: 5px;
    border-style: none;
    color: #fff;
    padding: 0.2em 0.5em 0.2em 0.5em;
    text-align: center;
    justify-content: center;
    left: 50%;
    right: 50%;
    margin-top: 1em;
    margin-bottom: 1em;
}
.cus-loyalty-container #right-col .card-body #Loyalty-point:hover {
    background-color: #154875;
    border-radius: 5px;
    border-style: none;
    color: #fff;
    padding: 0.2em 0.5em 0.2em 0.5em;
    text-align: center;
    justify-content: center;
    left: 50%;
    right: 50%;
    margin-top: 1em;
    margin-bottom: 1em;
}
.cus-loyalty-container #right-col .card-body .center-par {
    text-align: center;
    font-weight: 700;
    font-size: 1.2em;
}
.contactUs-container {
    padding-top: 0.5em;
    max-width: 1280px;
}
.contactUs-container .right-col .card {
    width: 100%;
    box-shadow: none;
    border-style: none;
}
.contactUs-container .right-col .card:hover {
    box-shadow: none;
    border-style: none;
    background-color: #fff !important;
}
.contactUs-container .right-col .map iframe {
    width: 900px;
    height: 450px;
}
.contactUs-container .right-col ol li {
    display: inline-block;
    font-size: 16px;
}
.contactUs-container .right-col ol li span {
    text-decoration: none !important;
    color: #000 !important;
    font-size: 14px;
}
.contactUs-container .right-col .contact-det .address {
    font-size: 16px;
}
.stock-clearance-container {
    padding-top: 0.5em;
    max-width: 1280px;
}
.stock-clearance-container h3 {
    font-size: 24px;
    font-weight: 600;
    padding-top: 1em;
    padding-bottom: 1em;
}
.stock-clearance-container h4 {
    font-size: 16px;
    font-weight: 700;
    color: #c03;
    padding-top: 0.5em;
    padding-bottom: 1em;
}
.stock-clearance-container .address {
    font-size: 14px;
    font-weight: 100;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.stock-clearance-container .address p {
    line-height: 20px;
}
.privacy-policy-container {
    padding-top: 0.5em;
    max-width: 1280px;
}
.privacy-policy-container .right-col .pp-card {
    width: 100%;
    height: 930px;
    box-shadow: none !important;
    border-style: none !important;
}
.privacy-policy-container .right-col .pp-card {
    box-shadow: none !important;
    border-style: none !important;
    background-color: #fff !important;
}
.privacy-policy-container .right-col .pp-card h3 {
    font-size: 19px;
    font-weight: 600;
}
.privacy-policy-container .right-col .pp-card h4 {
    font-size: 16px;
    font-weight: 700;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.privacy-policy-container .right-col .pp-card p {
    font-size: 14px;
    font-weight: 100;
    padding-bottom: 0.8em;
    line-height: 20px;
}
.privacy-policy-container .right-col .pp-card p a {
    display: inline-block;
}
.terms-container {
    padding-top: 0.5em;
    max-width: 1280px;
}
.terms-container .right-col .terms-card {
    width: 100%;
    box-shadow: none;
    border-style: none;
}
.terms-container .right-col .terms-card .payment-types {
    width: 380px;
    margin-top: 0.5em;
    margin-bottom: 1em;
}
.terms-container .right-col .terms-card .second-list {
    font-size: 14px;
    font-weight: 100;
}
.terms-container .right-col .terms-card:hover {
    box-shadow: none;
    border-style: none;
    background-color: #fff !important;
}
.terms-container .right-col .terms-card h3 {
    font-size: 19px;
    font-weight: 600;
}
.terms-container .right-col .terms-card p {
    padding-bottom: 1em;
    font-size: 14px;
    font-weight: 100;
    line-height: 20px;
    padding-top: 0.8em;
}
.terms-container .right-col .terms-card p a {
    display: inline-block;
}
.furnitureCat-container {
    padding-top: 0.5em;
    max-width: 1280px;
}
.furnitureCat-container .mainFur-card {
    margin-top: 2em;
    height: 500px;
    width: 80%;
    background-color: #212121;
    box-shadow: none;
    border-style: none;
}
.furnitureCat-container .mainFur-card .option-selection-card {
    width: 70%;
    height: 400px;
    box-shadow: 10px 5px 5px 10px #232323;
    border-style: none;
    background-color: #000;
    color: #fff;
}
header.site-header + .container {
    max-width: 1250px;
}
#breadcrumb,
.bodycontent {
    background: #e9e9e9 !important;
    max-width: none !important;
    padding: 0 20px !important;
}
#breadcrumb nav ol {
    list-style: none;
    padding: 15px 15px 15px 5px;
}
#breadcrumb nav ol li,
#breadcrumb nav ol li a {
    display: inline-block;
    text-decoration: none;
    color: #999;
    font-size: 13px;
    font-weight: 500;
}
#breadcrumb nav ol li,
#breadcrumb nav ol li a {
    display: inline-block;
    text-decoration: none;
    color: #999;
    font-size: 13px;
    font-weight: 500;
}
#breadcrumb nav ol li a {
    color: #000;
}
#breadcrumb {
    margin: 0 auto;
}
#titlelink h3 {
    font-size: 18px;
    font-weight: 600;
}
#account-profile {
    margin-left: 5px;
}
#account-profile .profile-tabs {
    margin-right: 10px;
    margin-left: -10px;
    background: #fff;
    padding-right: 0 !important;
    padding-left: 0 !important;
}
#account-profile .profiletabs-content {
    background: #fff;
    padding-right: 0 !important;
    padding-left: 0 !important;
}
#titlelink {
    display: flex;
    background: #fff;
    padding: 27.5px 20px;
    border-bottom: 10px solid #e9e9e9;
    cursor: pointer;
}
.tabs-section {
    margin: 1px !important;
    background: #fff;
}
.profile-backarrow::before {
    content: "";
    border: solid #000;
    border-width: 0 3px 3px 0;
    display: inline-block;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    width: 15px;
    height: 15px;
    margin: 2px 5px 0 10px;
    vertical-align: text-top;
}
input.pro_submit1.button--primary {
    width: 350px !important;
    right: 0 !important;
}
.forgot_pw {
    text-align: right;
}
.forgot_pw > a {
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}
.separater {
    position: relative;
    border-left: 2px solid #ddd;
    display: inline-flex;
    vertical-align: top;
    margin: 0 auto;
    justify-content: center;
}
.separater .separater_center {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border: solid 2px #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    text-indent: 11px;
    color: #ddd;
}
.focustxt {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.socialicons-container .login-facebook span {
    background: url(../images/Facebook.svg) no-repeat;
}
.socialicons-container .login-google span {
    background: url(../images/Google.svg) no-repeat;
}
.page-title.ptitle {
    background: #ed164e !important;
    color: #fff;
    padding: 14px 10px !important;
    text-align: center;
    margin: 0 0 30px 0;
    font-weight: 600;
    text-transform: uppercase;
}
.header-ptitle {
    height: 80px;
}
.bgcontent2 {
    background: #fff !important;
}
.bgcontent2#breadcrumb {
    background: #fff !important;
}
.wrapper.bgcontent2 {
    padding-left: 15px;
    padding-right: 15px;
}
main.container-fluid.main {
    padding: 0;
}
.ui-button .ui-icon {
    background-image: url(./images/ui-icons_777777_256x240.png);
}
.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(./images/ui-icons_444444_256x240.png);
}
.ui-button:focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
    background-image: url(./images/ui-icons_555555_256x240.png);
}
.ui-button .ui-icon {
    background-image: url(./images/ui-icons_777777_256x240.png);
}
.ui-widget-header .ui-icon {
    background-image: url(./images/ui-icons_444444_256x240.png);
}
.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(./images/ui-icons_444444_256x240.png);
}
.pro_updation input.btnwidth {
    width: 350px !important;
    right: 0 !important;
}
.login_pw {
    background-color: #e9e9e9;
}
.mainbg {
    background-color: #e9e9e9;
}
.bdy {
    min-height: 100%;
    padding-top: 10px;
    background: url("../images/hp_pay_bk_big.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-attachment: fixed;
    background-size: 100%;
    background-color: #e0e0e0;
}
.opacity_sin {
    opacity: 0.8;
}
.MyOpacity22 {
    opacity: 0.9;
}
.m_header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #c03;
    color: #fff;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.form-control1:focus,
.form-control1:hover {
    border: 2px solid;
    border-color: #c03;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
        0 0 8px rgba(147, 147, 147, 0.6);
    outline: 0 none;
}
.form-control1 {
    border: 2px solid;
    border-color: #aaa;
    border-radius: 3px;
    -webkit-appearance: none;
    background-color: #fff;
    color: #000;
}
.form-group1.required label:after {
    content: " *";
    color: red;
    font-weight: 700;
}
.n_bar {
    background-color: #c03;
    border-color: #9d0027;
}
.n_bar .navbar-brand {
    color: #fff;
}
.n_bar .navbar-brand:focus,
.n_bar .navbar-brand:hover {
    color: #ff628a;
}
.n_bar .navbar-text {
    color: #fff;
}
.n_bar .navbar-nav > li > a {
    color: #fff;
}
.n_bar .navbar-nav > li > a:focus,
.n_bar .navbar-nav > li > a:hover {
    color: #ff628a;
}
.navbar-nav > li > a p{
    color: #000000;
}
.n_bar .navbar-nav > .active > a,
.n_bar .navbar-nav > .active > a:focus,
.n_bar .navbar-nav > .active > a:hover {
    color: #ff628a;
    background-color: #9d0027;
}
.n_bar .navbar-nav > .open > a,
.n_bar .navbar-nav > .open > a:focus,
.n_bar .navbar-nav > .open > a:hover {
    color: #ff628a;
    background-color: #9d0027;
}
.n_bar .navbar-toggle {
    border-color: #9d0027;
}
.n_bar .navbar-toggle:focus,
.n_bar .navbar-toggle:hover {
    background-color: #9d0027;
}
.n_bar .navbar-toggle .icon-bar {
    background-color: #fff;
}
.n_bar .navbar-collapse,
.n_bar .navbar-form {
    border-color: #fff;
}
.n_bar .navbar-link {
    color: #fff;
}
.n_bar .navbar-link:hover {
    color: #ff628a;
}
.form-control1 {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
}
.form-group1 {
    margin-bottom: 15px;
}
#status1 {
    width: 64px;
    height: 64px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-repeat: no-repeat;
    background-position: center;
    margin: -32px 0 0 -32px;
}
.container_sin {
    padding-top: 0;
    margin-bottom: 20px;
}
.group1 {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #939393;
    margin: 1em 0;
    padding: 0;
}
.border1 {
    border: 2px solid #aaa;
}
.MyWhiteButtons1 a {
    color: #fff;
}
.n_bar {
    opacity: 0.8;
}
.navbar-brand navb {
    padding: 0;
    width: 100%;
}
.navb > img {
    max-height: 100%;
    padding: 10px;
    display: inline-block;
    max-width: auto;
}
.n_bar .navbar-brand {
    height: 100px;
}
.n_bar .nav > li > a {
    padding-top: 40px;
    padding-bottom: 40px;
}
.n_bar .navbar-toggle {
    padding: 10px;
    margin: 25px 15px 25px 0;
}
.navb > img {
    height: 100px;
    padding: 0 !important;
}
.navb {
    padding: 10px 10px !important;
}
.nav1 > li > a:focus,
.nav1 > li > a:hover {
    text-decoration: none !important;
    background: 0 0 !important;
}
.n_bar .nav > li > a:focus,
.n_bar .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent !important;
}
ul.nav.nav-pills.nav-justified.thumbnail.setup-panel {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.form_result {
    background-color: #fff500;
    padding: 10px;
    border: 1px solid #c33;
    margin-bottom: 10px;
    display: none;
}
legend + * {
    clear: none !important;
}
.searchagentbtn {
    margin: 0 0 !important;
}
.searchagentbtn > input[type="submit"] {
    margin: 0 0 !important;
}
body.path-account {
    background: #e9e9e9 !important;
}
.pro_updation #edit-gender {
    padding-top: 2px !important;
}
.pro_updation #edit-field-address-type {
    padding-top: 2px !important;
}
.pro_updation legend {
    width: 60px !important;
}
.pro_updation input {
    width: 100% !important;
}
.add_updation select input {
    width: 100% !important;
}
.pro_updation #edit-gender input {
    width: 20px !important;
}
.pro_updation #change-pass a {
    padding-right: 0 !important;
}
#account-profile .profile-customer-form input,
#account-profile .profile-customer-form select {
    width: 100%;
}
.add_updation #edit-field-address-type {
    padding-top: 2px !important;
}
input.pro_submit {
    max-width: 350px !important;
    right: 0 !important;
}
.img_responsive {
    display: inline-block;
    width: auto;
}
#breadcrumb.breadcrumb_bar {
    background-color: #fff !important;
}
.continue-shopping > a {
    color: #fff;
    text-decoration: none;
}
.product-listing-content div.no-results {
    margin: 15% auto;
}
body.body_bg {
    background-color: #e9e9e9 !important;
}
main.mainbg {
    background-color: #e9e9e9;
}
.header-top select.mobile-currency-select {
    font-size: 16px;
}
.red-loyalty h1 {
    color: #ed164e;
    font-weight: 700;
    text-transform: uppercase;
}
.red-loyalty h5 {
    font-weight: 600;
    text-transform: uppercase;
    padding: unset !important;
}
.red-loyalty p {
    font-weight: 700;
}
.red-loyalty img {
    width: 100%;
}
.red-point {
    left: 50%;
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.redloyalty-point {
    display: flex;
    justify-content: center;
}
.redloyalty-point p {
    text-align: center;
    background: #ed164e;
    width: 60%;
    padding: 12px;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}
.red-mobile p {
    font-weight: 500;
}
.red-mobile .gray-color {
    color: #bdbdbd;
}
.loyalty-redeemable {
    color: #ed164e;
    padding-top: 18px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.loyalty-redeemable span {
    background: #ee1b4e;
    border-radius: 100%;
    display: flex;
    width: 18px;
    height: 18px;
    margin-right: 6px;
}
.loyalty-redeemable span.check::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    top: 20%;
    position: relative;
    left: 40%;
}
.redeem-red {
    background: #fff;
    padding: 20px;
}
.redeem-red label {
    font-weight: 400;
    font-size: 12px;
}
.redeem-red input {
    display: block;
    padding: 7px 5px;
    outline: 0;
    box-shadow: none;
    border: 2px solid #ddd;
    color: #000;
    font-size: 12px;
}
.redeem-red button.btn-red,
.redeem-red button.btn-skip {
    text-align: center;
    padding: 10px 0;
    font-weight: 600;
    text-decoration: none;
    background: #ed164e;
    color: #fff;
    border: 0 none;
    top: 12px;
    font-size: 14px;
}
.redeem-red button.btn-skip {
    width: 7vw;
}
.redeem-red button.btn-red {
    width: 16vw;
}
.redeem-red .red-input {
    display: flex;
    flex-direction: column;
}
.redeem-red .red-input a {
    font-size: 12px;
    text-decoration: underline;
    margin-top: 5px;
    width: fit-content;
}
.redeem-red .dis {
    display: flex;
    justify-content: space-around;
}
.redeem-red .dis p {
    display: flex;
    font-size: 12px;
    flex-direction: column;
    align-items: center;
}
.redeem-red .background p {
    text-align: center;
    background: #e9e9e9;
    border: 2px solid #ddd;
    width: 100%;
    padding: 8px;
    color: #ed164e;
    font-weight: 600;
    font-size: 14px;
}
.redeem-red .dis div {
    text-align: center;
}
.redeem-red .dis div::first-child {
    margin-left: 10px;
}
#non-redeemable-msg,
#otp-msg {
    position: fixed;
    z-index: 9999;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
}
#non-redeemable-msg #messages-inner,
#otp-msg #messages-inner {
    padding: 0;
    border: 1px solid #888;
    margin: 0 auto;
    width: 50%;
    position: absolute;
    top: 50%;
    background: #fff;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
}
#non-redeemable-msg #messages-inner .messages-content,
#otp-msg #messages-inner .messages-content {
    display: inline-block;
    padding: 20px 0;
    width: 100%;
    max-height: 480px;
    overflow: auto;
}
#non-redeemable-msg .messages-footer,
#otp-msg .messages-footer {
    padding-bottom: 20px;
    margin: auto;
}
#non-redeemable-msg .messages-close,
#otp-msg .messages-close {
    display: inline-flex;
    background: #ed164e;
    color: #fff;
    padding: 8px 20px;
    text-decoration: none;
    width: 150px;
    justify-content: center;
    cursor: pointer;
}
#non-redeemable-msg .list-group {
    padding-left: 0;
    margin-bottom: unset;
    text-align: start;
    font-weight: 600;
    margin-top: 20px;
}
#non-redeemable-msg .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: unset;
}
#non-redeemable-msg .list-group-numbered > li::before {
    width: 1em;
    position: absolute;
    text-align: center;
    margin-left: -1.5em;
}
#non-redeemable-msg .product-list,
#otp-msg .product-list {
    width: 52%;
    margin: auto;
}
#non-redeemable-msg .close,
#otp-msg .close {
    top: 13px;
    right: 10px;
    z-index: 5;
    color: #fff;
    width: 20px;
    height: 20px;
}
#non-redeemable-msg .close:after,
#non-redeemable-msg .close:before,
#otp-msg .close:after,
#otp-msg .close:before {
    position: absolute;
    left: 9px;
    content: " ";
    height: 20px;
    width: 2px;
    background-color: #fff;
}
.otp-input-fields {
    width: auto;
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 20px;
}
.otp-input-fields input {
    height: 60px;
    width: 50px;
    background-color: #e1e1e1;
    border-radius: 4px;
    text-align: center;
    outline: 0;
    font-size: 16px;
    border: none;
}
.otp-input-fields input::-webkit-inner-spin-button,
.otp-input-fields input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.otp-input-fields input[type="number"] {
    -moz-appearance: textfield;
}
.otp-input-fields input:focus {
    border-width: 2px;
    border-color: #ed164e;
    font-size: 20px;
}
.resend {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 0 0;
}
.redeem-red.checkout-pane-activity .form-actions {
    padding: 5px 0 30px 0;
}
#non-redeemable-msg #messages-inner div h3,
#otp-msg #messages-inner div h3 {
    background-color: #9d9080;
    padding: 15px 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
div#block-switcher-currency select {
    border: 0;
    width: 100%;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAJZJREFUOE/t0iEKQkEUheHvLcLmAtyCWQWzxWR2CfJABKNBsJoMFl2ASS3uwmZ0E4I8GEEGxwmviTfOnfMzc84p1Jyipt4PAvaY4ZrwpoU5hq997EEbG/RxiyBNHDHGJQWozntYoYN7uNjAGSUO7+BUCgNM0cUDJyyxi7/2LcbqqaMg2GL9yZdcDyZBtEgVLgfIFvUP4Al6DhIR01DXcgAAAABJRU5ErkJggg==");
    background-repeat: no-repeat;
    background-position: right 0px center;
    padding-right: 15px;
}

.emi-message .btn.btn-pay-now {
    font-weight: 600;
    text-decoration: none;
    background: #ed164e;
    color: #fff;
    width: 135px;
    border: 0 none;
    border-radius: unset;
    position: relative;
    top: 3px;
    padding: 10px;
}
.messages-default.emi-message .messages-inner {
    padding: 0;
}
.messages-default.emi-message .messages-header h3 {
    background-color: #9d9080;
    padding: 15px 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.messages-default.emi-message .messages-footer {
    width: unset;
    padding-bottom: 25px;
}
.messages-default.emi-message .messages-header {
    position: relative;
}
.messages-default.emi-message .messages-header .close {
    top: 13px;
    right: 10px;
    z-index: 5;
    color: #fff;
    width: 20px;
    height: 20px;
}
.messages-default.emi-message .messages-header .close:after,
.messages-default.emi-message .messages-header .close:before {
    position: absolute;
    left: 9px;
    content: " ";
    height: 20px;
    width: 2px;
    background-color: #fff;
}
.messages-default.emi-message .messages-inner {
    padding: 0;
    border: 1px solid #888;
    margin: 0 auto;
    width: 30%;
    margin-top: 145px;
    background: #fff;
    text-align: center;
}
div#navigation_wrapper {
    width: 100%;
    opacity: 0.8;
    position: relative;
 }

 #prev-button {
    float: left;
    padding: 8px 10px;
    border: 1px solid #d9d3d3;
    border-radius: 5px;
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
 }

 #prev-button svg {
    margin-right: 5px;
    font-size: 15px;
    margin-bottom: 2px;
 }

 #next-button {
    float: right;
    padding: 8px 10px;
    border: 1px solid #d9d3d3;
    border-radius: 5px;
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
 }

 #next-button:active,
 #prev-button:active {
    color: #fff !important;
    background-color: #000;
 }

 #next-button svg {
    margin-left: 10px;
    font-size: 15px;
    margin-bottom: 2px;
 }

 .page-link:focus {
    box-shadow: unset;
 }

 .filters div#block-pricerange.block-facet--checkbox .facets-widget-checkbox.display-height,
 .filters div#block-categories.block-facet--checkbox .facets-widget-checkbox.display-height,
 .filters div#block-brands.block-facet--checkbox .facets-widget-checkbox.display-height,
 .filters div#block-availability.block-facet--checkbox .facets-widget-checkbox.display-height,
 .filters div#block-offers.block-facet--checkbox .facets-widget-checkbox.display-height {
     max-height: 0 !important;
     transition: all 0.4s ease;
 }

 .filters div#block-pricerange.block-facet--checkbox .facets-widget-checkbox,
 .filters div#block-categories.block-facet--checkbox .facets-widget-checkbox,
 .filters div#block-brands.block-facet--checkbox .facets-widget-checkbox,
 .filters div#block-availability.block-facet--checkbox .facets-widget-checkbox,
 .filters div#block-offers.block-facet--checkbox .facets-widget-checkbox {
     /* max-height: 95px; */
     transition: all 0.4s ease;
 }
 .textToggleClass{
    content: " 1234";
 }
/* CR For Loyalty points 2023-11-08 */
.red-loyalty-save .manage-address, .red-loyalty-save .manage-address span.name{
    padding: 0 4px;
    margin-top: 1px;
}
.red-loyalty-save .radio-btns{
    display: flex;
}
.red-loyalty-save .radio-btns .radio-btn1, .red-loyalty-save .radio-btns .radio-btn2{
    width: 15%;
}

/* CR search 2024-05-03  */
.ui-menu .product-image.ui-menu-item-wrapper{
    width: 125px;
    height: 125px;
    padding: 10px;
}
.ui-menu .products{
    display: flex;
    align-items: center;
}
.ui-menu .products div.ui-menu-item-wrapper{
    width: 100%;
    height: 125px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
}
.ui-menu .products div.ui-menu-item-wrapper span{
    padding-top: 6px;
    font-weight: 600;
}
.ui-menu .ui-autocomplete-category{
    color: #ed164e;
    font-weight: 500;
    padding: 5px 1em 3px 0.4em;
    display: flex;
    align-items: center;
}
.ui-menu .ui-autocomplete-category span{
    width: 100%;
    display: block;
    height: 1px;
    background: #ed164e;
    margin-left: 5px;
}
.grid-view .product-item .wishlist{
    position: absolute;
    right: 15px;
    top: 15px;
}
.grid-view .product-item .image{
    padding-top: 25px;
}
.grid-view .icon-wishlist {
    font-size: 22px;
}
h5.search-title{
    color: #ed164e;
    position: relative;
}
h5.search-title::after {
    position: absolute;
    content: "";
    width: 96%;
    height: 1px;
    background: #ed164e;
    bottom: 4px;
    margin-left: 4px;
}
.explore.primary-btn,
.content-pages .btn-content{
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    padding: 5px 25px;
}
.explore.primary-btn {
    background-color: #ee1b4e;
    text-transform: uppercase;
    border: 0;
    color: #fff;

}
.content-pages .btn-content{
    background-color: transparent;
    text-transform: capitalize;
    border: 1px solid #ababab;
    border-radius: 3px;
    color: #000;
    margin-right: 8px;
    margin-bottom: 8px;
}
.content-pages .btn-content:hover{
    color: #ed164e;
    box-shadow: 0px 0px 5px #ababab;
}
a.login-link.button{
    text-decoration: none;
}
.product-details .higher-purchase.secondary-btn,
.higher-purchase.secondary-btn{
    color: #ee1b4e;
    border: 1px solid #ee1b4e !important;
    border-radius: 6px;
    background: transparent;
}
.product-details .higher-purchase.secondary-btn:hover,
.higher-purchase.secondary-btn:hover{
    color: #fff;
    background: #ee1b4e;
}
.higher-purchase.secondary-btn{
    font-family: "SF Pro Text", sans-serif !important;
}

.added-services-menu {
    width: 500px !important;
}

 /* ============================================================= */
 /* All Media Quires */
 /* ============================================================= */

@media screen and (min-width: 60em) {
    .system-status-report-counters {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .system-status-report-counters__item--half-width {
        width: 49%;
    }
    .system-status-report-counters__item--third-width {
        width: 33%;
    }
}
@media screen and (min-width: 40em) {
    .layout--twocol-section.layout--twocol-section--50-50
        > .layout__region--first,
    .layout--twocol-section.layout--twocol-section--50-50
        > .layout__region--second {
        flex: 0 1 49%;
    }
    .layout--twocol-section.layout--twocol-section--33-67
        > .layout__region--first,
    .layout--twocol-section.layout--twocol-section--67-33
        > .layout__region--second {
        flex: 0 1 33%;
    }
    .layout--twocol-section.layout--twocol-section--33-67
        > .layout__region--second,
    .layout--twocol-section.layout--twocol-section--67-33
        > .layout__region--first {
        flex: 0 1 67%;
    }
    .layout--twocol-section.layout--twocol-section--25-75
        > .layout__region--first,
    .layout--twocol-section.layout--twocol-section--75-25
        > .layout__region--second {
        flex: 0 1 25%;
    }
    .layout--twocol-section.layout--twocol-section--25-75
        > .layout__region--second,
    .layout--twocol-section.layout--twocol-section--75-25
        > .layout__region--first {
        flex: 0 1 75%;
    }
}
@media print {
    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: 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: "";
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important;
    }
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control,
    input[type="time"].form-control {
        line-height: 34px;
    }
    .input-group-sm input[type="date"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"],
    .input-group-sm input[type="time"],
    input[type="date"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    input[type="time"].input-sm {
        line-height: 30px;
    }
    .input-group-lg input[type="date"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"],
    .input-group-lg input[type="time"],
    input[type="date"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    input[type="time"].input-lg {
        line-height: 46px;
    }
}
@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-static {
        display: inline-block;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto;
    }
    .form-inline .input-group > .form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0;
    }
    .form-inline .checkbox input[type="checkbox"],
    .form-inline .radio input[type="radio"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}
@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}
@media (min-width: 768px) {
    .visible-none {
        display: none;
    }
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}
@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a {
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}
@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px;
    }
}
@media (min-width: 768px) {
    .container-fluid > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
}
@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}
@media (min-width: 768px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0;
    }
}
@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}
@media (max-width: 767px) {
    li.we-mega-menu-li.dropdown-menu a.we-mega-menu-li + .we-mega-menu-submenu {
        display: none;
    }
    .sl-form-items-grp .sl-form-actions button {
        font-size: 0;
    }
    .sl-form-items-grp .sl-form-actions button:after {
        content: "GO";
        font-size: 16px;
    }
    .visible-none {
        display: block;
        text-align: center;
        padding: 0;
    }
    .visible-none * {
        padding: 0 !important;
        transform: translateY(0) !important;
        position: unset !important;
    }
    .visible-none ~ * {
        display: none;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-nav .open .dropdown-menu > li > a:hover {
        background-image: none;
    }
    #block-footermenu1 div.head + ul {
        padding: 0 12px;
    }
    div[about*="senasuma-extended-warranty-scheme"]
        .contents_01
        div[class*="col-sm-"] {
        width: 100%;
    }
    div[about*="store-locator"]
        .sl-form-container
        .sl-form-items-grp
        .sl-form-item.sl-form-text {
        margin-top: 15px !important;
        margin-bottom: 0 !important;
    }
    .sl-form-items-grp.sl-form-items-grp-1 .sl-form-text {
        width: 80% !important;
    }
    .sl-form-items-grp.sl-form-items-grp-1 .sl-form-actions {
        width: 18% !important;
        margin-top: 15px !important;
    }
}
/*@media (min-width: 768px) {*/
/*    .navbar-nav {*/
/*        float: left;*/
/*        margin: 0;*/
/*    }*/
/*    .navbar-nav > li {*/
/*        float: left;*/
/*    }*/
/*    .navbar-nav > li > a {*/
/*        padding-top: 15px;*/
/*        padding-bottom: 15px;*/
/*    }*/
/*}*/
@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .form-control-static {
        display: inline-block;
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto;
    }
    .navbar-form .input-group > .form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0;
    }
    .navbar-form .checkbox input[type="checkbox"],
    .navbar-form .radio input[type="radio"] {
        position: relative;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}
@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
}
@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }
    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent;
    }
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent;
    }
}
@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }
    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 63px;
    }
}
@media (min-width: 992px) {
    header {
        height: 110px;
    }
    body.hire-page-container header {
        height: 80px;
    }
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
    .carousel-inner > .item.active.right,
    .carousel-inner > .item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    .carousel-inner > .item.active.left,
    .carousel-inner > .item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    .carousel-inner > .item.active,
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    body {
        padding-top: 30px !important;
    }
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    td.visible-md,
    th.visible-md {
        display: table-cell !important;
    }
    .visible-md-block {
        display: block !important;
    }
    .visible-md-inline {
        display: inline !important;
    }
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 992px) {
    .header-bottom nav ul li {
        width: 100%;
        padding: 0 !important;
    }
    .nav-tabs > li > a {
        margin: 0;
    }
    .navbar-we-mega-menu.navbar {
        overflow-y: scroll;
    }
    .navbar-we-mega-menu.navbar
        .dropdown-menu.active-trail
        > .we-mega-menu-submenu,
    .navbar-we-mega-menu.navbar .dropdown-menu.active > .we-mega-menu-submenu,
    .navbar-we-mega-menu.navbar ul > li ul .we-mega-menu-submenu-2,
    .we-mega-menu-submenu {
        display: none !important;
    }

}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    td.visible-print,
    th.visible-print {
        display: table-cell !important;
    }
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}
@media (min-width: 992px) {
    .navbar-we-mega-menu .dropdown-menu {
        min-width: initial;
        background-color: transparent;
        position: relative;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }
    .navbar-we-mega-menu .nav-tabs {
        border-bottom: 0 none;
    }
    .navbar-we-mega-menu .we-mega-menu-group > a {
        padding-right: 0.625rem;
    }
    .navbar-we-mega-menu .we-mega-menu-group > a:after,
    .navbar-we-mega-menu .we-mega-menu-group > a:before {
        display: none;
    }
    .navbar-we-mega-menu .we-mega-menu-group > .we-mega-menu-submenu {
        display: block !important;
        position: static;
        margin: 0 !important;
        padding: 0;
        border: 0 none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        min-width: initial;
        visibility: visible !important;
        opacity: 1 !important;
    }
    .navbar-we-mega-menu iframe {
        max-width: 100%;
        border: 0 none;
    }
    .navbar-we-mega-menu .nav-tabs > li.active > a,
    .navbar-we-mega-menu .nav-tabs > li.active > a:focus,
    .navbar-we-mega-menu .nav-tabs > li.active > a:hover {
        cursor: pointer;
    }
    .navbar-we-mega-menu .type-of-block {
        font-family: Quicksand, sans-serif;
        font-weight: 400;
    }
    .navbar-we-mega-menu .type-of-block h2 {
        margin-top: 0;
        margin-bottom: 0.625rem;
        font-size: 0.875rem;
        text-transform: uppercase;
        font-family: Quicksand, sans-serif;
        font-weight: 700;
        visibility: hidden;
    }
    .navbar-we-mega-menu .type-of-block a {
        color: #666;
        outline: 0;
        font-family: Quicksand, sans-serif;
        font-weight: 400;
    }
    .navbar-we-mega-menu .type-of-block a:focus,
    .navbar-we-mega-menu .type-of-block a:hover {
        color: #000;
        text-decoration: none;
    }
    .navbar-we-mega-menu .views-field {
        margin-bottom: 5px;
    }
    .navbar-we-mega-menu .view-slide {
        position: relative;
    }
    .navbar-we-mega-menu .view-slide .views-row {
        position: relative;
    }
    .navbar-we-mega-menu .view-slide .views-field-title {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        padding: 5px 10px;
        background-color: rgba(0, 0, 0, 0.7);
        color: #fff;
    }
    .navbar-we-mega-menu .view-slide .views-field-title a {
        color: #fff;
    }
    .navbar-we-mega-menu .view-slide .views-field-title a:focus,
    .navbar-we-mega-menu .view-slide .views-field-title a:hover {
        text-decoration: underline;
    }
    .navbar-we-mega-menu .flex-direction-nav {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .navbar-we-mega-menu .flex-next,
    .navbar-we-mega-menu .flex-prev {
        position: absolute;
        top: 50%;
        font-size: 0;
        width: 20px;
        height: 20px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.7);
        margin-top: -10px;
    }
    .navbar-we-mega-menu .flex-next:before,
    .navbar-we-mega-menu .flex-prev:before {
        content: "";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 14px;
        color: #fff;
        line-height: 18px;
    }
    .navbar-we-mega-menu .flex-next:focus,
    .navbar-we-mega-menu .flex-next:hover,
    .navbar-we-mega-menu .flex-prev:focus,
    .navbar-we-mega-menu .flex-prev:hover {
        opacity: 0.8;
    }
    .navbar-we-mega-menu .flex-prev {
        left: 5px;
    }
    .navbar-we-mega-menu .flex-prev:before {
        content: "\f104";
    }
    .navbar-we-mega-menu .flex-next {
        right: 5px;
    }
    .navbar-we-mega-menu .flex-next:before {
        content: "\f105";
    }
    .we-mega-menu-ul {
        position: relative;
        margin: 0;
        border-bottom: 0 none;
        padding: 0;
    }
    .we-mega-menu-ul .dropdown-menu {
        margin-top: 0;
    }
    .we-mega-menu-ul .we-mega-menu-li {
        border: none;
        padding: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        position: static;
    }
    .we-mega-menu-ul .we-mega-menu-li.dropdown-menu .we-mega-menu-submenu {
        visibility: hidden;
        opacity: 0;
    }
    .we-mega-menu-ul .dropdown-menu > a,
    .we-mega-menu-ul .dropdown-menu > span {
        position: relative;
    }
    .we-mega-menu-ul .dropdown-menu > a:after,
    .we-mega-menu-ul .dropdown-menu > a:before,
    .we-mega-menu-ul .dropdown-menu > span:after,
    .we-mega-menu-ul .dropdown-menu > span:before {
        content: "";
        position: absolute;
        right: 0.9375rem;
        top: 50%;
        margin-top: -0.3125rem;
        width: 0.6875rem;
        height: 0.6875rem;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        display: inline-block;
    }
    /*.we-mega-menu-ul .dropdown-menu:hover > a:before,*/
    /*.we-mega-menu-ul .dropdown-menu:hover > span:before {*/
    /*    background-image: url("../images/ico-arrow.png");*/
    /*}*/
    .we-mega-menu-ul .dropdown-menu:hover > a:after,
    .we-mega-menu-ul .dropdown-menu:hover > span:after {
        background-image: url("../images/ico-arrow-white.png");
        opacity: 0;
    }
    .we-mega-menu-ul .dropdown-menu.hot-deals > a:before,
    .we-mega-menu-ul .dropdown-menu.hot-deals > span:before,
    .we-mega-menu-ul
        .menu-category-single
        .we-mega-menu-submenu
        .dropdown-menu
        > a:before,
    .we-mega-menu-ul
        .menu-category-single
        .we-mega-menu-submenu
        .dropdown-menu
        > span:before,
    .we-mega-menu-ul
        .we-mega-menu-submenu
        .we-mega-menu-submenu
        .dropdown-menu
        > a:before,
    .we-mega-menu-ul
        .we-mega-menu-submenu
        .we-mega-menu-submenu
        .dropdown-menu
        > span:before {
        background: 0 0;
    }
    .we-mega-menu-ul .dropdown-menu.hot-deals > a:after,
    .we-mega-menu-ul .dropdown-menu.hot-deals > span:after,
    .we-mega-menu-ul
        .menu-category-single
        .we-mega-menu-submenu
        .dropdown-menu
        > a:before,
    .we-mega-menu-ul
        .menu-category-single
        .we-mega-menu-submenu
        .dropdown-menu
        > span:before,
    .we-mega-menu-ul
        .we-mega-menu-submenu
        .we-mega-menu-submenu
        .dropdown-menu
        > a:after,
    .we-mega-menu-ul
        .we-mega-menu-submenu
        .we-mega-menu-submenu
        .dropdown-menu
        > span:after {
        background: 0 0;
    }
    .we-mega-menu-ul .dropdown-menu .dropdown-menu > a:after,
    .we-mega-menu-ul .dropdown-menu .dropdown-menu > span:after {
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -0.3125rem;
    }
    .we-mega-menu-col {
        -moz-transition: all 0.1s ease;
        -o-transition: all 0.1s ease;
        -webkit-transition: all 0.1s ease;
        transition: all 0.1s ease;
        min-height: 1.875rem;
        margin-top: 0.3125rem;
        margin-bottom: 0.3125rem;
    }
    .we-mega-menu-submenu {
        position: absolute;
        z-index: 99;
        -moz-transition: all 0.1s ease;
        -o-transition: all 0.1s ease;
        -webkit-transition: all 0.1s ease;
        transition: all 0.1s ease;
        min-width: 12.5rem;
    }
    .we-mega-menu-submenu li.we-mega-menu-li {
        display: block;
        float: none;
        width: 100%;
    }
    .we-mega-menu-submenu li.we-mega-menu-li a:after,
    .we-mega-menu-submenu li.we-mega-menu-li a:before,
    .we-mega-menu-submenu li.we-mega-menu-li span:after,
    .we-mega-menu-submenu li.we-mega-menu-li span:before {
        right: 0.3125rem;
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .we-mega-menu-submenu li.we-mega-menu-li:last-child {
        margin-bottom: 0;
    }
    .we-mega-menu-submenu ul {
        margin: 0;
    }
    .we-mega-menu-submenu .we-mega-menu-submenu {
        top: 0;
        left: 100%;
        margin: 0;
        min-width: 12.5rem;
    }
    .we-mega-menu-submenu .we-mega-menu-submenu .dropdown-menu {
        min-width: initial;
    }
}
@media (min-width: 992px) {
    .navbar-we-mega-menu {
        background-color: #eff0f1;
        border: 0 none;
        padding: 0 !important;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        min-height: inherit;
    }
    .navbar-we-mega-menu > .container-fluid {
        padding-left: 0;
        padding-right: 0;
        justify-content: start !important;
    }
    .navbar-we-mega-menu[data-autoarrow="0"]:not(.admin) .dropdown-menu > a,
    .navbar-we-mega-menu[data-autoarrow="0"]:not(.admin) .dropdown-menu > span {
        padding-right: 1.5625rem;
    }
    .we-mega-menu-submenu .we-mega-menu-submenu {
        margin-left: 0;
    }
    .we-mega-menu-ul {
        display: -webkit-flex;
        display: flex;
    }
    .we-mega-menu-ul > .we-mega-menu-li {
        display: -webkit-flex;
        display: flex;
    }
    .we-mega-menu-ul > .we-mega-menu-li .we-megamenu-nolink,
    .we-mega-menu-ul > .we-mega-menu-li > a {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .we-mega-menu-ul .dropdown-menu {
        top: auto;
        position: relative;
    }
    .we-mega-menu-ul .dropdown-menu:focus > a,
    .we-mega-menu-ul .dropdown-menu:focus > span,
    .we-mega-menu-ul .dropdown-menu:hover > a,
    .we-mega-menu-ul .dropdown-menu:hover > span {
        color: #666;
    }
    .we-mega-menu-ul .dropdown-menu:focus > .we-mega-menu-submenu,
    .we-mega-menu-ul .dropdown-menu:hover > .we-mega-menu-submenu {
        display: block;
        opacity: 1;
        visibility: visible;
    }
    .we-mega-menu-ul > .we-mega-menu-li {
        margin: 0;
        /*border-left: 1px solid rgba(0, 0, 0, 0.1);*/
    }
    .we-mega-menu-ul {
        /* width: 65% !important; */
        /*margin: 0 auto !important;*/
        display: flex !important;
        justify-content: space-between!important;
    }

    .we-mega-menu-ul > .we-mega-menu-li > a {
        background-color: #eff0f1;
        border: none;
        border-radius: 0;
        margin-right: 0;
        color: #666;
        font-family: "SF Pro Text", sans-serif !important;
        padding: 0.5rem 1rem !important;
    }

    .we-mega-menu-ul > .we-mega-menu-li > a:before {
        opacity: 1;
    }
    .we-mega-menu-ul > .we-mega-menu-li > a:after {
        opacity: 0;
    }
    .we-mega-menu-ul > .we-mega-menu-li > a:focus,
    .we-mega-menu-ul > .we-mega-menu-li > a:hover {
        background: rgba(0, 0, 0, 0.1);
        border: 0 none;
        color: #666;
        text-decoration: none;
        text-shadow: initial;
    }
    .we-mega-menu-ul > .we-mega-menu-li:first-child {
        border-left: 0 none;
    }
    .we-mega-menu-ul > .we-mega-menu-li.active-trail > a,
    .we-mega-menu-ul > .we-mega-menu-li.active-trail > a:focus,
    .we-mega-menu-ul > .we-mega-menu-li.active-trail > a:hover,
    .we-mega-menu-ul > .we-mega-menu-li.active > a,
    .we-mega-menu-ul > .we-mega-menu-li.active > a:focus,
    .we-mega-menu-ul > .we-mega-menu-li.active > a:hover {
        background-color: rgba(0, 0, 0, 0.1);
        color: #666;
        border: 0 none;
    }
    .we-mega-menu-ul > .we-mega-menu-li > span {
        background-color: #eff0f1;
        border: 0 none;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        margin-right: 0;
        color: #666;
        font-size: 0.8125rem;
        font-family: Quicksand, sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        padding: 1.125rem 1.5625rem 1.125rem 1.5625rem;
    }
    .we-mega-menu-ul > .we-mega-menu-li > span:before {
        opacity: 1;
    }
    .we-mega-menu-ul > .we-mega-menu-li > span:after {
        opacity: 0;
    }
    .we-mega-menu-ul > .dropdown-menu {
        z-index: 21;
    }
    .we-mega-menu-ul > .dropdown-menu > a,
    .we-mega-menu-ul > .dropdown-menu > span {
        padding-right: 2.375rem;
    }
    .we-mega-menu-ul > .dropdown-menu:focus > a,
    .we-mega-menu-ul > .dropdown-menu:focus > span,
    .we-mega-menu-ul > .dropdown-menu:hover > a,
    .we-mega-menu-ul > .dropdown-menu:hover > span {
        background: rgba(0, 0, 0, 0.1);
        color: #666;
        z-index: 23;
    }
    .we-mega-menu-ul > .dropdown-menu:first-child > .we-mega-menu-submenu {
        margin-left: 0;
    }
    .we-mega-menu-ul > .dropdown-menu[class*="hidden-collapse"] > a {
        padding-right: 1.5625rem;
    }
    .navbar-we-mega-menu .we-mega-menu-group > .we-mega-menu-submenu {
        -moz-animation-name: initial !important;
        -webkit-animation-name: initial !important;
        animation-name: initial !important;
        padding: 0;
    }
    .navbar-we-mega-menu
        .we-mega-menu-group
        > .we-mega-menu-submenu
        li:first-child
        > a,
    .navbar-we-mega-menu
        .we-mega-menu-group
        > .we-mega-menu-submenu
        li:first-child
        > span {
        padding-top: 0.5rem;
    }
    .navbar-we-mega-menu a i {
        margin-right: 0.1875rem;
    }
    .navbar-we-mega-menu .we-mega-menu-col > * {
        padding: 0;
    }
    .we-mega-menu-col {
        border: 0 none;
        background-color: transparent;
    }
    .we-mega-menu-group .we-mega-menu-col {
        margin-top: 0;
        margin-bottom: 0;
    }
    .we-mega-menu-submenu {
        display: none !important;
        z-index: 20;
        top: 100%;
        left: 0;
        margin-left: 1.0625rem !important;
        margin-top: -0.0625rem;
        padding: 0.625rem 0.9375rem 0.625rem 0.9375rem;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        background-color: #fff;
        border: 0 none;
        -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.11765) !important;
        -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.11765) !important;
        box-shadow: 0 3px 15px rgba(0, 0, 0, 0.11765) !important;
        border: 1px solid rgba(0, 0, 0, 0.1);
        max-width: 400px !important;
    }

    .we-mega-menu-li.dropdown-menu:hover > .we-mega-menu-submenu {
        display: block !important;
    }
    .we-mega-menu-submenu > .we-mega-menu-submenu-inner {
        min-height: 11.25rem;
    }
    .we-mega-menu-submenu li.we-mega-menu-li a {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        color: #666;
        border: 0 none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding-left: 0;
        padding-right: 0;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        background-color: transparent;
    }
    .we-mega-menu-submenu li.we-mega-menu-li a:focus,
    .we-mega-menu-submenu li.we-mega-menu-li a:hover {
        background-color: transparent;
        color: #000;
    }
    .we-mega-menu-submenu li.we-mega-menu-li.active > .we-megamenu-nolink,
    .we-mega-menu-submenu li.we-mega-menu-li.active > a,
    .we-mega-menu-submenu li.we-mega-menu-li.active > a:focus,
    .we-mega-menu-submenu li.we-mega-menu-li.active > a:hover {
        background-color: transparent;
        color: #000;
        border-bottom-color: #000;
        border-top: 0 none;
        border-left: 0 none;
        border-right: 0 none;
    }
    .we-mega-menu-submenu li.we-mega-menu-li span {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        color: #666;
        font-family: Quicksand, sans-serif;
        font-weight: 700;
        border: 0 none;
        font-size: 0.8125rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding-left: 0;
        padding-right: 0;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        background-color: transparent;
        display: block;
        margin-right: 2px;
    }
    .we-mega-menu-submenu li.we-mega-menu-li:first-child > a,
    .we-mega-menu-submenu li.we-mega-menu-li:first-child > span {
        padding-top: 0;
        margin-right: 0;
    }
    .we-mega-menu-submenu li.we-mega-menu-li:first-child > a:after,
    .we-mega-menu-submenu li.we-mega-menu-li:first-child > a:before,
    .we-mega-menu-submenu li.we-mega-menu-li:first-child > span:after,
    .we-mega-menu-submenu li.we-mega-menu-li:first-child > span:before {
        margin-top: -0.5625rem;
    }
    .navbar-we-mega-menu.click-action .we-mega-menu-ul .dropdown-menu:focus,
    .navbar-we-mega-menu.click-action .we-mega-menu-ul .dropdown-menu:hover {
        position: static;
    }
    .navbar-we-mega-menu.click-action
        .we-mega-menu-ul
        .dropdown-menu:focus
        > .we-mega-menu-submenu,
    .navbar-we-mega-menu.click-action
        .we-mega-menu-ul
        .dropdown-menu:hover
        > .we-mega-menu-submenu {
        display: none;
        opacity: 0;
        visibility: hidden;
    }
    .navbar-we-mega-menu.click-action .we-mega-menu-ul .dropdown-menu.clicked {
        position: relative;
    }
    .navbar-we-mega-menu.click-action
        .we-mega-menu-ul
        .dropdown-menu.clicked
        > .we-mega-menu-submenu {
        display: block;
        opacity: 1;
        visibility: visible;
    }
}
@media (min-width: 992px) {
    nav[data-style="Blue"]
        .we-mega-menu-ul
        > .we-mega-menu-li
        > .we-megamenu-nolink,
    nav[data-style="Blue"]
        .we-mega-menu-ul
        > .we-mega-menu-li
        > a.we-mega-menu-li {
        color: #fff;
        border-color: #204681;
        background-color: #2a5caa;
    }
    nav[data-style="Blue"] .we-mega-menu-ul .dropdown-menu > a:after,
    nav[data-style="Blue"] .we-mega-menu-ul .dropdown-menu > span:after {
        opacity: 1;
    }
    nav[data-style="Blue"]
        .we-mega-menu-ul
        .dropdown-menu
        .dropdown-menu
        > a:before,
    nav[data-style="Blue"]
        .we-mega-menu-ul
        .dropdown-menu
        .dropdown-menu
        > span:before {
        opacity: 1;
    }
    nav[data-style="Blue"]
        .we-mega-menu-ul
        .dropdown-menu
        .dropdown-menu
        > a:after,
    nav[data-style="Blue"]
        .we-mega-menu-ul
        .dropdown-menu
        .dropdown-menu
        > span:after {
        opacity: 0;
    }
    nav[data-style="Blue"]
        .we-mega-menu-ul
        .dropdown-menu
        .dropdown-menu
        > a:focus:after,
    nav[data-style="Blue"]
        .we-mega-menu-ul
        .dropdown-menu
        .dropdown-menu
        > a:hover:after,
    nav[data-style="Blue"]
        .we-mega-menu-ul
        .dropdown-menu
        .dropdown-menu
        > span:focus:after,
    nav[data-style="Blue"]
        .we-mega-menu-ul
        .dropdown-menu
        .dropdown-menu
        > span:hover:after {
        border-top-color: #fff;
    }
    nav[data-style="Blue"] .we-mega-menu-ul .dropdown-menu.hover > a:after,
    nav[data-style="Blue"] .we-mega-menu-ul .dropdown-menu.hover > span:after {
        opacity: 0;
    }
    nav[data-style="Blue"] .we-mega-menu-ul .selected > a:after {
        opacity: 0;
    }
    nav[data-style="Blue"] .we-mega-menu-submenu li.we-mega-menu-li a,
    nav[data-style="Blue"] .we-mega-menu-submenu li.we-mega-menu-li span {
        color: #2a5caa;
    }
    nav[data-style="Blue"] .navbar-we-mega-menu .we-mega-menu-submenu a i,
    nav[data-style="Blue"] .navbar-we-mega-menu .we-mega-menu-submenu span i {
        color: #2a5caa;
    }
    body:not(.we-mega-menu-backend) nav[data-style="Blue"] {
        background-color: #2a5caa;
    }
    body:not(.we-mega-menu-backend) nav[data-style="Blue"] .type-of-block {
        color: #d9d9d9;
    }
    body:not(.we-mega-menu-backend) nav[data-style="Blue"] .type-of-block h2 {
        color: #fff;
    }
    body:not(.we-mega-menu-backend) nav[data-style="Blue"] .type-of-block a {
        color: #d9d9d9;
    }
    body:not(.we-mega-menu-backend)
        nav[data-style="Blue"]
        .type-of-block
        a:focus,
    body:not(.we-mega-menu-backend)
        nav[data-style="Blue"]
        .type-of-block
        a:hover {
        color: #fff;
    }
    body:not(.we-mega-menu-backend)
        nav[data-style="Blue"]
        .we-mega-menu-ul
        > .we-mega-menu-li {
        border-left-color: #255196;
    }
    body:not(.we-mega-menu-backend)
        nav[data-style="Blue"]
        .we-mega-menu-ul
        > .we-mega-menu-li
        > a:focus,
    body:not(.we-mega-menu-backend)
        nav[data-style="Blue"]
        .we-mega-menu-ul
        > .we-mega-menu-li
        > a:hover {
        background-color: #255196;
        color: #fff;
    }
    body:not(.we-mega-menu-backend)
        nav[data-style="Blue"]
        .we-mega-menu-ul
        > .we-mega-menu-li.active-trail
        > a,
    body:not(.we-mega-menu-backend)
        nav[data-style="Blue"]
        .we-mega-menu-ul
        > .we-mega-menu-li.active-trail
        > span,
    body:not(.we-mega-menu-backend)
        nav[data-style="Blue"]
        .we-mega-menu-ul
        > .we-mega-menu-li.active
        > a,
    body:not(.we-mega-menu-backend)
        nav[data-style="Blue"]
        .we-mega-menu-ul
        > .we-mega-menu-li.active
        > span {
        background-color: #255196;
        color: #fff;
    }
    body:not(.we-mega-menu-backend)
        nav[data-style="Blue"]
        .we-mega-menu-ul
        > .dropdown-menu:focus
        > a,
    body:not(.we-mega-menu-backend)
        nav[data-style="Blue"]
        .we-mega-menu-ul
        > .dropdown-menu:hover
        > a {
        background-color: #255196;
        color: #fff;
    }
    body:not(.we-mega-menu-backend)
        nav[data-style="Blue"]
        .we-mega-menu-ul
        .dropdown-menu
        .dropdown-menu
        > a:before,
    body:not(.we-mega-menu-backend)
        nav[data-style="Blue"]
        .we-mega-menu-ul
        .dropdown-menu
        .dropdown-menu
        > span:before {
        opacity: 0;
    }
    body:not(.we-mega-menu-backend)
        nav[data-style="Blue"]
        .we-mega-menu-ul
        .dropdown-menu
        .dropdown-menu
        > a:after,
    body:not(.we-mega-menu-backend)
        nav[data-style="Blue"]
        .we-mega-menu-ul
        .dropdown-menu
        .dropdown-menu
        > span:after {
        opacity: 1;
    }
    body:not(.we-mega-menu-backend)
        nav[data-style="Blue"]
        .we-mega-menu-submenu {
        border-color: #255196;
        background-color: #255196;
    }
    body:not(.we-mega-menu-backend)
        nav[data-style="Blue"]
        .we-mega-menu-submenu
        li.we-mega-menu-li
        a,
    body:not(.we-mega-menu-backend)
        nav[data-style="Blue"]
        .we-mega-menu-submenu
        li.we-mega-menu-li
        span {
        color: #d9d9d9;
        border-bottom-color: rgba(255, 255, 255, 0.2);
    }
    body:not(.we-mega-menu-backend)
        nav[data-style="Blue"]
        .we-mega-menu-submenu
        li.we-mega-menu-li
        a:focus,
    body:not(.we-mega-menu-backend)
        nav[data-style="Blue"]
        .we-mega-menu-submenu
        li.we-mega-menu-li
        a:hover {
        color: #fff;
    }
    body:not(.we-mega-menu-backend)
        nav[data-style="Blue"]
        .we-mega-menu-submenu
        li.we-mega-menu-li.active
        > .we-megamenu-nolink,
    body:not(.we-mega-menu-backend)
        nav[data-style="Blue"]
        .we-mega-menu-submenu
        li.we-mega-menu-li.active
        > a,
    body:not(.we-mega-menu-backend)
        nav[data-style="Blue"]
        .we-mega-menu-submenu
        li.we-mega-menu-li.active
        > a:focus,
    body:not(.we-mega-menu-backend)
        nav[data-style="Blue"]
        .we-mega-menu-submenu
        li.we-mega-menu-li.active
        > a:hover {
        color: #fff;
    }
}
@media (min-width: 992px) {
    nav[data-style="Red"]
        .we-mega-menu-ul
        > .we-mega-menu-li
        > .we-megamenu-nolink,
    nav[data-style="Red"]
        .we-mega-menu-ul
        > .we-mega-menu-li
        > a.we-mega-menu-li {
        color: #fff;
        border-color: #902730;
        background-color: #b8323d;
    }
    nav[data-style="Red"] .we-mega-menu-ul .dropdown-menu > a:after,
    nav[data-style="Red"] .we-mega-menu-ul .dropdown-menu > span:after {
        opacity: 1;
    }
    nav[data-style="Red"]
        .we-mega-menu-ul
        .dropdown-menu
        .dropdown-menu
        > a:before,
    nav[data-style="Red"]
        .we-mega-menu-ul
        .dropdown-menu
        .dropdown-menu
        > span:before {
        opacity: 1;
    }
    nav[data-style="Red"]
        .we-mega-menu-ul
        .dropdown-menu
        .dropdown-menu
        > a:after,
    nav[data-style="Red"]
        .we-mega-menu-ul
        .dropdown-menu
        .dropdown-menu
        > span:after {
        opacity: 0;
    }
    nav[data-style="Red"]
        .we-mega-menu-ul
        .dropdown-menu
        .dropdown-menu
        > a:focus:after,
    nav[data-style="Red"]
        .we-mega-menu-ul
        .dropdown-menu
        .dropdown-menu
        > a:hover:after,
    nav[data-style="Red"]
        .we-mega-menu-ul
        .dropdown-menu
        .dropdown-menu
        > span:focus:after,
    nav[data-style="Red"]
        .we-mega-menu-ul
        .dropdown-menu
        .dropdown-menu
        > span:hover:after {
        border-top-color: #fff;
    }
    nav[data-style="Red"] .we-mega-menu-ul .dropdown-menu.hover > a:after,
    nav[data-style="Red"] .we-mega-menu-ul .dropdown-menu.hover > span:after {
        opacity: 0;
    }
    nav[data-style="Red"] .we-mega-menu-ul .selected > a:after {
        opacity: 0;
    }
    nav[data-style="Red"] .we-mega-menu-submenu li.we-mega-menu-li a,
    nav[data-style="Red"] .we-mega-menu-submenu li.we-mega-menu-li span {
        color: #b8323d;
    }
    nav[data-style="Red"] .navbar-we-mega-menu .we-mega-menu-submenu a i,
    nav[data-style="Red"] .navbar-we-mega-menu .we-mega-menu-submenu span i {
        color: #b8323d;
    }
    body:not(.we-mega-menu-backend) nav[data-style="Red"] {
        background-color: #b8323d;
    }
    body:not(.we-mega-menu-backend) nav[data-style="Red"] .type-of-block {
        color: #d9d9d9;
    }
    body:not(.we-mega-menu-backend) nav[data-style="Red"] .type-of-block h2 {
        color: #fff;
    }
    body:not(.we-mega-menu-backend) nav[data-style="Red"] .type-of-block a {
        color: #d9d9d9;
    }
    body:not(.we-mega-menu-backend)
        nav[data-style="Red"]
        .type-of-block
        a:focus,
    body:not(.we-mega-menu-backend)
        nav[data-style="Red"]
        .type-of-block
        a:hover {
        color: #fff;
    }
    body:not(.we-mega-menu-backend)
        nav[data-style="Red"]
        .we-mega-menu-ul
        > .we-mega-menu-li {
        border-left-color: #a42d36;
    }
    body:not(.we-mega-menu-backend)
        nav[data-style="Red"]
        .we-mega-menu-ul
        > .we-mega-menu-li
        > a:focus,
    body:not(.we-mega-menu-backend)
        nav[data-style="Red"]
        .we-mega-menu-ul
        > .we-mega-menu-li
        > a:hover {
        background-color: #a42d36;
        color: #fff;
    }
    body:not(.we-mega-menu-backend)
        nav[data-style="Red"]
        .we-mega-menu-ul
        > .we-mega-menu-li.active-trail
        > a,
    body:not(.we-mega-menu-backend)
        nav[data-style="Red"]
        .we-mega-menu-ul
        > .we-mega-menu-li.active-trail
        > span,
    body:not(.we-mega-menu-backend)
        nav[data-style="Red"]
        .we-mega-menu-ul
        > .we-mega-menu-li.active
        > a,
    body:not(.we-mega-menu-backend)
        nav[data-style="Red"]
        .we-mega-menu-ul
        > .we-mega-menu-li.active
        > span {
        background-color: #a42d36;
        color: #fff;
    }
    body:not(.we-mega-menu-backend)
        nav[data-style="Red"]
        .we-mega-menu-ul
        > .dropdown-menu:focus
        > a,
    body:not(.we-mega-menu-backend)
        nav[data-style="Red"]
        .we-mega-menu-ul
        > .dropdown-menu:hover
        > a {
        background-color: #a42d36;
        color: #fff;
    }
    body:not(.we-mega-menu-backend)
        nav[data-style="Red"]
        .we-mega-menu-ul
        .dropdown-menu
        .dropdown-menu
        > a:before,
    body:not(.we-mega-menu-backend)
        nav[data-style="Red"]
        .we-mega-menu-ul
        .dropdown-menu
        .dropdown-menu
        > span:before {
        opacity: 0;
    }
    body:not(.we-mega-menu-backend)
        nav[data-style="Red"]
        .we-mega-menu-ul
        .dropdown-menu
        .dropdown-menu
        > a:after,
    body:not(.we-mega-menu-backend)
        nav[data-style="Red"]
        .we-mega-menu-ul
        .dropdown-menu
        .dropdown-menu
        > span:after {
        opacity: 1;
    }
    body:not(.we-mega-menu-backend)
        nav[data-style="Red"]
        .we-mega-menu-submenu {
        border-color: #a42d36;
        background-color: #a42d36;
    }
    body:not(.we-mega-menu-backend)
        nav[data-style="Red"]
        .we-mega-menu-submenu
        li.we-mega-menu-li
        a,
    body:not(.we-mega-menu-backend)
        nav[data-style="Red"]
        .we-mega-menu-submenu
        li.we-mega-menu-li
        span {
        color: #d9d9d9;
        border-bottom-color: rgba(255, 255, 255, 0.2);
    }
    body:not(.we-mega-menu-backend)
        nav[data-style="Red"]
        .we-mega-menu-submenu
        li.we-mega-menu-li
        a:focus,
    body:not(.we-mega-menu-backend)
        nav[data-style="Red"]
        .we-mega-menu-submenu
        li.we-mega-menu-li
        a:hover {
        color: #fff;
    }
    body:not(.we-mega-menu-backend)
        nav[data-style="Red"]
        .we-mega-menu-submenu
        li.we-mega-menu-li.active
        > .we-megamenu-nolink,
    body:not(.we-mega-menu-backend)
        nav[data-style="Red"]
        .we-mega-menu-submenu
        li.we-mega-menu-li.active
        > a,
    body:not(.we-mega-menu-backend)
        nav[data-style="Red"]
        .we-mega-menu-submenu
        li.we-mega-menu-li.active
        > a:focus,
    body:not(.we-mega-menu-backend)
        nav[data-style="Red"]
        .we-mega-menu-submenu
        li.we-mega-menu-li.active
        > a:hover {
        color: #fff;
    }
}
@media (min-width: 992px) {
    nav[data-style="Yellow"]
        .we-mega-menu-ul
        > .we-mega-menu-li
        > .we-megamenu-nolink,
    nav[data-style="Yellow"]
        .we-mega-menu-ul
        > .we-mega-menu-li
        > a.we-mega-menu-li {
        color: #fff;
        border-color: #be9b18;
        background-color: #e4bb25;
    }
    nav[data-style="Yellow"] .we-mega-menu-ul .dropdown-menu > a:after,
    nav[data-style="Yellow"] .we-mega-menu-ul .dropdown-menu > span:after {
        opacity: 1;
    }
    nav[data-style="Yellow"]
        .we-mega-menu-ul
        .dropdown-menu
        .dropdown-menu
        > a:before,
    nav[data-style="Yellow"]
        .we-mega-menu-ul
        .dropdown-menu
        .dropdown-menu
        > span:before {
        opacity: 1;
    }
    nav[data-style="Yellow"]
        .we-mega-menu-ul
        .dropdown-menu
        .dropdown-menu
        > a:after,
    nav[data-style="Yellow"]
        .we-mega-menu-ul
        .dropdown-menu
        .dropdown-menu
        > span:after {
        opacity: 0;
    }
    nav[data-style="Yellow"]
        .we-mega-menu-ul
        .dropdown-menu
        .dropdown-menu
        > a:focus:after,
    nav[data-style="Yellow"]
        .we-mega-menu-ul
        .dropdown-menu
        .dropdown-menu
        > a:hover:after,
    nav[data-style="Yellow"]
        .we-mega-menu-ul
        .dropdown-menu
        .dropdown-menu
        > span:focus:after,
    nav[data-style="Yellow"]
        .we-mega-menu-ul
        .dropdown-menu
        .dropdown-menu
        > span:hover:after {
        border-top-color: #fff;
    }
    nav[data-style="Yellow"] .we-mega-menu-ul .dropdown-menu.hover > a:after,
    nav[data-style="Yellow"]
        .we-mega-menu-ul
        .dropdown-menu.hover
        > span:after {
        opacity: 0;
    }
    nav[data-style="Yellow"] .we-mega-menu-ul .selected > a:after {
        opacity: 0;
    }
    nav[data-style="Yellow"] .we-mega-menu-submenu li.we-mega-menu-li a,
    nav[data-style="Yellow"] .we-mega-menu-submenu li.we-mega-menu-li span {
        color: #e4bb25;
    }
    nav[data-style="Yellow"] .navbar-we-mega-menu .we-mega-menu-submenu a i,
    nav[data-style="Yellow"] .navbar-we-mega-menu .we-mega-menu-submenu span i {
        color: #e4bb25;
    }
    body:not(.we-mega-menu-backend) nav[data-style="Yellow"] {
        background-color: #e4bb25;
    }
    body:not(.we-mega-menu-backend) nav[data-style="Yellow"] .type-of-block {
        color: #d9d9d9;
    }
    body:not(.we-mega-menu-backend) nav[data-style="Yellow"] .type-of-block h2 {
        color: #fff;
    }
    body:not(.we-mega-menu-backend) nav[data-style="Yellow"] .type-of-block a {
        color: #d9d9d9;
    }
    body:not(.we-mega-menu-backend)
        nav[data-style="Yellow"]
        .type-of-block
        a:focus,
    body:not(.we-mega-menu-backend)
        nav[data-style="Yellow"]
        .type-of-block
        a:hover {
        color: #fff;
    }
    body:not(.we-mega-menu-backend)
        nav[data-style="Yellow"]
        .we-mega-menu-ul
        > .we-mega-menu-li {
        border-left-color: #d5ad1a;
    }
    body:not(.we-mega-menu-backend)
        nav[data-style="Yellow"]
        .we-mega-menu-ul
        > .we-mega-menu-li
        > a:focus,
    body:not(.we-mega-menu-backend)
        nav[data-style="Yellow"]
        .we-mega-menu-ul
        > .we-mega-menu-li
        > a:hover {
        background-color: #d5ad1a;
        color: #fff;
    }
    body:not(.we-mega-menu-backend)
        nav[data-style="Yellow"]
        .we-mega-menu-ul
        > .we-mega-menu-li.active-trail
        > a,
    body:not(.we-mega-menu-backend)
        nav[data-style="Yellow"]
        .we-mega-menu-ul
        > .we-mega-menu-li.active-trail
        > span,
    body:not(.we-mega-menu-backend)
        nav[data-style="Yellow"]
        .we-mega-menu-ul
        > .we-mega-menu-li.active
        > a,
    body:not(.we-mega-menu-backend)
        nav[data-style="Yellow"]
        .we-mega-menu-ul
        > .we-mega-menu-li.active
        > span {
        background-color: #d5ad1a;
        color: #fff;
    }
    body:not(.we-mega-menu-backend)
        nav[data-style="Yellow"]
        .we-mega-menu-ul
        > .dropdown-menu:focus
        > a,
    body:not(.we-mega-menu-backend)
        nav[data-style="Yellow"]
        .we-mega-menu-ul
        > .dropdown-menu:hover
        > a {
        background-color: #d5ad1a;
        color: #fff;
    }
    body:not(.we-mega-menu-backend)
        nav[data-style="Yellow"]
        .we-mega-menu-ul
        .dropdown-menu
        .dropdown-menu
        > a:before,
    body:not(.we-mega-menu-backend)
        nav[data-style="Yellow"]
        .we-mega-menu-ul
        .dropdown-menu
        .dropdown-menu
        > span:before {
        opacity: 0;
    }
    body:not(.we-mega-menu-backend)
        nav[data-style="Yellow"]
        .we-mega-menu-ul
        .dropdown-menu
        .dropdown-menu
        > a:after,
    body:not(.we-mega-menu-backend)
        nav[data-style="Yellow"]
        .we-mega-menu-ul
        .dropdown-menu
        .dropdown-menu
        > span:after {
        opacity: 1;
    }
    body:not(.we-mega-menu-backend)
        nav[data-style="Yellow"]
        .we-mega-menu-submenu {
        border-color: #d5ad1a;
        background-color: #d5ad1a;
    }
    body:not(.we-mega-menu-backend)
        nav[data-style="Yellow"]
        .we-mega-menu-submenu
        li.we-mega-menu-li
        a,
    body:not(.we-mega-menu-backend)
        nav[data-style="Yellow"]
        .we-mega-menu-submenu
        li.we-mega-menu-li
        span {
        color: #d9d9d9;
        border-bottom-color: rgba(255, 255, 255, 0.2);
    }
    body:not(.we-mega-menu-backend)
        nav[data-style="Yellow"]
        .we-mega-menu-submenu
        li.we-mega-menu-li
        a:focus,
    body:not(.we-mega-menu-backend)
        nav[data-style="Yellow"]
        .we-mega-menu-submenu
        li.we-mega-menu-li
        a:hover {
        color: #fff;
    }
    body:not(.we-mega-menu-backend)
        nav[data-style="Yellow"]
        .we-mega-menu-submenu
        li.we-mega-menu-li.active
        > .we-megamenu-nolink,
    body:not(.we-mega-menu-backend)
        nav[data-style="Yellow"]
        .we-mega-menu-submenu
        li.we-mega-menu-li.active
        > a,
    body:not(.we-mega-menu-backend)
        nav[data-style="Yellow"]
        .we-mega-menu-submenu
        li.we-mega-menu-li.active
        > a:focus,
    body:not(.we-mega-menu-backend)
        nav[data-style="Yellow"]
        .we-mega-menu-submenu
        li.we-mega-menu-li.active
        > a:hover {
        color: #fff;
    }
}
@media (min-width: 992px) {
    nav[data-style="Green"]
        .we-mega-menu-ul
        > .we-mega-menu-li
        > .we-megamenu-nolink,
    nav[data-style="Green"]
        .we-mega-menu-ul
        > .we-mega-menu-li
        > a.we-mega-menu-li {
        color: #fff;
        border-color: #779543;
        background-color: #92b457;
    }
    nav[data-style="Green"] .we-mega-menu-ul .dropdown-menu > a:after,
    nav[data-style="Green"] .we-mega-menu-ul .dropdown-menu > span:after {
        opacity: 1;
    }
    nav[data-style="Green"]
        .we-mega-menu-ul
        .dropdown-menu
        .dropdown-menu
        > a:before,
    nav[data-style="Green"]
        .we-mega-menu-ul
        .dropdown-menu
        .dropdown-menu
        > span:before {
        opacity: 1;
    }
    nav[data-style="Green"]
        .we-mega-menu-ul
        .dropdown-menu
        .dropdown-menu
        > a:after,
    nav[data-style="Green"]
        .we-mega-menu-ul
        .dropdown-menu
        .dropdown-menu
        > span:after {
        opacity: 0;
    }
    nav[data-style="Green"]
        .we-mega-menu-ul
        .dropdown-menu
        .dropdown-menu
        > a:focus:after,
    nav[data-style="Green"]
        .we-mega-menu-ul
        .dropdown-menu
        .dropdown-menu
        > a:hover:after,
    nav[data-style="Green"]
        .we-mega-menu-ul
        .dropdown-menu
        .dropdown-menu
        > span:focus:after,
    nav[data-style="Green"]
        .we-mega-menu-ul
        .dropdown-menu
        .dropdown-menu
        > span:hover:after {
        border-top-color: #fff;
    }
    nav[data-style="Green"] .we-mega-menu-ul .dropdown-menu.hover > a:after,
    nav[data-style="Green"] .we-mega-menu-ul .dropdown-menu.hover > span:after {
        opacity: 0;
    }
    nav[data-style="Green"] .we-mega-menu-ul .selected > a:after {
        opacity: 0;
    }
    nav[data-style="Green"] .we-mega-menu-submenu li.we-mega-menu-li a,
    nav[data-style="Green"] .we-mega-menu-submenu li.we-mega-menu-li span {
        color: #92b457;
    }
    nav[data-style="Green"] .navbar-we-mega-menu .we-mega-menu-submenu a i,
    nav[data-style="Green"] .navbar-we-mega-menu .we-mega-menu-submenu span i {
        color: #92b457;
    }
    body:not(.we-mega-menu-backend) nav[data-style="Green"] {
        background-color: #92b457;
    }
    body:not(.we-mega-menu-backend) nav[data-style="Green"] .type-of-block {
        color: #d9d9d9;
    }
    body:not(.we-mega-menu-backend) nav[data-style="Green"] .type-of-block h2 {
        color: #fff;
    }
    body:not(.we-mega-menu-backend) nav[data-style="Green"] .type-of-block a {
        color: #d9d9d9;
    }
    body:not(.we-mega-menu-backend)
        nav[data-style="Green"]
        .type-of-block
        a:focus,
    body:not(.we-mega-menu-backend)
        nav[data-style="Green"]
        .type-of-block
        a:hover {
        color: #fff;
    }
    body:not(.we-mega-menu-backend)
        nav[data-style="Green"]
        .we-mega-menu-ul
        > .we-mega-menu-li {
        border-left-color: #85a74b;
    }
    body:not(.we-mega-menu-backend)
        nav[data-style="Green"]
        .we-mega-menu-ul
        > .we-mega-menu-li
        > a:focus,
    body:not(.we-mega-menu-backend)
        nav[data-style="Green"]
        .we-mega-menu-ul
        > .we-mega-menu-li
        > a:hover {
        background-color: #85a74b;
        color: #fff;
    }
    body:not(.we-mega-menu-backend)
        nav[data-style="Green"]
        .we-mega-menu-ul
        > .we-mega-menu-li.active-trail
        > a,
    body:not(.we-mega-menu-backend)
        nav[data-style="Green"]
        .we-mega-menu-ul
        > .we-mega-menu-li.active-trail
        > span,
    body:not(.we-mega-menu-backend)
        nav[data-style="Green"]
        .we-mega-menu-ul
        > .we-mega-menu-li.active
        > a,
    body:not(.we-mega-menu-backend)
        nav[data-style="Green"]
        .we-mega-menu-ul
        > .we-mega-menu-li.active
        > span {
        background-color: #85a74b;
        color: #fff;
    }
    body:not(.we-mega-menu-backend)
        nav[data-style="Green"]
        .we-mega-menu-ul
        > .dropdown-menu:focus
        > a,
    body:not(.we-mega-menu-backend)
        nav[data-style="Green"]
        .we-mega-menu-ul
        > .dropdown-menu:hover
        > a {
        background-color: #85a74b;
        color: #fff;
    }
    body:not(.we-mega-menu-backend)
        nav[data-style="Green"]
        .we-mega-menu-ul
        .dropdown-menu
        .dropdown-menu
        > a:before,
    body:not(.we-mega-menu-backend)
        nav[data-style="Green"]
        .we-mega-menu-ul
        .dropdown-menu
        .dropdown-menu
        > span:before {
        opacity: 0;
    }
    body:not(.we-mega-menu-backend)
        nav[data-style="Green"]
        .we-mega-menu-ul
        .dropdown-menu
        .dropdown-menu
        > a:after,
    body:not(.we-mega-menu-backend)
        nav[data-style="Green"]
        .we-mega-menu-ul
        .dropdown-menu
        .dropdown-menu
        > span:after {
        opacity: 1;
    }
    body:not(.we-mega-menu-backend)
        nav[data-style="Green"]
        .we-mega-menu-submenu {
        border-color: #85a74b;
        background-color: #85a74b;
    }
    body:not(.we-mega-menu-backend)
        nav[data-style="Green"]
        .we-mega-menu-submenu
        li.we-mega-menu-li
        a,
    body:not(.we-mega-menu-backend)
        nav[data-style="Green"]
        .we-mega-menu-submenu
        li.we-mega-menu-li
        span {
        color: #d9d9d9;
        border-bottom-color: rgba(255, 255, 255, 0.2);
    }
    body:not(.we-mega-menu-backend)
        nav[data-style="Green"]
        .we-mega-menu-submenu
        li.we-mega-menu-li
        a:focus,
    body:not(.we-mega-menu-backend)
        nav[data-style="Green"]
        .we-mega-menu-submenu
        li.we-mega-menu-li
        a:hover {
        color: #fff;
    }
    body:not(.we-mega-menu-backend)
        nav[data-style="Green"]
        .we-mega-menu-submenu
        li.we-mega-menu-li.active
        > .we-megamenu-nolink,
    body:not(.we-mega-menu-backend)
        nav[data-style="Green"]
        .we-mega-menu-submenu
        li.we-mega-menu-li.active
        > a,
    body:not(.we-mega-menu-backend)
        nav[data-style="Green"]
        .we-mega-menu-submenu
        li.we-mega-menu-li.active
        > a:focus,
    body:not(.we-mega-menu-backend)
        nav[data-style="Green"]
        .we-mega-menu-submenu
        li.we-mega-menu-li.active
        > a:hover {
        color: #fff;
    }
}
@media (min-width: 992px) {
    .we-mega-menu-backend
        nav[data-style="White"]
        .we-mega-menu-ul
        > .we-mega-menu-li
        > .we-megamenu-nolink,
    .we-mega-menu-backend
        nav[data-style="White"]
        .we-mega-menu-ul
        > .we-mega-menu-li
        > a.we-mega-menu-li {
        color: #666;
        border-color: #d4d7d9;
        background-color: #eff0f1;
    }
}
@media (max-width: 991px) {
    body {
        padding-left: 0;
        right: 0;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        position: relative;
        margin-right: 0;
    }
    body.toggled {
        right: 250px;
    }
    body.toggled .btn-close {
        opacity: 1;
        visibility: visible;
        display: block;
    }
    .btn-close {
        opacity: 0;
        visibility: hidden;
        display: none;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #ccc;
        -moz-box-shadow: 0 12px 27px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0 12px 27px rgba(0, 0, 0, 0.15);
        box-shadow: 0 12px 27px rgba(0, 0, 0, 0.15);
        cursor: pointer;
        position: fixed;
        right: 270px;
        top: 15px;
        width: 48px;
        height: 48px;
        z-index: 1000;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        animation-fill-mode: both;
        animation-duration: 0.2s;
        animation-timing-function: ease-in-out;
        animation-name: fadeInFromNone;
        animation-delay: 0.5s;
    }
    .btn-close:after,
    .btn-close:before {
        content: "";
        width: 22px;
        height: 2px;
        border-radius: 1px;
        background-color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -11px;
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .btn-close:before {
        margin-top: -1px;
        transform: rotate(45deg);
    }
    .btn-close:after {
        margin-top: -1px;
        transform: rotate(-45deg);
    }
    .region-we-mega-menu {
        background-color: #343a40;
        padding: 13px 15px;
        margin-bottom: 20px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
    .navbar-toggle {
        display: block;
        z-index: 20;
        background: 0 0;
        border: 0 none;
        box-shadow: none;
        display: inline-block;
        float: none;
        padding: 0;
        margin: 0;
        cursor: pointer;
    }
    .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-toggle:focus,
    .navbar-toggle:hover {
        background: 0 0;
    }
    .navbar-toggle:focus .icon-bar,
    .navbar-toggle:hover .icon-bar {
        background: #ebebeb;
    }
    .overlay {
        cursor: pointer;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
        background-color: rgba(0, 0, 0, 0.2);
        width: 100%;
        height: 100%;
    }
    .nav .open > a {
        background: 0 0;
    }
    .nav .open > a:focus,
    .nav .open > a:hover {
        background: 0 0;
    }
    .navbar-we-mega-menu .we-mega-menu-row {
        margin-left: 0;
        margin-right: 0;
        display: block;
        max-width: inherit;
    }
    .navbar-we-mega-menu .we-mega-menu-row > * {
        display: block;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        max-width: inherit;
        width: 100%;
        padding: 0;
    }
    .navbar-we-mega-menu .hidden-collapse {
        display: none !important;
    }
    .navbar-we-mega-menu .type-of-block {
        display: none;
    }
    .we-mega-menu-submenu {
        width: auto !important;
    }
    .navbar-we-mega-menu.navbar {
        padding: 0;
        background: #333;
        bottom: 0;
        display: none;
        height: 100%;
        overflow-y: auto;
        position: fixed;
        right: -250px;
        width: 250px;
        top: 0;
        z-index: 1000;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: 0 none;
    }
    .navbar-we-mega-menu.navbar.we-mobile-megamenu-active {
        right: 0;
        display: block;
        -moz-animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -moz-animation-duration: 0.5s;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -moz-animation-timing-function: ease-in-out;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -moz-animation-name: slideInRight;
        -webkit-animation-name: slideInRight;
        animation-name: slideInRight;
    }
    .navbar-we-mega-menu.navbar .container,
    .navbar-we-mega-menu.navbar .container-fluid {
        padding: 0;
        position: static;
        width: auto;
    }
    .navbar-we-mega-menu.navbar .nav-tabs > li > .we-megamenu-nolink,
    .navbar-we-mega-menu.navbar .nav-tabs > li > a {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        margin-right: 0;
        border: 0 none;
        position: relative;
    }
    .navbar-we-mega-menu.navbar .nav-tabs > li.active > a,
    .navbar-we-mega-menu.navbar .nav-tabs > li.active > a:focus,
    .navbar-we-mega-menu.navbar .nav-tabs > li.active > a:hover {
        color: #fff !important;
        background-color: #1a1a1a;
        cursor: default;
        border: 0 none;
        -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
        border-top: 1px solid rgba(0, 0, 0, 0.3);
    }
    .navbar-we-mega-menu.navbar .nav .open > a,
    .navbar-we-mega-menu.navbar .nav .open > a:focus,
    .navbar-we-mega-menu.navbar .nav .open > a:hover {
        color: #fff !important;
        background-color: #1a1a1a;
        cursor: default;
        border: 0 none;
        -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
        border-top: 1px solid rgba(0, 0, 0, 0.3);
    }
    .navbar-we-mega-menu.navbar .nav-tabs .nav-tabs > li > .we-megamenu-nolink,
    .navbar-we-mega-menu.navbar .nav-tabs .nav-tabs > li > a {
        border: 0 none;
        background-color: transparent;
        -moz-box-shadow: inherit;
        -webkit-box-shadow: inherit;
        box-shadow: inherit;
    }
    .navbar-we-mega-menu.navbar .dropdown-menu {
        position: static;
        min-width: inherit;
        padding: 0 !important;
        margin: 0;
        background-color: transparent;
        border: 0 none;
        -moz-box-shadow: inherit;
        -webkit-box-shadow: inherit;
        box-shadow: inherit;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }
    .navbar-we-mega-menu.navbar .dropdown-menu > .we-megamenu-nolink,
    .navbar-we-mega-menu.navbar .dropdown-menu > a {
        padding-right: 1.875rem;
    }
    .navbar-we-mega-menu.navbar .dropdown-menu > .we-megamenu-nolink:after,
    .navbar-we-mega-menu.navbar .dropdown-menu > a:after {
        content: "\f107" !important;
        display: inline-block !important;
        font: normal normal normal 14px/1 FontAwesome !important;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -7px;
        font-size: 22px;
    }
    .navbar-we-mega-menu.navbar
        .dropdown-menu.active-trail
        > .we-mega-menu-submenu,
    .navbar-we-mega-menu.navbar .dropdown-menu.active > .we-mega-menu-submenu {
        display: block;
    }
    .navbar-we-mega-menu.navbar .nav-tabs .dropdown-menu {
        margin-top: 0;
    }
    .navbar-we-mega-menu.navbar .we-mega-menu-ul > li > .we-megamenu-nolink,
    .navbar-we-mega-menu.navbar .we-mega-menu-ul > li > a {
        padding-left: 15px;
        padding-right: 15px;
        border-top: 1px solid rgba(0, 0, 0, 0.3);
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    }
    .navbar-we-mega-menu.navbar ul {
        padding: 0;
        margin: 0;
        border: 0 none;
    }
    .navbar-we-mega-menu.navbar ul .we-megamenu-nolink,
    .navbar-we-mega-menu.navbar ul a {
        display: block;
        color: #ccc;
        padding-left: 0;
        padding-right: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        text-decoration: none;
    }
    .navbar-we-mega-menu.navbar ul .we-megamenu-nolink:focus,
    .navbar-we-mega-menu.navbar ul .we-megamenu-nolink:hover,
    .navbar-we-mega-menu.navbar ul a:focus,
    .navbar-we-mega-menu.navbar ul a:hover {
        border-color: transparent;
        color: #ccc;
        background-color: transparent;
        border-top: 1px solid rgba(0, 0, 0, 0.3);
    }
    .navbar-we-mega-menu.navbar ul .we-megamenu-nolink.is-active,
    .navbar-we-mega-menu.navbar ul a.is-active {
        color: #fff;
        background-color: #1a1a1a;
    }
    .navbar-we-mega-menu.navbar ul > li {
        display: block;
        float: none;
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
        cursor: pointer;
    }
    .navbar-we-mega-menu.navbar ul > li:last-child {
        border-bottom: none;
    }
    .navbar-we-mega-menu.navbar ul > li ul {
        padding-left: 30px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .navbar-we-mega-menu.navbar ul > li ul li {
        border-bottom: 0;
    }
    .navbar-we-mega-menu.navbar ul > li ul li .we-megamenu-nolink,
    .navbar-we-mega-menu.navbar ul > li ul li a {
        padding-left: 0;
        padding-right: 0;
        padding-top: 7px;
        padding-bottom: 7px;
        line-height: 1;
    }
    .navbar-we-mega-menu.navbar ul .expanded > .we-megamenu-nolink,
    .navbar-we-mega-menu.navbar ul .expanded > a {
        position: relative;
    }
    .navbar-we-mega-menu.navbar ul .expanded > .we-megamenu-nolink:before,
    .navbar-we-mega-menu.navbar ul .expanded > a:before {
        position: absolute;
        top: 50%;
        right: 0;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        line-height: 1.3;
        text-align: right;
    }
}
@media (min-width: 992px) {
    [dir="rtl"] .we-mega-menu-submenu {
        left: auto;
        right: 0;
    }
}
@media (max-width: 991px) {
    [dir="rtl"] body {
        left: 0;
        right: auto;
    }
    [dir="rtl"] body.toggled {
        left: 15.625rem;
        right: auto;
    }
    [dir="rtl"] .navbar-we-mega-menu.navbar {
        left: -15.625rem;
        right: auto;
    }
    [dir="rtl"] .navbar-we-mega-menu.navbar .dropdown-menu > a:after {
        right: auto;
        left: 0.9375rem;
    }
    [dir="rtl"] .navbar-we-mega-menu.navbar ul > li ul {
        padding-left: 0;
        padding-right: 1.875rem;
    }
    [dir="rtl"] body.toggled .navbar-we-mega-menu.navbar {
        right: auto;
        left: 0;
    }
}
@media screen and (max-width: 37.5em) {
    td.priority-low,
    td.priority-medium,
    th.priority-low,
    th.priority-medium {
        display: none;
    }
}
@media screen and (max-width: 60em) {
    td.priority-low,
    th.priority-low {
        display: none;
    }
}
@media screen and (max-width: 37.5em) {
    .page-tabs ul.primary {
        border-bottom: 1px solid #bbb;
    }
    .page-tabs ul.primary li {
        display: block;
        margin: 0;
    }
    .page-tabs ul.primary li a {
        padding: 5px 10px;
    }
    .page-tabs ul.primary li.is-active a {
        border-bottom: 0;
    }
}
@media screen and (min-width: 37.5em) {
    .page-tabs ul.primary {
        overflow: hidden;
        height: auto;
        margin: 0;
        padding: 0 3px;
        white-space: nowrap;
        border-bottom: 1px solid #bbb;
        border-collapse: collapse;
        background: transparent url(../images/tabs-border.png) repeat-x left
            bottom;
        line-height: normal;
    }
    .page-tabs ul.primary li {
        display: block;
        float: left;
        margin: 0;
    }
    [dir="rtl"] .page-tabs ul.primary li {
        float: right;
        margin: 0 0 0 5px;
    }
    .page-tabs ul.primary li a {
        float: left;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }
    .page-tabs ul.primary li.is-active a {
        border-bottom: 1px solid #fff;
    }
}
@media screen and (max-width: 767px) and (min-width: 320px) and (max-aspect-ratio: 13/9) {
    body {
        padding-top: 58px;
    }
    body.header-search-active {
        padding-top: 140px;
    }
    .ajax-progress.ajax-progress-throbber div.throbber {
        left: 40%;
    }
    #block-search {
        width: 100%;
        padding: 0 15px;
        left: 0;
        top: 85px;
        position: absolute;
    }
    .site-header.on #block-search {
        top: 55px;
        padding: 0 15px;
    }
    .site-header.on #block-search .search-icon {
        top: 10px;
        right: 172px;
    }
    #block-singer-account-menu ul > li a {
        text-indent: -999999px;
    }
    #block-search .search-input {
        width: 100%;
        padding: 4px 4px 4px 38px;
        height: 34px;
        position: absolute;
        left: 0;
        right: 0;
    }
    .header-bottom.clearfix {
        height: auto;
    }
    #block-search .search-icon {
        left: 6px;
        top: 10px;
    }
    header .header-middle,
    header.site-header.on .header-middle {
        height: 55px !important;
    }
    header .header-middle.search-active,
    header.site-header.on .header-middle.search-active {
        height: 100px;
    }
    #block-search .search-button {
        bottom: 32px;
    }
    #block-singer-branding {
        width: 70px;
        max-width: 70px;
        padding: 18px 0 0 0;
        margin: 0;
    }
    #block-singer-branding img {
        width: 70px;
        max-width: 70px;
    }
    .no-banner.ui-tabs .ui-tabs-nav li {
        margin: 1px 0.6em 0 0;
    }
    .product-deal {
        width: 100%;
    }
    .with-banner .tabs-body .tabs-banner,
    .with-banner .tabs-body .tabs-content {
        width: 100%;
        clear: both;
    }
    .with-banner .product-info {
        border-bottom: 1px solid #dbdbdb;
    }
    .with-banner .product-info {
        min-height: 250px;
        max-height: 250px;
    }
    .with-banner .tabs-content-items .product-info .image {
        height: 120px;
    }
    .with-banner .tabs-content-items .product-info img {
        max-height: 100%;
    }
    .with-banner .item:last-child .product-info::after,
    .with-banner .item:nth-child(2n) .product-info::after {
        background: #fff;
    }
    .no-banner .product-info::after {
        background: 0 0;
    }
    .product-deal {
        border-right: 0 none;
        border-bottom: 1px solid #dbdbdb;
    }
    .header-middle .left {
        width: 25%;
        max-width: 25%;
    }
    .site-header.on .header-middle .left {
        width: 25%;
        max-width: 25%;
    }
    .layout--fourcol-section .cta-block img {
        height: 75px;
    }
    .categories-cta-col {
        min-height: 65px;
        max-height: 66px;
    }
    .no-banner .tabs-head,
    .with-banner .tabs-head {
        border-bottom: 0 none;
    }
    .no-banner .tabs-links ul li a,
    .with-banner .tabs-links ul li a {
        font-size: 12px;
        padding: 0.5em 0.7em;
    }
    .product-carousel .product-info .image,
    .tabs-carousel .product-info .image {
        height: 170px;
        width: 100%;
    }
    /*.header-banner .owl-carousel .owl-nav {*/
    /*    width: 90%;*/
    /*    top: 70px;*/
    /*}*/
    #main-banner .owl-prev {
        left: 0;
        top: 65%;
    }
    #main-banner .owl-next {
        right: 0;
        top: 65%;
    }
    .no-banner .cart {
        padding: 0;
        position: absolute;
        bottom: 23px;
        right: 20px;
    }
    .product-info .content .price {
        font-size: 14px;
    }
    .StepProgress-item div.StepProgress-item-right {
        width: 58%;
    }
    .StepProgress-item span.StepProgress-item-left {
        width: 42%;
    }
    div.StepProgress-wrapper {
        padding: 10px;
    }
    .StepProgress-item .StepProgress-item-right span.time {
        padding-left: 15px;
    }
    .track-order div.action-btns {
        padding: 20px;
    }
    .track-order .action-btns div.cancel-order,
    .track-order .action-btns div.write-review,
    .track-order .action-btns > a {
        width: 100%;
        margin: 0 auto;
    }
    .home-todays-deal .owl-stage-outer .owl-stage .owl-item .item article {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .customer-order div.cancel-order.has-status,
    .customer-order div.delivery-status.has-cancel,
    .track-order div.action-btns div.cancel-order.has-status,
    .track-order div.action-btns div.delivery-status.has-cancel {
        width: 50%;
    }
    .profiletabs-contents .order-header div.track-order {
        text-align: right;
    }
    .profiletabs-contents .order-header div.track-order a {
        background-position: 5px;
        padding: 0 7px;
    }
    .messages-default div.messages-inner {
        width: 100%;
    }
    div.ui-dialog div#dialog {
        width: 95% !important;
    }
    .profiletabs-content-title span.profile-backarrow {
        display: block;
    }
    .profiletabs-content-title span.profile-backarrow::before {
        margin-top: 0;
    }
    div.product-listing-content .no-results {
        margin: 18% auto;
    }
    #block-singer-account-menu ul > li a[href="#mobile-search"] {
        background: url(../images/Search_icon.svg) no-repeat;
        width: 30px;
        height: 23px;
    }
    #block-singer-account-menu ul li a[href="#mobile-search"] {
        display: block;
    }
    #block-search .search-icon,
    #block-search .search-input {
        display: none;
    }
    .track-order .order-header div.back-to-order a {
        font-size: 13px;
    }
    .profiletabs-content-title div.profile-backarrow::before,
    .track-order .order-header div.back-to-order a::before {
        width: 10px;
        height: 10px;
        margin: 3px 5px 0 5px;
    }
    #block-socialauthlogin div.socialicons-container {
        flex-wrap: wrap;
    }
    div.socialicons-container a {
        width: 92%;
        margin: 8px auto;
    }
    .socialicons-container .login-apple {
        margin-left: auto;
    }
    .guestform-container a.social-auth {
        width: 92%;
        margin: auto;
    }
    div.socialicons-container .login-facebook {
        margin-right: auto;
    }
    div#block-socialauthlogin {
        padding: 30px 0;
        margin: 0;
    }
    .user-login-container {
        /*padding-top: 180px;*/
    }
    div.guestform-container {
        width: 100%;
        margin: 30px 0;
    }
    .home-todays-deal .owl-item .item {
        height: 300px;
    }
    .home-todays-deal .item .content {
        height: 240px;
    }
}
@media screen and (max-width: 767px) and (min-width: 320px) and (min-aspect-ratio: 13/9) {
    body {
        padding-top: 117px;
    }
    #block-search {
        padding: 15px 0 15px 15px;
        width: 70%;
    }
    header {
        height: 115px;
    }
    header .header-middle {
        height: 60px;
    }
    #block-search .search-input {
        padding: 3px 5px;
        width: 100%;
    }
    #block-search .search-icon {
        bottom: 5px;
    }
    #block-singer-branding {
        width: 95px;
        padding: 15px 0;
    }
    .product-deal {
        width: 50%;
        margin: 20px 0 38px 0 !important;
    }
    .with-banner .tabs-body .tabs-banner {
        max-width: 310px;
        width: 100%;
    }
    .block--block-content--cluster .product-deal:nth-child(odd) {
        border-right: 0 none;
    }
    .with-banner .item:nth-child(2n) .product-info::after {
        background: #fff;
    }
    .with-banner .product-info {
        border-bottom: 1px solid #dbdbdb;
    }
    .product-carousel .product-info .image,
    .tabs-carousel .product-info .image {
        width: 77%;
    }
    .with-banner .tabs-content-items .product-info .image {
        width: 40%;
        height: 125px;
    }
    /*.owl-carousel .owl-nav button.owl-prev {*/
    /*    right: -250px;*/
    /*}*/
    /*.header-banner .owl-carousel .owl-nav {*/
    /*    bottom: 90px;*/
    /*    width: 100%;*/
    /*    right: 0;*/
    /*}*/
    .profiletabs-contents .order-header div.track-order a {
        background-position: 25px;
        background-size: 6%;
    }
    div.ui-dialog div#dialog {
        width: 50% !important;
    }
    .ui-dialog.max-error-wrap,
    .ui-dialog.nomatch-wrap {
        width: 50% !important;
        left: 0 !important;
        right: 0;
        margin: auto;
    }
    .messages-default div.messages-inner {
        width: 50%;
        margin-top: 40px;
    }
    div.messages-default.dutyfree-map .messages-inner {
        width: 40%;
    }
    .track-order .action-btns {
        padding: 20px 33px;
    }
    div.product-listing-content .no-results {
        margin: 8% auto;
    }
    #block-socialauthlogin div.socialicons-container {
        flex-wrap: nowrap;
    }
    div.socialicons-container a {
        width: 45%;
    }
    div#block-socialauthlogin {
        padding: 10px 0 0 0;
    }
    .user-login-container {
        padding-top: 100px;
    }
    div.product-details-container .product-details .product-delivery,
    div.product-details-container .product-details .product-delivery-warranty,
    div.product-details-container .product-details .product-store {
        padding: 20px 0 20px 75px;
        background-size: 10%;
    }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
    input[type="color"],
    input[type="date"],
    input[type="datetime-local"],
    input[type="datetime"],
    input[type="email"],
    input[type="month"],
    input[type="number"],
    input[type="password"],
    input[type="search"],
    input[type="tel"],
    input[type="text"],
    input[type="time"],
    input[type="url"],
    input[type="week"],
    select:focus,
    textarea {
        font-size: 16px !important;
        outline-offset: 0;
    }
    .footer-service-block {
        margin-top: 10px;
    }
    #block-footerserviceimageblock .service-section {
        padding: 10px 0;
    }
    .service-section .image.w100 {
        width: 70px;
    }
    .service-section .content {
        font-size: 11px;
        margin-left: 0;
    }
    #block-footermenu1 div.head {
        cursor: pointer;
    }
    .footer-top .wrapper {
        padding: 0;
        flex-wrap: wrap;
    }
    #block-socialmediablock,
    .footer-top .wrapper > div {
        width: 100%;
    }
    .footer-top .line {
        display: none;
    }
    .footer-top .head {
        background: #9c9389;
        color: #fff;
        padding: 15px;
        border-radius: 5px;
        /*border-top: 5px solid #fff;*/
        font-size: 16px;
    }
    .footer-top ul {
        display: none;
    }
    .footer-top .social-wrapper ul {
        display: block;
    }
    .footer-top ul li {
        display: block;
        padding: 7px 7px;
        margin-top: 0;
    }
    #block-socialmediablock ul.mob-apps,
    #block-socialmediablock ul.social-icons {
        width: 100%;
        padding: 10px 15px 0 15px;
    }
    .footer-top .sub-head {
        padding-left: 25px;
    }
    #block-socialmediablock ul.social-icons {
        padding: 0 0 15px 15px;
    }
    #block-paymentlogosblock {
        padding: 15px 5px;
    }
    #block-paymentlogosblock .image {
        width: 100%;
    }
    #block-copyrightblock {
        padding: 15px 0;
        font-size: 11px;
    }
    #block-copyrightblock .left,
    #block-copyrightblock .right {
        width: 100%;
        text-align: center;
        margin: 5px 0;
    }
    .footer-top ul.mob-apps li {
        width: 30%;
    }
    .footer-top .head .arrow {
        display: block;
        right: 25px;
    }
    .product-listing-footer .second {
        width: 100%;
    }
    #block-breadcrumbs {
        display: none;
    }
    .categories-cta-col a {
        width: 60px;
    }
    .categories-cta-col .content {
        width: 45%;
        font-size: 13px;
    }
    .categories-cta-row:first-child {
        padding-top: 30px;
    }
    .block-recommended-products-external h2,
    .layout__region h2 {
        font-size: 16px;
    }
    .no-banner .tabs-carousel .product-info .image {
        width: 120px;
        height: auto;
    }
    .product-carousel .product-info h3,
    .tabs-carousel .product-info h3,
    .with-banner .tabs-content-items .product-info h3 {
        font-size: 12px;
        line-height: 18px;
    }
    .product-carousel .product-info,
    .tabs-carousel .product-info,
    .with-banner .tabs-content-items .product-info {
        margin: 0;
        padding: 0;
    }
    .product-info .image span {
        width: 40px;
        height: 40px;
        top: 10px;
        left: 15px;
        font-size: 11px;
        line-height: 35px;
    }
    /*.owl-carousel .owl-nav {*/
    /*    position: absolute;*/
    /*    top: -35px;*/
    /*    width: 20px;*/
    /*    right: 20px;*/
    /*}*/
    /*.owl-carousel .owl-nav button.owl-next span:last-child,*/
    /*.owl-carousel .owl-nav button.owl-prev span:first-child {*/
    /*    font-size: 36px;*/
    /*    position: absolute;*/
    /*    top: 0;*/
    /*    line-height: 26px;*/
    /*}*/
    .home-todays-deal .owl-nav {
        width: 88%;
        top: 0;
    }
    /*.home-todays-deal.owl-carousel .owl-nav button.owl-prev {*/
    /*    width: 100px;*/
    /*    text-align: right;*/
    /*}*/
    /*.home-todays-deal.owl-carousel .owl-nav button.owl-next {*/
    /*    width: 100px;*/
    /*}*/
    /*.home-todays-deal.owl-carousel .owl-nav button.owl-prev span:first-child {*/
    /*    left: 0;*/
    /*}*/
    /*.home-todays-deal.owl-carousel .owl-nav button.owl-next span:last-child {*/
    /*    right: 0;*/
    /*}*/
    .home-todays-deal .owl-dots,
    .product-carousel .owl-dots {
        display: none;
    }
    .layout {
        padding: 0;
    }
    .layout.layout--fourcol-section {
        padding: 0 15px !important;
    }
    .product-deal {
        text-align: center;
        margin: 0;
        padding: 20px 40px;
    }
    .product-info {
        min-height: 275px;
        max-height: 275px;
    }
    .product-info .text-grey {
        display: -webkit-box;
    }
    .product-deal h3,
    .product-deal p {
        min-height: 0;
        -webkit-line-clamp: 2;
    }
    .no-banner .tabs-head h2,
    .with-banner .tabs-head h2 {
        width: 100%;
        border-bottom: 1px solid #dbdbdb;
    }
    .with-banner .tabs-body .tabs-banner,
    .with-banner .tabs-body .tabs-content {
        padding: 10px 0;
    }
    .no-banner .tabs-head .tabs-links ul li,
    .tabs-content .ui-widget-content,
    .with-banner .tabs-head .tabs-links ul li {
        padding: 0;
        margin: 0 2px;
    }
    .no-banner .tabs-links,
    .with-banner .tabs-links {
        float: left;
    }
    .layout--fourcol-section > .layout__region {
        flex: 0 1 48%;
        margin: 5px auto;
    }
    .no-banner .tabs-carousel .product-info {
        padding: 0 10px;
        min-height: 140px;
        max-height: 142px;
    }
    .with-banner .tabs-content-items .item {
        width: 50%;
        float: left;
        margin: 10px 0;
    }
    .layout--twocol-section.layout--twocol-section--50-50
        > .layout__region--first,
    .layout--twocol-section.layout--twocol-section--50-50
        > .layout__region--second {
        flex: 0 1 100%;
        margin: 0 auto;
    }
    .owl-next .next-text,
    .owl-prev .prev-text {
        color: #000;
        font-size: 13px;
        position: relative;
    }
    .owl-prev .prev-text {
        bottom: 33px;
        left: 5px;
    }
    .owl-next .next-text {
        bottom: 33px;
    }
    .block--block-content--cluster .product-deal:nth-child(odd) {
        border-right: 0 none;
    }
    .no-banner .tabs-carousel .product-info {
        width: 100%;
        margin: 10px 0;
    }
    .no-banner .tabs-carousel .product-info {
        border-bottom: 1px solid #dbdbdb;
    }
    .no-banner .tabs-carousel .product-info > a {
        border-left: 0;
    }
    .with-banner .tabs-content-items .item:nth-child(2n-1) a {
        border-left: 0;
    }
    .home-carousel .owl-item .item a,
    .with-banner .tabs-content-items .item a {
        padding: 5px 10px;
    }
    .profiletabs-contents form div#change-pass a {
        padding: 10px 0;
    }
    div#account-profile {
        margin: 0 auto 5px;
    }
    .terms-wrapper input[type="checkbox"] {
        width: auto;
    }
    div.error-page {
        padding: 20px 0;
    }
    form#user-form.user-form {
        width: 100%;
        padding: 50px 0 30px 0;
    }
    div.service-centers .views-exposed-form > div {
        display: inline-flex;
        width: 100%;
        align-items: center;
    }
    div.service-centers .views-exposed-form > div > label {
        width: 100%;
        word-break: break-word;
        font-size: 12px;
        width: 120px;
        padding: 12px 0;
    }
    div.service-centers .views-exposed-form > div > input {
        width: 100%;
        margin: 10px 0;
    }
    div.service-centers .views-exposed-form .form-actions {
        float: right;
        width: 100%;
    }
    .has-sidebar-left div#block-mainpagecontent,
    .has-sidebar-left div.sidebar.sidebar-left {
        width: 100%;
    }
    .has-sidebar-left div#block-mainpagecontent {
        margin-top: 10px;
    }
    .home-carousel .cart,
    .with-banner .cart {
        right: 0;
        bottom: 25px;
    }
    #royalty-sidebar div#right-col {
        padding-left: 0;
    }
    .site-header.on #block-singer-branding {
        padding-bottom: 0;
    }
    .site-header.on {
        height: auto;
    }
}
@media (max-width: 767px) and (orientation: landscape) {
    .home-carousel .cart,
    .with-banner .cart {
        bottom: 45px;
    }
}
@media screen and (max-width: 767px) {
    .todays-deal-js-block > .home-todays-deal .item .image {
        width: 200px !important;
        height: 200px !important;
        overflow: visible !important;
        display: block !important;
        margin: 0 auto !important;
        text-align: center !important;
    }
}
@media (min-width: 768px) and (max-width: 1000px) {
    body {
        padding-top: 110px;
    }
    .ajax-progress.ajax-progress-throbber div.throbber {
        top: 25%;
    }
    .product-deal {
        width: 50%;
        margin-top: 25px;
    }
    .block--block-content--cluster .product-deal:nth-child(odd) {
        border-right: 0 none;
    }
    #block-mainnavigation .region-we-mega-menu {
        background-color: transparent;
        padding: 0;
        margin: 0;
    }
    .header-middle .hamburger-menu {
        background: url(../images/Burger_menu.svg) no-repeat;
        float: left;
    }
    .site-header.on .header-middle .hamburger-menu {
        top: 17px;
    }
    .no-banner .tabs-carousel .product-info .content {
        width: 50%;
    }
    .home-carousel .cart,
    .with-banner .cart {
        right: 0;
    }
    .track-order div.action-btns {
        padding: 20px 10px;
    }
    .track-order .action-btns div.cancel-order,
    .track-order .action-btns div.download-invoice,
    .track-order .action-btns div.write-review {
        width: 222px;
        padding: 10px;
    }
    div#account-profile {
        padding-top: 25px;
    }
    #account-profile div.profile-tabs-section {
        width: 35%;
    }
    #account-profile div.profiletabs-content-section {
        width: 63%;
    }
    #account-profile .tabs-section ul li a {
        padding: 15px 0;
        width: 200px;
    }
    .address-container div.actions span {
        width: 50%;
    }
    .address-container div.actions span a {
        width: auto;
    }
    .wishlist-item .wishlist-item__actions > div {
        display: inline-flex;
        width: 100%;
        flex-direction: row-reverse;
    }
    form.customer-loyalty-form .loyalty_div > div p:not(:first-child),
    form.customer-loyalty-form .loyalty_div > div ul {
        padding: 10px 0 0 0;
    }
    .customer-loyalty-form div.loyalty-links {
        flex-wrap: wrap;
    }
    .customer-loyalty-form div.loyalty-links a {
        width: 100%;
        margin: 10px 15px;
    }
    .profiletabs-contents div.order-header {
        padding: 10px 0;
        font-size: 15px;
    }
    .profiletabs-contents .order-header div.oder-date,
    .profiletabs-contents .order-header div.order-date {
        width: 30%;
        padding: 10px;
    }
    .profiletabs-contents .order-header div.track-order,
    .track-order .order-header div.back-to-order {
        width: 30%;
        text-align: right;
    }
    .profiletabs-contents .order-header div.track-order a {
        padding: 10px 0;
    }
    .filters div.facets-widget-checkbox ul li.facet-item label {
        width: 130px;
        line-height: 16px;
    }
    .profiletabs-contents form div#change-pass a {
        padding-right: 50px;
    }
    div.track-order .order-header .back-to-order a::before {
        width: 12px;
        height: 12px;
        margin: 0;
        position: absolute;
        left: 0;
        top: 4px;
    }
    div.service-centers .views-exposed-form > div {
        width: 39%;
    }
    div.service-centers .views-exposed-form > div > label[for="edit-category"] {
        width: 80px;
        margin-right: 5px;
        text-align: right;
    }
    div.service-centers .views-exposed-form > div > label[for="edit-address"] {
        width: 30px;
        margin-right: 5px;
        text-align: right;
    }
    div.service-centers .views-exposed-form .form-actions {
        width: 180px;
    }
}
@media (min-width: 768px) and (max-width: 992px) and (orientation: landscape) {
    .product-deal {
        width: 20%;
        margin-top: 25px;
        border-right: 1px solid #dbdbdb;
    }
    body {
        padding-top: 110px;
    }
    .home-carousel .cart {
        right: 0;
    }
    .profiletabs-contents form div#change-pass a {
        padding-right: 60px;
    }
    .profiletabs-contents .order-header div.track-order {
        text-align: right;
    }
    .track-order .order-header .back-to-order {
        padding: 10px 0;
    }
    .track-order div.action-btns {
        padding: 20px 36px;
    }
}
@media screen and (max-width: 992px) and (min-width: 320px) {
    .header-middle .header-section.right.cart {
        padding-right: 15px;
    }
    #block-mainnavigation {
        position: relative;
        top: -1px;
        right: 14px;
        width: 20px;
        float: left;
    }
    #block-mainnavigation .region-we-mega-menu {
        background-color: transparent;
        padding: 0;
        margin: 0;
    }
    .header-top .links-info,
    .links-langs {
        text-align: center;
    }
    .home-carousel .item {
        padding: 0;
    }
    .tabs-head.fixed {
        width: 92.5%;
    }
    .product-info h3 {
        height: 34px;
        line-height: 18px;
    }
    .product-info .image {
        height: 145px;
    }
    #block-hotlineheaderblock {
        height: auto;
    }
    #block-hotlineheaderblock ul {
        margin-top: 0;
        padding-top: 7px;
    }
    #block-hotlineheaderblock ul li {
        padding: 0 5px;
    }
    .links-info ul,
    .links-langs ul {
        margin-top: 0;
    }
    .product-info .content .sold-out {
        font-size: 14px;
    }
    .layout--fourcol-section .owl-stage .owl-item .item {
        width: 100%;
        margin-right: 8px;
    }
    .layout--fourcol-section .owl-stage-outer {
        overflow: hidden;
    }
    #main-banner .owl-dots {
        position: relative;
    }
    /*.home-todays-deal.owl-carousel {*/
    /*    padding-top: 33px;*/
    /*}*/
    .with-banner
        .tabs-content-items
        .item:nth-last-child(-n + 2)
        .product-info {
        border-bottom: 0;
    }
    .home-todays-deal .owl-item .item {
        height: auto;
        border-radius: 0;
        padding: 0 15px;
        margin: 0;
    }
    .home-todays-deal .item .image {
        width: 100%;
        margin-bottom: 20px;
        overflow: hidden;
        display: inline-block;
    }
    .home-todays-deal .item .image a {
        width: 100%;
        text-align: center;
        line-height: 220px;
    }
    .home-todays-deal .item .image a img {
        display: inline-block;
        width: auto;
        max-height: 100%;
        vertical-align: top;
    }
    .home-todays-deal .item .content .deal-available span {
        font-size: 12px;
    }
    .home-todays-deal .deal-timer-label,
    .home-todays-deal .item .content .price,
    .home-todays-deal .item .content .price-strike {
        font-size: 14px;
    }
    .deal-timer span.number {
        padding: 3px;
        font-size: 16px;
    }
    .home-todays-deal .deal-timer-label,
    .home-todays-deal .item .content .deal-timer {
        bottom: 0;
    }
    .deal-timer-hours::after,
    .deal-timer-minutes::after {
        bottom: 46px;
    }
    .home-todays-deal .item .content .deal-available {
        margin: 10px 0;
    }
    .deal-discount {
        width: 80px;
        height: 80px;
        padding: 15px 0;
        font-size: 10px;
        top: 15%;
    }
    .todays-deal-js-block .image .deal-discount {
        font-size: 12px !important;
        left: 0 !important;
    }
    .home-todays-deal .deal-timer-label {
        padding: 10px 0;
        bottom: 80px;
    }
    .home-todays-deal .item .content {
        width: 100%;
        margin-left: 0;
    }
    .header-middle .header-section.right.cart {
        padding-top: 25px;
        display: inline-flex;
        justify-content: center;
    }
    .header-middle .hamburger-menu {
        width: 48px;
        height: 21px;
        position: relative;
        top: 28px;
    }
    .site-header.on .header-middle .hamburger-menu {
        top: 21px;
    }
    .header-middle .hamburger-menu {
        background: url(../images/Burger_menu.svg) no-repeat;
        float: left;
        width: 40px;
    }
    .header-bottom {
        height: 0;
        background: #fff;
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 992px) {

    .with-banner .tabs-content-items .item .product-info .image span {
        left: 10px;
    }
    div#block-useraccount div #user-account {
        width: 92%;
    }
    #block-useraccount div div#user-account {
        margin-top: 110px;
    }
    #block-search form#search-form {
        top: 0;
    }
    #block-search form .search-input {
        width: 100%;
    }
    #block-search {
        width: 60%;
        left: 30px;
    }
    .tabs-head.fixed {
        width: 96%;
    }
    .product-info {
        margin: 12px 15px;
    }
    .footer-top .wrapper {
        padding: 0 30px;
        flex-wrap: wrap;
    }
    .footer-top .wrapper > div {
        width: 33%;
        margin-top: 30px;
    }
    #block-socialmediablock {
        padding-bottom: 30px;
    }
    .with-banner .item:last-child .product-info::after,
    .with-banner .item:nth-child(2n) .product-info::after {
        background: #fff;
    }
    .home-todays-deal .item .image {
        width: 40%;
    }
    .home-todays-deal .item .content {
        margin-left: 20px;
        width: 54%;
    }
    .home-todays-deal .owl-prev {
        top: 128px;
    }
    .footer-top {
        padding-bottom: 20px;
    }
    .with-banner .tabs-body .tabs-banner,
    .with-banner .tabs-content {
        width: 100%;
    }
    .no-banner .tabs-carousel .product-info:nth-child(3n-2) a {
        border-left: 1px solid #dbdbdb;
    }
    .no-banner .tabs-carousel .product-info:nth-child(2n-1) a {
        border-left: 0;
    }
    .no-banner .tabs-carousel .product-info {
        width: 47.5%;
    }
    #account-profile form.profile-customer-form input {
        width: 94%;
    }
    div.messages-default.dutyfree-map .messages-inner {
        width: 90%;
    }
    .messages-default div.messages-inner,
    .ui-dialog.max-error-wrap {
        width: 45% !important;
    }
    .ui-dialog.nomatch-wrap {
        width: 45% !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%);
    }
    div.ui-dialog div#dialog {
        width: 45% !important;
    }
    div#store-dialog .empty-stores-message {
        width: 50%;
        top: 20%;
    }
    div#account-profile {
        padding: 25px 0 0 0;
    }
    .product-listing-content div.no-results {
        margin: 15% auto;
    }
    .header-middle .header-section.right.cart {
        padding-right: 15px;
    }
    .user-pass-reset form.user-pass label {
        left: 0;
    }
    .list-view .last .offers ul {
        display: none;
    }
    div#edit-singer-payment-process {
        width: 65%;
    }
    .max-error-wrap,
    .nomatch-wrap {
        width: 50% !important;
    }
}
@media only screen and (min-width: 320px) and (max-width: 992px) {
    .has-sidebar-left #block-mainpagecontent div.container {
        width: 100% !important;
    }
    #block-singer-account-menu
        ul
        > li
        a[data-singer-link-system-path="user/logout"] {
        display: none;
    }
    div#block-breadcrumbs {
        width: 100%;
    }
    .categories-cta-row {
        flex-wrap: wrap;
    }
    .categories-cta-row {
        padding: 0;
    }
    .categories-cta-col {
        width: 45% !important;
        margin-bottom: 20px;
        margin-right: 20px;
    }
    .categories-cta-row:last-child {
        padding-bottom: 10px;
    }
    .categories-cta-col:nth-child(2n) {
        margin-right: 0;
    }
    .header-bottom.on,
    body .header-bottom {
        z-index: 100;
    }
    .no-banner .tabs-links ul li.ui-tabs-active,
    .with-banner .tabs-links ul li.ui-tabs-active {
        background: #ed164e;
    }
    .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
    .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
        color: #fff;
    }
    .footer-top .wrapper > div {
        margin-bottom: 0;
    }
    .no-banner .owl-item:last-child .product-info::after,
    .no-banner .owl-item:nth-child(2n) .product-info::after {
        background: #fff;
    }
    body.toggled {
        left: 0;
    }
    .btn-close {
        right: 32px;
        animation-delay: 0.1s;
        animation-duration: 0.1s;
    }
    body {
        left: 0;
    }
    .navbar-toggle {
        display: none;
    }
    .header-middle {
        height: 0;
    }
    #block-singer-account-menu ul > li a {
        background: url(../images/Account.png) no-repeat;
        width: 25px;
        height: 20px;
        font-size: 0;
    }
    .product-listing-footer .first {
        display: none;
    }
    .product-info:hover {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .with-banner .tabs-body .tabs-banner {
        margin-bottom: 20px;
        background: #e0dee3;
        padding: 0;
    }
    .with-banner .tabs-banner.left img {
        height: auto;
        width: 100%;
    }
    .offers-cta-grid-cluster div.owl-dots {
        display: none;
    }
    .customer-order div.cancel-order,
    .customer-order div.delivery-status,
    div.delivery-status-cancelled {
        padding: 20px 15px;
    }
    .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
    .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
    .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
        color: #ffff;
    }
}
@media (max-width: 367px) {
    .block--block-content--basic select {
        font-size: 10px !important;
    }
    #block-hotlineheaderblock ul li a,
    #block-languageswitcher ul li a {
        font-size: 7px !important;
    }
    div#block-switcher-currency select {
        width: 70px !important;
        padding: 9px 5px !important;
    }
}
@media (min-width: 368px) and (max-width: 992px) {
    .block--block-content--basic select {
        font-size: 10px !important;
    }
    div#block-switcher-currency select {
        padding: 10px 5px !important;
    }
}
@media (max-width: 575px) {
    .header-top .links-info,
    .links-langs {
        width: 100%;
    }
    .header-section.left.links-info {
        width: 75% !important;
    }
    .header-section.right.links-info {
        width: 25% !important;
    }
    #block-hotlineheaderblock ul {
        /* margin-top: 5px !important; */
    }
    #block-hotlineheaderblock ul li:nth-child(4) {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .links-info ul li:first-child,
    .links-langs ul li:first-child {
        padding: 0 5px 0 0 !important;
    }
    .links-info ul li {
        padding: 0 5px;
    }
    #block-hotlineheaderblock ul {
        width: 100%;
        display: flex;
    }
    .wrapper.mobile-wrap {
        display: flex !important;
    }
    div#block-switcher-currency select {
        float: right !important;
    }
    /*body {*/
    /*    padding-top: 205px;*/
    /*}*/
}
@media (min-width: 480px) and (max-width: 992px) and (orientation: portrait) {
    .header-bottom {
        background: #fff;
        display: block !important;
    }
    #block-mainnavigation {
        position: relative;
        top: 23px;
        right: 14px;
        width: 20px;
        float: left;
    }
    .header-middle .hamburger-menu {
        width: 60px;
        height: 30px;
        position: relative;
        top: 21px;
    }
}
@media (min-width: 480px) and (max-width: 991px) and (orientation: landscape) {
    .visible-landscape {
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 9999;
        display: none;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        color: #fff;
        background: #ed164e url(../images/device-orentiation-portrait.png)
            no-repeat 35px 50%;
    }
    .landscape-content {
        padding: 0 35px 0 200px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .site-content {
        overflow: hidden;
        user-select: none;
    }
}
@media (max-width: 465px) {
    .links-info ul li a {
        font-size: 10px;
    }
}
@media (max-width: 370px) {
    .links-info ul li a {
        font-size: 8px;
    }
}
@media screen and (max-width: 992px) {
    .product-info-wishlist .product-info-cart-middle .price-selling {
        display: block;
    }
    .login-form input,
    .user-login-container input,
    .user-pass-reset input {
        width: 100%;
    }
    .description {
        width: 100%;
    }
    .login-form__help_actions {
        width: 100%;
    }
    #block-singer-account-menu ul > li a.route_logout {
        display: none;
    }
    .navbar-we-mega-menu.navbar .nav-tabs .nav-tabs > li > a + div,
    .navbar-we-mega-menu.navbar .we-mega-menu-ul > li > a + div {
        display: none;
    }
    .navbar-we-mega-menu.navbar li.dropdown-menu.hot-deals a:after,
    .navbar-we-mega-menu.navbar
        li.dropdown-menu.menu-brands
        .dropdown-menu
        > a:after,
    .navbar-we-mega-menu.navbar
        li.dropdown-menu.menu-category-single
        .dropdown-menu
        > a:after {
        display: none;
    }
    .product-details-container .download-form, .product-details-container .enquire-link, .product-details-container input[type="submit"]{
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .block-facet--price-range-slider > h2::before,
    .filters .block-facet--checkbox > h2::before {
        content: "- ";
        float: right;
        opacity: 0.4;
        margin-right: 10px;
        font-size: 22px;
        line-height: 16px;
    }
    .block-facet--price-range-slider > h2.open::before,
    .filters .block-facet--checkbox > h2.open::before {
        content: "+ ";
        float: right;
        opacity: 0.4;
        margin-right: 10px;
        font-size: 22px;
        line-height: 16px;
    }
    .user-login {
        display: block;
        padding: 20px;
    }
    .ui-dialog.compare-wrap .ui-button.ui-dialog-titlebar-close::before {
        top: 4px;
    }
    #block-socialauthlogin div.socialicons-container {
        display: inline-flex;
        width: 100%;
        padding: 5px 0;
    }
    div#block-useraccount div #user-account {
        width: 100%;
        height: auto;
        padding: 40px 10px 20px 10px;
        margin: 0;
        overflow: scroll;
    }
    #account-profile #edit-delete,
    #account-profile form input,
    #account-profile form input[type="submit"],
    .billing-new-form input,
    .dutyfree-options input,
    .login-form,
    .loginform-container,
    .registerform-container,
    .user-pass-reset,
    select {
        width: 100%;
    }
    #account-profile #edit-delete,
    #account-profile form input[type="submit"] {
        right: 0;
    }
    .login-form input,
    .user-login-container input,
    .user-pass-reset input {
        width: 100%;
    }
    .login-form__help_actions {
        width: 100%;
    }
    .socialicons-container a {
        padding: 10px;
        margin: 10px auto;
    }
    .mobile-separater {
        position: relative;
        width: 100%;
        text-align: center;
        height: 25px;
        font-size: 20px;
    }
    .mobile-signup-now {
        text-align: center;
        padding: 10px 0;
    }
    .mobile-signup-now a,
    .mobile-signup-now span {
        display: inline-flex;
        font-weight: 500;
        text-decoration: none;
    }
    .mobile-signup-now a {
        color: #ed164e;
        cursor: pointer;
    }
    .description {
        width: 100%;
    }
    .mobile-separater,
    .mobile-signup-now,
    .mobile-text {
        display: block;
    }
    .desktop-separater,
    .desktop-text,
    .registerform-container {
        display: none;
    }
    #account-profile,
    .path-account .site-content.wrapper {
        padding: 0;
    }
    #account-profile div.profile-tabs-section,
    #account-profile div.profiletabs-content-section {
        width: 100%;
        padding: 0;
    }
    #account-profile div.profile-tabs-section {
        display: none;
    }
    div.wishlist-item {
        padding: 10px 0 5px 0;
    }
    .wishlist-item > div.wishlist-item__entity {
        padding: 10px;
    }
    .product-info-wishlist div.product-info-cart-left {
        width: 30%;
    }
    .product-info-wishlist div.product-info-cart-middle {
        width: 70%;
    }
    .product-info-wishlist div.product-info-cart-left .image {
        width: auto;
        height: auto;
    }
    .wishlist-item .wishlist-item__actions > div {
        display: inline-flex;
        width: 100%;
        flex-direction: row-reverse;
    }
    .product-info-wishlist div.product-info-cart-middle h3 {
        margin: 0;
    }
    div.product-price {
        padding-top: 0;
    }
    .address-container div.actions {
        flex-direction: row-reverse;
    }
    .address-container div.actions span {
        width: 50%;
    }
    .address-container div.actions span a {
        width: auto;
        margin: 0;
        padding: 10px;
    }
    #account-profile form.profile-customer-form .form-actions,
    #account-profile form.profile-customer-form input,
    #account-profile form.profile-customer-form select {
        width: 100%;
    }
    form.customer-loyalty-form .loyalty_div > div p:not(:first-child),
    form.customer-loyalty-form .loyalty_div > div ul {
        padding: 10px 0 0 0;
    }
    form.customer-loyalty-form .loyalty_div > div ul {
        list-style-position: inside;
    }
    .customer-loyalty-form div.loyalty-links {
        flex-wrap: wrap;
    }
    .customer-loyalty-form div.loyalty-links a {
        width: 100%;
        margin: 10px 15px;
    }
    div.profiletabs-contents.loyalty-check-container {
        padding: 25px 15px;
        display: block;
    }
    .profiletabs-contents.loyalty-check-container form {
        max-width: 100% !important;
    }
    #account-profile #edit-delete,
    #account-profile #loyalty-check input,
    #account-profile #loyalty-check-button {
        width: 100% !important;
        right: 0;
    }
    .profiletabs-contents
        .customer-order
        .order-summary
        .order-item
        div.order-item-summary {
        padding: 15px;
    }
    .profiletabs-contents div.order-header {
        background: #fff;
        color: #000;
        padding: 5px;
        font-size: 15px;
    }
    .profiletabs-contents .order-header div.oder-date,
    .profiletabs-contents .order-header div.order-date,
    .profiletabs-contents .order-header div.order-id {
        width: 58%;
        padding: 5px;
        font-size: 13px;
    }
    .profiletabs-contents .order-header div.track-order,
    .track-order .order-header div.back-to-order {
        width: 40%;
        padding: 4px 0;
        position: relative;
        bottom: 25px;
        border: 1px solid #000;
    }
    .track-order .order-header div.back-to-order span {
        display: none;
    }
    div#store-dialog .empty-stores-message {
        width: 100%;
        left: 0;
    }
    #account-profile form label,
    .billing-new-form label {
        max-width: 85%;
    }
    .user-pass-reset form.user-pass {
        padding: 50px 10px;
    }
    .user-pass-reset form.user-pass label {
        left: 0;
    }
    div#edit-singer-payment-process {
        width: 100%;
    }
}
@media screen and (max-width: 767px) and (min-width: 320px) and (orientation: portrait) {
    .service-centers
        .service-center-wrapper
        .service-center-header
        .service-center-logo {
        display: none;
    }
    .service-center-header .service-center-address,
    .service-center-header .service-center-logo,
    .service-center-header .service-center-name,
    .service-center-header .service-center-phone,
    .service-center-header .service-center-timings,
    .service-centers .service-center-wrapper .service-center-header {
        display: block;
        width: 100%;
        position: relative;
    }
    div.service-center-header .service-center-address {
        padding: 0 5px;
    }
    .service-center-header::after {
        right: 5px;
        float: right;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    ul.service-center-agents-labels {
        padding: 15px;
        display: none;
    }
    .service-centers ul {
        list-style: none;
        padding: 10px;
    }
    ul li ul.service-center-agent {
        display: block;
        height: auto;
        float: left;
        width: 100%;
        padding: 8px 10px;
    }
    ul li ul.service-center-agent li {
        display: flex;
        text-align: left;
        flex-wrap: nowrap;
        margin: 0;
    }
    ul li ul.service-center-agent li span {
        width: 65%;
    }
    ul li ul.service-center-agent li span:first-child {
        display: block;
        width: 35%;
        flex-grow: 1;
    }
    .service-centers .views-exposed-form {
        float: left;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .service-center-wrapper {
        clear: both;
    }
    div.messages-default.dutyfree-map .messages-inner {
        width: 100%;
    }
}
@media screen and (-ms-high-contrast: none) {
    .desktop-separater .circle-separater {
        left: -25px;
    }
    .socialicons-container .login-facebook span {
        background-position: -100px;
    }
    .socialicons-container .login-google span {
        background-position: -92px;
    }
    #account-profile .tabs-section ul li {
        height: 55px;
    }
    #account-profile .tabs-section ul li a {
        top: 0;
    }
}
@media screen and (max-width: 767px) and (min-width: 320px) and (orientation: portrait) {
    .collage-container-left {
        width: 100%;
    }
    .collage-container-left .offers-cta-collage,
    .collage-container-right {
        width: 100%;
        height: auto;
        max-height: 100%;
        border-radius: 5px;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .collage-container-left .offers-cta-collage,
    .collage-container-left .offers-cta-collage .image,
    .collage-container-left .offers-cta-collage .image img,
    .collage-container-right .offers-cta-collage,
    .collage-container-right .offers-cta-collage .image,
    .collage-container-right .offers-cta-collage .image img,
    .collage-container-right .offers-cta-collage:first-child,
    .collage-container-right .offers-cta-collage:last-child {
        height: auto;
        max-height: 100%;
        overflow: auto;
    }
    .product-deal.offers-cta-grid {
        width: 100%;
        padding: 0;
        margin: 10px 0;
    }
    .offers-cta-carousel-container .offers-cta-carousel {
        width: auto;
        float: none;
        margin: 0 10px 20px 10px;
        padding: 0;
    }
    .offers-cta-carousel-container .owl-nav {
        display: none;
    }
    .block--block-content--cluster .deal-day {
        width: 90%;
    }
    .product-deal.offers-cta-cluster {
        width: auto;
        margin: 0;
        padding: 0;
    }
}
@media screen and (max-width: 767px) {
    .product-infowindow {
        font-size: 12px;
        width: 100%;
    }
    .product-addr,
    .product-addr2,
    .product-addr3,
    .product-addr4 {
        display: inline-block;
    }
    .has-sidebar-left
        #block-mainpagecontent
        form.webform-submission-form.webform-submission-contact-form
        .webform-button--submit {
        width: 100%;
        margin: 10px auto;
    }
    .product-infowindow .product-email,
    .product-infowindow .product-phone {
        background-position-y: 3px;
        margin-bottom: 5px;
    }
    fieldset.checkout-pane .product-info-cart .product-info-cart-left .image {
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    .maintenance-page .dialog-off-canvas-main-canvas,
    .maintenance-page header,
    .maintenance-page main {
        display: block;
    }
    .maintenance-page header a {
        text-align: center;
    }
    .maintenance-page header img {
        width: 235px;
    }
    .maintenance-page main {
        width: 100%;
        padding: 0;
        text-align: center;
        font-size: 12px;
        line-height: 18px;
        font-weight: 500;
    }
    .maintenance-page main h1 {
        font-size: 16px;
    }
    .simplenews-confirm-removal .form-actions a,
    .simplenews-confirm-removal .form-actions input {
        width: 135px;
    }
    .grid-view .product-item .content .compare-items {
        display: block;
    }
    .grid-view .product-item:hover .content .compare-items {
        box-shadow: none;
        padding: 0;
        z-index: 3;
        bottom: 0;
        background-color: #fff;
        position: relative;
    }
    .max-error-wrap,
    .nomatch-wrap {
        width: 100% !important;
        /* left: 0 !important; */
        transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: fixed;
    }
    .ui-dialog .ui-dialog-title {
        float: left;
    }
    #comparediv,
    .comparediv {
        display: block;
        width: 100%;
        position: fixed;
        left: 0;
        right: 0;
        z-index: 1000;
        bottom: 0;
        /*background-color: #f8f8f8;*/
        padding: 0;
        top: inherit;
        box-shadow: none;
    }
    .compare-product span:first-child {
        font-size: 10px;
        word-break: break-word;
        min-width: 25%;
    }
    .compare-product span {
        padding: 5px;
    }
    .compare-wrap .ui-widget-header .ui-dialog-title {
        width: 250px;
    }
    .ui-dialog.compare-wrap .ui-dialog-content {
        padding: 0;
    }
    .ui-dialog.compare-wrap {
        width: 100% !important;
    }
    div.compare-product:nth-child(3) span {
        padding-left: 10px;
        padding-right: 10px;
        min-width: 25%;
    }
    div.compare-product:nth-child(3) span > a {
        margin: 5px 0 0;
    }
    .compare-product span .wishlist .icon-wishlist {
        display: none;
    }
    .compare-product h2 {
        font-size: 12px;
    }
    .compare-product span {
        font-size: 12px;
        width: 32.222%;
    }
    .compare-product .selling-price,
    .compare-product .sku,
    .compare-product .sold-out {
        font-size: 12px;
    }
    #comparediv .compare-inner,
    .comparediv .compare-inner
     {
        /*background: #fff;*/
        border-top: 1px solid #ddd;
        align-items: center;
        padding: 0;
    }
    #comparediv > div,
    .comparediv > div {
        padding: 0;
    }
    #comparediv .compare-inner a,
    .comparediv .compare-inner a {
        display: block;
        background-color: #e5e2df;
        width: 20px;
        height: 20px;
        text-align: center;
        border-radius: 20px;
        font-size: 13px;
        color: #000;
        position: absolute;
        top: 5px;
        right: 5px;
    }
    #comparediv .compare-inner-img,
    .comparediv .compare-inner-img {
        position: relative;
        width: 33.33333333%;
        text-align: center;
        padding: 15px;
        border-right: 1px solid #ddd;
    }
    #comparediv .compare-inner .extra-div:last-child,
    #comparediv .compare-inner-img:last-child,
    .comparediv .compare-inner .extra-div:last-child,
    .comparediv .compare-inner-img:last-child {
        border-right: 0;
    }
    #comparediv .compare-inner-img img,
    .comparediv .compare-inner-img img {
        height: 80px !important;
        width: 80px !important;
    }
    #comparediv .compare-inner .extra-div,
    .comparediv .compare-inner .extra-div {
        border-right: 1px solid #ddd;
        width: 33.2222%;
        padding: 15px;
    }
    #comparediv .compare-inner .extra-div span,
    .comparediv .compare-inner .extra-div span {
        width: 45px;
        height: 80px;
        background-color: #c4c3c1;
        border-radius: 5px;
        margin: auto;
    }
    #comparediv .active a,
    #comparediv .diable a,
    .comparediv .active a,
    .comparediv .diable a {
        text-align: center;
        padding: 15px;
        margin: 0;
        font-size: 14px;
        /*font-weight: 600;*/
    }
    #comparediv .active > a,
    .comparediv .active > a {
        /*background-color: #ed164e;*/
        color: #fff;
    }
    #comparediv + a,
    .comparediv + a {
        margin: 15px;
    }
    .compare-wrap .ui-widget-header {
        padding: 0;
    }
    #comparediv .active > a::before,
    #comparediv .diable a::before,
    .comparediv .active > a::before,
    .comparediv .diable a::before {
        display: inline-block;
        content: "";
        width: 20px;
        height: 20px;
        background: url(../images/compare.png) no-repeat;
        margin-right: 7px;
        background-size: cover;
        vertical-align: sub;
    }
    #comparediv .diable > a::before,
    .comparediv .diable > a::before {
        background: url(../images/compare-black.png) no-repeat;
        background-size: cover;
    }
    .max-error-wrap .ui-dialog-title,
    .nomatch-wrap .ui-dialog-title {
        text-align: initial;
    }
    .compare-wrap .ribbon {
        display: none;
    }
    .product-listing-header-section > h1 {
        display: inline-block;
        vertical-align: text-top;
    }
    .hlc-dialog {
        width: 100% !important;
        margin-top: 50px !important;
        overflow-y: scroll;
        height: 100vh !important;
    }
    .hlc-dialog .hlc-form [type="submit"] {
        width: 100%;
    }
    .hlc-dialog .hlc-form h3 {
        font-size: 16px;
    }
    .hlc-dialog .ui-dialog-titlebar-close::after,
    .hlc-dialog .ui-dialog-titlebar-close::before {
        height: 25px;
    }
    .hlc-dialog .ui-widget-content,
    .hlc-dialog .ui-widget-header {
        padding: 10px;
    }
    .hlc-dialog .ui-dialog-titlebar-close {
        width: 26px;
        height: 26px;
    }
    .hlc-dialog .ui-dialog-title {
        text-align: left;
    }
    .hlc-form-l,
    .hlc-form-r {
        width: 100%;
        padding: 0;
    }
    .compare-product .add-more-prod a {
        padding: 8px 10px;
        font-size: smaller;
    }
}

@media only screen and (max-width: 1460px) {
    .we-mega-menu-ul > .we-mega-menu-li > a {
        margin-right: 0px !important;
    }
}


@media only screen and (min-width: 992px) {
    .we-mega-menu-ul > .we-mega-menu-li > a {
        padding: 9px auto;
    }
    .opacity {
        opacity: 1 !important;
    }
    .we-mega-menu-submenu.we-mega-menu-submenu-2 .simplebar-content-wrapper {
        overflow-x: hidden !important;
    }
    .we-mega-menu-ul .we-mega-menu-li.dropdown-menu .we-mega-menu-submenu {
        display: none;
    }
    .we-mega-menu-ul
        .we-mega-menu-li
        .we-mega-menu-li:hover
        .we-mega-menu-submenu-2,
    .we-mega-menu-ul .we-mega-menu-li:hover > .we-mega-menu-submenu {
        display: flex !important;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        visibility: visible;
        opacity: 1;
    }
    .header-bottom
        .we-mega-menu-ul
        .dropdown-menu:focus
        > .we-mega-menu-submenu.we-mega-menu-submenu-1,
    .header-bottom
        .we-mega-menu-ul
        .dropdown-menu:hover
        > .we-mega-menu-submenu.we-mega-menu-submenu-1 {

    }
    .header-bottom
        .we-mega-menu-ul
        .dropdown-menu.menu-category-single:hover
        > .we-mega-menu-submenu.we-mega-menu-submenu-1,
    .header-bottom
        .we-mega-menu-ul
        .dropdown-menu:focus
        > .we-mega-menu-submenu.we-mega-menu-submenu-1 {
        display: block;
        min-height: 500px;
        max-height: 500px;
        width: 400px;
        position: absolute;
        margin-left: 410px;
    }
    .header-bottom .we-mega-menu-ul .dropdown-menu {
        position: static;
        cursor: pointer;
    }
    .navbar-we-mega-menu,
    .we-mega-menu-ul > .we-mega-menu-li.active-trail > a,
    .we-mega-menu-ul > .we-mega-menu-li.active-trail > a:focus,
    .we-mega-menu-ul > .we-mega-menu-li.active-trail > a:hover,
    .we-mega-menu-ul > .we-mega-menu-li.active > a,
    .we-mega-menu-ul > .we-mega-menu-li > a,
    .we-mega-menu-ul > .we-mega-menu-li > a:focus,
    .we-mega-menu-ul > .we-mega-menu-li > a:hover {
        background: 0 0;
        color: #505050;
    }
    .we-mega-menu-submenu li.we-mega-menu-li a:hover {
        text-decoration: underline !important;
    }
    .we-mega-menu-ul > .we-mega-menu-li.active-trail:hover > a,
    .we-mega-menu-ul > .we-mega-menu-li.active-trail > a:focus,
    .we-mega-menu-ul > .we-mega-menu-li.active:hover > a,
    .we-mega-menu-ul > .we-mega-menu-li.active > a:focus,
    .we-mega-menu-ul > .we-mega-menu-li:hover > a,
    .we-mega-menu-ul > .we-mega-menu-li > a:focus {
        color: #ff0000;
        background: #fff;
    }
    /*.menu-brands.active.active-trail:hover > a::before,*/
    /*.menu-category.active.active-trail:hover > a::before,*/
    /*.we-mega-menu-ul .menu-brands.dropdown-menu:hover > a:before,*/
    /*.we-mega-menu-ul .menu-category.dropdown-menu:hover > a:before {*/
    /*    background: url(../images/UpArrow_Mega_Menu.svg) no-repeat;*/
    /*}*/
    /*.menu-brands.active.active-trail:hover > a::before,*/
    /*.menu-category-single.active.active-trail:hover > a::before,*/
    /*.we-mega-menu-ul .menu-brands.dropdown-menu:hover > a:before,*/
    /*.we-mega-menu-ul .menu-category-single.dropdown-menu:hover > a:before {*/
    /*    background: url(../images/UpArrow_Mega_Menu.svg) no-repeat;*/
    /*}*/
    /*.menu-brands.active.active-trail > a::before,*/
    /*.menu-category.active.active-trail > a::before,*/
    /*.we-mega-menu-ul .menu-brands.dropdown-menu > a:before,*/
    /*.we-mega-menu-ul .menu-category.dropdown-menu > a:before {*/
    /*    background: url(../images/DownArrow_Mega_Menu.svg) no-repeat;*/
    /*    width: 11px;*/
    /*    height: 11px;*/
    /*    display: block;*/
    /*    position: absolute;*/
    /*    top: 24px;*/
    /*    right: 0px;*/
    /*    opacity: 1;*/
    /*}*/
    /*.menu-brands.active.active-trail > a::before,*/
    /*.menu-category-single.active.active-trail > a::before,*/
    /*.we-mega-menu-ul .menu-brands.dropdown-menu > a:before,*/
    /*.we-mega-menu-ul .menu-category-single.dropdown-menu > a:before {*/
    /*    background: url(../images/DownArrow_Mega_Menu.svg) no-repeat;*/
    /*    width: 11px;*/
    /*    height: 11px;*/
    /*    display: block;*/
    /*    position: absolute;*/
    /*    top: 24px;*/
    /*    right: 0px;*/
    /*    opacity: 1;*/
    /*}*/
    .menu-brands:hover
        .we-mega-menu-submenu-1
        ul
        li:first-child
        > .we-mega-menu-submenu,
    .menu-category:hover
        .we-mega-menu-submenu-1
        ul
        li:first-child
        > .we-mega-menu-submenu {
        display: block;
        opacity: 1;
        visibility: visible;
    }
    .we-mega-menu-ul > .we-mega-menu-li > a {
        padding-bottom: 9px;
        margin-right: 16px;
    }
    .menu-brands:hover
        .we-mega-menu-submenu-1
        ul
        li:first-child
        > .we-mega-menu-submenu {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .menu-category-single:hover
        .we-mega-menu-submenu-1
        ul
        li:first-child
        > .we-mega-menu-submenu {
        display: block;
        opacity: 1;
        visibility: visible;
    }
    .we-mega-menu-submenu-1 ul > li.we-mega-menu-li a {
        padding: 12px 15px 12px 5px;
    }
    .menu-category-single .we-mega-menu-submenu-1 ul > li.we-mega-menu-li a {
        padding: 10px 10px 10px 17px;
    }
    .we-mega-menu-submenu li.we-mega-menu-li:last-child a,
    .we-mega-menu-submenu.we-mega-menu-submenu-2 li.we-mega-menu-li a {
        border-bottom: 0 none;
    }
    .we-mega-menu-submenu li.we-mega-menu-li {
        cursor: pointer;
    }
    .we-mega-menu-submenu.we-mega-menu-submenu-1
        > .we-mega-menu-submenu-inner
        > .we-mega-menu-row
        > .we-mega-menu-col {
        max-width: 21.77rem;
        z-index: 9;
        padding-right: 0;
    }
    .we-mega-menu-submenu.we-mega-menu-submenu-2 {
        top: -16px;
        left: 100%;
        box-shadow: none !important;
        border: 0 none;
        min-width: 57.7rem;
    }
    .we-mega-menu-submenu.we-mega-menu-submenu-2 li[data-level="2"] > a {
        font-weight: 600;
        color: #000;
        padding-bottom: 0;
    }
    .we-mega-menu-submenu-2 li[data-level="2"] > a::before {
        background-image: none;
    }
    .we-mega-menu-submenu.we-mega-menu-submenu-2 li[data-level="3"] > a {
        padding: 5px 0;
        font-weight: 400;
    }
    .we-mega-menu-submenu-2 li[data-level="2"] .we-mega-menu-submenu-inner {
        min-height: auto;
    }
    .main-menu-level-2 li[data-level="2"] {
        padding-left: 2rem;
    }
    .we-mega-menu-ul
        .dropdown-menu
        .dropdown-menu:first-child
        > .we-mega-menu-submenu {
        top: -16px;
    }
    .menu-brands li[data-level="1"] > div.we-mega-menu-submenu {
        box-shadow: none !important;
        border: 0 none;
        padding-left: 2rem;
    }
    #block-views-block-main-menu-brand-icons-block-1--2 .views-row {
        float: left;
        max-width: 11rem;
        margin-right: 5px;
    }
    .menu-brands
        .we-mega-menu-submenu-1
        .we-mega-menu-col.col-md-4:nth-child(3)
        .views-row {
        max-width: 110px;
        float: left;
        margin-right: 15px;
        max-height: 110px;
    }
    .we-mega-menu-ul .dropdown-menu > a:before {
        opacity: 1;
    }
    .we-mega-menu-ul .dropdown-menu.add-icon > a.we-mega-menu-li::before,
    .we-mega-menu-ul .dropdown-menu:first-child > a.we-mega-menu-li.add-icon,
    .we-mega-menu-ul
        .dropdown-menu:first-child
        > a.we-mega-menu-li.add-icon::before,
    .we-mega-menu-ul .dropdown-menu > a.we-mega-menu-li.add-icon:hover::before {
        opacity: 1;
        color: #000;
    }
    .we-mega-menu-submenu-1 .we-mega-menu-submenu li.we-mega-menu-li a:before,
    .we-mega-menu-submenu-1
        .we-mega-menu-submenu
        li.we-mega-menu-li:hover
        a:before {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .we-mega-menu-submenu.we-mega-menu-submenu-2 {
        min-height: 43vh;
        max-height: 529px;
        overflow: auto;
    }
    div.simplebar-content
        > div.we-mega-menu-submenu-inner
        > div.we-mega-menu-row
        > div.we-mega-menu-col {
        max-width: 22% !important;
        padding-top: 10px;
    }
    li[data-level="2"] > .we-mega-menu-submenu {
        padding-left: 5px !important;
    }
    .we-mega-menu-submenu.we-mega-menu-submenu-2 {
        position: absolute;
    }
    .we-mega-menu-submenu.we-mega-menu-submenu-1 {
        -webkit-box-shadow: 0 0px 0px -7px #000 !important;
        box-shadow: 0 0px 0px -7px #000 !important;
    }
    .simplebar-content .we-mega-menu-submenu .we-mega-menu-col {
        flex: 0 0 100%;
    }
    .menu-category-single .we-mega-menu-col {
        max-width: 100% !important;
        display: inline-block !important;
    }
    .we-mega-menu-col.brands-level2 {
        z-index: -10;
    }
    .we-mega-menu-submenu.we-mega-menu-submenu-1
        > .we-mega-menu-submenu-inner
        > .we-mega-menu-row
        > .we-mega-menu-col.brands-level2 {
        z-index: -10;
    }
    .main-menu-brand-logos {
        display: inline-flex;
        width: 100%;
        flex-wrap: wrap;
    }
    .main-menu-brand-logos .views-row {
        width: 152px;
        padding: 5px;
        border: 1px solid #E6154B;
        border-radius: 6px;
        margin: 5px;
    }
    .we-mega-menu-submenu li.we-mega-menu-li a {
        border-bottom-color: #ddd !important;
    }
    .we-mega-menu-submenu
        li.we-mega-menu-li
        a
        + .we-mega-menu-submenu
        .we-mega-menu-col
        .main-menu-brand-logos
        a {
        border-bottom: none !important;
    }
    .menu-category-single .we-mega-menu-submenu li.we-mega-menu-li a {
        border-bottom-color: #ddd !important;
    }
    .we-mega-menu-submenu.we-mega-menu-submenu-2
        .we-mega-menu-col
        .we-mega-menu-submenu
        .we-mega-menu-col
        ul {
        width: 190px;
        padding: 0;
    }
    .simplebar-mask,
    .we-mega-menu-submenu .simplebar-wrapper,
    .we-mega-menu-submenu.we-mega-menu-submenu-2 .simplebar-content-wrapper,
    .we-mega-menu-submenu.we-mega-menu-submenu-2
        .simplebar-height-auto-observer-wrapper {
        overflow: visible !important;
    }
    .we-mega-menu-submenu.we-mega-menu-submenu-2 {
        overflow-x: hidden;
    }
    .we-mega-menu-submenu.we-mega-menu-submenu-1.added-services-menu,
    .we-mega-menu-submenu.we-mega-menu-submenu-1.main-nav-new {
        left: 50%;
        transform: translateX(-50%);
        max-height: unset !important;
        margin: unset;
        margin-left: unset !important;
    }
    .we-mega-menu-li.dropdown-menu.menu-category-single {
        position: relative;
    }
}
@media only screen and (max-width: 992px) {

    .we-mega-menu-ul .btnsq{
        all:unset !important;
    }

    .we-mega-menu-ul .m-btnsq{
        width: 300px !important;
    }

    .tabs-head.fixed {
        top: 110px;
    }
    .overlay {
        z-index: 99;
    }
    .navbar-we-mega-menu.navbar {
        transform: translateX(0) !important;
    }
    .navbar-we-mega-menu.navbar {
        background: #fff;
        width: 300px;
        left: -310px;
        display: block;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    }
    .navbar-we-mega-menu.navbar.show-nav {
        left: 0;
        width: 320px;
    }
    .navbar-we-mega-menu.navbar .nav-tabs > li[data-level="0"] > a {
        background: #ed164e;
        font-weight: 600;
        text-shadow: none;
        color: #fff;
    }
    .navbar-we-mega-menu.navbar .nav-tabs > li[data-level="0"].active > a,
    .navbar-we-mega-menu.navbar
        .nav-tabs
        > li[data-level="0"].active
        > a:active,
    .navbar-we-mega-menu.navbar .nav-tabs > li[data-level="0"].active > a:focus,
    .navbar-we-mega-menu.navbar
        .nav-tabs
        > li[data-level="0"].active
        > a:hover {
        color: #fff !important;
        background-color: #ed164e;
    }
    .navbar-we-mega-menu.navbar ul {
        font-size: 14px;
    }
    .navbar-we-mega-menu.navbar
        .dropdown-menu.menu-category.active-trail
        > .we-mega-menu-submenu {
        display: block;
    }
    .navbar-we-mega-menu.navbar .dropdown-menu > .we-megamenu-nolink:after,
    .navbar-we-mega-menu.navbar .dropdown-menu > a:after {
        transform: rotate(-90deg);
        right: 10px;
    }
    .navbar-we-mega-menu.navbar
        .nav-tabs
        .nav-tabs
        > li[data-level="1"]
        > a.list-active:after,
    .navbar-we-mega-menu.navbar
        .nav-tabs
        .nav-tabs
        > li[data-level="2"]
        > a.list-active:after,
    .navbar-we-mega-menu.navbar
        .nav-tabs
        > li[data-level="0"].active
        > a.list-active:after {
        transform: rotate(0);
    }
    .navbar-we-mega-menu.navbar
        .nav-tabs
        .nav-tabs
        > li[data-level="2"]
        > a:after {
        content: "" !important;
    }
    .navbar-we-mega-menu.navbar .nav-tabs > li.active > a,
    .navbar-we-mega-menu.navbar .nav-tabs > li.active > a:focus,
    .navbar-we-mega-menu.navbar .nav-tabs > li.active > a:hover {
        color: #555 !important;
    }
    .navbar-we-mega-menu.navbar
        .nav-tabs
        .nav-tabs
        > li[data-level="1"]
        > .we-megamenu-nolink,
    .navbar-we-mega-menu.navbar .nav-tabs .nav-tabs > li[data-level="1"] > a {
        background: #fff;
        padding: 12px 25px 12px 20px;
        color: #555;
        font-weight: 700;
        border-bottom: 1px solid #ddd;
    }
    .navbar-we-mega-menu.navbar ul > li ul {
        padding-left: 0;
    }
    .navbar-we-mega-menu.navbar .nav-tabs .nav-tabs > li > .we-megamenu-nolink,
    .navbar-we-mega-menu.navbar .nav-tabs .nav-tabs > li > a {
        padding: 12px 25px 12px 20px;
        font-size: 13px;
        color: #555 !important;
        background-color: #fff;
        border-bottom: 1px solid #ddd;
    }
    .navbar-we-mega-menu.navbar
        .nav-tabs
        .nav-tabs
        > li[data-level="2"]
        > .we-megamenu-nolink,
    .navbar-we-mega-menu.navbar .nav-tabs .nav-tabs > li[data-level="2"] > a {
        background-color: #fff;
        color: #000;
        font-weight: 500;
    }
    .navbar-we-mega-menu.navbar ul > li ul {
        padding: 0;
    }
    .navbar-we-mega-menu.navbar.we-mobile-megamenu-active {
        left: 0;
        animation-name: slideInLeft;
        -webkit-animation-name: slideInLeft;
    }
    .site-header
        .header-bottom
        .we-mega-menu-ul
        .dropdown-menu.menu-category-single:hover
        > .we-mega-menu-submenu.we-mega-menu-submenu-1 {
        margin-left: 0 !important;
        position: inherit !important;
        min-height: 0;
    }
    div#block-switcher-currency select {
        margin: 0 auto !important;
    }
    #block-hotlineheaderblock ul li a,
    #block-languageswitcher ul li a {
        font-size: 8px;
    }
}
@media only screen and (min-width: 992px) {
    .we-mega-menu-submenu.we-mega-menu-submenu-2 {
        min-width: 66.1rem;
        padding-left: 80px !important;
        margin-left: 10px !important;
    }
    .navbar-we-mega-menu .simplebar-scrollbar {
        right: -7px;
    }
}
@media screen and (max-width: 992px) {
    .product-listing {
        width: 70%;
    }
    .grid-view .product-item {
        width: 50%;
    }

    .product-listing .product-listing-banner .align-center {
        margin-top: 0;
    }
    .product-listing-footer .second {
        width: 100%;
    }
    .switcher .switch-grid a,
    .switcher .switch-list a {
        margin-left: 4px;
    }
    .product-listing-actions .sorting ul li {
        margin: 5px 2px;
    }
    .product-listing-actions .sorting ul li a {
        padding: 5px 7px;
        font-size: 12px;
    }
    .list-view .content {
        display: flex;
    }
    .list-view .content .image {
        width: 180px;
    }
    .list-view .last {
        width: 35%;
    }
    .product-listing-footer .first {
        display: none;
    }
    .grid-view .product-item:hover {
        box-shadow: none;
    }
}
@media screen and (min-width: 768px) {
    .mobile-filter-container {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .filters {
        position: absolute;
        top: -1px;
        left: -100%;
        width: 0;
        background: #fff;
        z-index: 999;
        bottom: 518px;
        transition: 0.5s;
        display: block;
        overflow: hidden;
        padding-top: 40px;
        margin-top: 0;
        visibility: hidden;
    }

    .mobile-d-none {
        display: none !important;
    }

    .filters.show-filter {
        left: 0;
        width: 80%;
        visibility: visible;
    }
    .product-listing .cart {
        position: relative;
        right: 10px;
        top: -6px;
    }
    .filter-overlay,
    .overlay {
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 998;
    }
    .overlay {
        position: fixed;
    }
    .product-listing {
        width: 100%;
        margin-left: 0;
    }
    .grid-view .product-item {
        width: 100%;
        padding: 15px 0;
        display: flex;
    }
    .grid-view .product-item .ribbon,
    .icon-wishlist {
        position: absolute;
        top: 10px;
        left: 0;
    }
    .icon-wishlist {
        left: auto;
        right: 0;
    }
    .grid-view .product-item .image {
        margin: 15px 10px 0 0;
        width: 45%;
        display: inline-block;
    }
    .grid-view .product-item .content {
        margin-top: 15px;
        width: 55%;
        display: inline-block;
    }
    .pager .pager__item,
    .product-listing-actions,
    .product-listing-actions .switcher,
    .product-listing-banner {
        display: none;
    }
    .pager .pager__item--next,
    .pager .pager__item--previous {
        display: inline-block;
    }
    .mobile-filter-container {
        height: 48px;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        background: #c0b5b0;
        /*margin-left: -15px;*/
        /*margin-right: -15px;*/
        margin-bottom: 25px;
    }
    .mobile-filter,
    .mobile-sort {
        width: 50%;
        text-align: center;
        padding: 10px 0;
        line-height: 30px;
        color: #fff;
        text-transform: uppercase;
        position: relative;
    }
    .mobile-filter {
        background: url(../images/filter-icon.png) no-repeat 27% 50%;
        background-size: 15%;
        padding-left: 30px;
    }
    .mobile-sort {
        background: url(../images/sort-icon.png) no-repeat 32% 50%;
        background-size: 10%;
        padding-left: 20px;
    }
    .mobile-filter:after {
        border-right: 2px solid #d2cdcb;
        content: "";
        position: absolute;
        top: 12px;
        width: 2px;
        height: 25px;
        display: block;
        right: 0;
    }
    .product-listing-actions {
        padding: 20px;
        position: fixed;
        top: 35%;
        z-index: 999;
        left: 8%;
        width: 85%;
        background: #fff;
    }
    .product-listing-actions .sorting ul li {
        width: 100%;
        margin: 5px;
    }
    .product-listing-actions .sorting ul li a {
        padding: 5px 7px 5px 30px;
        position: relative;
        background: #fff;
        font-size: 14px;
    }
    .product-listing-actions .sorting ul li a:hover,
    .product-listing-actions .sorting ul li.sort-active a {
        background: #fff !important;
        color: #000 !important;
    }
    .product-listing-actions .sorting ul li a:before {
        content: "";
        border: 3px solid #e0ddd8;
        padding: 5px;
        display: inline-block;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        position: absolute;
        left: 0;
    }
    .product-listing-actions .sorting ul li.sort-active a:before,
    .product-listing-actions .sorting ul li:hover a:before {
        border-color: #0160bc;
    }
    .product-listing-actions .sorting ul li.sort-active a:after {
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        position: absolute;
        left: 5px;
        background: #0160bc;
        top: 10px;
    }
    nav.pager {
        width: 100%;
    }
    nav.pager .pager__item {
        position: relative;
    }
    .pager__item.pager__item--previous {
        float: left;
    }
    .pager__item.pager__item--next {
        float: right;
    }
    .price-slider {
        margin: 30px 15px;
    }
}
@media screen and (max-width: 992px) and (min-width: 768px) and (orientation: portrait) {
    .facet-price-slider-max input,
    .facet-price-slider-min input {
        width: 68px;
    }
    .price-slider {
        margin: 30px 0;
    }
    .price-slider .ui-widget.ui-widget-content {
        width: 100%;
    }
    .product-listing.grid-view .product-item .content .compare-items {
        display: block;
    }
    .product-listing.grid-view .product-item:hover .content .compare-items {
        padding: 0;
        box-shadow: none;
        position: static;
    }
    .hlc-button.btn.btn-sm {
        padding: 5px 7px;
        font-size: 12px;
    }
    .hlc-dialog {
        margin-top: 80px;
        width: 70% !important;
    }
}
@media screen and (max-width: 992px) and (min-width: 768px) and (orientation: landscape) {
    .facet-price-slider-max input,
    .facet-price-slider-min input {
        width: 8vw;
    }
    .product-listing.grid-view .product-item .content .compare-items {
        display: block;
    }
    .product-listing.grid-view .product-item:hover .content .compare-items {
        padding: 0;
        box-shadow: none;
        position: static;
    }
    .hlc-button.btn.btn-sm {
        padding: 5px 7px;
        font-size: 12px;
    }
    .hlc-dialog {
        margin-top: 80px;
        width: 50% !important;
    }
}
@media (max-width: 767px) {
    .product-details-container .product-tabs .tabs h2 {
        padding-left: 0;
        margin-bottom: 20px;
    }
    .product-details-container
        .product-details
        .product-find-store
        .find-store-btn {
        padding: 5px 0;
    }
    .fbt-add-to-cart {
        display: table;
        width: 100%;
        padding: 0;
    }
    .fbt-items .fbt-items-list {
        display: table-cell;
        vertical-align: middle;
        float: initial;
    }
    .fbt-add-to-cart .fbt-shop-now,
    .fbt-add-to-cart .selling-price,
    .fbt-add-to-cart .strikeout {
        display: table-cell;
        vertical-align: middle;
        padding-right: 10px;
    }
    .fbt-add-to-cart .lbl {
        display: block;
    }
    .fbt-add-to-cart .primary-btn {
        margin: 0;
        width: 140px;
    }
    .fbt-items-list .add-on {
        height: 90px;
    }
    .fbt-items-list .image {
        width: 90px;
        height: 90px;
    }
    .fbt-items {
        padding-bottom: 15px;
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .fbt .fbt-top {
        padding: 0;
    }
    .fbt h2 {
        font-size: 16px;
    }
    .fbt-item-list {
        margin-bottom: 0;
    }
    .fbt-item-list input[type="checkbox"] {
        position: absolute;
        top: 5px;
    }
    .fbt-item-list li a {
        padding: 0 0 5px 20px;
        position: relative;
    }
}
@media (max-width: 767px) and (orientation: landscape) {
    .fbt-items-list .add-on {
        height: 120px;
    }
    .fbt-items-list .image {
        width: 120px;
        height: 120px;
    }
    .fbt-add-to-cart .lbl {
        display: block;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .product-details-container .product-details .product-title {
        font-size: 20px;
    }
    .product-details-container
        .product-images-wrapper
        .product-images-thumbs
        .item
        a{
        width: 65px;
        height: 65px;
    }
    .product-details-container .product-details .product-warranty {
        width: 364px;
        font-size: 16px;
        padding: 13px 15px;
    }
    .product-details-container .product-details .product-price-emi a,
    .product-details-container .product-details .product-price-emi a:hover {
        padding: 10px;
    }
    .product-details-container .product-details .emi-details-pop a,
    .product-details-container .product-details .emi-details-pop a:hover {
        line-height: 40px;
    }
    .product-details-container .add-to-cart,
    .product-details-container .buy-now,
    .product-details-container .btn-find-store-2 {
        width: 174px;
        font-size: 18px;
        padding: 10px;
        margin-bottom: 8px;
    }
    .product-details-container .product-details .selling-price .data,
    .product-details-container .product-details .strikeout .data {
        font-size: 20px;
    }
    .product-details-container .product-details .original-price .data {
        font-size: 24px;
    }
    .product-details-container
        .product-details
        .original-price
        .offer-percentage {
        font-size: 20px;
        margin-left: 10px;
    }
    .product-details-container .product-tabs .tabs .ui-tabs-anchor {
        padding: 0.8em 2.58em;
    }
    .product-enquiry .product-control {
        width: 49.5%;
    }
    .product-details-container .product-details .product-offers,
    .product-details-container .product-details .product-price-emi {
        font-size: 14px;
    }
    .emi-details-pop {
        width: 500px;
        right: 0;
        left: auto;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .product-details-container {
        padding-top: 25px;
    }
    .product-variants {
        display: block;
    }
    .product-variant {
        width: 100%;
        margin: 10px 0;
        display: flex;
        max-width: 100%;
        padding-right: 0;
    }
    .product-variants {
        margin: 0;
    }
    .product-variant span {
        width: auto;
        margin: 15px 15px 15px 0;
    }
}
@media screen and (min-width: 768px) {
    .product-details-container .product-tabs:before {
        content: "";
        position: absolute;
        top: 0;
        left: -9999px;
        right: -9999px;
        background-color: #ececec;
        height: 100%;
    }
    .product-details-container
        .product-details
        .emi-details-pop
        .ui-tabs-nav
        li:nth-child(3n) {
        margin-right: 0;
    }
}
@media screen and (max-width: 767px) {
    .product-details-container .product-details,
    .product-details-container .product-images-wrapper {
        width: 100%;
    }
    .product-details-container .product-images-wrapper .product-images-thumbs {
        display: none;
    }
    .product-details-container .product-details .product-brand-logo {
        text-align: center;
    }
    .product-details-container .product-details .product-title {
        font-size: 18px;
        text-align: center;
    }
    .product-details-container .product-details .product-sku {
        text-align: center;
    }
    .product-details-container .product-details .product-warranty {
        width: 100%;
        padding: 10px;
        font-size: 16px;
        text-align: center;
    }
    .product-details-container .product-details .product-delivery,
    .product-details-container .product-details .product-delivery-warranty,
    .product-details-container .product-details .product-store {
        padding: 10px 0 10px 60px;
        background-size: 55px;
        margin-bottom: 5px;
        font-weight: 600;
        height: 65px;
    }
    .product-details-container .product-details .product-store {
        padding: 20px 0 20px 60px;
    }
    .product-details-container .product-details .product-extendend-warranty li {
        font-size: 14px;
        line-height: 18px;
    }
    .product-details-container
        .product-details
        .product-extendend-warranty
        input[type="radio"] {
        margin-bottom: 38px;
    }
    .product-details-container .product-details .product-find-store span {
        margin-left: 0;
        margin-top: 5px;
    }
    .easy-pay-container .download-form,
    .easy-pay-container .enquire-link {
        width: 46.5%;
        padding: 10px;
        font-size: 14px;
    }
    .product-details-container .add-to-cart,
    .product-details-container .buy-now,
    .product-details-container .btn-find-store-2 {
        padding: 10px;
        font-size: 14px;
        margin-bottom: 8px;
    }
    .product-details-container .btn-styles .add-to-cart,
    .product-details-container .btn-styles .buy-now {
        width: 100%;
        padding: 10px;
        font-size: 14px;
        border-bottom: unset;
    }
    .product-details-container .product-details .selling-price .data,
    .product-details-container .product-details .strikeout .data {
        font-size: 16px;
    }
    .product-details-container
        .product-details
        .original-price
        .offer-percentage {
        margin-left: 5px;
        font-size: 16px;
    }
    .product-details-container .product-details .original-price .data {
        font-size: 22px;
    }
    .product-details-container .product-details .product-offers,
    .product-details-container .product-details .product-price-emi {
        margin: 10px 0;
        font-weight: 600;
        font-size: 14px;
    }
    .product-details-container .product-details .product-price-emi a,
    .product-details-container .product-details .product-price-emi a:hover {
        padding: 0;
        border: 0;
        margin-left: 0;
    }
    .product-details-container .product-tabs .tabs .tabs-head li {
        border-right: 0;
        background: #fff;
        border-bottom: 2px solid #beb5ac;
        width: auto;
    }
    .product-details-container .product-tabs .tabs .ui-tabs-anchor {
        padding: 0.5em 0.35em;
        font-size: 14px;
        color: #000;
    }
    .product-details-container .product-tabs .tabs,
    .product-details-container .product-tabs .tabs .ui-tabs-nav {
        background: #fff;
    }
    .product-details-container
        .product-tabs
        .tabs
        .tabs-head
        li.ui-tabs-active {
        background: #fff;
        border-bottom: 3px solid #ed1a4d;
        font-weight: 600;
    }
    .product-details-container
        .product-tabs
        .tabs
        .tabs-head
        li.ui-tabs-active:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #ed1a4d;
        border-width: 10px;
        margin-left: -10px;
    }
    .product-details-container
        .product-tabs
        li.ui-state-disabled
        .ui-tabs-anchor,
    .product-details-container .product-tabs li.ui-tabs-active .ui-tabs-anchor,
    .product-details-container
        .product-tabs
        li.ui-tabs-loading
        .ui-tabs-anchor {
        color: #000;
        outline: 0;
    }
    .product-details-container .product-tabs .tabs-head .ui-tabs-nav {
        display: flex;
        flex-wrap: wrap;
    }
    .product-details-container .product-tabs .tabs-head:before {
        content: "";
        border-bottom: 2px solid #beb5ac;
        position: absolute;
        bottom: 0;
        left: -15px;
        right: -15px;
    }
    .product-details-container .block-recommended-products-external > h2,
    .product-details-container .similar-products-detailpage > h2 {
        font-size: 16px;
    }
    .product-details-container .product-tabs .tabs-body {
        padding: 20px 5px;
    }
    .easy-pay-container .download-form {
        margin-left: 5px;
    }
    .product-enquiry .product-control,
    .product-enquiry h3 {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
    .product-enquiry h3 {
        font-size: 16px;
        font-weight: 600;
        margin-top: 15px;
    }
    .enquiry-details,
    .enquiry-details .submit {
        margin-right: 0;
        width: 100%;
    }
    .product-details-popup h2 {
        padding: 10px;
        font-size: 18px;
    }
    .product-details-popup .close-pop {
        right: 15px;
        top: 7px;
        width: 26px;
        height: 26px;
    }
    .product-details-popup .close-pop:after,
    .product-details-popup .close-pop:before {
        height: 25px;
    }
    .product-details-container .product-images-wrapper .wishlist {
        top: 0;
        right: 45px;
    }
    .product-details-container .product-images-wrapper .ribbon {
        top: 10px;
        padding: 5px;
        font-size: 12px;
    }
    .product-details-container .product-images-wrapper .ribbon:after {
        border-bottom: 30px solid transparent;
    }
    .product-details-links {
        text-align: center;
        margin: 15px 0;
    }
    .product-details-links a {
        padding: 5px 5px 5px 30px;
        font-size: 12px;
    }
    .product-details-popup {
        top: 50px;
    }
    .emi-details-pop h2 {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: 10px;
    }
    .emi-details-pop,
    .product-details-container
        .product-details
        .emi-details-pop
        .delivery-details-cnt {
        padding: 10px;
    }
    .emi-details-pop .emi-table td,
    .emi-details-pop .emi-table th {
        padding: 10px 5px;
    }
    .product-details-container
        .product-details
        .emi-details-pop
        .ui-tabs-nav
        li {
        width: 48%;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .product-details-container
        .product-details
        .emi-details-pop
        .ui-tabs-nav
        li:nth-child(2n) {
        margin-right: 0;
    }
    .product-details-container .product-details .emi-details-pop a,
    .product-details-container .product-details .emi-details-pop a:hover {
        padding: 15px;
    }
    div.ui-dialog.ui-widget.ui-widget-content.findstock-map-dialog div#dialog {
        top: 0;
    }
    .addthis_inline_share_toolbox_xdmn {
        text-align: center;
        margin-bottom: 25px;
    }
    .addthis_inline_share_toolbox {
        display: none;
    }
    .product-variants {
        display: block;
        margin: 10px 0;
    }
    .product-variant {
        width: 100%;
        display: flex;
        margin: 10px 0 0;
        max-width: 100%;
        padding-right: 0;
    }
    .product-variant span {
        margin: 16px 15px 16px 0;
        width: auto;
    }
}
@media screen and (min-width: 393px) and (max-width: 992px) {
    .product-details-container .form-actions .btn-styles {
        display: inline-block;
        width: 46.5%;
        margin-right: 10px;
    }
}
@media screen and (max-width: 392px) {
    .product-details-container .form-actions .btn-styles {
        width: 100%;
        margin-right: unset;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 991px) {
    .layout-checkout-form-delivery,
    .layout-checkout-form-payment_info,
    .layout-checkout-form-review,
    .layout-checkout-form.layout-checkout-form-address,
    .mycart {
        flex-wrap: wrap;
    }
    .path-checkout .site-content.wrapper {
        padding: 0;
    }
    .checkout-pane-activity fieldset.shipping-options {
        padding: 10px 15px;
    }
    .layout-region-checkout-footer,
    .layout-region-checkout-main,
    .layout-region-checkout-secondary,
    .mycart .mycart-content,
    .mycart .mycart-content .form-actions .form-submit,
    .mycart .mycart-summary,
    a.billing-add-new {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }
    div.ui-dialog.ui-widget.ui-widget-content.findstock-map-dialog {
        width: 80% !important;
    }
    div.ui-dialog.ui-widget.ui-widget-content.findstock-map-dialog
        .ui-dialog-content {
        height: 400px !important;
    }
    fieldset.shipping-options {
        padding: 0;
    }
    #edit-coupon-redemption table {
        width: 59%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #edit-coupon-redemption table td {
        text-align: right;
    }
    #edit-coupon-redemption h3 {
        padding: 20px 0;
        width: 40%;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    .checkout-complete div.action-btns > div {
        flex: 0 1 30%;
    }
}
@media screen and (min-width: 900px) and (max-width: 992px) and (orientation: landscape) {
    .layout-checkout-form-delivery,
    .layout-checkout-form.layout-checkout-form-address {
        flex-wrap: nowrap;
    }
    .layout-region-checkout-secondary,
    .mycart .mycart-summary {
        width: 28%;
    }
    .mycart-actions .mycart-qty div {
        margin: 0 0.6vw;
    }
}
@media (min-width: 460px) and (max-width: 992px) {
    .mycart-header ul li a[data-singer-link-system-path="duty-free-cart"] {
        padding-top: 17px;
    }
}
@media screen and (max-width: 767px) {
    .mycart-items .product-info-cart .product-info-cart-left,
    .mycart-items .product-info-cart .product-info-cart-middle,
    .mycart-items .product-info-cart .product-info-cart-right,
    fieldset.checkout-pane .product-info-cart .product-info-cart-left,
    fieldset.checkout-pane .product-info-cart .product-info-cart-middle,
    fieldset.checkout-pane .product-info-cart .product-info-cart-right {
        width: 100%;
        margin-bottom: 10px;
    }
    .mycart-items .product-info-cart div.product-info-cart-left {
        text-align: center;
    }
    div.product-price span {
        padding-right: 15px;
    }
    .mycart-items .product-info-cart .product-info-cart-middle,
    fieldset.checkout-pane .product-info-cart .product-info-cart-middle {
        padding: 0;
    }
    .mycart .mycart-content .form-actions .form-submit {
        padding: 10px 10px;
        margin-left: 0;
        font-size: 16px;
        line-height: 20px;
    }
    .mycart .mycart-content .form-actions .form-submit:last-child {
        margin-left: 0;
    }
    .mycart-header ul li {
        width: 46%;
    }
    .mycart-header ul li a {
        padding: 10px 0 10px 30px;
        font-size: 12px;
        height: 50px;
        line-height: 15px;
    }
    .mycart-header ul li:first-child a {
        padding: 17px 0 10px 10px;
    }
    .mycart-header ul li a:after,
    .mycart-header ul li a:before {
        margin-top: -50px;
    }
    .mycart-header ul li a.is-active:after {
        border-left: 18px solid #6a5746;
    }
    .mycart-actions .mycart-actions-content,
    .mycart-actions .mycart-qty {
        width: 100%;
    }
    .mycart-actions .mycart-actions-content {
        margin: 15px 0;
        padding: 0;
    }
    .mycart-items .product-info-cart .product-info-cart-right,
    fieldset.checkout-pane .product-info-cart .product-info-cart-right {
        text-align: left;
    }
    .mycart .mycart-content .form-actions {
        padding: 30px 20px 30px;
        text-align: center;
    }
    div.ui-dialog.ui-widget.ui-widget-content.findstock-map-dialog {
        width: 93% !important;
        height: 450px !important;
        top: 60px !important;
    }
    .checkout-pane-activity .form-actions input {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }
    .checkout-complete div.action-btns {
        flex-flow: column-reverse;
    }
    .checkout-complete div.action-btns > div {
        margin: 10px 0;
    }
    .checkout-complete div.action-btns > div.continue-btn {
        background: grey;
        border: 2px solid grey;
        color: #fff;
    }
    .form-item-address-information-billing-address-all.address-container.form-item-address-information-billing-address-all.address-container,
    .form-item-address-select {
        padding: 10px 15px;
    }
    .billing-new-form,
    .dutyfree-options {
        padding: 15px;
    }
    .checkout-pane-contact-information {
        padding: 15px 15px 0 15px;
    }
    .billing-new-form input,
    .billing-new-form select,
    .checkout-pane-contact-information input,
    .dutyfree-options input,
    .dutyfree-options select,
    div.address-container-inline > .form-item {
        width: 100%;
    }
    .dutyfree-options input[type="checkbox"] {
        width: 25px;
    }
    .form-item-address-information-profile-field-address-type {
        width: 100%;
    }
    a.billing-new-cancel {
        top: 10px;
        text-align: center;
        width: 100%;
        padding: 10px 0;
    }
    .checkout-progress.checkout-previous > div.checkout-progress--step,
    .layout-region-checkout-main > div h3 {
        padding: 10px;
    }
    .checkout-pane-activity .form-actions input {
        top: 0;
    }
    .layout-checkout-form-address .checkout-pane-activity .form-actions {
        top: 2px;
        position: relative;
        background: #fff;
        padding: 10px;
        float: initial;
    }
    .js-form-item-stores,
    .shipping-home,
    .shipping-home .form-item-address,
    .shipping-store {
        padding: 10px;
    }
    .js-form-item-stores label.option > div .item-store-left,
    .js-form-item-stores label.option > div .item-store-right {
        flex: 0 1 100%;
        line-height: 20px;
    }
    .js-form-item-stores label.option > div .item-store-right {
        text-align: left;
        margin-top: 5px;
    }
    .checkout-pane-activity .form-actions {
        padding: 10px 30px 10px 30px;
    }
    .payment-gateways input[type="submit"] {
        width: 100%;
    }
    a.billing-add-new {
        text-align: center;
        padding: 10px;
    }
    .cart-empty-text a {
        width: 90%;
    }
    .ui-widget.ui-widget-content .ui-widget-header {
        text-align: center;
    }
    .mycart-summary .mycart-header h3 {
        text-align: center;
    }
    .billing-address-fields,
    .billing-new-form .form-item-address-information-profile-new-address-radio {
        padding: 0;
    }
    .shipping-options div[data-singer-selector="edit-ribbon"] {
        background: url(../images/percentage-icon.jpg) no-repeat;
        text-indent: 9999px;
        width: 40px;
        height: 40px;
        top: 10px;
        right: 0;
        color: transparent;
    }
    .layout-region-checkout-main .emi-options label {
        font-size: 0.7rem;
        vertical-align: middle;
        width: 77%;
    }
    .layout-region-checkout-main label {
        width: 80%;
    }
    .layout-region-checkout-main .form-item-payment-method label {
        max-width: 100%;
    }
    div.product-info-cart-warranty ul.cart-ext-warranty-list li {
        width: 100%;
        font-size: 12px;
        background-image: none;
        padding: 10px;
    }
    .emi-options > div.js-form-type-radio {
        width: 50%;
    }
    .payment-gateways .payment-method-radio .fieldset-wrapper > div > div {
        width: 26%;
        margin-right: 10px;
    }
    .emi-options > div > div.js-form-type-radio {
        width: 33.33333333%;
    }
    .checkout-payment-page #edit-singer-payment-process .form-text {
        margin: 10px 0;
    }
    .checkout-payment-page #edit-singer-payment-process .cancel-link,
    .checkout-payment-page #edit-singer-payment-process .form-submit {
        margin-top: 15px;
    }
    .commerce-checkout-flow img[alt="FriMi"] {
        width: 100%;
    }
    #frimi-timer {
        width: 80px;
        top: 53px;
        right: 39px;
    }
    .miscellaneous-info {
        padding-left: 0 !important;
        width: 100%;
        max-width: 100%;
    }
    .miscellaneous-info textarea {
        width: 100%;
    }
    .miscellaneous-info
        .form-item-address-information-profile-add-purchaser-information {
        display: flex;
    }
    .miscellaneous-info input[type="checkbox"] {
        width: 16px;
    }
}
@media only screen and (min-width: 1170px) {
    .bts-popup-container {
        margin: 10px auto;
        width: 50%;
        max-width: 50%px;
    }
}
@media screen and (max-width: 767px) {
    .payment-gateways .payment-method-radio .fieldset-wrapper > div > div {
        width: 40%;
        margin-right: 5px;
    }
}
@media screen and (max-width: 767px) and (min-width: 320px) and (max-aspect-ratio: 13/9) {
    #block-singer-branding {
        width: 120px;
        max-width: 120px;
        padding: 15px 0 0 0;
        margin: 0;
    }
    #block-singer-branding img {
        width: 120px;
        max-width: 120px;
    }
}
@media screen and (max-width: 767px) and (min-width: 320px) and (min-aspect-ratio: 13/9) {
    #block-singer-branding {
        width: 95px;
        max-width: 95px;
        padding: 15px 0 0 0;
        margin: 0;
    }
    #block-singer-branding img {
        width: 95px;
        max-width: 95px;
    }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
    .header-middle .hamburger-menu {
        top: 18px;
    }
    .header-middle .header-section.right.cart {
        padding-top: 17px;
    }
}
@media (max-width: 460px) {
    .list-view .content {
        flex-direction: column;
    }
    .list-view .content .image,
    .list-view .last,
    .list-view .middle {
        width: 100% !important;
        height: auto !important;
    }
}
@media screen and (max-width: 600px) {
    .contents_01 .column50 {
        width: 100%;
    }
    .contents_01 .column25 {
        width: 100%;
    }
    .contents_01 .column20 {
        width: 100%;
    }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
    .sl-container.sl-map-container {
        width: 100%;
    }
    .sl-form-items-grp .sl-mobile-actions {
        display: block;
        margin: 20px 0;
    }
    .sl-container.sl-form-container {
        width: 100%;
        border: 0 none;
        margin-right: 0;
        padding: 0;
    }
    .sl-form-items-grp .sl-form-actions {
        padding: 0;
        width: 100%;
    }
    .sl-form-items-grp.sl-form-items-grp-2 {
        display: none;
    }
    .sl-form-items-grp.sl-form-items-grp-1 .sl-form-text {
        width: 100%;
        display: inline-block;
        vertical-align: bottom;
        margin-left: 0;
        margin-bottom: 15px;
    }
    .sl-form-items-grp.sl-form-items-grp-1 .sl-form-actions {
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }
    .sl-mobile-actions .refine-search,
    .sl-mobile-actions .simplify-search {
        padding: 6px 0;
        background: #9c9389;
        color: #fff;
        text-align: center;
    }
    .sl-form-items-grp .sl-form-checkbox label.checkbox_store {
        padding: 0;
    }
    .sl-form-items-grp .sl-form-checkbox label.checkbox_service_center {
        padding: 0;
    }
    .sl-form-items-grp .sl-form-checkbox .sl-filters.sl-accordion {
        display: none;
    }
    .loc-infowindow {
        width: 185px;
        padding: 10px 0;
    }
    .loc-infowindow .loc-directions a,
    .loc-infowindow .loc-zoom {
        padding: 5px 8px !important;
    }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
    .sl-container.sl-form-container {
        width: 28%;
        padding: 20px 10px;
        margin-right: 10px;
    }
    .sl-container.sl-map-container {
        width: 70%;
    }
}
@media screen and (max-width: 767px) and (min-width: 320px) and (orientation: landscape) {
    .sl-form-items-grp.sl-form-items-grp-1 .sl-form-text {
        width: 90%;
        margin-left: 0;
        margin-right: 10px;
    }
    .sl-form-items-grp.sl-form-items-grp-1 .sl-form-actions {
        width: 7%;
    }
}
@media screen and (max-width: 1000px) {
    .wishlist-item .wishlist-item__actions > div > * {
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .service-center-wrapper ul {
        display: none;
    }
    .service-center-wrapper.open ul:nth-of-type(2) {
        display: flex;
        flex-direction: column;
    }
}
@media screen and (max-width: 600px) {
    #BrandsDIV img.card-img-top {
        width: unset !important;
        max-width: unset !important;
    }
    .breadcrumbs {
        display: none !important;
    }
    #royalty-sidebar {
        padding-top: 0;
    }
    .search-active form#search-form::after {
        position: absolute;
        width: 120%;
        height: 45px;
        left: -10%;
        top: 0;
        z-index: -1;
        content: "";
        background-color: #fff;
    }
    .easy-pay-details{
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        text-align: unset;
    }
    .easy-pay-details .enquire-link.secondary-btn,
    .easy-pay-details .login-link,
    .easy-pay-details .higher-purchase.secondary-btn,
    .easy-pay-details .download-form.primary-btn{
        width: 100%;
        margin: 0;
    }

}
@media only screen and (min-width: 992px) {
    .contents_01 .direction-l .flag:before,
    .contents_01 .direction-r .flag:before {
        right: -30px !important;
    }
    .contents_01 .direction-l {
        width: 334px !important;
    }
    .contents_01 .direction-r {
        width: 318px !important;
    }
    .contents_01 .direction-r .flag:before {
        left: -30px !important;
    }
}
@media (min-width: 992px) {
    .col-md-offset-3 {
        margin-left: 25%;
    }
}

@media (max-width: 480px) {
    .loyalty-points-container .card {
        width: 100%;
        height: 350px;
    }
}
@media (min-width: 992px) and (max-width: 1280px) {
    .loyalty-points-container {
        margin-top: 4em;
        margin-bottom: 2em;
    }
}
@media (min-width: 1281px) {
    .right-col .map iframe {
        width: 690px;
        height: 450px;
    }
    .right-col .contact-det {
        padding-top: 2em;
        padding-left: 2em;
    }
}
@media (max-width: 480px) {
    .easyPay-container #right-col .base-card {
        height: 4000px;
    }
    .easyPay-container #right-col .card .description .tab-cover {
        height: 1400px;
    }
    .easyPay-container #right-col .tab-card {
        height: 1720px;
    }
}
@media (min-width: 481px) and (max-width: 768px) {
    .easyPay-container #right-col .base-card {
        height: 2400px;
    }
    .easyPay-container #right-col .tab-card {
        height: 900px;
    }
    .easyPay-container #right-col .card .description .tab-cover {
        height: 900px;
    }
}
@media (min-width: 769px) and (max-width: 992px) {
    .easyPay-container #right-col .base-card {
        height: 2080px;
    }
    .easyPay-container #right-col .tab-card {
        height: 850px;
    }
}
@media (min-width: 992px) and (max-width: 1280px) {
    .easyPay-container #right-col .base-card {
        height: 2090px;
    }
    .easyPay-container #right-col .tab-card {
        height: 900px;
    }
}
@media (min-width: 1281px) {
    .easyPay-container #right-col .base-card {
        height: 2090px;
    }
    .easyPay-container #right-col .tab-card {
        height: 900px;
    }
}
@media (max-width: 480px) {
    .ex-pay-container .row #right-col .main-r-card {
        height: 4640px;
    }
    .ex-pay-container .row #right-col .main-r-card .logos img {
        width: 40%;
    }
}
@media (min-width: 481px) and (max-width: 768px) {
    .ex-pay-container .row #right-col .main-r-card {
        height: 1860px;
    }
    .ex-pay-container .row #right-col .main-r-card .logos img {
        width: 80%;
    }
}
@media (min-width: 769px) and (max-width: 992px) {
    .ex-pay-container .row #right-col .main-r-card {
        height: 2070px;
    }
}
@media (min-width: 992px) and (max-width: 1280px) {
    .ex-pay-container .row #right-col .main-r-card {
        height: 2430px;
    }
}
@media (min-width: 1281px) {
    .ex-pay-container .row #right-col .main-r-card {
        height: 2430px;
    }
}
@media (max-width: 480px) {
    .san-warranty-container .right-col .card {
        height: 1500px;
    }
}
@media (min-width: 769px) and (max-width: 992px) {
    .san-warranty-container .right-col .card {
        height: 850px;
    }
}
@media (min-width: 481px) and (max-width: 768px) {
    .san-warranty-container .right-col .card {
        height: 980px;
    }
}
@media (max-width: 480px) {
    .contactUs-container .right-col .card {
        height: 1400px;
    }
    .contactUs-container .right-col .map iframe {
        width: 265px;
        height: 270px;
    }
    .contactUs-container .right-col .contact-det {
        padding-top: 2em;
        padding-left: 1em;
    }
    .contactUs-container .right-col .singer-office {
        padding-top: 1em;
    }
    .contactUs-container .right-col .contact-det img {
        padding-top: 1em;
        width: 50%;
    }
}
@media (min-width: 481px) and (max-width: 768px) {
    .contactUs-container .right-col .map iframe {
        width: 480px;
        height: 250px;
    }
    .contactUs-container .right-col .contact-det {
        padding-top: 2em;
        padding-left: 2em;
    }
    .contactUs-container .right-col .card {
        height: 900px;
    }
    .contactUs-container .right-col .singer-office {
        padding: 0.5em;
    }
    .contactUs-container .right-col .contact-det img {
        padding-top: 2em;
        width: 40%;
    }
}
@media (min-width: 769px) and (max-width: 992px) {
    .contactUs-container .right-col .card {
        width: 100%;
        height: 900px;
    }
    .contactUs-container .right-col .map iframe {
        width: 650px;
        height: 250px;
        margin-bottom: 1em;
    }
    .contactUs-container .right-col .contact-det img {
        padding-top: 2em;
        width: 40%;
    }
}
@media (min-width: 992px) and (max-width: 1280px) {
    .contactUs-container .right-col .contact-det {
        padding-top: 2em;
        padding-left: 2em;
    }
    .contactUs-container .right-col .singer-office {
        padding: 1em;
    }
    .contactUs-container .right-col .contact-det img {
        padding-top: 2em;
        width: 26%;
    }
}
@media (min-width: 1281px) {
    .contactUs-container .right-col .contact-det {
        padding-top: 2em;
        padding-left: 2em;
    }
    .contactUs-container .right-col .singer-office {
        padding: 1em;
    }
    .contactUs-container .right-col .card {
        height: 1050px;
    }
    .contactUs-container .right-col .contact-det img {
        padding-top: 2em;
        width: 26%;
    }
}
@media (max-width: 480px) {
    .privacy-policy-container .right-col .pp-card {
        height: 1950px;
    }
}
@media (min-width: 481px) and (max-width: 768px) {
    .privacy-policy-container .right-col .pp-card {
        height: 1280px;
    }
}
@media (min-width: 769px) and (max-width: 992px) {
    .privacy-policy-container .right-col .pp-card {
        height: 1120px;
    }
}
@media screen and (min-width: 768px) {
    .customePaginationMobile {
       display: none;
    }

    .customePaginationDesktop {
       display: flex;
       justify-content: center;
       width: 100%
    }

    div#navigation_wrapper {
       display: none;
    }
 }
@media (max-width: 480px) {
    .terms-container .right-col .terms-card .payment-types {
        width: 280px;
        margin-top: 0.4em;
        margin-bottom: 0.8em;
    }
}
@media (min-width: 481px) and (max-width: 768px) {
    .terms-container .right-col .terms-card ul {
        margin-left: 2em;
    }
}
@media (min-width: 992px) and(max-width:1280px) {
    .terms-container .right-col .terms-card ul {
        margin-left: 2em;
    }
}
@media (min-width: 1281px) {
    .terms-container .right-col .terms-card ul {
        margin-left: 2em;
    }
}
@media screen and (max-width: 767px) {
    .site-content.wrapper.bodycontent {
        padding-right: 0 !important;
        padding-left: 0 !important;
        padding-top: 10px !important;
    }
}
@media (min-width: 320px) and (max-width: 992px) {
    div#breadcrumb {
        width: 100%;
    }
}
@media (min-width: 320px) and (max-width: 992px) {
    div#breadcrumb {
        width: 100%;
    }
}
@media screen and (min-width: 767px) {
    div#titlelink {
        cursor: pointer;
        pointer-events: none;
    }
}
@media screen and (max-width: 766px) {
    #account-profile div.profile-tabs {
        width: 100%;
        margin: 0;
    }
    #account-profile div.ptabs {
        display: block !important;
    }
    #account-profile .profiletabs-content {
        width: 100%;
    }
}
@media screen and (min-width: 767px) {
    span.profile-backarrow {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .separater {
        display: none;
    }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
    #breadcrumb {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .mobile-signup-now a {
        color: #ed164e !important;
    }
}
@media (max-width: 992px) {
    .bdy {
        background: url("../images/hp_pay_bk_small.jpg");
        background-repeat: no-repeat;
        background-position: bottom center;
        background-attachment: fixed;
        background-size: 100%;
        background-color: #e0e0e0;
    }
}
@media (max-width: 767px) {
    .n_bar .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }
    .n_bar .navbar-nav .open .dropdown-menu > li > a:focus,
    .n_bar .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #ff628a;
    }
    .n_bar .navbar-nav .open .dropdown-menu > .active > a,
    .n_bar .navbar-nav .open .dropdown-menu > .active > a:focus,
    .n_bar .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #ff628a;
        background-color: #9d0027;
    }
}
@media (max-width: 540px) {
    .navbar-brand navb {
        font-size: 12px;
    }
}
@media (max-width: 700px) {
    .n_bar .nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .n_bar .navbar-brand {
        height: 90px;
    }
    .n_bar .navbar-toggle {
        padding: 10px;
        margin: 20px 15px 20px 0;
    }
}
@media (max-width: 540px) {
    .navb > img {
        max-height: 95%;
        padding: 10px;
        display: inline-block;
        max-width: auto;
    }
    .n_bar .nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .n_bar .navbar-brand {
        height: 80px;
    }
}
@media (max-width: 480px) {
    .navb > img {
        max-height: 90%;
        padding-top: 10px;
        display: inline-block;
        max-width: auto;
    }
    .n_bar .nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .n_bar .navbar-brand {
        height: 80px;
    }
    .n_bar .navbar-toggle {
        padding: 10px;
        margin: 20px 15px 20px 0;
    }
}
@media (max-width: 420px) {
    .navb > img {
        max-height: 95%;
        padding-top: 15px;
        display: inline-block;
        max-width: auto;
    }
    .n_bar .nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .n_bar .navbar-brand {
        height: 70px;
    }
}
@media screen and (max-width: 767px) {
    .customePaginationMobile {
       display: flex;
       justify-content: space-between;
       width: 100%
    }

    .customePaginationDesktop {
       display: none;
    }

    div#navigation_wrapper {
       display: flex;
       justify-content: flex-end;
       align-items: center;
       padding: 20px 0;
    }

 }
@media (max-width: 768px) {
    .navb {
        width: 50%;
    }
    .navb > img {
        height: 100px;
        padding: 0 !important;
    }
}
@media (max-width: 991.98px) {
    #non-redeemable-msg #messages-inner,
    #otp-msg #messages-inner {
        width: 90%;
    }
}
@media screen and (max-width: 992px) {
    div#block-switcher-currency select {
        width: 45px;
    }
}
/* CR For Loyalty points 2023-11-08 */
@media screen and (max-width: 580px) {
    .red-loyalty-save .radio-btns{
        flex-direction: column;
    }
    .ui-menu .product-image.ui-menu-item-wrapper{
        display: none;
    }
    .ui-menu .products div.ui-menu-item-wrapper{
        height: unset;
    }
}
/* CR e-gift */
.egift-thumbs .owl-dots,
.egift-thumbs .owl-nav{
    display: none;
}
.product-details-container .product-images-wrapper .egift-main {
    padding-right: 50px;
    padding-left: 50px;
}
.product-details-container .product-images-wrapper .egift-main .item a {
    margin: 0 40px;
    display: inline-block;
    padding: 30px;
    border: 1px solid #d1d1d1;
    cursor: pointer;
}
.product-details-container .product-images-wrapper .egift-thumbs {
    width: 96%;
    margin: 25px auto 0 auto;
}
.product-details-container .product-images-wrapper .egift-thumbs .item a {
    border: 1px solid #d1d1d1;
    width: 80%;
    height: auto;
    display: inline-block;
    padding: 5px;
}
/* .product-details-container .product-images-wrapper .egift-thumbs .owl-item.active.center .item a{
    border-color: #ed164e;
} */
.egift-sub-title {
    font-family: "SF Pro Text", sans-serif !important;
    display: flex;
    margin: 10px 0;
    text-transform: uppercase;
    color: #838383;
}

.amount-button-group,
.mail-button-group {
    display: flex;
}
.amount-button-group input[type="radio"],
.mail-button-group input[type="radio"]{
    visibility: hidden;
    position: absolute;
}
ul.amount-button-group,
ul.mail-button-group{
    list-style: none;
    gap: 10px;
}
ul.amount-button-group li{
    width: 25%;
    position: relative;
}
ul.mail-button-group li{
    width: 50%;
    position: relative;
}
ul.amount-button-group input[type="radio"]:checked + label,
ul.mail-button-group input[type="radio"]:checked + label {
    /* background-color: #f0f0f0; */
    border-color:  #ed164e;
}
.mail-button,
.amount-button,
.c-amount {
    display: flex;
    padding: 10px;
    border: 1px solid #ccc;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    /* line-height: 0; */
    /* margin-right: 10px; */
    width: 100%;
}

.mail-button:hover,
.amount-button:hover,
.c-amount:hover{
    border-color: #ed164e;
}

.product-details-container .product-details .c-amount{
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-details-container .product-details .c-amount input{
    width: 60%;
    border: none;
}
.product-details-container .product-details .c-amount.focused {
    border-color: #ed164e;
}

.egift-text-bold{
    font-weight: 600;
}
.egift-category .form-select{
    border: unset;
}
.egift-category .select-occasion{
    border: 1px solid #D1D1D1;
}
.product-details-container .product-details input,
.product-details-container .product-details textarea{
    border: unset;
    border-bottom: 1px solid #000;
    border-radius: unset;
}
.product-details-container .product-details input.primary-btn,
.product-details-container .product-details input.secondary-btn{
    border-bottom: unset;
}
.product-details-container .product-details textarea{
    height: 100px;
}
.product-details-container .product-details .egift-submit input{
    border: unset;
}
@media (min-width: 768px) and (max-width: 991px) {
    .product-details-container
        .product-images-wrapper
        .egift-thumbs
        .item
        a {
        width: 65px;
        height: 65px;
    }
}
@media screen and (max-width: 768px) {
    .product-details-container .product-images-wrapper .egift-thumbs {
        display: none;
    }
    ul.amount-button-group,
    ul.mail-button-group{
        flex-wrap: wrap;
        gap: 5px;
    }
    ul.amount-button-group li,
    ul.mail-button-group li{
        width: 49%;
    }
}
/* cr egift end */
.error-message-egift {
    color: #c13515;
    display: none;
    font-size: 13px;
    font-family: "SF Pro Text", sans-serif !important;
}

.payment_loader {
    width: 18px;
    height: 18px;
    aspect-ratio: 1;
    display:grid;
    -webkit-mask: conic-gradient(from 15deg,#0000,#000);
    animation: l26 1s infinite steps(12);
}
.payment_loader,
.payment_loader:before,
.payment_loader:after{
    background:
    radial-gradient(closest-side at 50% 12.5%,
    #f03355 96%,#0000) 50% 0/20% 80% repeat-y,
    radial-gradient(closest-side at 12.5% 50%,
    #f03355 96%,#0000) 0 50%/80% 20% repeat-x;
}
.payment_loader:before,
.payment_loader:after {
    content: "";
    grid-area: 1/1;
    transform: rotate(30deg);
}
.payment_loader:after {
    transform: rotate(60deg);
}

@keyframes l26 {
    100% {transform:rotate(1turn)}
}
@media only screen and (max-width: 575px) {
    .payment_loader {
        width: auto;
    }
}

.send-egift-email{
    width: 21%;
    background: #fff;
    text-align: center;
    padding: 10px;
}
.send-egift-email-text{
    text-decoration: none;
    color: #000;
    font-weight: 600;
    background-size: 8%;
    background-position: 0 50%;
}
.send-egift-email-text:hover{
    text-decoration: none;
    color: #5a914f;
    font-weight: 600;
    background-size: 8%;
    background-position: 0 50%;
    cursor: pointer;
}


.send-egift-email-success{
    width: 21%;
    background: #27c819;
    text-align: center;
    padding: 10px;
}
.send-egift-email-text-success{
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    background-size: 8%;
    background-position: 0 50%;
}
.send-egift-email-text-success:hover{
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    background-size: 8%;
    background-position: 0 50%;
}

#autocomplete:focus {
    border-color: #06c941;
}
/* SEO Content */
.seo h2{
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    height: auto;
}
.seo .seo-content p{
    font-size: 12px;
    font-weight: 500;
    text-align: justify;
    margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
    .seo h2{
        font-size: 14px;
    }
}


.topBar {
    background: #E6154B;
    color: #fff;
}
.topBar a {
    color: #fff;
}
.topBar .separator {
    border-right: 1px solid;
}

.topBar .separator-left {
    border-left: 1px solid;
    margin-left: 15px;
    padding-left: 10px !important;
}

.btnsq {
    background: transparent;
    color: inherit;
    text-decoration: none;
    border: 0;
    transition: all 200ms ease-in;
    display: inline-block;
}
.btnsq-default {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    background: -webkit-linear-gradient(90deg, #E6154B 30%, #C81234 100%); /* For Safari/Chrome */
  background: -moz-linear-gradient(90deg, #E6154B 30%, #C81234 100%); /* For Firefox */
  background: -o-linear-gradient(90deg, #E6154B 30%, #C81234 100%); /* For Opera */
  background: linear-gradient(90deg, #E6154B 30%, #C81234 100%); /* Standard */
    border-radius: 8px !important;
}
.btnsq-default:hover {
    color: white;
}
.btnsq--skew {
    transform: skew(-10deg);
}

.btn-skew {
    padding: 10px 20px !important;
    background: #E6154B !important;
    color: white !important;
    border-radius: 5px !important;
    transform: skew(-8deg);
    border: none !important;
    font-size: 14px !important;
    cursor: pointer;
}

.btn-skew-text {
    display: inline-block;
    transform: skew(8deg);
    font-style: normal !important;
}


.btnsq--skew > span {
    transform: skew(10deg);
    display: flex;
}

.menu {
    position: relative;
    z-index: 20;
    width: -webkit-fill-available;
    background-color: #fff;
    transition: 0.4s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

header.header.scroll {
    margin-top: 110px;
}
header.header.scroll .menu {
    position: fixed;
    top: 0;
    z-index: 20;
    width: -webkit-fill-available;
    background-color: #fff;
    transition: 0.4s ease-in-out;
}

button.navbar-toggler {
    border: none;
    position: absolute;
    right: 0;
    top: -16px;
}
button.navbar-toggler:focus {
    box-shadow: none;
}
button.navbar-toggler .navbar-toggler-icon {
    background-image: none;
    width: 35px;
    height: 3px;
    background-color: transparent;
    transition: 0.3s ease;
    border-radius: 10px;
}
button.navbar-toggler .navbar-toggler-icon::before {
    content: "";
    display: block;
    width: 35px;
    height: 3px;
    background-color: #E6154B;
    margin-top: -1px;
    rotate: 45deg;
    transition: 0.3s ease;
    border-radius: 10px;
}
button.navbar-toggler .navbar-toggler-icon::after {
    content: "";
    display: block;
    width: 35px;
    height: 3px;
    background-color: #E6154B;
    margin-top: -2px;
    rotate: -45deg;
    transition: 0.3s ease;
    border-radius: 10px;
}

button.navbar-toggler.collapsed {
    border: none;
    transition: 0.3s ease;
}
button.navbar-toggler.collapsed .navbar-toggler-icon {
    background-image: none;
    width: 35px;
    height: 3px;
    background-color: #E6154B;
    transition: 0.3s ease;
}
button.navbar-toggler.collapsed .navbar-toggler-icon::before {
    content: "";
    display: block;
    width: 35px;
    height: 3px;
    background-color: #E6154B;
    margin-top: -10px;
    rotate: 0deg;
    transition: 0.3s ease;
}
button.navbar-toggler.collapsed .navbar-toggler-icon::after {
    content: "";
    display: block;
    width: 35px;
    height: 3px;
    background-color: #E6154B;
    margin-top: 15px;
    rotate: 0deg;
    transition: 0.3s ease;
}

.mainMenu .search {
    border: 1px solid #DCDCDC;
    border-radius: 50px;
}
.mainMenu .search .dropdown button {
    border: none;
    height: -webkit-fill-available;
    border-radius: 20px 0px 0px 20px;
}
.mainMenu .search input {
    border: none;
    -o-border-image: linear-gradient(transparent 10%, #dcdcdc 10% 90%, transparent 90%) 0 0 0 1/1px;
    border-image: linear-gradient(transparent 10%, #dcdcdc 10% 90%, transparent 90%) 0 0 0 1/1px;
}
.mainMenu .search button {
    border-radius: 0px 20px 20px 0px;
}
.search button.btn.btn-danger{
    background-color: #E6154B;
}
.mainMenu .cart {
    position: relative;
}
.mainMenu .cart span {
    position: absolute;
    background-color: #E6154B;
    padding: 5px;
    top: -5px;
    right: -5px;
    font-size: 10px;
    border-radius: 50px;
    color: #fff;
    width: 20px;
    height: 20px;
    padding: 4px;
}
.mainMenu .navbar-nav {
    flex-direction: inherit;
}

.SecondMenu .btn-link,
.SecondMenu a {
    color: #2F2F2F;
    text-decoration: none;
}
.SecondMenu .btn-link:hover,
.SecondMenu a:hover {
    color: #E6154B;
}
.SecondMenu .ferrbtn .furniture {
    display: grid;
}
.SecondMenu .ferrbtn .furniture .shop {
    font-size: 13px;
    letter-spacing: 5px;
    font-weight: 800;
    line-height: 0.9;
}
.SecondMenu .ferrbtn .furniture span {
    font-size: 11px;
    color: #E6154B;
}
.SecondMenu .ferrbtn .curveBtn {
    border: 1px solid #E6154B;
    background: transparent;
    color: #E6154B;
    padding: 1px 9px !important;
}
.SecondMenu .ferrbtn .curveBtn img {
    height: 30px;
}
.SecondMenu .ferrbtn .curveBtn:hover {
    background: #E6154B;
    color: #fff !important;
}
.SecondMenu .ferrbtn .curveBtn:hover span {

    color: #fff !important;
}
.SecondMenu .ferrbtn .curveBtn:hover img {
    filter: brightness(100);
    transition: 0.3s ease-in-out;
}

.SecondMenu .ferrbtn-bl .furniture {
    display: grid;
}
.SecondMenu .ferrbtn-bl .furniture .shop {
    font-size: 13px;
    letter-spacing: 5px;
    font-weight: 800;
    line-height: 0.9;
}
.SecondMenu .ferrbtn-bl .furniture span {
    font-size: 11px;
    color: #ffffff;
}
.SecondMenu .ferrbtn-bl .curveBtn {
    border: 1px solid #000000;
    background: #000000;
    color: #ffffff;
    padding: 1px 9px !important;
}
.SecondMenu .ferrbtn-bl .curveBtn img {
    height: 28px;
}
/*.SecondMenu .ferrbtn-bl .curveBtn:hover {*/
/*    background: #ffffff;*/
/*    color: #000000 !important;*/
/*}*/
/*.SecondMenu .ferrbtn-bl .curveBtn:hover span {*/

/*    color: #000000 !important;*/
/*}*/
/*.SecondMenu .ferrbtn-bl .curveBtn:hover img {*/
/*    filter: brightness(0);*/
/*}*/


.SecondMenu .nav-link,
.SecondMenu button {
    font-size: 14px;
}
.SecondMenu .nav-link {
    color: #2F2F2F;
}
@media (max-width: 992px) {
    .SecondMenu .navdropdown {
        display: block !important;
    }
}

.curveBtn {
    border-radius: 50px;
    border-radius: 50px;
    background: -webkit-linear-gradient(90deg, #E6154B 30%, #C81234 100%); /* For Safari/Chrome */
  background: -moz-linear-gradient(90deg, #E6154B 30%, #C81234 100%); /* For Firefox */
  background: -o-linear-gradient(90deg, #E6154B 30%, #C81234 100%); /* For Opera */
  background: linear-gradient(90deg, #E6154B 30%, #C81234 100%); /* Standard */
    border: none;
    color: #fff !important;
}
.curveBtn:hover {
    background-color: #4d4d4d;
    color: #fff;
}

.mainSlider {
    position: relative;
}
.mainSlider .carousel-caption {
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
}
.mainSlider .carousel-caption h3 {
    font-size: 30px;
    font-weight: 900;
    color: #000;
}
.mainSlider .carousel-caption p {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px;
}
.mainSlider .carousel-caption a {
    padding: 10px 20px;
    background-color: #DCDCDC;
    color: #2F2F2F;
    font-size: 18px;
    font-weight: 700;
    border-radius: 8px;
    transition: 0.3s ease-in-out;
}
.mainSlider .carousel-caption a:hover {
    background-color: #E6154B;
    color: #fff;
    transition: 0.3s ease-in-out;
}
.mainSlider .carousel-control-prev,
.mainSlider .carousel-control-next {
    width: 10%;
}
.mainSlider .carousel-indicators {
    bottom: -10px;
}
.mainSlider .carousel-indicators button {
    position: relative;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #555;
    margin: 0 5px;
}
.mainSlider .carousel-indicators button::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background-color: rgba(255, 255, 255, 0);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    border: 1px solid transparent;
    border-radius: 20px;
}
.mainSlider .carousel-indicators button.active {
    background-color: #E6154B;
}
.mainSlider .carousel-indicators button.active::before {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    background-color: rgba(255, 255, 255, 0);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    border: 1px solid #E6154B;
    border-radius: 20px;
}
.mainSlider .carousel-item {
    overflow: hidden;
}
@media (max-width: 772px) {
    .mainSlider .carousel-item {
        height: 400px;
    }
}
@media (max-width: 772px) {
    .mainSlider .carousel-item img {
        height: 400px;
        -o-object-fit: cover;
        object-fit: cover;
        overflow: hidden;
    }
}

.bankOffers .card {
    border: none;
    align-items: center;
}
.bankOffers .card img {
    width: -moz-fit-content;
    width: fit-content;
    height: 35px;
}
.bankOffers .card .card-body {
    padding: 0px;
    font-size: 12px;
    border: 1px solid #9a9a9a;
    border-radius: 4px;
}
.bankOffers .card .card-body .months {
    text-align: center;
    padding: 5px;
}
.bankOffers .card .card-body .months p {
    font-size: 20px;
    font-weight: 900;
    padding: 0;
    margin: 0;
    line-height: 0.6;
}

.bankOffers .card .card-body .months strong {
    font-size: 9px !important;
    padding: 0px !important;
    margin: 0px !important;
    letter-spacing: -0.5px !important;
    font-weight: 450 !important;
}

.bo-interest-span {
    font-size: 10px !important;
}

.bankOffers .card .card-body .inte {
    text-align: justify;
    padding: 5px;
    -o-border-image: linear-gradient(transparent 10%, #9a9a9a 10% 90%, transparent 90%) 0 0 0 1/1px;
    border-image: linear-gradient(transparent 10%, #9a9a9a 10% 90%, transparent 90%) 0 0 0 1/1px;
}
.bankOffers .card .card-body .inte p {
    font-size: 25px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    line-height: 1;
}

.topicH3 {
    font-size: 22px;
    font-weight: 450;
}
.product-list .product {
    position: relative;
}
.product-list .product::before {
    content: "";
    width: 1px;
    height: 60%;
    position: absolute;
    color: #000000;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0.1;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 25%, rgb(0, 0, 0) 75%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
@media (min-width: 992px) {
    .product-list .product:last-child, .product-list .product:nth-child(4) {
        border-right: none;
    }
}
.product-list .product__img {
    position: relative;
    display: block;
}
.product-list .product__img img {
    max-width: 100%;
    height: auto;
    display: block;
    height: 160px;
}
.product-list .product__tag {
    position: absolute;
    z-index: 1;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-size: 1.4rem;
    color: white;
    text-transform: uppercase;
}

.product__tag {
    opacity: 80% !important;
}
.product-list .product__tag--new, .product-list .product__tag--offer, .product-list .product__tag--sale {
    top: 1rem;
    left: 0;
    position: absolute;
    padding: 5px 20px;
    font-size: 10px;
    border-radius: 0 20px 20px 0;
    color: #fff;
}
.product-list .product__tag--none {
    display: none;
}
.product-list .product__tag--new {
    background-color: #E6154B;
}
.product-list .product__tag--sale {
    background-color: #008B05;
}
.product-list .product__tag--offer {
    background-color: #FFB700;
}
.product-list .product__code {
    color: #828282;
    font-size: 11px;
}
.product-list .product__name {
    font-size: 13px;
    font-weight: 500 !important;
    color: #0062BD;
    min-height: 33px;
}
.product-list .product__name:hover {
    color: #E6154B;
}

.star i {
    color: #FFB700;
    margin-right: 5px;
}

.productfilter {
    position: relative;
    border: none;
}

.home-page-product .productfilter {
    position: relative;
    padding: 5px;
}

.home-page-product .productfilter .card-body {
    position: relative;
    padding: 0px !important;
}

.home-page-product .price {
    font-size: 14px;
}

.productfilter .sidebtns {
    display: grid;
    position: absolute;
    top: 20px;
    right: 10px;
    opacity: 0;
    transition: 0.3s ease-in-out;
}
.productfilter .sidebtns button {
    background-color: rgba(255, 255, 255, 0.6352941176);
}
.productfilter .sidebtns .buynow {
    margin-bottom: 5px;
    padding: 5px 8px;
}
.productfilter:hover .sidebtns {
    opacity: 1;
    transition: 0.3s ease-in-out;
}

.productcarousel .carousel-item-container {
    justify-content: center;
    align-items: center;
    padding: 2px;
}
.productcarousel .product-card {
    position: relative;
    border: 2px solid #E6154B !important;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    background-color: #fff;
}
.productcarousel .product-card .discount-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #E6154B;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 20px;
}
.productcarousel .product-card .product-image {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.productcarousel .product-card .product-name {
    font-size: 90px;
    font-weight: 500 !important;
    color: #007bff;
    margin-bottom: 10px;
}
.productcarousel .product-card .price-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.productcarousel .product-card .price-section .current-price {
    font-size: 20px;
    color: #E6154B;
}
.hurry-up {
    font-weight: 800 !important;
    color: black !important;
    font-size: 15px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.productcarousel .product-card .price-section .original-price {
    font-size: 16px;
    color: #aaa;
    text-decoration: line-through;
}
.productcarousel .product-card .sales-progress {
    height: 8px;
    border-radius: 10px;
    overflow: hidden;
    margin: 15px 0;
}
.productcarousel .product-card .sales-progress .progress-bar {
    background-color: #E6154B;
}
.productcarousel .product-card .stock-info {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 20px;
}
.productcarousel .product-card .stock-info span {
    color: #555;
    font-weight: 500;
}
.productcarousel .product-card .timer-section {
    font-size: 14px;
    font-weight: 500;
    color: #555;
}
.productcarousel .product-card .timer-section p {
    font-size: 10px;
}
.productcarousel .product-card .timer-section .hurry-up  {
    font-size: 15px !important;
}
.productcarousel .product-card .timer-section .timer {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.productcarousel .product-card .timer-section .timer span {
    display: inline-block;
    background-color: #E6154B;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 10px;
    border-radius: 55px;
}
.productcarousel .carousel-control-prev,
.productcarousel .carousel-control-next {
    width: 5%;
}
.productcarousel .carousel-indicators {
    bottom: -25px;
}
.productcarousel .carousel-indicators button {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #555;
    margin: 0 5px;
}
.productcarousel .carousel-indicators button::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background-color: rgba(255, 255, 255, 0);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    border: 1px solid transparent;
    border-radius: 20px;
}
.productcarousel .carousel-indicators button.active {
    background-color: #E6154B;
}
.productcarousel .carousel-indicators button.active::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background-color: rgba(255, 255, 255, 0);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    border: 1px solid #E6154B;
    border-radius: 20px;
}

.product-tab {
    background-color: #F4F4F4;
}
.product-tab .nav-tabs button.nav-link {
    font-weight: 400;
    color: #555;
    border: none;
    font-size: 16px;
}
.product-tab .nav-tabs button.nav-link.active {
    font-weight: 800;
    background-color: transparent;
    border: none;
    position: relative;
}
.product-tab .nav-tabs button.nav-link.active::after {
    content: "";
    position: absolute;
    height: 0px;
    width: 0px;
    border-right: solid 7px transparent;
    border-left: solid 7px transparent;
    border-bottom: solid 5px #E6154B;
    left: 50%;
    bottom: 1px;
    display: flex;
    justify-content: center;
    transform: translate(-50%, 50%);
}

@media (min-width: 992px) {
    .product-tab .col-lg-2 {
        width: 20%;
    }
}

button.buynow {
    border: 1px solid #969696 !important;
    padding: 4px !important;
    border-radius: 3px !important;
    transition: 0.3s ease !important;
}

.buynow {
    border: 1px solid #969696 !important;
    padding: 4px !important;
    border-radius: 3px !important;
    transition: 0.3s ease !important;
}
/*button.buynow:hover {*/
/*    background-color: #E6154B;*/
/*}*/

.red-hover-icn:hover {
    background: #E6154B !important;
}


.red-hover-icn:hover a img {
    filter: brightness(0) invert(100%) !important;
}

.red-hover-icn:hover img {
    filter: brightness(0) invert(100%) !important;
}

.grey-hover-icn:hover {
    background: #cccccc !important;
}

button.buynow:hover img {
    filter: contrast(1600%);
    transition: 0.3s ease;
}

.NewArrivaltab .nav-link {
    color: #555;
    font-weight: 500;
    padding: 10px 15px;
    border: 1px solid transparent;
    border-radius: 0;
    margin: 0;
    margin-bottom: 10px;
}
.NewArrivaltab .nav-link:hover {
    background-color: #DCDCDC;
    color: #E6154B;
    border-radius: 50px;
}
.NewArrivaltab .nav-link:focus {
    outline: none;
    box-shadow: none;
}
.NewArrivaltab .nav-link {
    padding: 6px 14px !important;
    font-size: 14px !important;
}

.NewArrivaltab .nav-link.active {
    background-color: transparent;
    color: #555;
    border-color: #E6154B;
    font-weight: bold;
    border-radius: 50px;
}

.feature {
    background: #E6154B;
}
.feature .image {
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    position: relative;
}
.feature .image img {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.feature p {
    color: #fff;
}
footer{
    background: rgb(255,255,255);
    background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(200,200,200,0.742734593837535) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(200,200,200,0.742734593837535) 100%);
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(200,200,200,0.742734593837535) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#c8c8c8",GradientType=1);
}
footer .footer__col h3 {
    color: #2F2F2F;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}
footer .footer__col .list-unstyled li {
    margin-bottom: 10px;
}
footer .footer__col .list-unstyled li a {
    transition: 0.3s ease;
    color: #545567;
}
footer .footer__col .list-unstyled li a:hover {
    color: #E6154B;
    padding-left: 5px;
    transition: 0.3s ease;
    text-decoration: none;
}
footer .socialico a {
    display: block;
    padding: 5px;
    position: relative;
    z-index: 1;
    background-color: transparent;
            color: #000 !important;
}
footer .socialico a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-top: 1px solid rgba(255, 255, 255, 0);
    border-right: 1px solid rgba(255, 255, 255, 0);
    width: 50px;
    height: 50px;
    background-color: transparent;
    z-index: -1;
    transition: 0.3s ease-in-out;
    pointer-events: none;
}
footer .socialico a:hover::after {
    content: "";
    position: absolute;
    top: -2px;
    right: -2px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    z-index: -1;
    transition: 0.3s ease-in-out;
    pointer-events: none;
    border-top: 1px solid #E6154B;
    border-right: 1px solid #E6154B;
    background-color: transparent;
}
footer .contact .number {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}
footer .contact .number a{
color: #2C2C2C;
transition: .3s;
}
footer .contact .number a:hover{
    color: #E6154B;
    transition: .3s;
    text-decoration: none;
    }

.offerInner {
    position: relative;
    overflow: hidden;
}
.offerInner::before {
    position: absolute;
    top: 0;
    left: -95%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
    pointer-events: none;
}
.offerInner:hover::before {
    animation: shine 0.75s;
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.banner img {
    box-shadow: rgba(50, 50, 93, 0) 0px 13px 27px 0px, rgba(0, 0, 0, 0) 0px 8px 16px 0px;
    transition: 0.3s ease-in-out;
}
.banner img:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    transition: 0.3s ease-in-out;
}

.product {
    box-shadow: rgba(0, 0, 0, 0) 0px 20px 25px -5px, rgba(0, 0, 0, 0) 0px 10px 10px -5px;
    transition: 0.3s ease-in-out;
}
.product:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    transition: 0.3s ease-in-out;
}

.locators {
    position: absolute;
    right: 20px;
    display: flex;
    gap: 10px;
}

@media (max-width: 1300px) {
    .locators {
        right: 5px;
        gap: 4px;
    }
}

@media (max-width: 600px) {
    .locators {
        display: block !important;
    }
    .locators button {
        margin-top: 10px;
        width: 100%;
        justify-content: center;
        align-self: center;
    }
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    width: -moz-max-content;
    width: max-content;
}

.mega-menu .dropdown-menu {
    padding: 0;
    border: none;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    width: 300px;
}
.mega-menu .dropdown-menu .mega-menu-content {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 10px;
}
.mega-menu .dropdown-menu .mega-menu-content .categories {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mega-menu .dropdown-menu .mega-menu-content .categories .category-item {
    position: relative;
}
.mega-menu .dropdown-menu .mega-menu-content .categories .category-item a {
    text-decoration: none;
    font-size: 14px;
    color: #000;
    display: block;
    padding: 8px 10px;
    transition: background-color 0.2s, color 0.2s;
}
.mega-menu .dropdown-menu .mega-menu-content .categories .category-item a:hover {
    background-color: #f5f5f5;
    color: #E6154B;
}
.mega-menu .dropdown-menu .mega-menu-content .categories .category-item .subcategories {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    /* Move to the right of the main menu */
    background-color: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    list-style: none;
    padding: 10px 0;
    margin: 0;
    width: 200px;
}
.mega-menu .dropdown-menu .mega-menu-content .categories .category-item .subcategories li a {
    text-decoration: none;
    font-size: 13px;
    color: #555;
    display: block;
    padding: 8px 10px;
    transition: background-color 0.2s, color 0.2s;
}
.mega-menu .dropdown-menu .mega-menu-content .categories .category-item .subcategories li a:hover {
    background-color: #eaeaea;
    color: #E6154B;
}
.mega-menu .dropdown-menu .mega-menu-content .categories .category-item:hover .subcategories {
    display: block;
    /* Show subcategories on hover */
}

.headerimg {
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
}

.breadcrumbsec li a {
    color: #7c7c7c;
    text-decoration: none;
    margin-top: 45px;
}

.main_category .topic {
    font-size: 25px;
}
.main_category .catcard {
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 1;
    padding: 10px;
}
.main_category .catcard a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}
.main_category .catcard__img {
    display: flex;
    align-self: center;
    justify-content: center;
    position: relative;
}
.furnitre_main_category .catcard__img img {
    height: 160px !important;
}

.furnitre_main_category .catcard__img::before {
    height: 160px !important;
}

.main_category .catcard__img img {
    /*height: 100px;*/
    transition: 0.3s ease-in-out;
    /*object-fit: cover;*/
    /* width: -webkit-fill-available; */
    width: auto !important;
}
/*.main_category .catcard__img::before {*/
/*    content: "";*/
/*    width: 100px;*/
/*    height: 100px;*/
/*    border-radius: 50%;*/
/*    !* Use 50% for a perfect circle *!*/
/*    display: block;*/
/*    background-color: #ffe0e0;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    z-index: -1;*/
/*    transition: width 0.2s ease-in-out, height 0.3s ease-in-out;*/
/*}*/
.main_category .catcard__name {
    margin-top: 10px;
    font-size: 12px;
    color: #3d3d3d;
}
.main_category .catcard:hover img {
    transition: 0.3s ease-in-out;
}
.main_category .catcard:hover .catcard__img::before {
    /* Use class selector directly */
    width: 120px;
    height: 120px;
    background-color: #ceecff;
}
.main_category .catcard:hover p {
    color: #E6154B;
    /* font-weight: 600; */
    transition: 0.3s ease-in-out;
}

.filter-section {
    /* Style for the range track */
}
.filter-section h5,
.filter-section h6 {
    font-weight: 600;
}
.filter-section ul {
    list-style: none;
}
.filter-section ul li .form-check label {
    font-size: 14px;
}
.filter-section .form-check-input:checked {
    background-color: #E6154B;
    border-color: #E6154B;
}

.pagenation_wrapper .pagination li {
    margin: 5px;
}
.pagenation_wrapper .pagination li a {
    color: #959595;
}
.pagenation_wrapper .pagination li a:hover {
    background-color: #E6154B;
    color: #fff;
}

.product-images img {
    width: 100%;
    cursor: pointer;
    margin-bottom: 10px;
    border: 2px solid transparent;
    transition: border 0.3s;
}
.product-images img.active {
    border: 1px solid #E6154B;
    border-radius: 4px;
}

.main-image img {
    width: 100%;
}

.pricedrop {
    background: rgb(74, 197, 0);
    background: linear-gradient(90deg, rgb(74, 197, 0) 0%, rgb(53, 139, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4ac500", endColorstr="#358b00", GradientType=1);
}


.pricedrop-bo {
    background: rgb(227, 189, 0);
    background: linear-gradient(90deg, rgb(227, 183, 0) 0%, rgb(169, 131, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4ac500", endColorstr="#358b00", GradientType=1);
}

.pricedrop-fo {
    background: rgb(227, 189, 0);
    background: linear-gradient(90deg, rgb(227, 183, 0) 0%, rgb(169, 131, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4ac500", endColorstr="#358b00", GradientType=1);
}

.offer-carousel {
    /*background-color: #F3F3F3;*/
}
.offer-carousel .card-offer {
    text-align: center;
    padding: 15px;
    border-radius: 12px !important;
    border: 1px solid #969696;
    background-color: #fff;
    height: 100%;
}
.card-img-container {
    min-height: 60px;
}


.install {
    margin-bottom: 0;
    font-size: 0.9rem;
}
.offer-carousel .card-offer img {
    /* height: 30px; */
}
.offer-carousel .card-offer h5 {
    margin-top: 10px;
    font-size: 11px;
    color: green;
}
.offer-carousel .card-offer p {
    font-size: 11px;
    margin: 0;
}
.offer-carousel .carousel-control-prev,
.offer-carousel .carousel-control-next {
    width: 30px;
    height: 30px;
    /*background-color: #ffffff;*/
    padding: 5px;
    top: 33%;
    /*border-radius: 20px;*/
    /*box-shadow: 1px 1px 3px #000;*/
}
.offer-carousel .carousel-control-prev {
    left: -25px;
}
.offer-carousel .carousel-control-next {
    right: -25px;
}
.offer-carousel .carousel-control-next-icon {
    filter: brightness(0);
}
.offer-carousel .carousel-control-prev-icon {
    filter: brightness(0);
}

.colorselect .color {
    display: flex;
    gap: 10px;
}
.colorselect .radio-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.colorselect .radio-container input[type=radio] {
    display: none;
    /* Hide the default radio button */
}
.colorselect .custom-radio {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ccc;
    transition: background-color 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
.colorselect .custom-radio.color1 {
    background-color: #3F3F3F;
}
.colorselect .custom-radio.color2 {
    background-color: #C6C6C6;
}
.colorselect .custom-radio.color3 {
    background-color: #003362;
}
.colorselect .radio-container input[type=radio]:checked + .custom-radio {
    box-shadow: 0 0 0px 3px #E6154B;
}

.storage .select-radio {
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    padding: 0.5rem 1rem;
    color: #000;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease;
    font-weight: bold;
}
.storage .select-radio input[type=radio] {
    display: none;
}
.storage .select-radio:hover {
    border-color: #d32f2f;
}
input[type=radio]:checked + .storage .select-radio {
    background-color: #d32f2f;
    color: #fff;
    border-color: #d32f2f;
}
.storage .select-radio:has(input[type=radio]:checked) {
    background-color: #E6154B;
    color: #fff;
}

.btn-bgred {
    padding: 15px 45px;
    background-color: #E6154B;
    border: none;
    color: #fff;
}

.btn-bgred-3 {
    padding: 11px 45px;
    background-color: #E6154B;
    border: none;
    color: #fff;
}

.btn-bgred2 {
    padding: 15px 45px;
    background-color: #E6154B;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #E6154B;
    color: #fff;
}

.add-to-cart-btn {
    padding: 15px 0px !important;
}

.btn-bgred:hover {
    background-color: #6c757d;
}

.btn-outline {
    padding: 10px 20px;
}

.counterbtn {
    border: 1px solid #DCDCDC;
    border-radius: 4px;
}
.counterbtn .counter-number {
    width: 50px;
}

.counterbtn-mobile {
    border: 1px solid #DCDCDC;
    border-radius: 4px;
    width: 100px;
}
.counterbtn-mobile .counter-number {
    width: 50px;
}

.findstore {
    background-color: #F3F3F3;
    border-radius: 6px;
}
.findstore p {
    color: #008B05;
}

.findinstore-btn {
    background: #696969;
    color: white;
    text-transform: uppercase;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.social-icons a {
    width: 25px;
    height: 25px;
    padding: 7px;
    /* border: 1px solid #DCDCDC; */
    display: block;
    float: left;
    margin: 5px;
    text-align: center;
    background-color: transparent;
    transition: 0.3s ease-in-out;
}
/* .social-icons a:hover {
    filter: grayscale(1);
} */

.social-icons-single-view a {
    width: 35px;
    height: 35px;
    padding: 7px;
    border: 1.5px solid rgba(128, 128, 128, 0.3);
    border-radius: 4px;
    /* border: 1px solid #DCDCDC; */
    display: block;
    float: left;
    margin: 15px 10px;
    text-align: center;
    background-color: #fff;
    transition: 0.3s ease-in-out;
}
.social-icons-single-view a:hover {
    filter: grayscale(1);
}

.social-icons a img {
    /* height: 25px; */
}
.social-icons a:hover {
    background-color: transparent !important;
    transition: 0.3s ease-in-out;
    color: #ed164e !important;
}

.hilights {
    margin-left: 16%;
}

.hilights h6 {
    font-size:17px;
}

.hilights ul{
    margin-left: 10px;
    color: #606060;
}

.hilights ul li {
    margin-bottom:8px;
}

.featuretabs {
    background-color: rgba(255, 255, 255, 0);
}
.featuretabs .normal-height {
    height: 600px;
    overflow: hidden;
    position: relative;
    transition: 0.5s ease-in-out;
}
.featuretabs .normal-height .viewmore {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    border: none;
    color: #E6154B;
    text-decoration: none;
    height: 100px;
    font-weight: 900;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8239670868347339) 79%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8239670868347339) 79%, rgba(255,255,255,0) 100%);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8239670868347339) 79%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);}
.featuretabs .expand {
    height: auto !important;
    transition: 0.5s ease-in-out;
}

.accordion-button:not(.collapsed) {
    background-color: #DCDCDC;
}

.compare-table .product:hover {
    box-shadow: none;
}
.compare-table .filter img {
    width: 60%;
    margin: 0 auto;
}
.compare-table .pricetag h4 span {
    font-size: 14px;
    color: #6c757d;
    text-decoration: line-through;
}
.compare-table .pricetag p {
    color: #008B05;
    margin: 0;
}
.compare-table tr:hover td {
    background-color: #fff;
}
.compare-table .product__price button {
    padding: 5px 10px;
    font-size: 12px;
}

.product__price .price {
    font-size: 14px;
}

.cartpage .cart-item {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
}
.cartpage .cart-item .card-title {
    font-size: 1.1rem;
    margin-bottom: 5px;
}
.cartpage .cart-item .card-subtitle {
    font-size: 0.9rem;
    margin-bottom: 10px;
}
.cartpage .cart-item .card-price {
    color: #000;
    margin-bottom: 5px;
}
.cartpage .cart-item .quantity-control {
    display: flex;
    align-items: center;
    justify-content: end;
}
.cartpage .cart-item .quantity-control button {
    font-size: 0.85rem;
    padding: 5px 10px;
}
.cartpage .cart-item .quantity-control input {
    font-size: 0.9rem;
    margin: 0 5px;
}
.cartpage .cart-item .action-buttons button {
    font-size: 0.85rem;
}
.cartpage .cart-item .action-buttons button i {
    margin-right: 5px;
}
.cartpage .order-summary .card {
    background-color: #F5F5F5;
}
.cartpage .order-summary .card .list-group-item {
    background-color: #F5F5F5;
}
.login-modal .modal-dialog {
    max-width: 1000px;
}

.login-modal .modal-content {
    border-radius: 6px;
    overflow: hidden;
}
.login-modal .modal-content .modal-body {
    display: flex;
    height: 100%;
}
.login-modal .modal-content .modal-body .btn-light {
    background-color: transparent;
    border: none;
}
.login-modal .modal-content .modal-body .modal-left {
    background: #C80C3D;
    color: white;
    padding: 3.5rem;
    width: 50%;
    text-align: center;
}
.login-modal .modal-content .modal-body .modal-left h2 {
    font-size: 1.8rem;
    font-weight: 700;
}
.login-modal .modal-content .modal-body .modal-left p {
    font-size: 0.9rem;
}
.login-modal .modal-content .modal-body .modal-left img {
    max-width: 70%;
    height: auto;
}
.login-modal .modal-content .modal-body .modal-right {
    width: 50%;
    padding: 4rem !important;
}
.login-modal .modal-content .modal-body .modal-right h3 {
    font-size: 1.5rem;
    font-weight: 600;
}
.login-modal .modal-content .modal-body .modal-right .form-control {
    border-radius: 5px;
}
.login-modal .modal-content .modal-body .modal-right .form-control:focus {
    box-shadow: none;
    border-color: #E6154B;
}
.login-modal .modal-content .modal-body .modal-right .forgot-password {
    font-size: 0.85rem;
    color: #E6154B;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.login-modal .modal-content .modal-body .modal-right .btn {
    font-weight: 600;
}
.login-modal .modal-content .modal-body .modal-right .btn.btn-primary {
    background-color: #E6154B;
    border-color: #E6154B;
}
.login-modal .modal-content .modal-body .modal-right .btn.btn-outline-secondary {
    color: #E6154B;
    border-color: #E6154B;
}
.login-modal .modal-content .modal-body .modal-right .divider {
    font-size: 0.8rem;
    color: #aaa;
}
.login-modal .modal-content .modal-body .modal-right .social-login .social-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    border: 1px solid #DCDCDC;
}

.divider-wrapper {
    position: relative;
    text-align: center;
    margin: 20px 0;
}


.divider-wrapper hr {
    margin: 0;
    border: none;
    border-top: 1px solid #000;
}


.divider-text {
    position: relative;
    top: -0.8em;
    background: #f6f6f6;
    padding: 0 10px;
    display: inline-block;
    /* font-weight: bold; */
}

.social-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    border: 1px solid #9f9f9f !important;
    border-radius: 3px;
}

.social-btn-1 {
    border: 1px solid #9f9f9f !important;
    border-radius: 3px;
}

li.nav-item.d-flex.align-items-center.profile {
    position: relative;
}
li.nav-item.d-flex.align-items-center.profile .profile-card {
    max-width: 400px;
    border: 1px solid #ddd;
    border-radius: 8px;
    position: absolute;
    min-width: 360px;
    top: 40px;
    z-index: 10;
    box-shadow: 1px 1px 42px 20px rgba(111, 111, 111, 0.5803921569);
    display: none;
}
li.nav-item.d-flex.align-items-center.profile .profile-card .card-header {
    background-color: #f8f9fa;
    padding: 1rem;
}
li.nav-item.d-flex.align-items-center.profile .profile-card .card-header h5 {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
}
li.nav-item.d-flex.align-items-center.profile .profile-card .card-header p {
    margin: 0;
    font-size: 0.8rem;
    padding-top: 5px;
}
li.nav-item.d-flex.align-items-center.profile .profile-card .card-header a {
    font-size: 0.9rem;
    text-decoration: none;
    color: #0062BD;
}
li.nav-item.d-flex.align-items-center.profile .profile-card .card-header a:hover {
    color: #E6154B;
}
li.nav-item.d-flex.align-items-center.profile .profile-card .card-body {
    padding: 1rem;
}
li.nav-item.d-flex.align-items-center.profile .profile-card .card-body ul {
    margin: 0;
    padding: 0;
}
li.nav-item.d-flex.align-items-center.profile .profile-card .card-body ul li {
    margin-bottom: 0.5rem;
}
li.nav-item.d-flex.align-items-center.profile .profile-card .card-body ul li a {
    text-decoration: none;
    color: #000;
    font-size: 1rem;
}
li.nav-item.d-flex.align-items-center.profile .profile-card .card-body ul li a:hover {
    text-decoration: none;
    color: #E6154B;
}
li.nav-item.d-flex.align-items-center.profile .profile-card .card-footer {
    background-color: #fff;
    padding: 0.75rem;
}
li.nav-item.d-flex.align-items-center.profile .profile-card .card-footer a {
    font-size: 1rem;
    font-weight: 500;
}
li.nav-item.d-flex.align-items-center.profile .profile-card .card-footer a i {
    font-size: 1.2rem;
}
li.nav-item.d-flex.align-items-center.profile .profile-card .card-footer a:hover {
    color: #E6154B;
    text-decoration: underline;
}
li.nav-item.d-flex.align-items-center.profile:hover .profile-card {
    display: block;
}

.stepper .circle {
    width: 32px;
    height: 32px;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    font-size: 0.875rem;
}
.stepper .label {
    font-size: 0.875rem;
    white-space: nowrap;
    position: relative;
}
.stepper .label::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #DCDCDC;
    top: -25px;
    left: 50%;
    transform: translate(7%, -50%);
}
.stepper .active .circle {
    background-color: #E6154B;
    color: #fff;
}
.stepper .active .label::after {
    background-color: #E6154B;
}
.stepper .step:last-child .label::after {
    display: none;
}

.address-card {
    border: 1px solid #ddd;
    border-radius: 5px;
}
.address-card label {
    cursor: pointer;
}

.shippingaddress .add-address-link a {
    color: #E6154B;
    text-decoration: none;
    font-weight: bold;
}
.shippingaddress .add-address-link a:hover {
    text-decoration: underline;
}
.shippingaddress label sup {
    color: #E6154B;
}
.shippingaddress .form-check-input:checked {
    background-color: #E6154B;
    border-color: #E6154B;
}

.makepayment .paycard {
    border-radius: 6px;
    padding: 10px;
    background-color: #DCDCDC;
}
.makepayment .paycard p {
    color: #2F2F2F;
    margin: 0;
}
.makepayment .bg-red {
    background-color: #E6154B;
    border-radius: 6px;
    padding: 10px;
}
.makepayment .bg-red p {
    color: #fff;
    margin: 0;
}

.select-bank .form-check {
    display: flex;
    align-items: center;
    width: 100%;
}
.select-bank .form-check-input:checked {
    background-color: #E6154B;
    border-color: #E6154B;
}
.select-bank .form-check-label {
    border-radius: 4px;
    padding: 4px;
}
.select-bank .form-check {
    display: flex;
    align-items: center;
    border-radius: 4px;
    padding: 3px;
    height: 60px;
    border: 1px solid #DCDCDC;
}
.select-bank .form-check:has(.form-check-input:checked) {
    border: 1px solid #E6154B;
    border-radius: 4px;
    padding: 3px;
}

.redeem body {
    font-family: Arial, sans-serif;
}
.redeem .container {
    margin-top: 2rem;
}
.redeem .redemption-policy-link {
    color: #E6154B;
    text-decoration: none;
}
.redeem .redemption-policy-link:hover {
    text-decoration: underline;
}
.redeem .input-group .form-control {
    border: 1px solid #ddd;
    border-right: none;
}
.redeem .input-group .form-control::-moz-placeholder {
    color: #6c757d;
    font-style: italic;
}
.redeem .input-group .form-control::placeholder {
    color: #6c757d;
    font-style: italic;
}
.redeem .input-group .btn-redeem {
    background-color: #E6154B;
    color: white;
    border: none;
}
.redeem .input-group .btn-redeem:hover {
    background-color: #b7113c;
}
.redeem .info-section .badge-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
}
.redeem .info-section .badge-info .badge-icon {
    width: 40px;
    height: 40px;
}
.redeem .info-section .badge-info .points {
    font-weight: bold;
    color: #E6154B;
}
.redeem .info-section .btn-skip {
    background-color: #E6154B;
    color: white;
    border: none;
}
.redeem .info-section .btn-skip:hover {
    background-color: #b7113c;
}
@media (max-width: 768px) {
    .redeem .info-section {
        text-align: center;
    }
    .redeem .info-section .badge-info {
        justify-content: center;
    }
}

.confirmation-container {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 30px;
    width: 1000px !important;
    max-width: 1000px !important;
    /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);*/
    margin-top: 20px;
    margin-bottom: 40px;
}

.confirmation-container a{
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.confirmation-container .icon {
    font-size: 50px;
    color: green;
}

.confirmation-container .btn-outline-danger {
    border-color: #E6154B;
    color: #E6154B;
}

.confirmation-container .btn-outline-danger:hover {
    background-color: #E6154B;
    color: #ffffff;
}

.confirmation-container .btn-danger {
    background-color: #E6154B;
    border-color: #E6154B;
}

.confirmation-container .btn-danger:hover {
    background-color: #E6154B;
}

.img-magnifier-container {
    position: relative;
    border: 1px solid #DCDCDC;
    overflow: hidden;
}

#mainProductImage {
    width: 100%;
    height: auto;
    cursor: zoom-in;
}

.img-magnifier-glass {
    position: absolute;
    border: 3px solid #E6154B;
    border-radius: 25px;
    width: 200px;
    /* Magnifier width */
    height: 200px;
    /* Magnifier height */
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    display: none;
    /* Hidden by default */
    z-index: 10;
}

.eia-topic p {
    color: #007bff;
}

.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #FFFFFF !important;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #FAFAFA !important;
}

.specifications-table>tbody>tr:nth-of-type(odd) {
    background-color: rgba(250, 250, 250, 1) !important;
}

.specifications-table>tbody>tr:nth-of-type(even) {
    background-color: rgb(255, 255, 255) !important;
}

.table-hover>tbody>tr:hover {
    background-color: rgba(0, 123, 255, 0.03) !important;
}


#emiBankContent .table,
#emiBankContent .table td,
#emiBankContent .table th,
#emiBankContent .table tr {
    border: none !important;
}


#emiBankContent .table {
    border-collapse: collapse;
    border-spacing: 0;
}


#emiBankContent .table-striped>tbody>tr:nth-of-type(even) {
    background-color: #FAFAFA !important;
}

#emiBankContent .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.001) !important;
}

#emiBankContent .table-hover>tbody>tr:hover {
    background-color: rgba(0, 123, 255, 0.03) !important;
}

.emiOption__wrapper {
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 10px;
    height: 50px;
}
.emiOption__wrapper .bank-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.emiOption__wrapper .bank-link.active {
    border: 1px solid #E6154B;
    border-radius: 6px;
}
.emiOption__wrapper img {
    height: 35px;
}

.compare-card {
    position: relative;
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 20px;
    text-align: center;
}
.compare-card .d-flex {
    justify-content: center;
    align-items: center;
}
.compare-card .close-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 12px;
    cursor: pointer;
}
.compare-card .product-img {
    width: 80px;
    margin-bottom: 10px;
}

.compare-card img {
    width: 80px !important;
}

.compare-card .product-title {
    font-size: 14px;
    font-weight: bold;
}

.add-card {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: gray;
    background-color: #f8f9fa;
    border: 2px dashed #ccc;
}

section.comparesec {
    position: fixed;
    z-index: 20;
    width: -webkit-fill-available;
    background-color: rgba(0, 0, 0, 0.4862745098);
    top: 10%;
    display: none;
}

.comparesec-show {
    display: block !important;
}

.furnituresec1 {
    background-color: #EBEAE4;
}
.furnituresec1 .curveBtn {
    border-radius: 6px;
    border: 1px solid #E6154B;
}
.furnituresec1 .curveBtn img {
    filter: brightness(11);
}
.furnituresec1 .curveBtn:hover {
    background: #fff;
    border: 1px solid #E6154B;
    color: #E6154B !important;
}
.furnituresec1 .curveBtn:hover img {
    filter: brightness(1);
}
.furnituresec1 .catcard__img {
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 6px;
}
.furnituresec1 .catcard__img::before {
    display: none;
}

.furnituresec1 .catcard__img {
    border: 3px solid white;
}

/*.furnituresec1 .catcard img {*/
/*    scale: 1.105;*/
/*}*/

.furnituresec1 .catcard:hover img {
    scale: 1.15;
}

.furnituresec2 .carddesign {
    overflow: hidden;
    position: relative;
    scale: 1;
    transition: 0.3s ease;
    border-radius: 10px;
}
.furnituresec2 .carddesign img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100% !important;
}
.furnituresec2 .carddesign a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}
.furnituresec2 .carddesign_inner {
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 20px;
}
.furnituresec2 .carddesign_inner h3 {
   font-size: 34px;
   font-weight: 500;
   text-shadow: 1px 1px 9px #1e1e1e;
}

.furnituresec2 .carddesign_inner p {
    font-size: 17px;
    font-weight: 400;
}

.furnituresec2 .carddesign_inner .badge {
    background-color: #E6154B ;
    border-radius: 6px;
}
.furnituresec2 .carddesign:hover img {
    scale: 1.1;
    transition: 0.3s ease;
}

.furnituresec3 {
    height: 500px;
    background-size: cover;
}

.furnituresec3 h3 {
    font-size: 38px;
}

.furnituresec3 p {
    font-size: 23px;
}

.furnituresec3 shopbtn {
    padding: 10px 20px;
}

.furnituresec4 .carddesign_inner {
    padding: 20px;
}

.furnituresec4 .carddesign_inner h3{
    font-size: 37px;
    font-weight: 800;
    margin-bottom: 15px;
}

.furnituresec4 .carddesign_inner p{
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 25px;
}


.curvebtn-white {
    border-radius: 20px;
    box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.1411764706);
    background: #fff;
    color: #2F2F2F;
}
.curvebtn-white:hover {
    background: #E6154B;
    color: #fff;
}

.productfilter .furnitureproductfilter {
    position: relative;
    height: 300px;
}
.productfilter .furnitureproductfilter .card-img-top {
    position: absolute;
    top: 0;
    left: 0;
    /*width: 384px !important;*/
    height: 300px !important;
    -o-object-fit: cover;
    object-fit: cover;
    transition: opacity 0.3s ease-in-out;
}
.productfilter .furnitureproductfilter .card-img-top.default-image {
    opacity: 1;
    z-index: -1;
}
.productfilter .furnitureproductfilter .card-img-top.hover-image {
    opacity: 0;
    z-index: 0;
}
.productfilter:hover .card-img-top.default-image {
    opacity: 0;
}
.productfilter:hover .card-img-top.hover-image {
    opacity: 1;
}

.carddesign2 {
    overflow: hidden;
    position: relative;
    scale: 1;
    transition: 0.3s ease;
    border-radius: 10px;
    color: rgb(255, 255, 255);
}
.carddesign2 img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100% !important;
}
.carddesign2 a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}
.carddesign2_inner {
    position: absolute;
    left: 10px;
    top: 10px;
}
.carddesign2:hover img {
    scale: 1.1;
    transition: 0.3s ease;
}
.carddesign2 .carddesign_inner {
    position: absolute;
    left: 10px;
    top: 10px;
}

.carousel-main {
    /* owl nav */
    /* removing blue outline from buttons */
}
.carousel-main .slide-inner {
    justify-self: center;
    text-align: center;
    position: relative;
}
.carousel-main .slide-inner::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: #FBE6D4;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    border-radius: 50px;
    z-index: -1;
}

.carousel-main .slide-inner img {
    width: 100px;
    position: relative;
    scale: 1;
    transition: 0.3s ease;
}
/*.carousel-main .slide-inner a {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    left: 0;*/
/*    top: 0;*/
/*}*/
.carousel-main .slide-inner:hover img {
    scale: 1.1;
    transition: 0.3s ease;
}
.carousel-main .slide-inner:hover p {
    color: #E6154B;
}
.carousel-main .owl-prev span, .carousel-main .owl-next span {
    color: #FFF;
}
.carousel-main .owl-prev span:hover,
.carousel-main .owl-next span:hover {
    color: #8199A3;
}
.carousel-main .owl-prev, .carousel-main .owl-next {
    position: absolute;
    top: 0;
    height: 100%;
}
.carousel-main .owl-prev {
    left: 7px;
}
.carousel-main .owl-next {
    right: 7px;
}
.carousel-main button:focus, .carousel-main button:active {
    outline: none;
}

.backbtn {
    display: flex;
    color: #797979;
}
.backbtn a, .backbtn p {
    rotate: 315deg;
    justify-content: center;
    align-items: center;
    display: flex;
}
.backbtn i.bi.bi-arrow-90deg-left {
    rotate: 90deg;
    margin-left: 10px;
}

.navdropdown {
    position: relative;
}


.megamenu {
    position: absolute;
    width: 100%;
    background-color: #fff;
    padding: 0px;
    box-shadow: 1px 6px 6px rgba(0, 0, 0, 0.2784313725);
    height: 0vh;
    overflow: hidden;
    transition: 0.3s;
}
.megamenu .nav-pills .nav-link.active, .megamenu .nav-pills .show > .nav-link {
    background-color: #DCDCDC;
    color: #2F2F2F;
    font-weight: 600;
}
.megamenu .nav-pills .nav-link.active:hover, .megamenu .nav-pills .show > .nav-link:hover {
    color: #E6154B;
}
.megamenu .nav-pills .nav-link.active {
    color: #E6154B;
}
.megamenu .nav-pills a {
    color: #2F2F2F;
}
.megamenu a:hover {
    color: #E6154B;
    text-decoration: underline;
}
.megamenu .logodev img {
    width: 120px;
}

.product:hover .megamenu {
    position: absolute;
    width: 100%;
    background-color: #fff;
    padding: 5px;
    box-shadow: 1px 6px 6px rgba(0, 0, 0, 0.2784313725);
    height: 60vh;
    overflow: unset;
    transition: 0.3s;
}
select.curancy.form-select {
    width: 122px;
    background-color: transparent;
    border: none;
    color: #fff;
    filter: brightness(100);
    line-height: 1;
    margin: 0;
  }
  select.curancy.form-select:focus {
    box-shadow: none;
  }
  select.curancy.form-select option {
    background-color: #E6154B;
  }
  a.social-btn img {
    height: 25px;
}

select.search-category.form-select {
    width: 145px;
    background-color: transparent;
    border: none;
    color: #000000;
    line-height: 1;
    margin: 0;
}
select.search-category.form-select:focus {
    box-shadow: none;
}
select.search-category.form-select option {
    background-color: #ffffff;
}
a.social-btn img {
    height: 25px;
}
p.product__code {

    display: flex;
    flex-direction: column;
    /* min-height: 47px; */
}
h5.card-title.product__name {
    line-height: 1;
    overflow: hidden;
    /* line-height: 1.5em; */
    /*height: 3em;*/
    overflow: hidden;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    width: 100%;
}
.we-mega-menu-ul .dropdown-menu > a:before{
    width: 27px;
    height: 7px;
}
.productfilter .buynow{
    background-color: #fff;
}
.buynow a.add-to-cart-link.cart-link-btn {
    background: transparent !important;
    border: 0 !important;
    padding: 6px 0 !important;
}
.buynow a.add-to-cart-link.cart-link-btn img {
    filter: none;
}
.productfilter img.card-img-top {
    height: 220px !important;
    object-fit: contain;
}
.footerrow {
    border-top: 1px solid #e7e7e7;
    color: #515563;
    font-size: 13px;
  }
  .footerrow a {
    color: #515563 !important;
  }
  @media only screen and (max-width: 600px) {
    ul#newArrivaltab {
        margin-top: 10px !important;
    }
  }
  .product-list .product:first-child::before {
    display: none;
}
.btnsq a{
    color: #fff !important;
}
.btnsq:hover a{
    color: #fff !important;
    background-color: transparent !important;
}
li.we-mega-menu-li.btn.btn-danger.btnsq.btnsq--skew.btnsq-default:hover{
    background-color: #4d4d4d;
}
.we-mega-menu-col img{
    max-width: 100%;
}
.btn-green{
padding: 10px 20px;
}
.subcategories-slider{
    overflow-x: hidden;
    scroll-behavior: smooth;
}
.furniture-list{
    position: relative;
    display: block;
}
.furniture-list .filters{
    padding: 4px;
    width: 100%;
    padding-bottom: 200%;
}
.furniture-list.product-list .product {
    position: relative;
    float: left;
    /*height: 400px;*/
    float: left;
}
.filters-off .allfilter{
display: none;
}

.grid-filter-bar {
    background-color: #FAFAFA;
    max-height: 40px;
    font-size: 13px;
}

.grid-filter-bar select {
    font-size: 13px;
    color: #5e5e5e;
}


.bg-secondary-1 {
    background-color: #FAFAFA;
}

.bg-secondary-2 {
    background-color: #F4F4F4;
}

.bg-secondary-3 {
    background-color: #F6F6F6;
}

.grid-filter-bar select {
    background-color: #FAFAFA;
    border: none;
}

.btn-no-fill {
    background-color: transparent;
    border: none;

}

.icon-active {
    color: #000000;
}

.icon-inactive {
    color: #6c757d;
}

.m-h-40 {
    max-height: 40px !important;
}

.h-45 {
    height: 45px !important;
}

.filters-on .allfilter{
    display: block;
    }
    .roomcard p {
        text-decoration: none;
        color: #000;
      }
      .roomcard a:hover {
        text-decoration: none;
      }
      .roomcard .catcard__img {
        overflow: hidden;
        width: 160px;
      }
      .roomcard .catcard__img img {
        scale: 1;
        transition: 0.3s ease;
      }
      .roomcard:hover p {
        text-decoration: none;
        color: #E6154B;
      }
      .roomcard:hover .catcard__img {
        overflow: hidden;
        width: 160px;
      }
      .roomcard:hover .catcard__img img {
        scale: 1.2;
        transition: 0.3s ease;
      }
      .catcard .backbtn a, .catcard .backbtn p {
        color: #444444;
        text-decoration: none;
      }
      .catcard .backbtn:hover p {
        color: #000 !important;
        text-decoration: none;
      }
      .block-facet--checkbox {
        margin: 4px 0px;
        border: 1px solid #d7d7d7;
        border-radius: 6px;
    }
    .modal-body.dele-modal ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .modal-body.dele-modal ul li {
        padding: 10px;

        padding-left: 30px;
        position: relative;
        color: #8b8b8b;
    }
    .modal-body.dele-modal ul li:nth-child(odd) {

        background-color: #fafafa;

    }
    .modal-body.dele-modal ul li::before {
        content: "";
    width: 5px;
    height: 5px;
    background-color: #000000;
    border-radius: 10px;
    display: block;
    position: absolute;
    left: 14px;
    top: 17px;
    }
    h4.text-primary.fw-bold.mb-0.productprice {
        color: #000000 !important;
        font-size: 20px;
    }
    h5.card-title.product__name{

    }
    h5.card-title.product__name a:hover{
        color: #E6154B;
        text-decoration: none;

    }
    @media only screen and (max-width: 800px) {
        ul#newArrivaltab {
            margin-top: 0px !important;
        }
      }
    .product__name:hover a{
        color: #E6154B;
    }
    .product-listing-content .product{
        position: relative;
    }
    .product-listing-content .product::before{
        content: "";
        width: 1px;
        height: 80%;
        position: absolute;
        color: #000000;
        left: 0;
        top: 0;
        z-index: 2;
        opacity: 0.1;
        background: rgb(255, 255, 255);
        background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 25%, rgb(0, 0, 0) 75%, rgba(255, 255, 255, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    }
    .product-listing-content .card-title.product__name a{
        color: #337ab7;

    }
    div#productCarousel::-webkit-scrollbar{
        display: none;
    }
    .imageside::-webkit-scrollbar{
        display: none;
    }
    .galeryside{
        position: relative;
        padding-top: 30px;
    }
    .imageside a {


        display: block;
    }
    .product-images {
        margin-top: 30px;
    }
    .galeryside .prevBtn{
        position: absolute;
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
        padding: initial;
        width: 30px;
        height: 30px;
        border-radius: 30px;
    }
    .galeryside .nextBtn{
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
        padding: initial;
        width: 30px;
        height: 30px;
        border-radius: 30px;
    }
    div#comparediv .comp-close {
        border: 0;
        width: 30px;
        height: 30px;
        background-color: #ffffff;
        border-radius: 4px;
    }
    div#comparediv .compare-inner .col-md-3{
        margin-right: 20px;
    }
    .container {
        max-width: 100% !important;
    }
    footer .contact img {
        height: 40px;
      }

      .logo-row img {
        height: auto;
        width: auto;
        max-width: 115px;
        -o-object-fit: contain;
           object-fit: contain;
        padding: 4px 8px;
      }

      .product-tabs-banner img{
        border-radius: 15px;
      }
      h4.sing-pro-price{
        color: #000;
        font-size:20px;
      }
      .toggle .form-check-input {
        width: 40px;
        height: 14px;
        background-color: #cfcfcf;
        border: none;
        border-radius: 20px;
        position: relative;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    .toggle .form-check-input:checked {
        background-color: #FFF;
    }

    .toggle .form-check-input::before {
        content: '';
        width: 20px;
        height: 20px;
        background-color: #fff;
        border-radius: 50%;
        position: absolute;
        top: -3px;
        left: 0;
        transform: translateX(0);
        transition: transform 0.3s ease, background-color 0.3s ease;
        box-shadow: 1px 0px 5px #00000057;
    }

    .toggle .form-check-input:checked::before {
        transform: translateX(20px);
        background-color: #e6154b;
    }

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

@media only screen and (min-width: 992px) {
    section {
        padding-left: 50px;
        padding-right: 50px;
    }
}


@media only screen and (min-width: 1400px) {
    section {
        padding-left: 80px;
        padding-right: 80px;
    }
}

.is-wishlist-active {
    color: #E6154B !important;
    border: 1px solid #E6154B !important;
}

@media (max-width: 767.98px) {

    .header-top .topBar .container .row {
        font-size: 0.8rem;
    }

    .header-top .topBar .container .row .career-link {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .header-top .topBar .container .row select {
        font-size: 0.8rem;
        height: auto;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
}

@media (max-width: 767.98px) {
    #signInModal .modal-body {
        flex-direction: column !important;
    }
    #signInModal .modal-left,
    #signInModal .modal-right {
        width: 100% !important;
    }

    #signInModal2 .modal-body {
        flex-direction: column !important;
    }
    #signInModal2 .modal-left,
    #signInModal2 .modal-right {
        width: 100% !important;
    }
}

#notify-me-pop2, #notify-me-pop1, #notify-me-pop3, #notify-me-pop10 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background: white;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    width: 400px; /* Adjust width as needed */
    max-width: 90%;
}

.paywith img {
    width: 100%;
}

.paywith h4 {
    font-weight: 500;
}
.compare-card {
    min-height: 120px;
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}

.compare-card .d-flex {
    flex: 1;
    display: flex;
    align-items: center;
}

.compare-card.add-card {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}


.c-hover-block a {
    text-decoration: none;
}

.c-hover-block a:hover {
    color: #9f9f9f;
}

.c-hover {
    transition: .3s ease-in-out;
}

.c-hover:hover {
    color: #9f9f9f;
}
.product .card-img-top {
    transition: 0.3s ease-in-out;
}

.product:hover .card-img-top {
    transform: scale(1.05) !important;
}

.hr-fade {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0));
    position: relative;
}

.hr-fade:before,
.hr-fade:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20px;
    pointer-events: none;
}

.hr-fade:before {
    left: 0;
    background: linear-gradient(to right,
    rgba(255,255,255,1),
    rgba(255,255,255,0));
}

.hr-fade:after {
    right: 0;
    background: linear-gradient(to left,
    rgba(255,255,255,1),
    rgba(255,255,255,0));
}

.single-page-product-code {
    font-size:14px;
}

.single-page-product-title {
    font-weight:500;
}

.single_view input {
    text-transform: uppercase !important;
    font-size:15px;
    font-weight:500;
}

.single-page-small-text {
    font-size:12px;
}

.single-page-medium-small-text {
    font-size:14px;
}

.single-page-medium-small-text {
    font-size:13px !important;
}

.text-red {
    color: #E6154B;
}

.specifications-container {
    width: 100%;
    overflow-x: auto;
}

.specifications-container h2{
    font-size: 24px;
}

.specifications-table {
    width: 100%;
    table-layout: fixed;
    font-size: 14px;
}

.specifications-table .spec-key {
    width: 30%;
    min-width: 200px;
    font-weight: 600;
    vertical-align: top;
}

.specifications-table .spec-value {
    width: 70%;
    vertical-align: top;
    word-break: break-word;
    color: #6b6b6b !important;
}

.cart-type-heading {
    font-size: 25px;
    color: #6b6b6b;
}

.cart-type-heading strong{
    font-weight: 500 !important;
    color: black;
}

.order-summary .card {
    border: none !important;
    border-radius: 10px !important;
}

.total-payable {
    text-transform: uppercase;
    font-weight: 600;
}

.list-group-item {
    border-bottom: none !important;
}

.shop-by-rooms {
    background-color: #ED164E !important;
    padding:10px 50px;
}

.shop-by-rooms:hover {
    background-color: white !important;
    color: #ED164E !important;
    padding:10px 50px;
}

.shop-by-products {
    background-color: white !important;
    padding:10px 50px;
}

.shop-by-products:hover {
    background-color: #ED164E !important;
    padding:10px 50px;
}

.shop-by-products:hover span {
    color: white !important;
}

.shop-by-products:hover img {
    filter: brightness(11);
}

.shop-by-products span{
    color: #ED164E !important;
    font-weight: 500;
}


.topBar .row::-webkit-scrollbar {
    display: none;
}
.topBar .row {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

@media (max-width: 767.98px) {
    .topBar .container {
        padding-left: 18px !important;
        padding-right: 15px;
    }
    .topBar .row {
        display: flex;
        flex-wrap: nowrap;
    }
    .career-link {
        margin-left: 10px;
    }
    .mobile-currency-select {
        min-width: 120px;
    }
}

.todays-deal-product-image {
    height: 240px !important;
}

@media (min-width: 1600px) {
    .todays-deal-product-image {
        height: 270px !important;
    }
}

.todays-deal-product-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.productcarousel .carousel-indicators {
    position: absolute;
    /*bottom: 10px;*/
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.productcarousel .carousel-indicators button {
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    background-color: #555 !important;
    border: none !important;
}

.productcarousel .carousel-indicators button.active {
    background-color: #E6154B !important;
}

.todays-deal-view-more {
    font-size: 15px !important;
    color: #ED164E !important;
    text-decoration: none;
    transition: .3s ease-in-out;
}

.todays-deal-view-more:hover {
    scale: 1.05 !important;
    text-decoration: none !important;
}

.pay-with-bank-logos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

#block-useraccount .login-input {
    padding: 20px !important;
    border-radius: 3px !important;
    font-size: 12px !important;
}

.bank-content th {
    font-size: 17px;
    color: black !important;
    font-weight: 500 !important;
}

.bank-content td {
    font-size: 14px;
    color: #6c6c6c !important;
}

.comparing-table td {
    padding: 20px 15px !important;
}

.comparing-table {
    font-size: 15px;
    border: 1px solid #4f4f4f !important;
    border-radius: 20px !important;
}
#roomsSection {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
#roomsSection.visible {
    opacity: 1;
}

.show-icon {
    margin-left: 4px !important;

}
.show-icon i{
    padding: 3px;
    color: #fff;
    background-color: #2874f0;
    font-size: 10px;
}

.catcard__img_products {
    background: white !important;
}

@media (max-width: 768px) {
    .hilights {
        margin-left: 5%;
    }

    .footer-payment-block-new img {
        width: 60px;
    }

    .locators {
        display: none !important;
    }

    .cart-type-heading {
        font-size: 19px;
    }

    .payment-types .payment-category {
        padding: 0px;
    }

    .payment-gateways
    .payment-method-radio
    .fieldset-wrapper
    > div
    > div
    input[type="radio"] {
        /*visibility: hidden;*/
        margin-right: 6px;
        margin-left: 0px;
    }

    .payment-gateways .payment-method-radio .fieldset-wrapper > div > div .option {

        padding: 5px;
        margin-bottom: 15px;
    }

    .payment-gateways
    .payment-method-radio
    .fieldset-wrapper
    > div
    > div
    .option
    .logo
    img {
        height: 25px;
    }
}

@media (min-width: 992px) {
    .header-bottom .wrapper {
        padding-bottom: 3px !important;
    }
}
.JobBox span{
    width: 70%;
}
.center_01 p a{
    margin-bottom: 20px;
}

.pcs-3 {
    padding-left: 13px;
}

.mcx-3 {
    margin-left: 13px;
    margin-right: 13px;
}

.btn-secondary-3 {
    background: #e7e7e7;
    color: #888888;
}

.w-15 {
    width: 15%;
}

.text-shadow {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.furnitre_main_category .catcard__name {
    font-size: 14px !important;
}

/* Default styles for desktop (7 items) */
.slider-item {
    flex: 0 0 calc(100% / 7);
    box-sizing: border-box;
    padding: 10px;
}
#comparediv {
    display: none;
    position: fixed;
    bottom: 60px;
    left: 0;
    right: 0;
    z-index: 999;
}
/* Mobile styles (3 items) */
@media (max-width: 767px) {
    .slider-item {
        flex: 0 0 calc(100% / 3) !important;
    }

    /* Adjust the scroll amount for mobile */
    .subcategories-slider {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .messages-default.emi-message .messages-inner {
        width: 80%;
    }

    .login-modal .modal-content .modal-body .modal-right {
        padding: 3rem 1rem!important;
    }

    .compare-card {
        min-height: 230px;
    }

    #comparediv {
        bottom: 20px !important;
    }
}

/* Common styles */
.subcategories-slider {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none; /* Hide scrollbar for Firefox */
    -ms-overflow-style: none; /* Hide scrollbar for IE/Edge */
}

.subcategories-slider::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Chrome/Safari */
}

/*.catcard {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*}*/

.track-order-icn {
    width: 10px;
    padding-bottom: 2px;
    margin-right: 4px;
}

.single-page-product-images {
    height: 440px;
    overflow: hidden;
    position: relative;
}

.single-page-product-images .imageside{
    height: 100%;
    overflow-y: auto;
    scroll-behavior: smooth;
}

.furniture-new-arr-carousal-btn {
    position: absolute; left: 10px; top: 50%; transform: translateY(-50%);
    z-index: 10; background: rgba(255,255,255,0.9); border: 1px solid #ddd;
    border-radius: 50%; width: 40px; height: 40px; font-size: 1.2rem;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1); cursor: pointer;
    transition: all 0.3s ease;
}

.furniture-new-arr-carousal-btn-next {
    position: absolute; right: 10px; top: 50%; transform: translateY(-50%);
    z-index: 10; background: rgba(255,255,255,0.9); border: 1px solid #ddd;
    border-radius: 50%; width: 40px; height: 40px; font-size: 1.2rem;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1); cursor: pointer;
    transition: all 0.3s ease;
}


#furnitureProductCarousel {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

#furnitureProductCarousel::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.fs-10 {
    font-size: 10px !important;
}

.w-170 {
    width: 170px !important;
}

.productlogo {
    width:200px !important;
}


@media (min-width: 992px) {
    .menu-right-arrow {
        margin-left: 5px;
        float: right;
        font-size: 11px;
        transform: rotate(1deg) !important;
        color: #8f8f8f;
    }
}

.add-to-reserve-btn .add-to-reserve{
    padding: 10px;
    border-radius: 5px;
    background: #ED164E;
    color: white;
    border: 1px solid #ED164E;
}

.mt-9 {
    margin-top: 90px !important;
}

.mb-7 {
    margin-bottom:5rem !important;
}

.order-stock-out-product {
    padding: 15px 25px;
}

.todaysdeals-productcarousel .carousel-item-container .product-card {
    min-height:610px !important;
}

