.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("../Plugins/NopStation.ProductTabs/Contents/css/owl.video.play.html") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.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: #4dc7a0;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.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: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #4dc7a0
}

/*! jQuery UI - v1.12.1 - 2018-06-15
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=smoothness&cornerRadiusShadow=8px&offsetLeftShadow=-8px&offsetTopShadow=-8px&thicknessShadow=8px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=aaaaaa&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cd0a0a&fcError=cd0a0a&borderColorError=cd0a0a&bgImgOpacityError=95&bgTextureError=glass&bgColorError=fef1ec&iconColorHighlight=2e83ff&fcHighlight=363636&borderColorHighlight=fcefa1&bgImgOpacityHighlight=55&bgTextureHighlight=glass&bgColorHighlight=fbf9ee&iconColorActive=454545&fcActive=212121&borderColorActive=aaaaaa&bgImgOpacityActive=65&bgTextureActive=glass&bgColorActive=ffffff&iconColorHover=454545&fcHover=212121&borderColorHover=999999&bgImgOpacityHover=75&bgTextureHover=glass&bgColorHover=dadada&iconColorDefault=888888&fcDefault=555555&borderColorDefault=d3d3d3&bgImgOpacityDefault=75&bgTextureDefault=glass&bgColorDefault=e6e6e6&iconColorContent=222222&fcContent=222222&borderColorContent=aaaaaa&bgImgOpacityContent=75&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=222222&fcHeader=222222&borderColorHeader=aaaaaa&bgImgOpacityHeader=75&bgTextureHeader=highlight_soft&bgColorHeader=cccccc&cornerRadius=4px&fsDefault=1.1em&fwDefault=normal&ffDefault=Verdana%2CArial%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.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:before,
.ui-helper-clearfix:after {
    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: -.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-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .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-selectable {
    -ms-touch-action: none;
    touch-action: none
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.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 .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-focus,
.ui-menu .ui-state-active {
    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: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .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:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    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: .4em 1em
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.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:focus,
.ui-controlgroup>.ui-controlgroup-item.ui-visual-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: .4em 1em
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
    border-left: none
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
    border-top: none
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none
}

.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-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none
}

.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-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .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-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
    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
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    filter: alpha(opacity=25);
    opacity: .25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px .4em;
    margin: .5em 0 0 0;
    height: auto;
    border: 0
}

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0
}

.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: .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: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.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: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.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
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}

.ui-tabs {
    position: relative;
    padding: .2em
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .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-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .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: none
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em
}

.ui-widget.ui-widget-content {
    border: 1px solid #d3d3d3
}

.ui-widget-content {
    border: 1px solid #aaa;
    background: #fff;
    color: #222
}

.ui-widget-content a {
    color: #222
}

.ui-widget-header {
    border: 1px solid #aaa;
    background: #ccc url("../lib/jquery-ui/jquery-ui-1.12.1.custom/images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
    color: #222;
    font-weight: bold
}

.ui-widget-header a {
    color: #222
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url("../lib/jquery-ui/jquery-ui-1.12.1.custom/images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #555
}

.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,
.ui-button {
    color: #555;
    text-decoration: none
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #999;
    background: #dadada url("../lib/jquery-ui/jquery-ui-1.12.1.custom/images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #212121
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #212121;
    text-decoration: none
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #aaa;
    background: #fff url("../lib/jquery-ui/jquery-ui-1.12.1.custom/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #212121
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #aaa;
    background-color: #212121
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #212121;
    text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url("../lib/jquery-ui/jquery-ui-1.12.1.custom/images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
    color: #363636
}

.ui-state-checked {
    border: 1px solid #fcefa1;
    background: #fbf9ee
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url("../lib/jquery-ui/jquery-ui-1.12.1.custom/images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
    color: #cd0a0a
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #cd0a0a
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #cd0a0a
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .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("../lib/jquery-ui/jquery-ui-1.12.1.custom/images/ui-icons_222222_256x240.png")
}

.ui-widget-header .ui-icon {
    background-image: url("../lib/jquery-ui/jquery-ui-1.12.1.custom/images/ui-icons_222222_256x240.png")
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url("../lib/jquery-ui/jquery-ui-1.12.1.custom/images/ui-icons_454545_256x240.png")
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url("../lib/jquery-ui/jquery-ui-1.12.1.custom/images/ui-icons_454545_256x240.png")
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url("../lib/jquery-ui/jquery-ui-1.12.1.custom/images/ui-icons_2e83ff_256x240.png")
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("../lib/jquery-ui/jquery-ui-1.12.1.custom/images/ui-icons_cd0a0a_256x240.png")
}

.ui-button .ui-icon {
    background-image: url("../lib/jquery-ui/jquery-ui-1.12.1.custom/images/ui-icons_888888_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-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 4px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 4px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 4px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 4px
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    -webkit-box-shadow: -8px -8px 8px #aaa;
    box-shadow: -8px -8px 8px #aaa
}

@font-face {
    font-family: 'Linearicons-Free';
    src: url('../Themes/NopKalles/Content/webfonts/Linearicons-Free54e9.eot?w118d');
    src: url('../Themes/NopKalles/Content/webfonts/Linearicons-Freed41d.eot?#iefixw118d') format('embedded-opentype'), url('../Themes/NopKalles/Content/webfonts/Linearicons-Free54e9.woff2?w118d') format('woff2'), url('../Themes/NopKalles/Content/webfonts/Linearicons-Free54e9.woff?w118d') format('woff'), url('../Themes/NopKalles/Content/webfonts/Linearicons-Free54e9.ttf?w118d') format('truetype'), url('../Themes/NopKalles/Content/webfonts/Linearicons-Free54e9.svg?w118d#Linearicons-Free') format('svg');
    font-weight: normal;
    font-style: normal
}

.lnr {
    font-family: 'Linearicons-Free';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.lnr-home:before {
    content: ""
}

.lnr-apartment:before {
    content: ""
}

.lnr-pencil:before {
    content: ""
}

.lnr-magic-wand:before {
    content: ""
}

.lnr-drop:before {
    content: ""
}

.lnr-lighter:before {
    content: ""
}

.lnr-poop:before {
    content: ""
}

.lnr-sun:before {
    content: ""
}

.lnr-moon:before {
    content: ""
}

.lnr-cloud:before {
    content: ""
}

.lnr-cloud-upload:before {
    content: ""
}

.lnr-cloud-download:before {
    content: ""
}

.lnr-cloud-sync:before {
    content: ""
}

.lnr-cloud-check:before {
    content: ""
}

.lnr-database:before {
    content: ""
}

.lnr-lock:before {
    content: ""
}

.lnr-cog:before {
    content: ""
}

.lnr-trash:before {
    content: ""
}

.lnr-dice:before {
    content: ""
}

.lnr-heart:before {
    content: ""
}

.lnr-star:before {
    content: ""
}

.lnr-star-half:before {
    content: ""
}

.lnr-star-empty:before {
    content: ""
}

.lnr-flag:before {
    content: ""
}

.lnr-envelope:before {
    content: ""
}

.lnr-paperclip:before {
    content: ""
}

.lnr-inbox:before {
    content: ""
}

.lnr-eye:before {
    content: ""
}

.lnr-printer:before {
    content: ""
}

.lnr-file-empty:before {
    content: ""
}

.lnr-file-add:before {
    content: ""
}

.lnr-enter:before {
    content: ""
}

.lnr-exit:before {
    content: ""
}

.lnr-graduation-hat:before {
    content: ""
}

.lnr-license:before {
    content: ""
}

.lnr-music-note:before {
    content: ""
}

.lnr-film-play:before {
    content: ""
}

.lnr-camera-video:before {
    content: ""
}

.lnr-camera:before {
    content: ""
}

.lnr-picture:before {
    content: ""
}

.lnr-book:before {
    content: ""
}

.lnr-bookmark:before {
    content: ""
}

.lnr-user:before {
    content: ""
}

.lnr-users:before {
    content: ""
}

.lnr-shirt:before {
    content: ""
}

.lnr-store:before {
    content: ""
}

.lnr-cart:before {
    content: ""
}

.lnr-tag:before {
    content: ""
}

.lnr-phone-handset:before {
    content: ""
}

.lnr-phone:before {
    content: ""
}

.lnr-pushpin:before {
    content: ""
}

.lnr-map-marker:before {
    content: ""
}

.lnr-map:before {
    content: ""
}

.lnr-location:before {
    content: ""
}

.lnr-calendar-full:before {
    content: ""
}

.lnr-keyboard:before {
    content: ""
}

.lnr-spell-check:before {
    content: ""
}

.lnr-screen:before {
    content: ""
}

.lnr-smartphone:before {
    content: ""
}

.lnr-tablet:before {
    content: ""
}

.lnr-laptop:before {
    content: ""
}

.lnr-laptop-phone:before {
    content: ""
}

.lnr-power-switch:before {
    content: ""
}

.lnr-bubble:before {
    content: ""
}

.lnr-heart-pulse:before {
    content: ""
}

.lnr-construction:before {
    content: ""
}

.lnr-pie-chart:before {
    content: ""
}

.lnr-chart-bars:before {
    content: ""
}

.lnr-gift:before {
    content: ""
}

.lnr-diamond:before {
    content: ""
}

.lnr-linearicons:before {
    content: ""
}

.lnr-dinner:before {
    content: ""
}

.lnr-coffee-cup:before {
    content: ""
}

.lnr-leaf:before {
    content: ""
}

.lnr-paw:before {
    content: ""
}

.lnr-rocket:before {
    content: ""
}

.lnr-briefcase:before {
    content: ""
}

.lnr-bus:before {
    content: ""
}

.lnr-car:before {
    content: ""
}

.lnr-train:before {
    content: ""
}

.lnr-bicycle:before {
    content: ""
}

.lnr-wheelchair:before {
    content: ""
}

.lnr-select:before {
    content: ""
}

.lnr-earth:before {
    content: ""
}

.lnr-smile:before {
    content: ""
}

.lnr-sad:before {
    content: ""
}

.lnr-neutral:before {
    content: ""
}

.lnr-mustache:before {
    content: ""
}

.lnr-alarm:before {
    content: ""
}

.lnr-bullhorn:before {
    content: ""
}

.lnr-volume-high:before {
    content: ""
}

.lnr-volume-medium:before {
    content: ""
}

.lnr-volume-low:before {
    content: ""
}

.lnr-volume:before {
    content: ""
}

.lnr-mic:before {
    content: ""
}

.lnr-hourglass:before {
    content: ""
}

.lnr-undo:before {
    content: ""
}

.lnr-redo:before {
    content: ""
}

.lnr-sync:before {
    content: ""
}

.lnr-history:before {
    content: ""
}

.lnr-clock:before {
    content: ""
}

.lnr-download:before {
    content: ""
}

.lnr-upload:before {
    content: ""
}

.lnr-enter-down:before {
    content: ""
}

.lnr-exit-up:before {
    content: ""
}

.lnr-bug:before {
    content: ""
}

.lnr-code:before {
    content: ""
}

.lnr-link:before {
    content: ""
}

.lnr-unlink:before {
    content: ""
}

.lnr-thumbs-up:before {
    content: ""
}

.lnr-thumbs-down:before {
    content: ""
}

.lnr-magnifier:before {
    content: ""
}

.lnr-cross:before {
    content: ""
}

.lnr-menu:before {
    content: ""
}

.lnr-list:before {
    content: ""
}

.lnr-chevron-up:before {
    content: ""
}

.lnr-chevron-down:before {
    content: ""
}

.lnr-chevron-left:before {
    content: ""
}

.lnr-chevron-right:before {
    content: ""
}

.lnr-arrow-up:before {
    content: ""
}

.lnr-arrow-down:before {
    content: ""
}

.lnr-arrow-left:before {
    content: ""
}

.lnr-arrow-right:before {
    content: ""
}

.lnr-move:before {
    content: ""
}

.lnr-warning:before {
    content: ""
}

.lnr-question-circle:before {
    content: ""
}

.lnr-menu-circle:before {
    content: ""
}

.lnr-checkmark-circle:before {
    content: ""
}

.lnr-cross-circle:before {
    content: ""
}

.lnr-plus-circle:before {
    content: ""
}

.lnr-circle-minus:before {
    content: ""
}

.lnr-arrow-up-circle:before {
    content: ""
}

.lnr-arrow-down-circle:before {
    content: ""
}

.lnr-arrow-left-circle:before {
    content: ""
}

.lnr-arrow-right-circle:before {
    content: ""
}

.lnr-chevron-up-circle:before {
    content: ""
}

.lnr-chevron-down-circle:before {
    content: ""
}

.lnr-chevron-left-circle:before {
    content: ""
}

.lnr-chevron-right-circle:before {
    content: ""
}

.lnr-crop:before {
    content: ""
}

.lnr-frame-expand:before {
    content: ""
}

.lnr-frame-contract:before {
    content: ""
}

.lnr-layers:before {
    content: ""
}

.lnr-funnel:before {
    content: ""
}

.lnr-text-format:before {
    content: ""
}

.lnr-text-format-remove:before {
    content: ""
}

.lnr-text-size:before {
    content: ""
}

.lnr-bold:before {
    content: ""
}

.lnr-italic:before {
    content: ""
}

.lnr-underline:before {
    content: ""
}

.lnr-strikethrough:before {
    content: ""
}

.lnr-highlight:before {
    content: ""
}

.lnr-text-align-left:before {
    content: ""
}

.lnr-text-align-center:before {
    content: ""
}

.lnr-text-align-right:before {
    content: ""
}

.lnr-text-align-justify:before {
    content: ""
}

.lnr-line-spacing:before {
    content: ""
}

.lnr-indent-increase:before {
    content: ""
}

.lnr-indent-decrease:before {
    content: ""
}

.lnr-pilcrow:before {
    content: ""
}

.lnr-direction-ltr:before {
    content: ""
}

.lnr-direction-rtl:before {
    content: ""
}

.lnr-page-break:before {
    content: ""
}

.lnr-sort-alpha-asc:before {
    content: ""
}

.lnr-sort-amount-asc:before {
    content: ""
}

.lnr-hand:before {
    content: ""
}

.lnr-pointer-up:before {
    content: ""
}

.lnr-pointer-right:before {
    content: ""
}

.lnr-pointer-down:before {
    content: ""
}

.lnr-pointer-left:before {
    content: ""
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite
}

.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: ""
}

.fa-accessible-icon:before {
    content: ""
}

.fa-accusoft:before {
    content: ""
}

.fa-acquisitions-incorporated:before {
    content: ""
}

.fa-ad:before {
    content: ""
}

.fa-address-book:before {
    content: ""
}

.fa-address-card:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-adobe:before {
    content: ""
}

.fa-adversal:before {
    content: ""
}

.fa-affiliatetheme:before {
    content: ""
}

.fa-air-freshener:before {
    content: ""
}

.fa-airbnb:before {
    content: ""
}

.fa-algolia:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-alipay:before {
    content: ""
}

.fa-allergies:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-amazon-pay:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-american-sign-language-interpreting:before {
    content: ""
}

.fa-amilia:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angry:before {
    content: ""
}

.fa-angrycreative:before {
    content: ""
}

.fa-angular:before {
    content: ""
}

.fa-ankh:before {
    content: ""
}

.fa-app-store:before {
    content: ""
}

.fa-app-store-ios:before {
    content: ""
}

.fa-apper:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-apple-alt:before {
    content: ""
}

.fa-apple-pay:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-archway:before {
    content: ""
}

.fa-arrow-alt-circle-down:before {
    content: ""
}

.fa-arrow-alt-circle-left:before {
    content: ""
}

.fa-arrow-alt-circle-right:before {
    content: ""
}

.fa-arrow-alt-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-arrows-alt-h:before {
    content: ""
}

.fa-arrows-alt-v:before {
    content: ""
}

.fa-artstation:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-asymmetrik:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-atlas:before {
    content: ""
}

.fa-atlassian:before {
    content: ""
}

.fa-atom:before {
    content: ""
}

.fa-audible:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-autoprefixer:before {
    content: ""
}

.fa-avianex:before {
    content: ""
}

.fa-aviato:before {
    content: ""
}

.fa-award:before {
    content: ""
}

.fa-aws:before {
    content: ""
}

.fa-baby:before {
    content: ""
}

.fa-baby-carriage:before {
    content: ""
}

.fa-backspace:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-bacon:before {
    content: ""
}

.fa-bahai:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-balance-scale-left:before {
    content: ""
}

.fa-balance-scale-right:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-band-aid:before {
    content: ""
}

.fa-bandcamp:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-bars:before {
    content: ""
}

.fa-baseball-ball:before {
    content: ""
}

.fa-basketball-ball:before {
    content: ""
}

.fa-bath:before {
    content: ""
}

.fa-battery-empty:before {
    content: ""
}

.fa-battery-full:before {
    content: ""
}

.fa-battery-half:before {
    content: ""
}

.fa-battery-quarter:before {
    content: ""
}

.fa-battery-three-quarters:before {
    content: ""
}

.fa-battle-net:before {
    content: ""
}

.fa-bed:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bezier-curve:before {
    content: ""
}

.fa-bible:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-biking:before {
    content: ""
}

.fa-bimobject:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-biohazard:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitcoin:before {
    content: ""
}

.fa-bity:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-blackberry:before {
    content: ""
}

.fa-blender:before {
    content: ""
}

.fa-blender-phone:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-blog:before {
    content: ""
}

.fa-blogger:before {
    content: ""
}

.fa-blogger-b:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-bolt:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-bone:before {
    content: ""
}

.fa-bong:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-book-dead:before {
    content: ""
}

.fa-book-medical:before {
    content: ""
}

.fa-book-open:before {
    content: ""
}

.fa-book-reader:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-bootstrap:before {
    content: ""
}

.fa-border-all:before {
    content: ""
}

.fa-border-none:before {
    content: ""
}

.fa-border-style:before {
    content: ""
}

.fa-bowling-ball:before {
    content: ""
}

.fa-box:before {
    content: ""
}

.fa-box-open:before {
    content: ""
}

.fa-box-tissue:before {
    content: "拏"
}

.fa-boxes:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-brain:before {
    content: ""
}

.fa-bread-slice:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-briefcase-medical:before {
    content: ""
}

.fa-broadcast-tower:before {
    content: ""
}

.fa-broom:before {
    content: ""
}

.fa-brush:before {
    content: ""
}

.fa-btc:before {
    content: ""
}

.fa-buffer:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-burn:before {
    content: ""
}

.fa-buromobelexperte:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-bus-alt:before {
    content: ""
}

.fa-business-time:before {
    content: ""
}

.fa-buy-n-large:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-calendar-alt:before {
    content: ""
}

.fa-calendar-check:before {
    content: ""
}

.fa-calendar-day:before {
    content: ""
}

.fa-calendar-minus:before {
    content: ""
}

.fa-calendar-plus:before {
    content: ""
}

.fa-calendar-times:before {
    content: ""
}

.fa-calendar-week:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-campground:before {
    content: ""
}

.fa-canadian-maple-leaf:before {
    content: ""
}

.fa-candy-cane:before {
    content: ""
}

.fa-cannabis:before {
    content: ""
}

.fa-capsules:before {
    content: ""
}

.fa-car:before {
    content: ""
}

.fa-car-alt:before {
    content: ""
}

.fa-car-battery:before {
    content: ""
}

.fa-car-crash:before {
    content: ""
}

.fa-car-side:before {
    content: ""
}

.fa-caravan:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-caret-square-down:before {
    content: ""
}

.fa-caret-square-left:before {
    content: ""
}

.fa-caret-square-right:before {
    content: ""
}

.fa-caret-square-up:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-carrot:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cash-register:before {
    content: ""
}

.fa-cat:before {
    content: ""
}

.fa-cc-amazon-pay:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-apple-pay:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-centercode:before {
    content: ""
}

.fa-centos:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-chair:before {
    content: ""
}

.fa-chalkboard:before {
    content: ""
}

.fa-chalkboard-teacher:before {
    content: ""
}

.fa-charging-station:before {
    content: ""
}

.fa-chart-area:before {
    content: ""
}

.fa-chart-bar:before {
    content: ""
}

.fa-chart-line:before {
    content: ""
}

.fa-chart-pie:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-check-double:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-cheese:before {
    content: ""
}

.fa-chess:before {
    content: ""
}

.fa-chess-bishop:before {
    content: ""
}

.fa-chess-board:before {
    content: ""
}

.fa-chess-king:before {
    content: ""
}

.fa-chess-knight:before {
    content: ""
}

.fa-chess-pawn:before {
    content: ""
}

.fa-chess-queen:before {
    content: ""
}

.fa-chess-rook:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-chromecast:before {
    content: ""
}

.fa-church:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-circle-notch:before {
    content: ""
}

.fa-city:before {
    content: ""
}

.fa-clinic-medical:before {
    content: ""
}

.fa-clipboard:before {
    content: ""
}

.fa-clipboard-check:before {
    content: ""
}

.fa-clipboard-list:before {
    content: ""
}

.fa-clock:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-closed-captioning:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-cloud-download-alt:before {
    content: ""
}

.fa-cloud-meatball:before {
    content: ""
}

.fa-cloud-moon:before {
    content: ""
}

.fa-cloud-moon-rain:before {
    content: ""
}

.fa-cloud-rain:before {
    content: ""
}

.fa-cloud-showers-heavy:before {
    content: ""
}

.fa-cloud-sun:before {
    content: ""
}

.fa-cloud-sun-rain:before {
    content: ""
}

.fa-cloud-upload-alt:before {
    content: ""
}

.fa-cloudscale:before {
    content: ""
}

.fa-cloudsmith:before {
    content: ""
}

.fa-cloudversify:before {
    content: ""
}

.fa-cocktail:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-code-branch:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cog:before {
    content: ""
}

.fa-cogs:before {
    content: ""
}

.fa-coins:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-comment-alt:before {
    content: ""
}

.fa-comment-dollar:before {
    content: ""
}

.fa-comment-dots:before {
    content: ""
}

.fa-comment-medical:before {
    content: ""
}

.fa-comment-slash:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-comments-dollar:before {
    content: ""
}

.fa-compact-disc:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-compress-alt:before {
    content: ""
}

.fa-compress-arrows-alt:before {
    content: ""
}

.fa-concierge-bell:before {
    content: ""
}

.fa-confluence:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-cookie:before {
    content: ""
}

.fa-cookie-bite:before {
    content: ""
}

.fa-copy:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-cotton-bureau:before {
    content: ""
}

.fa-couch:before {
    content: ""
}

.fa-cpanel:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-creative-commons-by:before {
    content: ""
}

.fa-creative-commons-nc:before {
    content: ""
}

.fa-creative-commons-nc-eu:before {
    content: ""
}

.fa-creative-commons-nc-jp:before {
    content: ""
}

.fa-creative-commons-nd:before {
    content: ""
}

.fa-creative-commons-pd:before {
    content: ""
}

.fa-creative-commons-pd-alt:before {
    content: ""
}

.fa-creative-commons-remix:before {
    content: ""
}

.fa-creative-commons-sa:before {
    content: ""
}

.fa-creative-commons-sampling:before {
    content: ""
}

.fa-creative-commons-sampling-plus:before {
    content: ""
}

.fa-creative-commons-share:before {
    content: ""
}

.fa-creative-commons-zero:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-critical-role:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-crop-alt:before {
    content: ""
}

.fa-cross:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-crow:before {
    content: ""
}

.fa-crown:before {
    content: ""
}

.fa-crutch:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-css3-alt:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-cut:before {
    content: ""
}

.fa-cuttlefish:before {
    content: ""
}

.fa-d-and-d:before {
    content: ""
}

.fa-d-and-d-beyond:before {
    content: ""
}

.fa-dailymotion:before {
    content: "勒"
}

.fa-dashcube:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-deaf:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-democrat:before {
    content: ""
}

.fa-deploydog:before {
    content: ""
}

.fa-deskpro:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-dev:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-dharmachakra:before {
    content: ""
}

.fa-dhl:before {
    content: ""
}

.fa-diagnoses:before {
    content: ""
}

.fa-diaspora:before {
    content: ""
}

.fa-dice:before {
    content: ""
}

.fa-dice-d20:before {
    content: ""
}

.fa-dice-d6:before {
    content: ""
}

.fa-dice-five:before {
    content: ""
}

.fa-dice-four:before {
    content: ""
}

.fa-dice-one:before {
    content: ""
}

.fa-dice-six:before {
    content: ""
}

.fa-dice-three:before {
    content: ""
}

.fa-dice-two:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-digital-ocean:before {
    content: ""
}

.fa-digital-tachograph:before {
    content: ""
}

.fa-directions:before {
    content: ""
}

.fa-discord:before {
    content: ""
}

.fa-discourse:before {
    content: ""
}

.fa-disease:before {
    content: ""
}

.fa-divide:before {
    content: ""
}

.fa-dizzy:before {
    content: ""
}

.fa-dna:before {
    content: ""
}

.fa-dochub:before {
    content: ""
}

.fa-docker:before {
    content: ""
}

.fa-dog:before {
    content: ""
}

.fa-dollar-sign:before {
    content: ""
}

.fa-dolly:before {
    content: ""
}

.fa-dolly-flatbed:before {
    content: ""
}

.fa-donate:before {
    content: ""
}

.fa-door-closed:before {
    content: ""
}

.fa-door-open:before {
    content: ""
}

.fa-dot-circle:before {
    content: ""
}

.fa-dove:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-draft2digital:before {
    content: ""
}

.fa-drafting-compass:before {
    content: ""
}

.fa-dragon:before {
    content: ""
}

.fa-draw-polygon:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-dribbble-square:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-drum:before {
    content: ""
}

.fa-drum-steelpan:before {
    content: ""
}

.fa-drumstick-bite:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-dumbbell:before {
    content: ""
}

.fa-dumpster:before {
    content: ""
}

.fa-dumpster-fire:before {
    content: ""
}

.fa-dungeon:before {
    content: ""
}

.fa-dyalog:before {
    content: ""
}

.fa-earlybirds:before {
    content: ""
}

.fa-ebay:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-edit:before {
    content: ""
}

.fa-egg:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-elementor:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-ello:before {
    content: ""
}

.fa-ember:before {
    content: ""
}

.fa-empire:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-envelope-open:before {
    content: ""
}

.fa-envelope-open-text:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-equals:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-erlang:before {
    content: ""
}

.fa-ethereum:before {
    content: ""
}

.fa-ethernet:before {
    content: ""
}

.fa-etsy:before {
    content: ""
}

.fa-euro-sign:before {
    content: ""
}

.fa-evernote:before {
    content: ""
}

.fa-exchange-alt:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-exclamation-triangle:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-expand-alt:before {
    content: ""
}

.fa-expand-arrows-alt:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-external-link-alt:before {
    content: ""
}

.fa-external-link-square-alt:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-dropper:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-facebook:before {
    content: ""
}

.fa-facebook-f:before {
    content: ""
}

.fa-facebook-messenger:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-fan:before {
    content: ""
}

.fa-fantasy-flight-games:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-faucet:before {
    content: "串"
}

.fa-fax:before {
    content: ""
}

.fa-feather:before {
    content: ""
}

.fa-feather-alt:before {
    content: ""
}

.fa-fedex:before {
    content: ""
}

.fa-fedora:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-figma:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-alt:before {
    content: ""
}

.fa-file-archive:before {
    content: ""
}

.fa-file-audio:before {
    content: ""
}

.fa-file-code:before {
    content: ""
}

.fa-file-contract:before {
    content: ""
}

.fa-file-csv:before {
    content: ""
}

.fa-file-download:before {
    content: ""
}

.fa-file-excel:before {
    content: ""
}

.fa-file-export:before {
    content: ""
}

.fa-file-image:before {
    content: ""
}

.fa-file-import:before {
    content: ""
}

.fa-file-invoice:before {
    content: ""
}

.fa-file-invoice-dollar:before {
    content: ""
}

.fa-file-medical:before {
    content: ""
}

.fa-file-medical-alt:before {
    content: ""
}

.fa-file-pdf:before {
    content: ""
}

.fa-file-powerpoint:before {
    content: ""
}

.fa-file-prescription:before {
    content: ""
}

.fa-file-signature:before {
    content: ""
}

.fa-file-upload:before {
    content: ""
}

.fa-file-video:before {
    content: ""
}

.fa-file-word:before {
    content: ""
}

.fa-fill:before {
    content: ""
}

.fa-fill-drip:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-fingerprint:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-fire-alt:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-firefox-browser:before {
    content: "龜"
}

.fa-first-aid:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-first-order-alt:before {
    content: ""
}

.fa-firstdraft:before {
    content: ""
}

.fa-fish:before {
    content: ""
}

.fa-fist-raised:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-flag-usa:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-flipboard:before {
    content: ""
}

.fa-flushed:before {
    content: ""
}

.fa-fly:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-minus:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-folder-plus:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-font-awesome:before {
    content: ""
}

.fa-font-awesome-alt:before {
    content: ""
}

.fa-font-awesome-flag:before {
    content: ""
}

.fa-font-awesome-logo-full:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-fonticons-fi:before {
    content: ""
}

.fa-football-ball:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-fort-awesome-alt:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-free-code-camp:before {
    content: ""
}

.fa-freebsd:before {
    content: ""
}

.fa-frog:before {
    content: ""
}

.fa-frown:before {
    content: ""
}

.fa-frown-open:before {
    content: ""
}

.fa-fulcrum:before {
    content: ""
}

.fa-funnel-dollar:before {
    content: ""
}

.fa-futbol:before {
    content: ""
}

.fa-galactic-republic:before {
    content: ""
}

.fa-galactic-senate:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-gas-pump:before {
    content: ""
}

.fa-gavel:before {
    content: ""
}

.fa-gem:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-ghost:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-gifts:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-git-alt:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-gitkraken:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-gitter:before {
    content: ""
}

.fa-glass-cheers:before {
    content: ""
}

.fa-glass-martini:before {
    content: ""
}

.fa-glass-martini-alt:before {
    content: ""
}

.fa-glass-whiskey:before {
    content: ""
}

.fa-glasses:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-globe-africa:before {
    content: ""
}

.fa-globe-americas:before {
    content: ""
}

.fa-globe-asia:before {
    content: ""
}

.fa-globe-europe:before {
    content: ""
}

.fa-gofore:before {
    content: ""
}

.fa-golf-ball:before {
    content: ""
}

.fa-goodreads:before {
    content: ""
}

.fa-goodreads-g:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-google-drive:before {
    content: ""
}

.fa-google-play:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-google-plus-g:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-gopuram:before {
    content: ""
}

.fa-graduation-cap:before {
    content: ""
}

.fa-gratipay:before {
    content: ""
}

.fa-grav:before {
    content: ""
}

.fa-greater-than:before {
    content: ""
}

.fa-greater-than-equal:before {
    content: ""
}

.fa-grimace:before {
    content: ""
}

.fa-grin:before {
    content: ""
}

.fa-grin-alt:before {
    content: ""
}

.fa-grin-beam:before {
    content: ""
}

.fa-grin-beam-sweat:before {
    content: ""
}

.fa-grin-hearts:before {
    content: ""
}

.fa-grin-squint:before {
    content: ""
}

.fa-grin-squint-tears:before {
    content: ""
}

.fa-grin-stars:before {
    content: ""
}

.fa-grin-tears:before {
    content: ""
}

.fa-grin-tongue:before {
    content: ""
}

.fa-grin-tongue-squint:before {
    content: ""
}

.fa-grin-tongue-wink:before {
    content: ""
}

.fa-grin-wink:before {
    content: ""
}

.fa-grip-horizontal:before {
    content: ""
}

.fa-grip-lines:before {
    content: ""
}

.fa-grip-lines-vertical:before {
    content: ""
}

.fa-grip-vertical:before {
    content: ""
}

.fa-gripfire:before {
    content: ""
}

.fa-grunt:before {
    content: ""
}

.fa-guitar:before {
    content: ""
}

.fa-gulp:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-hacker-news:before {
    content: ""
}

.fa-hacker-news-square:before {
    content: ""
}

.fa-hackerrank:before {
    content: ""
}

.fa-hamburger:before {
    content: ""
}

.fa-hammer:before {
    content: ""
}

.fa-hamsa:before {
    content: ""
}

.fa-hand-holding:before {
    content: ""
}

.fa-hand-holding-heart:before {
    content: ""
}

.fa-hand-holding-medical:before {
    content: "樂"
}

.fa-hand-holding-usd:before {
    content: ""
}

.fa-hand-holding-water:before {
    content: ""
}

.fa-hand-lizard:before {
    content: ""
}

.fa-hand-middle-finger:before {
    content: ""
}

.fa-hand-paper:before {
    content: ""
}

.fa-hand-peace:before {
    content: ""
}

.fa-hand-point-down:before {
    content: ""
}

.fa-hand-point-left:before {
    content: ""
}

.fa-hand-point-right:before {
    content: ""
}

.fa-hand-point-up:before {
    content: ""
}

.fa-hand-pointer:before {
    content: ""
}

.fa-hand-rock:before {
    content: ""
}

.fa-hand-scissors:before {
    content: ""
}

.fa-hand-sparkles:before {
    content: "諾"
}

.fa-hand-spock:before {
    content: ""
}

.fa-hands:before {
    content: ""
}

.fa-hands-helping:before {
    content: ""
}

.fa-hands-wash:before {
    content: "丹"
}

.fa-handshake:before {
    content: ""
}

.fa-handshake-alt-slash:before {
    content: "寧"
}

.fa-handshake-slash:before {
    content: "怒"
}

.fa-hanukiah:before {
    content: ""
}

.fa-hard-hat:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-hat-cowboy:before {
    content: ""
}

.fa-hat-cowboy-side:before {
    content: ""
}

.fa-hat-wizard:before {
    content: ""
}

.fa-hdd:before {
    content: ""
}

.fa-head-side-cough:before {
    content: "率"
}

.fa-head-side-cough-slash:before {
    content: "異"
}

.fa-head-side-mask:before {
    content: "北"
}

.fa-head-side-virus:before {
    content: "磻"
}

.fa-heading:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-headphones-alt:before {
    content: ""
}

.fa-headset:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-heart-broken:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-helicopter:before {
    content: ""
}

.fa-highlighter:before {
    content: ""
}

.fa-hiking:before {
    content: ""
}

.fa-hippo:before {
    content: ""
}

.fa-hips:before {
    content: ""
}

.fa-hire-a-helper:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-hockey-puck:before {
    content: ""
}

.fa-holly-berry:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-hooli:before {
    content: ""
}

.fa-hornbill:before {
    content: ""
}

.fa-horse:before {
    content: ""
}

.fa-horse-head:before {
    content: ""
}

.fa-hospital:before {
    content: ""
}

.fa-hospital-alt:before {
    content: ""
}

.fa-hospital-symbol:before {
    content: ""
}

.fa-hospital-user:before {
    content: ""
}

.fa-hot-tub:before {
    content: ""
}

.fa-hotdog:before {
    content: ""
}

.fa-hotel:before {
    content: ""
}

.fa-hotjar:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hourglass-end:before {
    content: ""
}

.fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-start:before {
    content: ""
}

.fa-house-damage:before {
    content: ""
}

.fa-house-user:before {
    content: "便"
}

.fa-houzz:before {
    content: ""
}

.fa-hryvnia:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-hubspot:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-ice-cream:before {
    content: ""
}

.fa-icicles:before {
    content: ""
}

.fa-icons:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-id-card:before {
    content: ""
}

.fa-id-card-alt:before {
    content: ""
}

.fa-ideal:before {
    content: "邏"
}

.fa-igloo:before {
    content: ""
}

.fa-image:before {
    content: ""
}

.fa-images:before {
    content: ""
}

.fa-imdb:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-infinity:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-instagram-square:before {
    content: "凌"
}

.fa-intercom:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-invision:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-itch-io:before {
    content: ""
}

.fa-itunes:before {
    content: ""
}

.fa-itunes-note:before {
    content: ""
}

.fa-java:before {
    content: ""
}

.fa-jedi:before {
    content: ""
}

.fa-jedi-order:before {
    content: ""
}

.fa-jenkins:before {
    content: ""
}

.fa-jira:before {
    content: ""
}

.fa-joget:before {
    content: ""
}

.fa-joint:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-journal-whills:before {
    content: ""
}

.fa-js:before {
    content: ""
}

.fa-js-square:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-kaaba:before {
    content: ""
}

.fa-kaggle:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-keybase:before {
    content: ""
}

.fa-keyboard:before {
    content: ""
}

.fa-keycdn:before {
    content: ""
}

.fa-khanda:before {
    content: ""
}

.fa-kickstarter:before {
    content: ""
}

.fa-kickstarter-k:before {
    content: ""
}

.fa-kiss:before {
    content: ""
}

.fa-kiss-beam:before {
    content: ""
}

.fa-kiss-wink-heart:before {
    content: ""
}

.fa-kiwi-bird:before {
    content: ""
}

.fa-korvue:before {
    content: ""
}

.fa-landmark:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-laptop-code:before {
    content: ""
}

.fa-laptop-house:before {
    content: "復"
}

.fa-laptop-medical:before {
    content: ""
}

.fa-laravel:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-laugh:before {
    content: ""
}

.fa-laugh-beam:before {
    content: ""
}

.fa-laugh-squint:before {
    content: ""
}

.fa-laugh-wink:before {
    content: ""
}

.fa-layer-group:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-lemon:before {
    content: ""
}

.fa-less:before {
    content: ""
}

.fa-less-than:before {
    content: ""
}

.fa-less-than-equal:before {
    content: ""
}

.fa-level-down-alt:before {
    content: ""
}

.fa-level-up-alt:before {
    content: ""
}

.fa-life-ring:before {
    content: ""
}

.fa-lightbulb:before {
    content: ""
}

.fa-line:before {
    content: ""
}

.fa-link:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-linkedin-in:before {
    content: ""
}

.fa-linode:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-lira-sign:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-lock-open:before {
    content: ""
}

.fa-long-arrow-alt-down:before {
    content: ""
}

.fa-long-arrow-alt-left:before {
    content: ""
}

.fa-long-arrow-alt-right:before {
    content: ""
}

.fa-long-arrow-alt-up:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-luggage-cart:before {
    content: ""
}

.fa-lungs:before {
    content: ""
}

.fa-lungs-virus:before {
    content: "不"
}

.fa-lyft:before {
    content: ""
}

.fa-magento:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-mail-bulk:before {
    content: ""
}

.fa-mailchimp:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-mandalorian:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-map-marked:before {
    content: ""
}

.fa-map-marked-alt:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-map-marker-alt:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-markdown:before {
    content: ""
}

.fa-marker:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mask:before {
    content: ""
}

.fa-mastodon:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-mdb:before {
    content: ""
}

.fa-medal:before {
    content: ""
}

.fa-medapps:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-medium-m:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-medrt:before {
    content: ""
}

.fa-meetup:before {
    content: ""
}

.fa-megaport:before {
    content: ""
}

.fa-meh:before {
    content: ""
}

.fa-meh-blank:before {
    content: ""
}

.fa-meh-rolling-eyes:before {
    content: ""
}

.fa-memory:before {
    content: ""
}

.fa-mendeley:before {
    content: ""
}

.fa-menorah:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-meteor:before {
    content: ""
}

.fa-microblog:before {
    content: "駱"
}

.fa-microchip:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-alt:before {
    content: ""
}

.fa-microphone-alt-slash:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-microscope:before {
    content: ""
}

.fa-microsoft:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-mitten:before {
    content: ""
}

.fa-mix:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-mixer:before {
    content: "稜"
}

.fa-mizuni:before {
    content: ""
}

.fa-mobile:before {
    content: ""
}

.fa-mobile-alt:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-monero:before {
    content: ""
}

.fa-money-bill:before {
    content: ""
}

.fa-money-bill-alt:before {
    content: ""
}

.fa-money-bill-wave:before {
    content: ""
}

.fa-money-bill-wave-alt:before {
    content: ""
}

.fa-money-check:before {
    content: ""
}

.fa-money-check-alt:before {
    content: ""
}

.fa-monument:before {
    content: ""
}

.fa-moon:before {
    content: ""
}

.fa-mortar-pestle:before {
    content: ""
}

.fa-mosque:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-mountain:before {
    content: ""
}

.fa-mouse:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-mug-hot:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-napster:before {
    content: ""
}

.fa-neos:before {
    content: ""
}

.fa-network-wired:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-newspaper:before {
    content: ""
}

.fa-nimblr:before {
    content: ""
}

.fa-node:before {
    content: ""
}

.fa-node-js:before {
    content: ""
}

.fa-not-equal:before {
    content: ""
}

.fa-notes-medical:before {
    content: ""
}

.fa-npm:before {
    content: ""
}

.fa-ns8:before {
    content: ""
}

.fa-nutritionix:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-oil-can:before {
    content: ""
}

.fa-old-republic:before {
    content: ""
}

.fa-om:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-orcid:before {
    content: ""
}

.fa-osi:before {
    content: ""
}

.fa-otter:before {
    content: ""
}

.fa-outdent:before {
    content: ""
}

.fa-page4:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-pager:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-paint-roller:before {
    content: ""
}

.fa-palette:before {
    content: ""
}

.fa-palfed:before {
    content: ""
}

.fa-pallet:before {
    content: ""
}

.fa-paper-plane:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-parachute-box:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-parking:before {
    content: ""
}

.fa-passport:before {
    content: ""
}

.fa-pastafarianism:before {
    content: ""
}

.fa-paste:before {
    content: ""
}

.fa-patreon:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-peace:before {
    content: ""
}

.fa-pen:before {
    content: ""
}

.fa-pen-alt:before {
    content: ""
}

.fa-pen-fancy:before {
    content: ""
}

.fa-pen-nib:before {
    content: ""
}

.fa-pen-square:before {
    content: ""
}

.fa-pencil-alt:before {
    content: ""
}

.fa-pencil-ruler:before {
    content: ""
}

.fa-penny-arcade:before {
    content: ""
}

.fa-people-arrows:before {
    content: "泌"
}

.fa-people-carry:before {
    content: ""
}

.fa-pepper-hot:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-percentage:before {
    content: ""
}

.fa-periscope:before {
    content: ""
}

.fa-person-booth:before {
    content: ""
}

.fa-phabricator:before {
    content: ""
}

.fa-phoenix-framework:before {
    content: ""
}

.fa-phoenix-squadron:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-phone-alt:before {
    content: ""
}

.fa-phone-slash:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-phone-square-alt:before {
    content: ""
}

.fa-phone-volume:before {
    content: ""
}

.fa-photo-video:before {
    content: ""
}

.fa-php:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-pied-piper-hat:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-pied-piper-square:before {
    content: "爛"
}

.fa-piggy-bank:before {
    content: ""
}

.fa-pills:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-pizza-slice:before {
    content: ""
}

.fa-place-of-worship:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-plane-arrival:before {
    content: ""
}

.fa-plane-departure:before {
    content: ""
}

.fa-plane-slash:before {
    content: "數"
}

.fa-play:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-playstation:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-podcast:before {
    content: ""
}

.fa-poll:before {
    content: ""
}

.fa-poll-h:before {
    content: ""
}

.fa-poo:before {
    content: ""
}

.fa-poo-storm:before {
    content: ""
}

.fa-poop:before {
    content: ""
}

.fa-portrait:before {
    content: ""
}

.fa-pound-sign:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-pray:before {
    content: ""
}

.fa-praying-hands:before {
    content: ""
}

.fa-prescription:before {
    content: ""
}

.fa-prescription-bottle:before {
    content: ""
}

.fa-prescription-bottle-alt:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-procedures:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-project-diagram:before {
    content: ""
}

.fa-pump-medical:before {
    content: "索"
}

.fa-pump-soap:before {
    content: "參"
}

.fa-pushed:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-python:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-quidditch:before {
    content: ""
}

.fa-quinscape:before {
    content: ""
}

.fa-quora:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-quran:before {
    content: ""
}

.fa-r-project:before {
    content: ""
}

.fa-radiation:before {
    content: ""
}

.fa-radiation-alt:before {
    content: ""
}

.fa-rainbow:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-raspberry-pi:before {
    content: ""
}

.fa-ravelry:before {
    content: ""
}

.fa-react:before {
    content: ""
}

.fa-reacteurope:before {
    content: ""
}

.fa-readme:before {
    content: ""
}

.fa-rebel:before {
    content: ""
}

.fa-receipt:before {
    content: ""
}

.fa-record-vinyl:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-red-river:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-redhat:before {
    content: ""
}

.fa-redo:before {
    content: ""
}

.fa-redo-alt:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-remove-format:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-reply:before {
    content: ""
}

.fa-reply-all:before {
    content: ""
}

.fa-replyd:before {
    content: ""
}

.fa-republican:before {
    content: ""
}

.fa-researchgate:before {
    content: ""
}

.fa-resolving:before {
    content: ""
}

.fa-restroom:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-rev:before {
    content: ""
}

.fa-ribbon:before {
    content: ""
}

.fa-ring:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-robot:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-rocketchat:before {
    content: ""
}

.fa-rockrms:before {
    content: ""
}

.fa-route:before {
    content: ""
}

.fa-rss:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-ruble-sign:before {
    content: ""
}

.fa-ruler:before {
    content: ""
}

.fa-ruler-combined:before {
    content: ""
}

.fa-ruler-horizontal:before {
    content: ""
}

.fa-ruler-vertical:before {
    content: ""
}

.fa-running:before {
    content: ""
}

.fa-rupee-sign:before {
    content: ""
}

.fa-sad-cry:before {
    content: ""
}

.fa-sad-tear:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-salesforce:before {
    content: ""
}

.fa-sass:before {
    content: ""
}

.fa-satellite:before {
    content: ""
}

.fa-satellite-dish:before {
    content: ""
}

.fa-save:before {
    content: ""
}

.fa-schlix:before {
    content: ""
}

.fa-school:before {
    content: ""
}

.fa-screwdriver:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-scroll:before {
    content: ""
}

.fa-sd-card:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-search-dollar:before {
    content: ""
}

.fa-search-location:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-searchengin:before {
    content: ""
}

.fa-seedling:before {
    content: ""
}

.fa-sellcast:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-servicestack:before {
    content: ""
}

.fa-shapes:before {
    content: ""
}

.fa-share:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-shekel-sign:before {
    content: ""
}

.fa-shield-alt:before {
    content: ""
}

.fa-shield-virus:before {
    content: "塞"
}

.fa-ship:before {
    content: ""
}

.fa-shipping-fast:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-shoe-prints:before {
    content: ""
}

.fa-shopify:before {
    content: "綾"
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-shopware:before {
    content: ""
}

.fa-shower:before {
    content: ""
}

.fa-shuttle-van:before {
    content: ""
}

.fa-sign:before {
    content: ""
}

.fa-sign-in-alt:before {
    content: ""
}

.fa-sign-language:before {
    content: ""
}

.fa-sign-out-alt:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-signature:before {
    content: ""
}

.fa-sim-card:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-sistrix:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-sith:before {
    content: ""
}

.fa-skating:before {
    content: ""
}

.fa-sketch:before {
    content: ""
}

.fa-skiing:before {
    content: ""
}

.fa-skiing-nordic:before {
    content: ""
}

.fa-skull:before {
    content: ""
}

.fa-skull-crossbones:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-slack-hash:before {
    content: ""
}

.fa-slash:before {
    content: ""
}

.fa-sleigh:before {
    content: ""
}

.fa-sliders-h:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-smile:before {
    content: ""
}

.fa-smile-beam:before {
    content: ""
}

.fa-smile-wink:before {
    content: ""
}

.fa-smog:before {
    content: ""
}

.fa-smoking:before {
    content: ""
}

.fa-smoking-ban:before {
    content: ""
}

.fa-sms:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-snowboarding:before {
    content: ""
}

.fa-snowflake:before {
    content: ""
}

.fa-snowman:before {
    content: ""
}

.fa-snowplow:before {
    content: ""
}

.fa-soap:before {
    content: "葉"
}

.fa-socks:before {
    content: ""
}

.fa-solar-panel:before {
    content: ""
}

.fa-sort:before {
    content: ""
}

.fa-sort-alpha-down:before {
    content: ""
}

.fa-sort-alpha-down-alt:before {
    content: ""
}

.fa-sort-alpha-up:before {
    content: ""
}

.fa-sort-alpha-up-alt:before {
    content: ""
}

.fa-sort-amount-down:before {
    content: ""
}

.fa-sort-amount-down-alt:before {
    content: ""
}

.fa-sort-amount-up:before {
    content: ""
}

.fa-sort-amount-up-alt:before {
    content: ""
}

.fa-sort-down:before {
    content: ""
}

.fa-sort-numeric-down:before {
    content: ""
}

.fa-sort-numeric-down-alt:before {
    content: ""
}

.fa-sort-numeric-up:before {
    content: ""
}

.fa-sort-numeric-up-alt:before {
    content: ""
}

.fa-sort-up:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-sourcetree:before {
    content: ""
}

.fa-spa:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-speakap:before {
    content: ""
}

.fa-speaker-deck:before {
    content: ""
}

.fa-spell-check:before {
    content: ""
}

.fa-spider:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-splotch:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-spray-can:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-square-full:before {
    content: ""
}

.fa-square-root-alt:before {
    content: ""
}

.fa-squarespace:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-stackpath:before {
    content: ""
}

.fa-stamp:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-and-crescent:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-star-half-alt:before {
    content: ""
}

.fa-star-of-david:before {
    content: ""
}

.fa-star-of-life:before {
    content: ""
}

.fa-staylinked:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-steam-symbol:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-sticker-mule:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stopwatch:before {
    content: ""
}

.fa-stopwatch-20:before {
    content: "說"
}

.fa-store:before {
    content: ""
}

.fa-store-alt:before {
    content: ""
}

.fa-store-alt-slash:before {
    content: "殺"
}

.fa-store-slash:before {
    content: "辰"
}

.fa-strava:before {
    content: ""
}

.fa-stream:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-stripe:before {
    content: ""
}

.fa-stripe-s:before {
    content: ""
}

.fa-stroopwafel:before {
    content: ""
}

.fa-studiovinari:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-suitcase-rolling:before {
    content: ""
}

.fa-sun:before {
    content: ""
}

.fa-superpowers:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-supple:before {
    content: ""
}

.fa-surprise:before {
    content: ""
}

.fa-suse:before {
    content: ""
}

.fa-swatchbook:before {
    content: ""
}

.fa-swift:before {
    content: ""
}

.fa-swimmer:before {
    content: ""
}

.fa-swimming-pool:before {
    content: ""
}

.fa-symfony:before {
    content: ""
}

.fa-synagogue:before {
    content: ""
}

.fa-sync:before {
    content: ""
}

.fa-sync-alt:before {
    content: ""
}

.fa-syringe:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-table-tennis:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-tablet-alt:before {
    content: ""
}

.fa-tablets:before {
    content: ""
}

.fa-tachometer-alt:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-tape:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-taxi:before {
    content: ""
}

.fa-teamspeak:before {
    content: ""
}

.fa-teeth:before {
    content: ""
}

.fa-teeth-open:before {
    content: ""
}

.fa-telegram:before {
    content: ""
}

.fa-telegram-plane:before {
    content: ""
}

.fa-temperature-high:before {
    content: ""
}

.fa-temperature-low:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-tenge:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-the-red-yeti:before {
    content: ""
}

.fa-theater-masks:before {
    content: ""
}

.fa-themeco:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-thermometer:before {
    content: ""
}

.fa-thermometer-empty:before {
    content: ""
}

.fa-thermometer-full:before {
    content: ""
}

.fa-thermometer-half:before {
    content: ""
}

.fa-thermometer-quarter:before {
    content: ""
}

.fa-thermometer-three-quarters:before {
    content: ""
}

.fa-think-peaks:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbtack:before {
    content: ""
}

.fa-ticket-alt:before {
    content: ""
}

.fa-times:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-tint-slash:before {
    content: ""
}

.fa-tired:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-toilet:before {
    content: ""
}

.fa-toilet-paper:before {
    content: ""
}

.fa-toilet-paper-slash:before {
    content: "沈"
}

.fa-toolbox:before {
    content: ""
}

.fa-tools:before {
    content: ""
}

.fa-tooth:before {
    content: ""
}

.fa-torah:before {
    content: ""
}

.fa-torii-gate:before {
    content: ""
}

.fa-tractor:before {
    content: ""
}

.fa-trade-federation:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-traffic-light:before {
    content: ""
}

.fa-trailer:before {
    content: "論"
}

.fa-train:before {
    content: ""
}

.fa-tram:before {
    content: ""
}

.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-trash-alt:before {
    content: ""
}

.fa-trash-restore:before {
    content: ""
}

.fa-trash-restore-alt:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-truck-loading:before {
    content: ""
}

.fa-truck-monster:before {
    content: ""
}

.fa-truck-moving:before {
    content: ""
}

.fa-truck-pickup:before {
    content: ""
}

.fa-tshirt:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-tv:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-typo3:before {
    content: ""
}

.fa-uber:before {
    content: ""
}

.fa-ubuntu:before {
    content: ""
}

.fa-uikit:before {
    content: ""
}

.fa-umbraco:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-umbrella-beach:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-undo:before {
    content: ""
}

.fa-undo-alt:before {
    content: ""
}

.fa-uniregistry:before {
    content: ""
}

.fa-unity:before {
    content: "雷"
}

.fa-universal-access:before {
    content: ""
}

.fa-university:before {
    content: ""
}

.fa-unlink:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-untappd:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-ups:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-user-alt:before {
    content: ""
}

.fa-user-alt-slash:before {
    content: ""
}

.fa-user-astronaut:before {
    content: ""
}

.fa-user-check:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

.fa-user-clock:before {
    content: ""
}

.fa-user-cog:before {
    content: ""
}

.fa-user-edit:before {
    content: ""
}

.fa-user-friends:before {
    content: ""
}

.fa-user-graduate:before {
    content: ""
}

.fa-user-injured:before {
    content: ""
}

.fa-user-lock:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-user-minus:before {
    content: ""
}

.fa-user-ninja:before {
    content: ""
}

.fa-user-nurse:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-user-shield:before {
    content: ""
}

.fa-user-slash:before {
    content: ""
}

.fa-user-tag:before {
    content: ""
}

.fa-user-tie:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-users:before {
    content: ""
}

.fa-users-cog:before {
    content: ""
}

.fa-usps:before {
    content: ""
}

.fa-ussunnah:before {
    content: ""
}

.fa-utensil-spoon:before {
    content: ""
}

.fa-utensils:before {
    content: ""
}

.fa-vaadin:before {
    content: ""
}

.fa-vector-square:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-vial:before {
    content: ""
}

.fa-vials:before {
    content: ""
}

.fa-viber:before {
    content: ""
}

.fa-video:before {
    content: ""
}

.fa-video-slash:before {
    content: ""
}

.fa-vihara:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-vimeo-v:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-virus:before {
    content: "若"
}

.fa-virus-slash:before {
    content: "掠"
}

.fa-viruses:before {
    content: "略"
}

.fa-vk:before {
    content: ""
}

.fa-vnv:before {
    content: ""
}

.fa-voicemail:before {
    content: ""
}

.fa-volleyball-ball:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-mute:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-vote-yea:before {
    content: ""
}

.fa-vr-cardboard:before {
    content: ""
}

.fa-vuejs:before {
    content: ""
}

.fa-walking:before {
    content: ""
}

.fa-wallet:before {
    content: ""
}

.fa-warehouse:before {
    content: ""
}

.fa-water:before {
    content: ""
}

.fa-wave-square:before {
    content: ""
}

.fa-waze:before {
    content: ""
}

.fa-weebly:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-weight:before {
    content: ""
}

.fa-weight-hanging:before {
    content: ""
}

.fa-weixin:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-whatsapp-square:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-whmcs:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-wind:before {
    content: ""
}

.fa-window-close:before {
    content: ""
}

.fa-window-maximize:before {
    content: ""
}

.fa-window-minimize:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-wine-bottle:before {
    content: ""
}

.fa-wine-glass:before {
    content: ""
}

.fa-wine-glass-alt:before {
    content: ""
}

.fa-wix:before {
    content: ""
}

.fa-wizards-of-the-coast:before {
    content: ""
}

.fa-wolf-pack-battalion:before {
    content: ""
}

.fa-won-sign:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-wordpress-simple:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpexplorer:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-wpressr:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-x-ray:before {
    content: ""
}

.fa-xbox:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-y-combinator:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-yammer:before {
    content: ""
}

.fa-yandex:before {
    content: ""
}

.fa-yandex-international:before {
    content: ""
}

.fa-yarn:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-yen-sign:before {
    content: ""
}

.fa-yin-yang:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-zhihu:before {
    content: ""
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../Themes/NopKalles/Content/webfonts/fa-brands-400d41d.eot?);
    src: url(../Themes/NopKalles/Content/webfonts/fa-brands-400d41d.eot?#iefix) format("embedded-opentype"), url(../Themes/NopKalles/Content/webfonts/fa-brands-400.woff2) format("woff2"), url(../Themes/NopKalles/Content/webfonts/fa-brands-400.woff) format("woff"), url(../Themes/NopKalles/Content/webfonts/fa-brands-400.ttf) format("truetype"), url(../Themes/NopKalles/Content/webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: "Font Awesome 5 Brands"
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../Themes/NopKalles/Content/webfonts/fa-regular-400d41d.eot?);
    src: url(../Themes/NopKalles/Content/webfonts/fa-regular-400d41d.eot?#iefix) format("embedded-opentype"), url(../Themes/NopKalles/Content/webfonts/fa-regular-400.woff2) format("woff2"), url(../Themes/NopKalles/Content/webfonts/fa-regular-400.woff) format("woff"), url(../Themes/NopKalles/Content/webfonts/fa-regular-400.ttf) format("truetype"), url(../Themes/NopKalles/Content/webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

.fab,
.far {
    font-weight: 400
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../Themes/NopKalles/Content/webfonts/fa-solid-900d41d.eot?);
    src: url(../Themes/NopKalles/Content/webfonts/fa-solid-900d41d.eot?#iefix) format("embedded-opentype"), url(../Themes/NopKalles/Content/webfonts/fa-solid-900.woff2) format("woff2"), url(../Themes/NopKalles/Content/webfonts/fa-solid-900.woff) format("woff"), url(../Themes/NopKalles/Content/webfonts/fa-solid-900.ttf) format("truetype"), url(../Themes/NopKalles/Content/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free"
}

.fa,
.fas {
    font-weight: 900
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dots {
    text-align: center;
    margin: 30px 0 0 0
}

.owl-carousel .owl-dots button {
    width: 25px;
    height: 5px;
    margin-right: 10px;
    background: #ccc !important;
    border-radius: 50px 0 50px 0
}

.owl-carousel button.owl-dot.active {
    background: #0c90ea !important;
    width: 35px
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(../Themes/NopKalles/Content/css/owl.video.play.html) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "— "
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

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

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

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

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

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media(min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media(min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media(min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

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

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.row-cols-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media(min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-sm-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media(min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-md-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media(min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-lg-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media(min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-xl-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #b8daff
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #7abaff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #d6d8db
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #c3e6cb
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #8fd19e
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bee5eb
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #ffeeba
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f5c6cb
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #ed969e
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .075)
}

@media(max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media(max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media(max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media(max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple],
select.form-control[size] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: .25rem
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
    display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
    border-color: #28a745
}

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
    display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
    border-color: #dc3545
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media(min-width:576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media(prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media(prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media(min-width:576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media(min-width:768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media(min-width:992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media(min-width:1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
    z-index: 1
}

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
    margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: -ms-flexbox;
    display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #80bdff
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before,
.custom-control-input[disabled]~.custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:disabled~.custom-file-label,
.custom-file-input[disabled]~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media(prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media(prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media(prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {

    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media(max-width:575.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media(max-width:767.98px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media(max-width:991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media(max-width:1199.98px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img,
.card-img-bottom,
.card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck .card {
    margin-bottom: 15px
}

@media(min-width:576px) {
    .card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group>.card {
    margin-bottom: 15px
}

@media(min-width:576px) {
    .card-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group>.card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media(min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

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

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .badge {
        transition: none
    }
}

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media(min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

@media(prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

@media(prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row
}

.list-group-horizontal .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
}

.list-group-horizontal .list-group-item.active {
    margin-top: 0
}

.list-group-horizontal .list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal .list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media(min-width:576px) {
    .list-group-horizontal-sm {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-sm .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm .list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm .list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media(min-width:768px) {
    .list-group-horizontal-md {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-md .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md .list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md .list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media(min-width:992px) {
    .list-group-horizontal-lg {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-lg .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg .list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg .list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media(min-width:1200px) {
    .list-group-horizontal-xl {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xl .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl .list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl .list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush .list-group-item {
    border-right-width: 0;
    border-left-width: 0;
    border-radius: 0
}

.list-group-flush .list-group-item:first-child {
    border-top-width: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

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

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media(prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media(min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media(min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top]>.arrow::before,
.bs-popover-top>.arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top]>.arrow::after,
.bs-popover-top>.arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right]>.arrow::before,
.bs-popover-right>.arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right]>.arrow::after,
.bs-popover-right>.arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::before,
.bs-popover-bottom>.arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::after,
.bs-popover-bottom>.arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left]>.arrow::before,
.bs-popover-left>.arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left]>.arrow::after,
.bs-popover-left>.arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

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

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media(prefers-reduced-motion:reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media(prefers-reduced-motion:reduce) {

    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media(prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

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

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media(min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media(min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media(min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media(min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.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-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media(min-width:576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media(min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media(min-width:992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media(min-width:1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media(min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media(min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media(min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media(min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media(min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media(min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media(min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media(min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
    text-align: justify !important
}

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

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

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

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

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

@media(min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media(min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media(min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media(min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0056b3 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        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 #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

* {
    margin: 0;
    outline: none;
    padding: 0;
    text-decoration: none
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    margin: 0;
    -webkit-text-size-adjust: none
}

ol,
ul {
    list-style: none
}

a img {
    border: none
}

a {
    color: #888
}

ol,
ul {
    list-style: none
}

a:hover,
a:focus,
a:active {
    color: #c853fe;
    outline: none;
    text-decoration: none;
    transition: all .3s
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none
}

script {
    display: none !important
}

@font-face {
    font-family: 'Mukti';
    src: url('../Themes/NopKalles/Content/fonts/Mukti.woff2') format('woff2'), url('../Themes/NopKalles/Content/fonts/Mukti.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

body {
    max-width: 100%;
    overflow-x: hidden;
    background-color: #f3f3f3;
    font: normal 14px 'Mukti';
    color: #82828f
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #242423
}

a {
    color: inherit;
    cursor: pointer
}

a img {
    opacity: .99
}

table {
    width: 100%;
    border-collapse: collapse
}

.center-2 img {
    max-width: 100%;
    height: auto
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea,
select {
    height: 50px;
    border: 1px solid #d9d9d9;
    padding: 8px;
    font-size: 14px;
    vertical-align: middle
}

input,
textarea,
select,
button {
    font: normal 14px Poppins, Helvetica, sans-serif;
    color: #777
}

button {
    border: 0;
    background: transparent;
    outline: 0
}

button:focus {
    border: 0;
    outline: 0
}

textarea {
    min-height: 150px
}

select {
    min-width: 50px;
    height: 32px;
    padding: 6px
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    border-color: #ccc;
    color: #242423
}

input[type="checkbox"],
input[type="radio"],
input[type="checkbox"]+*,
input[type="radio"]+* {
    vertical-align: middle
}

input[type="button"],
input[type="submit"],
button,
.button-1,
.button-2 {
    cursor: pointer
}

label,
label+* {
    vertical-align: middle
}

.inputs label {
    display: block;
    width: 100%;
    height: 18px;
    margin: 0 0 7px;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    white-space: nowrap;
    text-overflow: ellipsis
}

.master-wrapper-content {
    position: relative;
    z-index: 0;
    width: 90%;
    margin: 0 auto
}

.master-column-wrapper {
    position: relative;
    max-width: 100vw;
    overflow: hidden
}

.master-column-wrapper:after {
    content: "";
    display: block;
    clear: both
}

.center-1 {
    margin: 0 0
}

.column-two-wrapper {
    padding-top: 30px
}

.center-2,
.side-2 {
    margin: 0 0 50px
}

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

.page {
    min-height: 200px;
    text-align: center
}

.page-title {
    min-height: 50px;
    margin: 0 0 25px;
    border-bottom: 1px solid #d9d9d9;
    padding: 6px 10px
}

.page-title h1 {
    font-weight: normal
}

.page:after,
.page-title:after,
.page-body:after {
    content: "";
    display: block;
    clear: both
}

.center-1 .page-title,
.center-1 .title {
    text-align: center
}

.column-two-wrapper .page-title {
    box-sizing: border-box
}

.column-two-wrapper .page-title h1 {
    margin-bottom: 0;
    font-weight: normal
}

.link-rss {
    display: none;
    width: 24px;
    height: 24px;
    background: url('../Themes/NopKalles/Content/images/rss.png') center no-repeat;
    font-size: 0 !important
}

.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-block ul,
.topic-page ul,
.post-body ul {
    margin: 12px 0;
    padding: 0 0 0 36px;
    list-style: disc
}

.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-block ol,
.topic-page ol,
.post-body ol {
    margin: 12px 0;
    padding: 0 0 0 36px;
    list-style: decimal
}

.category-description p,
.manufacturer-description p,
.full-description p,
.topic-block p,
.topic-page p,
.post-body p,
.news-body p {
    margin: 10px 0;
    text-align: justify
}

.mini-cart--p-qty .input-group-btn,
.mini-cart--p-buttons {
    display: none !important
}

.home-page-category-grid .cat-grid--item:hover {
    background: #c853fe;
    transition: all .3s
}

.cat-grid--item,
.cat-grid--item .cat-grid--item-name {
    transition: all .3s
}

.home-page-category-grid .cat-grid--item:hover .cat-grid--item-name {
    color: #fff
}

.page.product-tag-page .row>.col-6.col-md-5.text-left {
    display: none
}

.page.product-tag-page .row>.col-2.d-none.d-md-block.text-center {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
    text-align: left !important
}

.page.product-tag-page .row>.col-6.col-md-5.text-right {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important
}

@font-face {
    font-family: 'pacific';
    src: url('../Themes/NopKalles/Content/fonts/pacificd41d.eot?');
    src: url('../Themes/NopKalles/Content/fonts/pacificd41d.eot?#iefix') format('embedded-opentype'), url('../Themes/NopKalles/Content/fonts/pacific.ttf') format('truetype'), url('../Themes/NopKalles/Content/fonts/pacific.woff') format('woff'), url('../Themes/NopKalles/Content/fonts/pacific.svg#pacific') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'icomoon';
    src: url('../Themes/NopKalles/Content/fonts/icomoond12e.eot?c4oxq1');
    src: url('../Themes/NopKalles/Content/fonts/icomoond12e.eot?c4oxq1#iefix') format('embedded-opentype'), url('../Themes/NopKalles/Content/fonts/icomoond12e.ttf?c4oxq1') format('truetype'), url('../Themes/NopKalles/Content/fonts/icomoond12e.woff?c4oxq1') format('woff'), url('../Themes/NopKalles/Content/fonts/icomoond12e.svg?c4oxq1#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-addtocart:before {
    content: "";
    text-align: center;
    line-height: 1;
    font-family: 'pacific';
    font-style: normal
}

.icon-authentic:before {
    content: ""
}

.icon-compare:before {
    content: ""
}

.icon-delivery:before {
    content: ""
}

.icon-email:before {
    content: ""
}

.icon-facebook .path1:before {
    content: ""
}

.icon-facebook .path2:before {
    content: ""
}

.icon-globe:before {
    content: ""
}

.icon-hotline:before {
    content: ""
}

.icon-instagram .path1:before {
    content: ""
}

.icon-instagram .path2:before {
    content: ""
}

.icon-instagram .path3:before {
    content: ""
}

.icon-instagram .path4:before {
    content: ""
}

.icon-instagram .path5:before {
    content: ""
}

.icon-left-arrow:before {
    content: ""
}

.icon-location:before {
    content: ""
}

.icon-login:before {
    content: ""
}

.icon-payment:before {
    content: ""
}

.icon-phone-call:before {
    content: ""
}

.icon-quick-view:before {
    content: "";
    text-align: center;
    line-height: 1;
    font-family: 'pacific';
    font-style: normal
}

.icon-registration:before {
    content: ""
}

.icon-return-policy:before {
    content: ""
}

.icon-right-arrow:before {
    content: ""
}

.icon-search:before {
    content: ""
}

.icon-twitter .path1:before {
    content: ""
}

.icon-twitter .path2:before {
    content: ""
}

.icon-wishlist:before {
    content: ""
}

.icon-youtube .path1:before {
    content: ""
}

.icon-youtube .path2:before {
    content: ""
}

.icon-youtube .path3:before {
    content: ""
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px)
    }

    100% {
        transform: translateY(0)
    }
}

.et-lazy-img-1 {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .3s, -webkit-transform 8s cubic-bezier(.25, .46, .45, .94);
    transition: opacity .3s, transform 8s cubic-bezier(.25, .46, .45, .94), -webkit-transform 8s cubic-bezier(.25, .46, .45, .94)
}

.et-lazy-img-1:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.et-lazy-img-2 {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .5s, -webkit-transform 2s cubic-bezier(0, 0, .44, 1.18);
    transition: opacity .5s, transform 2s cubic-bezier(0, 0, .44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, .44, 1.18)
}

.et-lazy-img-2--hvr:hover .et-lazy-img-2 {
    -webkit-transform: scale(1.09);
    transform: scale(1.09)
}

.et-lazy-img-3 {
    -webkit-transition: opacity .5s, -webkit-transform 2s cubic-bezier(0, 0, .44, 1.18);
    transition: opacity .5s, transform 2s cubic-bezier(0, 0, .44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, .44, 1.18)
}

.et-lazy-img-3--hvr:hover .et-lazy-img-3 {
    -webkit-transform: scale(1.09);
    transform: scale(1.09)
}

.et-lazy-img-4 {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.et-lazy-img-4>a {
    -webkit-transition: .6s ease-in-out;
    -moz-transition: .6s ease-in-out;
    -o-transition: .6s ease-in-out;
    transition: .6s ease-in-out
}

.et-lazy-img-4:hover>a {
    transform: scale(1.11);
    -webkit-transform: scale(1.11);
    -o-transform: scale(1.11);
    -moz-transform: scale(1.11)
}

.ts-03-ease {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.ts-06-ease {
    -webkit-transition: .6s ease-in-out;
    -moz-transition: .6s ease-in-out;
    -o-transition: .6s ease-in-out;
    transition: .6s ease-in-out
}

.box-card-1 {
    -webkit-box-shadow: 0 8px 16px rgba(50, 50, 71, .06), 0 8px 8px rgba(50, 50, 71, .08);
    -moz-box-shadow: 0 8px 16px rgba(50, 50, 71, .06), 0 8px 8px rgba(50, 50, 71, .08);
    box-shadow: 0 8px 16px rgba(50, 50, 71, .06), 0 8px 8px rgba(50, 50, 71, .08);
    border-radius: 5px;
    border: 1px solid rgba(50, 50, 71, .06)
}

.px-10 {
    padding-left: 10px;
    padding-right: 10px
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px
}

.px-15 {
    padding-left: 15px;
    padding-right: 15px
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px
}

.px-20 {
    padding-left: 20px;
    padding-right: 20px
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px
}

.px-25 {
    padding-left: 25px;
    padding-right: 25px
}

.py-25 {
    padding-top: 25px;
    padding-bottom: 25px
}

.px-30 {
    padding-left: 30px;
    padding-right: 30px
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.px-40 {
    padding-left: 40px;
    padding-right: 40px
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.px-50 {
    padding-left: 50px;
    padding-right: 50px
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.clr-primary,
.text-primary {
    color: #000 !important
}

.clr-primary-dark {
    color: #4a4a4a !important
}

.clr-white {
    color: #fff !important
}

.clr-black {
    color: #000 !important
}

.clr-dark {
    color: #242423 !important
}

.clr-blue {
    color: #888 !important
}

.clr-gray {
    color: #82828f !important
}

.clr-gray-2 {
    color: #ebebf0 !important
}

.clr-gray-3 {
    color: #696969 !important
}

.clr-gray-4 {
    color: #ddd !important
}

.clr-gray-l {
    color: #f6f6f8 !important
}

.clr-gray-d {
    color: #555a63 !important
}

.clr-green,
.text-success {
    color: #109533 !important
}

.clr-red,
.text-danger {
    color: #e71d36 !important
}

.clr-pink {
    color: #ff006e !important
}

.clr-orange {
    color: #fb5607 !important
}

.bg-primary {
    background-color: #888 !important
}

.bg-primary-dark {
    background-color: #4a4a4a !important
}

.bg-white {
    background-color: #fff !important
}

.bg-black {
    background-color: #000 !important
}

.bg-dark {
    background-color: #242423 !important
}

.bg-blue {
    background-color: #888 !important
}

.bg-gray {
    background-color: #c853fe !important
}

.bg-gray-2 {
    background-color: #ebebf0 !important
}

.bg-gray-3 {
    background-color: #696969 !important
}

.bg-gray-4 {
    background-color: #ddd !important
}

.bg-gray-l {
    background-color: #f6f6f8 !important
}

.bg-green,
.bg-success {
    background-color: #109533 !important
}

.bg-red,
.bg-danger {
    background-color: #e71d36 !important
}

.bg-pink {
    background-color: #ff006e !important
}

.bg-orange {
    background-color: #fb5607 !important
}

.of-h {
    overflow: hidden
}

.of-v {
    overflow: visible
}

.of-a {
    overflow: auto
}

.of-s {
    overflow: scroll
}

.of-u {
    overflow: unset
}

.of-x-h {
    overflow-x: hidden
}

.of-x-v {
    overflow-x: visible
}

.of-x-a {
    overflow-x: auto
}

.of-x-s {
    overflow-x: scroll
}

.of-y-h {
    overflow-y: hidden
}

.of-y-v {
    overflow-y: visible
}

.of-y-a {
    overflow-y: auto
}

.of-y-s {
    overflow-y: scroll
}

.t-0 {
    top: 0
}

.b-0 {
    bottom: 0
}

.l-0 {
    left: 0
}

.r-0 {
    right: 0
}

.f-s-10 {
    font-size: 10px
}

.f-s-12 {
    font-size: 12px
}

.f-s-13 {
    font-size: 13px
}

.f-s-14 {
    font-size: 14px
}

.f-s-16 {
    font-size: 16px
}

.f-s-18 {
    font-size: 18px
}

.f-s-20 {
    font-size: 20px
}

.f-s-22 {
    font-size: 22px
}

.f-s-24 {
    font-size: 24px
}

.f-s-30 {
    font-size: 30px
}

.f-s-36 {
    font-size: 36px
}

.f-s-40 {
    font-size: 40px
}

.f-s-45 {
    font-size: 45px
}

.f-s-50 {
    font-size: 50px
}

.font-weight-normal {
    font-weight: normal !important
}

.font-weight-medium {
    font-weight: 500 !important
}

.lh-n {
    line-height: normal
}

.lh-u {
    line-height: unset
}

.lh-100 {
    line-height: 100%
}

.cr-auto {
    cursor: auto
}

.cr-default {
    cursor: default
}

.cr-pointer {
    cursor: pointer
}

.cr-n-drop {
    cursor: no-drop
}

.cr-n-allowed {
    cursor: not-allowed
}

.star-rating {
    font-family: 'Font Awesome 5 Free'
}

.star-rating>fieldset {
    border: none;
    display: inline-block
}

.star-rating>fieldset:not(:checked)>input {
    position: absolute;
    top: -9999px;
    clip: rect(0, 0, 0, 0)
}

.star-rating>fieldset:not(:checked)>label {
    float: right;
    width: 25px;
    margin-bottom: 0;
    margin-right: 2px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 150%;
    color: #f0ad4e
}

.star-rating>fieldset:not(:checked)>label:before {
    content: ''
}

.star-rating>fieldset:not(:checked)>label:hover,
.star-rating>fieldset:not(:checked)>label:hover~label {
    color: #f0ad4e
}

.star-rating>fieldset:not(:checked)>label:hover:before,
.star-rating>fieldset:not(:checked)>label:hover~label:before {
    content: '';
    font-weight: 900
}

.star-rating>fieldset>input:checked~label:before {
    content: '';
    font-weight: 900
}

.star-rating>fieldset>label:active {
    position: relative;
    top: 2px
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #888
}

.with-arrow .nav-link.active {
    position: relative;
    background-color: #888
}

.with-arrow .nav-link.active::after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #888;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    display: block
}

.btn:disabled,
.btn.disabled,
[disabled].btn {
    opacity: .55;
    pointer-events: none;
    user-select: none
}

.btn-sm {
    min-height: 36px !important;
    padding: 4px 20px !important
}

.btn-md {
    min-height: 40px !important;
    padding: 7px 30px !important
}

.btn-lg {
    min-height: 40px !important;
    padding: 10px 40px !important
}

.btn-link {
    color: #242423 !important;
    -webkit-transition: .3s;
    transition: .3s
}

.btn-link:hover,
.btn-link:focus {
    color: #888 !important;
    text-decoration: none;
    outline: 0
}

.btn-primary {
    color: #fff;
    background-color: #c853fe !important;
    border-color: #c853fe !important
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #4a4a4a !important;
    border-color: #4a4a4a !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.btn-yellow {
    color: #fff;
    background-color: #f0ad4e !important;
    border-color: #f0ad4e !important
}

.btn-yellow:hover,
.btn-yellow:focus {
    color: #fff;
    background-color: #f0ad4e !important;
    border-color: #f0ad4e !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.btn-gray {
    color: #fff;
    background-color: #aaa !important;
    border-color: #aaa !important
}

.btn-gray:hover,
.btn-gray:focus {
    color: #fff;
    background-color: #82828f !important;
    border-color: #82828f !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.btn-gray-2 {
    color: #7c838b;
    background-color: #eee !important;
    border-color: #eee !important;
    border-radius: 100px !important
}

.btn-gray-2:hover,
.btn-gray-2:focus {
    color: #555a63;
    background-color: #ddd !important;
    border-color: #ddd !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.btn-red {
    color: #fff;
    background-color: #e71d36 !important;
    border-color: #e71d36 !important
}

.btn-red:hover,
.btn-red:focus {
    color: #fff;
    background-color: #b52133 !important;
    border-color: #b52133 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.btn.btn-default {
    max-width: 100%;
    min-height: 40px;
    padding: 10px 40px;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid #242423;
    border-radius: 40px
}

.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default.focus {
    background-color: #888;
    color: #fff;
    border: 2px solid #888;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.btn.btn-orange {
    max-width: 100%;
    min-height: 40px;
    padding: 10px 40px;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid #242423;
    border-radius: 40px
}

.btn.btn-orange:hover,
.btn.btn-orange:focus,
.btn.btn-orange.focus {
    background-color: #f39c12;
    color: #fff;
    border: 2px solid #f39c12;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.btn-group-dd .btn.dropdown-toggle {
    min-width: 137px;
    padding: 7px 10px 7px 15px;
    background-color: transparent;
    color: #82828f;
    border-radius: 40px;
    border: 1px solid #d9d9d9;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
    z-index: 8
}

.btn-group-dd .btn.dropdown-toggle:hover,
.btn-group-dd .btn.dropdown-toggle:focus {
    color: #888;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-group-dd .dropdown-toggle::after {
    content: "";
    margin: 0;
    border: 0;
    vertical-align: unset;
    font-family: 'Linearicons-Free';
    font-size: 12px;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

.btn-group-dd.show .dropdown-toggle::after {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg)
}

.btn-group-dd .dropdown-menu {
    margin-top: 7px;
    min-width: 137px;
    padding: 0 0;
    color: #677279;
    border-radius: 3px;
    border: 0;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, .1)
}

.btn-group-dd .dropdown-menu::after,
.btn-group-dd .dropdown-menu::before {
    bottom: 100%;
    right: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
    visibility: hidden;
    opacity: 0
}

.btn-group-dd .dropdown-menu::after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px
}

.btn-group-dd .dropdown-menu::before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #fff;
    border-width: 9px;
    margin-left: -9px;
    filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, .12))
}

.btn-group-dd .dropdown-item {
    padding: 10px 15px;
    color: #82828f;
    -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
    transition: background-color .2s ease-in-out, color .2s ease-in-out
}

.btn-group-dd .dropdown-item:hover,
.btn-group-dd .dropdown-item:focus,
.btn-group-dd .dropdown-item:active,
.btn-group-dd .dropdown-item.active {
    background-color: rgba(86, 207, 225, .08);
    color: #888
}

.dropdown.dd-animate .dropdown-menu {
    overflow: hidden;
    display: block;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transition: all .5s;
    transition: all .5s
}

.dropdown.dd-animate:hover .dropdown-menu {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.dropdown.dd-animate:hover .dropdown-toggle::after {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg)
}

.hvr-link-gray {
    color: #82828f !important;
    -webkit-transition: all .3s;
    transition: all .3s
}

.hvr-link-gray:hover,
.hvr-link-gray:active {
    color: #242423 !important
}

a.clr-dark:hover {
    color: #888 !important
}

.delete-item a.clr-dark:hover {
    color: #e71d36 !important
}

.modal {
    padding: 0 15px !important
}

.modal-custom .modal-content {
    border-top-right-radius: 15px
}

.modal-custom .modal-header .close {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin-top: -1px;
    margin-right: -2px;
    padding: 0;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    line-height: normal;
    border: 4px solid rgba(0, 0, 0, .5);
    border-radius: 50%;
    opacity: 1;
    z-index: 1
}

.modal-custom .modal-header .close:not(:disabled):not(.disabled):focus,
.modal-custom .modal-header .close:not(:disabled):not(.disabled):hover {
    color: #000;
    opacity: 1;
    outline: 0
}

.owl-carousel .owl-stage {
    margin: 0 auto
}

.owl-carousel .p-card {
    margin-bottom: 0 !important
}

.p-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 510px
}

.p-carousel .owl-nav button.owl-next,
.p-carousel .owl-nav button.owl-prev {
    top: calc(50% - 50px);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 42px;
    padding: 0;
    background-color: #fff;
    color: #888;
    font-size: 48px;
    transition: .2s ease-in-out
}

.p-carousel .owl-nav button.owl-prev {
    left: 5px
}

.p-carousel .owl-nav button.owl-next {
    right: 5px
}

.deals-of-theday .p-card {
    display: flex
}

.deals-of-theday .p-card--info {
    padding: 0;
    position: relative
}

.deals-of-theday .attributes {
    display: none !important
}

.deals-of-theday .details-link-wrapper {
    font-size: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    border-top: 1px solid #ddd;
    width: 100%;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    color: #000
}

.deals-of-theday .details-link-wrapper::after {
    content: "";
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    margin-left: 10px;
    line-height: 16px;
    vertical-align: middle
}

.deals-of-theday .buttons {
    display: none !important
}

.deals-of-theday .p-card--img {
    padding: 10px;
    border-right: 1px solid #ddd
}

.deals-of-theday .p-card--info,
.deals-of-theday .p-card--img {
    width: 50%
}

.deals-of-theday .discount-timer {
    margin: 15px auto;
    background: #f6f6f6
}

.deals-of-theday .count {
    display: inline-block;
    padding: 5px 10px;
    border-right: 1px solid #ddd;
    font-size: 11px;
    font-weight: lighter
}

.deals-of-theday .count:last-child {
    border-right: none
}

.deals-of-theday .deals-product-info {
    text-align: left;
    padding: 15px
}

.deals-of-theday .p-card--prices .p-card--price {
    color: #c853fe;
    font-size: 22px;
    font-weight: bold;
    margin-right: 5px
}

.deals-of-theday .p-card--prices .p-card--price.old-price {
    margin-left: 18px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: line-through;
    color: #888
}

.deals-of-theday .p-card--title .p-card--title-link {
    font-size: 18px;
    text-transform: uppercase;
    color: #222;
    font-weight: bold
}

.deals-of-theday .count>span {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #222
}

.p-card {
    margin-bottom: 15px
}

.owl-carousel .owl-nav button.owl-prev.disabled,
.owl-carousel .owl-nav button.owl-next.disabled {
    pointer-events: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-prev:not(.disabled):hover,
.owl-carousel .owl-nav button.owl-next:not(.disabled):hover {
    background-color: #888;
    color: #fff;
    border-color: #888
}

.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel .owl-nav button.owl-next:focus {
    outline: 0
}

.owl-carousel:hover .owl-nav button.owl-prev.disabled,
.owl-carousel:hover .owl-nav button.owl-next.disabled {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .2
}

.anywhere-slider-container .owl-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    width: 100%;
    transform: translate(0, 0) !important
}

.owl-carousel .owl-nav.disabled {
    display: none
}

.p-carousel .owl-nav {
    display: none
}

.custom-carousel-prev,
.custom-carousel-next {
    background: #fff;
    font-size: 22px;
    height: 30px;
    width: 60px;
    line-height: 34px
}

.divider-h,
.divider-v {
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden
}

.divider-h {
    width: 100%;
    height: 1px
}

.section-header {
    margin-bottom: 30px;
    padding: 0 15px;
    color: #888 !important
}

.section-header .section-title {
    margin-bottom: 3px;
    color: #888;
    font-size: 24px
}

.section-header .section-title>span {
    margin: 0 30px;
    font-size: 24px;
    line-height: 36px
}

.section-header .section-subtitle {
    font-size: 16px
}

h1.page-header {
    font-size: 32px;
    color: #888;
    border-bottom: 1px dashed;
    width: 100%;
    padding-bottom: 20px
}

.page-header--content {
    width: 100%;
    text-align: center
}

.page-header--bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center
}

.page-header--content {
    z-index: 1
}

.page-header--content-title {
    margin: 0;
    margin-bottom: 5px;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase
}

.page-header--content-desc {
    margin: 0;
    margin-top: 5px
}

.page-header .post-date,
.page-header .news-date {
    padding: 0
}

.page-header .breadcrumb {
    position: relative;
    padding: 15px 0 0;
    background-color: transparent;
    z-index: 1
}

.page-header .breadcrumb li a {
    color: #fff
}

.page-header .breadcrumb li a:hover {
    color: #888
}

.page-header .breadcrumb li .delimiter,
.page-header .breadcrumb li .current-item {
    color: #efeff1
}

.catgegory_top_banner_image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #82828f;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center
}

.page-header .catgegory_top_banner_image {
    background-color: transparent
}

.catgegory_top_banner .page-title {
    position: relative;
    min-height: 1px;
    margin: 0;
    padding: 0;
    text-align: center;
    border-bottom: 0;
    z-index: 1
}

.catgegory_top_banner .page-title h1 {
    margin: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase
}

.catgegory_top_banner .page-title .subtitle {
    margin: 8px 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 100%;
    text-align: center
}

.page-body .page-header {
    padding: 0
}

.page-body .page-header--bg,
.page-body .page-header::before {
    background-color: transparent !important
}

.page-body .page-header--content-title {
    color: #000 !important
}

.scrollup {
    position: fixed;
    display: none;
    bottom: 100px;
    right: 15px;
    width: 35px;
    height: 35px;
    border-radius: 2px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    color: #222;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    opacity: .7;
    z-index: 5;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.scrollup:hover,
.scrollup:focus {
    opacity: 1
}

.counter-wrapper {
    position: relative
}

.counter-wrapper .counter {
    position: absolute;
    top: -6px;
    right: -9px;
    z-index: 0;
    display: inline-block;
    width: 17px;
    height: 17px;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    background-color: #888;
    color: #fff;
    text-align: center;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .3);
    border-radius: 50%;
    opacity: 1
}

.section-block {
    border-bottom: 1px solid #e5e5e5
}

.section-block--title::after {
    content: "";
    position: absolute;
    bottom: 17px;
    left: 0;
    width: 60px;
    height: 2px;
    background: #242423
}

.section-block--content {
    max-height: 240px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}

.section-block--content ul>li {
    margin-bottom: 15px
}

.section-block--content ul>li:last-child {
    margin-bottom: 0
}

.form-control {
    color: #242423;
    font-size: 14px;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.form-control:focus {
    outline: none;
    border-color: #4a4a4a;
    -webkit-box-shadow: 0 0 0 1px #4a4a4a;
    box-shadow: 0 0 0 1px #4a4a4a
}

.form-control.input-validation-error {
    border-color: #e71d36;
    -webkit-box-shadow: 0 0 0 1px #e71d36;
    box-shadow: 0 0 0 1px #e71d36
}

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative
}

.scroll-wrapper.scb-xs.scb-outer {
    margin: 0 -5px 0 0;
    padding: 0 5px 0 0 !important
}

.scroll-wrapper>.scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0
}

.scroll-element {
    display: none
}

.scroll-element,
.scroll-element div {
    box-sizing: content-box
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default
}

.scroll-textarea {
    border: 1px solid #ccc;
    border-top-color: #999
}

.scroll-textarea>.scroll-content {
    overflow: hidden !important
}

.scroll-textarea>.scroll-content>textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important
}

.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar {
    height: 0;
    width: 0
}

.scrollbar-inner>.scroll-element,
.scrollbar-inner>.scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-inner>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-inner>.scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%
}

.scrollbar-inner.scb-lg>.scroll-element.scroll-x {
    height: 11px
}

.scrollbar-inner.scb-sm>.scroll-element.scroll-x {
    height: 5px
}

.scrollbar-inner.scb-xs>.scroll-element.scroll-x {
    height: 3px
}

.scrollbar-inner>.scroll-element.scroll-y {
    height: 100%;
    right: 0;
    top: 0;
    width: 8px
}

.scrollbar-inner.scb-lg>.scroll-element.scroll-y {
    width: 11px
}

.scrollbar-inner.scb-sm>.scroll-element.scroll-y {
    width: 5px
}

.scrollbar-inner.scb-xs>.scroll-element.scroll-y {
    width: 3px
}

.scrollbar-inner>.scroll-element .scroll-element_outer {
    overflow: hidden
}

.scrollbar-inner>.scroll-element .scroll-element_outer,
.scrollbar-inner>.scroll-element .scroll-element_track,
.scrollbar-inner>.scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

.scrollbar-inner>.scroll-element .scroll-element_track,
.scrollbar-inner>.scroll-element .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: .4
}

.scrollbar-inner>.scroll-element .scroll-element_track {
    background-color: #e0e0e0
}

.scrollbar-inner>.scroll-element .scroll-bar {
    background-color: #c1c1c1;
    transition: background-color .3s
}

.scrollbar-inner:hover>.scroll-element .scroll-bar {
    background-color: #a8a8a8
}

.scrollbar-inner>.scroll-element.scroll-draggable .scroll-bar {
    background-color: #787878
}

.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -12px
}

.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -12px
}

.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -12px
}

.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -12px
}

.custom-select {
    height: 40px;
    font-size: 14px;
    color: #242423;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.custom-select:focus {
    outline: none;
    border-color: #4a4a4a;
    -webkit-box-shadow: 0 0 0 1px #4a4a4a;
    box-shadow: 0 0 0 1px #4a4a4a
}

.custom-select.input-validation-error {
    border-color: #e71d36;
    -webkit-box-shadow: 0 0 0 1px #e71d36;
    box-shadow: 0 0 0 1px #e71d36
}

.ctm-radio [type="radio"]:checked,
.ctm-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px
}

.ctm-radio [type="radio"]:checked+label,
.ctm-radio [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666
}

.ctm-radio [type="radio"]:checked+label:before,
.ctm-radio [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff
}

.ctm-radio [type="radio"]:checked+label:after,
.ctm-radio [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #c853fe;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.ctm-radio [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.ctm-radio [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.custom-radio {
    margin-bottom: 0
}

.custom-radio [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0
}

.custom-radio [type=radio]+img,
.custom-radio [type=radio]+span.custom-radio--input {
    padding: 2px;
    border: 1px solid #d9d9d9;
    cursor: pointer;
    border-radius: 50%
}

.custom-radio [type=radio]+span.custom-radio--input {
    width: 25px;
    height: 25px
}

.custom-radio--label {
    cursor: pointer
}

.custom-radio-2 {
    position: relative
}

.custom-radio-2 input[type=radio] {
    position: absolute;
    visibility: hidden
}

.custom-radio-2 label {
    position: relative;
    padding-left: 40px;
    font-weight: 300;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all .25s linear;
    transition: all .25s linear
}

.custom-radio-2 .check {
    display: block;
    position: absolute;
    border: 3px solid #d9d9d9;
    border-radius: 100%;
    height: 24px;
    width: 24px;
    top: 0;
    left: 0;
    transition: border .25s linear;
    -webkit-transition: border .25s linear
}

.custom-radio-2 .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 13px;
    width: 13px;
    top: 2.5px;
    left: 2.5px;
    margin: auto;
    transition: background .25s linear;
    -webkit-transition: background .25s linear
}

.custom-radio-2:hover label {
    color: #82828f
}

.custom-radio-2:hover .check {
    border: 3px solid #82828f
}

.custom-radio-2 input[type=radio]:checked~label {
    color: #888
}

.custom-radio-2 input[type=radio]:checked~.check {
    border-color: #888
}

.custom-radio-2 input[type=radio]:checked~.check::before {
    background: #888
}

.custom-radio-3 {
    position: relative
}

.custom-radio-3 input[type=radio] {
    position: absolute;
    opacity: 0;
    visibility: hidden
}

.custom-radio-3 label {
    font-weight: 300;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all .25s linear;
    transition: all .25s linear
}

.custom-radio-3 label::before {
    display: inline-block;
    content: "";
    height: 24px;
    width: 24px;
    margin-right: 10px;
    border: 4px solid #d9d9d9;
    border-radius: 50%;
    -webkit-transition: all .25s linear;
    transition: all .25s linear
}

.custom-radio-3 label::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-transition: all .25s linear;
    transition: all .25s linear
}

.custom-radio-3:hover label {
    color: #82828f
}

.custom-radio-3:hover label::before {
    border-color: #82828f
}

.custom-radio-3 input[type=radio]:checked~label {
    color: #888
}

.custom-radio-3 input[type=radio]:checked~label::before {
    border-color: #888
}

.custom-radio-3 input[type=radio]:checked~label::after {
    background-color: #888
}

.custom-checkbox [type="checkbox"]:not(:checked),
.custom-checkbox [type="checkbox"]:checked {
    position: absolute;
    left: -9999px
}

.custom-checkbox [type="checkbox"]:not(:checked)~label,
.custom-checkbox [type="checkbox"]:checked~label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer
}

.custom-checkbox [type="checkbox"]:not(:checked)~label:before,
.custom-checkbox [type="checkbox"]:checked~label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #d4d6d8;
    background: #fff;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1)
}

.custom-checkbox [type="checkbox"]:checked~label:before {
    border-color: #888
}

.custom-checkbox [type="checkbox"]:not(:checked)~label:after,
.custom-checkbox [type="checkbox"]:checked~label:after {
    content: '✓';
    position: absolute;
    top: .15em;
    left: .22em;
    font-size: 18px;
    line-height: .8;
    color: #c853fe;
    transition: all .2s
}

.custom-checkbox [type="checkbox"]:not(:checked)~label:after {
    opacity: 0;
    transform: scale(0)
}

.custom-checkbox [type="checkbox"]:checked~label:after {
    opacity: 1;
    transform: scale(1)
}

.custom-checkbox [type="checkbox"]:disabled:not(:checked)~label:before,
.custom-checkbox [type="checkbox"]:disabled:checked~label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #d9d9d9
}

.custom-checkbox [type="checkbox"]:disabled:checked~label:after {
    color: #999
}

.custom-checkbox [type="checkbox"]:disabled~label {
    color: #aaa
}

.custom-checkbox [type="checkbox"]:checked:focus~label:before,
.custom-checkbox [type="checkbox"]:not(:checked):focus~label:before {
    border: 1px solid #888
}

.custom-checkbox label:hover {
    color: #888
}

.custom-checkbox label:hover:before {
    border: 1px solid #888 !important
}

.custom-checkbox.hide-label [type="checkbox"]:not(:checked)~label,
.custom-checkbox.hide-label [type="checkbox"]:checked~label {
    text-indent: -9000px
}

.custom-checkbox.hide-label [type="checkbox"]:not(:checked)~label:after,
.custom-checkbox.hide-label [type="checkbox"]:checked~label:after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.custom-checkbox.hide-label [type="checkbox"]:checked~label:after {
    text-indent: initial
}

.title-bar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 35px;
    margin-bottom: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase
}

.title-bar::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2.5px;
    background: #242423
}

.fieldset,
.section {
    position: relative;
    margin: 0 0 40px
}

.fieldset .title,
.section .title {
    margin: 0;
    padding: 12px 0;
    font-size: 16px;
    color: #242423
}

.fieldset .title strong,
.section .title strong {
    font-weight: normal
}

.column-two-wrapper .fieldset .title,
.column-two-wrapper .section .title {
    margin: 0;
    padding: 12px 0 12px 0;
    font-size: 16px
}

.form-fields {
    position: relative;
    padding: 30px;
    border-radius: 5px
}

.inputs {
    position: relative;
    margin: 0 0 15px;
    text-align: center;
    font-size: 0
}

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

.inputs label {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
    font-size: 14px
}

.inline-form .inputs label {
    display: inline-block;
    width: auto;
    margin: 0;
    text-align: inherit
}

.inputs input[type="text"],
.inputs input[type="password"],
.inputs input[type="email"],
.inputs input[type="tel"],
.inputs select,
.inputs textarea {
    width: 100%;
    border: none;
    background-color: #eee;
    vertical-align: middle
}

.inputs.custom-attributes {
    white-space: normal
}

.inputs .option-list {
    display: inline-block;
    max-width: 95%;
    vertical-align: middle
}

.inputs .option-list li {
    display: inline-block;
    margin: 5px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    padding: 8px 10px
}

.inputs .option-list label {
    display: inline-block;
    width: auto !important;
    margin: 0 0 0 5px
}

.registration-page .inputs .option-list li {
    border: none
}

.required {
    margin: 0 -8px 0 3px;
    vertical-align: top;
    font-size: 20px;
    font-weight: normal;
    color: #e71d36;
    position: absolute;
    top: 0;
    right: 15px
}

.no-label {
    position: relative
}

.no-label .required {
    position: absolute;
    right: 8px;
    margin: 0;
    top: 2px;
    line-height: 100%
}

.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error,
.password-error {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #e71d36;
    margin-top: 5px
}

.field-validation-valid,
.username-available-status {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #4cb17c
}

.captcha-box {
    padding-top: 10px;
    text-align: center;
    line-height: 0
}

.captcha-box>div {
    display: inline-block;
    max-width: 100%
}

.captcha-box input {
    height: auto
}

.price-range>input {
    flex-grow: 1;
    flex-basis: 0
}

.price-range>input:not(:last-child) {
    margin-right: 5px
}

.table-wrapper {
    overflow-x: auto
}

.data-table .hidden-row {
    height: 0;
    border: none
}

.data-table tr.hidden-row th {
    padding: 0;
    border-top: none;
    border: 0
}

.data-table tr.hidden-row th>span {
    height: 1px;
    width: 1px;
    position: absolute;
    overflow: hidden;
    top: -10px
}

.cart th,
.data-table th,
.forum-table th {
    border-width: 0 0 0;
    border-style: solid;
    border-color: #d9d9d9;
    background-color: #f6f6f8;
    padding: 10px;
    white-space: nowrap;
    font-weight: normal
}

.cart th {
    background-color: transparent
}

.forum-table th.replies,
.forum-table th.views,
.forum-table th.votes,
.forum-table th.latest-post,
.forum-table th.topics,
.forum-table th.posts,
.forum-table td.replies,
.forum-table td.views,
.forum-table td.votes,
.forum-table td.latest-post,
.forum-table td.topics,
.forum-table td.posts {
    display: none
}

.forum-table td.image {
    min-width: 0
}

.cart td,
.data-table td,
.forum-table td {
    min-width: 50px;
    border-width: 0;
    border-style: solid;
    border-color: transparent #d9d9d9 #d9d9d9;
    padding: 20px;
    color: #666
}

.cart td {
    background-color: transparent
}

.forum-table td {
    min-width: 90px;
    padding: 10px
}

.cart a,
.data-table a,
.forum-table a {
    font-weight: normal;
    color: #888
}

.cart a:hover,
.data-table a:hover,
.forum-table a:hover {
    text-decoration: underline
}

.cart .product,
.data-table .product,
.data-table .message,
.data-table .info,
.data-table .name {
    min-width: 225px;
    text-align: left
}

.forum-table .forum-details,
.forum-table .topic-details {
    text-align: left
}

.cart .product a,
.data-table .product a,
.data-table .info a {
    font-weight: 500;
    color: #666
}

.cart .product a:hover,
.data-table .product a:hover,
.data-table .info a:hover {
    color: #888;
    text-decoration: none
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .02)
}

.cart .product .edit-item {
    margin: 10px 0 0
}

.cart .product .edit-item a {
    font-weight: normal;
    color: #888
}

.cart .product .edit-item a:hover {
    text-decoration: underline
}

.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes,
.data-table .order {
    text-align: center
}

.cart td.unit-price,
.data-table td.unit-price {
    white-space: nowrap
}

.cart td.unit-price {
    font-weight: 500;
    color: #666
}

.cart td.quantity input {
    width: 50px;
    text-align: center
}

.cart td.subtotal,
.data-table td.total {
    white-space: nowrap;
    color: #242423
}

.cart td.subtotal .discount,
.cart td.subtotal .discount-additional-info {
    font-style: italic;
    color: #888
}

.cart .p-qty--counter {
    display: block;
    padding: 0 20px;
    position: relative;
    border: 1px solid #eee;
    border-radius: 0
}

.cart .p-qty--counter button {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
    line-height: 1;
    font-size: 8px;
    padding: 5px;
    width: auto
}

.cart .p-qty--counter button.btn-plus {
    left: initial;
    right: 0
}

.data-table em a {
    font-weight: bold;
    color: #242423
}

.data-table div.download {
    margin: 10px 0 0
}

.bar-notification-container {
    position: fixed;
    bottom: 30px;
    right: 5%;
    z-index: 9999;
    width: auto;
    line-height: 16px;
    color: #fff;
    opacity: 1
}

.bar-notification.success {
    background-color: #c853fe
}

.bar-notification.error {
    background-color: #e71d36
}

.bar-notification.warning {
    background-color: #fb5607
}

.bar-notification {
    position: relative;
    display: none;
    padding: 15px 45px 15px 20px;
    border-radius: 20px
}

.bar-notification .content {
    margin: 0 10px 0 0
}

.bar-notification .content a {
    color: #fff;
    text-decoration: underline
}

.bar-notification .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    margin: 7px;
    background: #fff url('../Themes/NopKalles/Content/images/close.png') center no-repeat;
    cursor: pointer;
    border-radius: 100%
}

.popup-notification {
    border-radius: 5px;
    padding: 3px;
    margin: 5px 0
}

.popup-notification.success {
    border: 2px rgba(75, 176, 122, .5) solid
}

.popup-notification.error {
    border: 2px rgba(228, 68, 76, .5) solid
}

.popup-notification.warning {
    border: 2px rgba(243, 156, 18, .5) solid
}

.noscript {
    border-bottom: 1px solid #333;
    background-color: #ff9;
    padding: 30px 15px;
    text-align: center;
    line-height: 22px;
    color: #242423
}

.ajax-loading-block-window {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background: url('../Themes/NopKalles/Content/images/loading.gif') center no-repeat
}

.please-wait {
    background: url('../Themes/NopKalles/Content/images/ajax-loader-small.gif') no-repeat;
    padding-left: 20px;
    font-size: 14px
}

.ui-dialog {
    max-width: 90%;
    border: 1px solid #d9d9d9;
    box-shadow: 0 0 2px rgba(0, 0, 0, .15);
    overflow: hidden;
    background-color: #fff;
    border-radius: 0;
    padding: 0;
    font: normal 14px Arial, Helvetica, sans-serif
}

.ui-dialog:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5)
}

.ui-dialog-titlebar {
    border-bottom: 1px solid #d9d9d9;
    overflow: hidden;
    background-color: #ebebf0;
    padding: 10px 15px;
    border-width: 0 0 1px;
    border-radius: 0;
    background-image: none;
    padding: 10px 15px !important;
    font-weight: normal;
    cursor: auto !important
}

.ui-dialog-titlebar>span {
    float: left;
    font-size: 18px;
    color: #242423;
    margin: 0 !important
}

.ui-dialog-titlebar button {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    border: none;
    overflow: hidden;
    background: url('../Themes/NopKalles/Content/images/close.png') center no-repeat;
    font-size: 0;
    top: 0 !important;
    right: 0 !important;
    width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 0;
    background: url('../Themes/NopKalles/Content/images/close.png') center no-repeat !important;
    padding: 0 !important
}

.ui-dialog-titlebar button span {
    display: none !important
}

.ui-dialog-content {
    padding: 15px;
    line-height: 20px;
    background-color: #fff !important;
    padding: 15px 15px 20px 15px !important;
    color: #777
}

.ui-dialog-content .page {
    min-height: 0
}

.ui-dialog-content .page-title {
    min-height: 0;
    margin: 0 0 15px;
    padding: 0 10px 10px 10px;
    text-align: center
}

.ui-dialog-content .page-title h1 {
    font-size: 24px;
    line-height: 30px
}

.ui-dialog-content .back-in-stock-subscription-page {
    text-align: center
}

.ui-dialog-content .back-in-stock-subscription-page .tooltip {
    margin-bottom: 10px
}

.ui-dialog-content .back-in-stock-subscription-page .button-1 {
    border: none;
    background-color: #888;
    padding: 10px 15px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase
}

.ui-dialog-content .back-in-stock-subscription-page .button-1:hover {
    background-color: #4a4a4a
}

.eu-cookie-bar-notification {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1050;
    width: 320px;
    height: 180px;
    margin: -90px 0 0 -160px;
    border: 1px solid #ccc;
    box-shadow: 0 0 2px rgba(0, 0, 0, .15);
    background-color: #fff;
    padding: 20px;
    text-align: center
}

.eu-cookie-bar-notification .text {
    margin-bottom: 20px;
    line-height: 20px
}

.eu-cookie-bar-notification button {
    min-width: 60px;
    margin: 5px 0 10px;
    border: none;
    background-color: #888;
    padding: 8px 12px;
    font-size: 14px;
    color: #fff
}

.eu-cookie-bar-notification button:hover {
    background-color: #4a4a4a
}

.eu-cookie-bar-notification a {
    display: block;
    color: #888
}

.eu-cookie-bar-notification a:hover {
    text-decoration: underline
}

.admin-header-links {
    background-color: #333;
    text-align: center;
    color: #ebebf0
}

.admin-header-links * {
    display: inline-block;
    margin: 0 10px;
    line-height: 35px;
    font-size: 12px;
    font-weight: bold
}

.admin-header-links .impersonate {
    display: inline-block
}

.admin-header-links .impersonate a {
    background-color: #555;
    padding: 0 15px
}

.admin-header-links .impersonate a:hover {
    background-color: #666
}

.header {
    position: relative;
    z-index: 10;
    width: 95%;
    margin: auto;
    text-align: center
}

.header-banner {
    position: relative;
    overflow: hidden;
    background-color: #4a4a4a;
    font-size: 12px;
    color: #fff
}

.header-banner .row {
    min-height: 35px
}

.header-banner a {
    color: #fff
}

.header-banner a:hover {
    color: #fff;
    text-decoration: none
}

.header-upper {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #d9d9d9
}

.header-top {
    min-height: 41px;
    background-color: #ebebf0;
    font-size: 12px
}

.header-middle {
    min-height: 80px;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: position 10s;
    -o-transition: position 10s;
    transition: all .3s ease
}

.header-middle.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 50px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    animation: smoothScroll .5s forwards
}

.header-menu-icons>li:not(:last-child) {
    position: relative;
    margin-right: 16px !important
}

.header-menu-icons>li>a {
    color: #242423
}

.header-menu-icons>li>a:hover {
    text-decoration: none
}

.header-selectors-wrapper {
    border-bottom: 1px solid #d9d9d9;
    padding: 10px 0
}

.header-selectors-wrapper>div {
    display: block;
    width: 50%;
    margin: 10px auto
}

.header-selectors-wrapper select {
    width: 100%
}

.language-list {
    max-width: 100%;
    margin-bottom: 0;
    font-size: 0
}

.language-list li {
    display: inline-block;
    margin: 0 1px;
    vertical-align: middle
}

.language-list a {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 18px;
    line-height: 0
}

.language-list img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.header-links-wrapper {
    position: relative;
    padding: 20px 0
}

.header-links ul {
    font-size: 0
}

.header-top--right .border-right {
    border-color: #888 !important
}

.header .language-selector>select,
.header .currency-selector>select {
    border: 0;
    background: transparent;
    color: #555a63;
    font-size: 12px;
    margin-top: -3px;
    padding: 0;
    height: auto
}

.header-top-links>li i,
.header-top-links>li span {
    vertical-align: middle
}

.header-top-links .icon {
    font-size: 20px
}

.header-top-links>li {
    margin-right: 15px !important;
    border-color: #d9d9d9;
    vertical-align: middle
}

.header-top-links>li {
    border-right: 1px solid #888;
    padding-right: 10px
}

.header-top-links>li:last-child {
    margin-right: 0 !important
}

.header-top-links>li>a {
    color: #555a63
}

.header-top-links>li>a:hover {
    color: #c853fe
}

.header-top-links>li>a>i {
    margin-right: 1px
}

.header-lower {
    position: relative;
    z-index: 0;
    padding: 35px 0
}

.header-logo {
    margin: 0 0 20px;
    text-align: center
}

.header-logo a {
    display: inline-block;
    max-width: 100%;
    line-height: 0
}

.header-logo a img {
    max-width: 100%;
    opacity: 1;
    max-height: 60px
}

.search-box-dropdown .search-box {
    display: none;
    position: absolute;
    background: #fff;
    padding: 15px;
    left: auto !important;
    right: 0;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .2);
    z-index: 10;
    min-width: 330px;
    border-radius: 0;
    text-transform: capitalize;
    color: #787878;
    line-height: 18px;
    border: unset;
    border-top: 3px solid
}

.search-box form {
    display: inline-block
}

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

.search-box input.search-box-text {
    float: left;
    width: 200px;
    height: 36px;
    margin: 0 -1px 0 0
}

.search-box .search-box-button {
    float: left;
    min-width: 86px;
    height: 36px;
    border: none;
    background-color: #888;
    padding: 0 15px;
    text-align: center;
    color: #fff;
    text-transform: uppercase
}

.search-box .search-box-button:hover {
    background-color: #4a4a4a
}

.search-box .ui-autocomplete-loading {
    background: #fff url('../Themes/NopKalles/Content/images/ajax-loader-small.gif') right center no-repeat
}

.ui-helper-hidden-accessible {
    display: none !important
}

.ui-autocomplete {
    width: 285px !important;
    border: 1px solid #d9d9d9;
    border-top: none;
    overflow: hidden;
    background-color: #fff;
    text-align: left;
    border-radius: 0;
    padding: 0;
    font: normal 14px Arial, Helvetica, sans-serif
}

.ui-autocomplete li {
    border-top: 1px solid #d9d9d9
}

.ui-autocomplete li:first-child {
    border-top: none
}

.ui-autocomplete a {
    display: block;
    padding: 15px;
    font-size: 14px;
    margin: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: none !important;
    padding: 15px !important;
    line-height: normal !important;
    color: #777 !important
}

.ui-autocomplete a:hover,
.ui-autocomplete a.ui-state-focus {
    background-color: #f6f6f6 !important
}

.ui-autocomplete img {
    display: none;
    min-width: 20px;
    margin: 0 10px 0 0;
    vertical-align: middle
}

ul.top-menu.notmobile.without-megamenu {
    display: block
}

ul.top-menu.mobile.without-megamenu,
.menu-toggle {
    display: none
}

ul.top-menu.notmobile.without-megamenu>li {
    display: inline-block;
    position: relative
}

ul.top-menu.notmobile.without-megamenu>li a {
    padding: 10px 15px
}

ul.top-menu.notmobile.without-megamenu .sublist {
    display: none
}

ul.top-menu.notmobile.without-megamenu li:hover .sublist {
    display: block;
    position: absolute;
    background: #fff;
    top: 100%;
    left: 0;
    box-shadow: 0 0 5px #000;
    z-index: 10
}

.toolbar-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    box-shadow: 0 0 9px rgba(0, 0, 0, .12);
    z-index: 100 !important;
    background: #fff
}

.toolbar-bottom>ul {
    min-height: 55px;
    padding: 5px 10px 3px
}

.toolbar-bottom>ul>li {
    position: relative;
    -ms-flex: 1 0 20%;
    flex: 1 0 20%
}

.toolbar-bottom>ul>li>* {
    color: #242423;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.toolbar-bottom>ul>li>*:hover,
.toolbar-bottom>ul>li>*:focus {
    color: #888
}

.toolbar-bottom>ul>li .title {
    padding-top: 5px;
    font-weight: 600
}

.toolbar-bottom .counter-wrapper {
    bottom: -5px
}

.footer {
    background-color: #ebebf0;
    text-align: center
}

.footer-block img {
    max-width: 100%
}

.footer-block .title {
    margin: 0 0 1px;
    padding: 10px 0;
    font-size: 18px;
    cursor: pointer
}

.footer-block .title .icons .fa-plus {
    display: block
}

.footer-block .title .icons .fa-minus {
    display: none
}

.footer-block .title.opened .icons .fa-plus {
    display: none
}

.footer-block .title.opened .icons .fa-minus {
    display: block
}

.footer-block .list {
    display: none;
    margin: 0 0 20px;
    padding: 15px 0
}

.footer-block .list a:hover {
    color: #c853fe
}

.follow-us {
    margin: 30px auto 0;
    text-align: center
}

.follow-us .title {
    margin: 0 0 10px;
    background: none;
    color: #242423;
    cursor: auto
}

.follow-us .social ul {
    margin: 0 0 30px;
    border-bottom: 1px solid #d9d9d9;
    padding: 0 0 30px;
    font-size: 0
}

.follow-us .social li {
    display: inline-block;
    margin: 0 5px
}

.follow-us .social a {
    display: block;
    width: 38px;
    height: 38px;
    background: url('../Themes/NopKalles/Content/images/social-sprite.png') no-repeat;
    font-size: 0
}

.follow-us .social .facebook a {
    background-position: 0 0
}

.follow-us .social .twitter a {
    background-position: -38px 0
}

.follow-us .social .rss a {
    background-position: -76px 0
}

.follow-us .social .youtube a {
    background-position: -114px 0
}

.follow-us .social .google-plus a {
    background-position: -152px 0
}

.footer-middle {
    border-top: 1px solid #82828f !important
}

.footer-middle .title {
    padding: 0 0 7px;
    color: #242423;
    font-size: 18px;
    font-weight: 500
}

.footer-middle .title strong {
    font-size: 18px;
    font-weight: 500
}

.newsletter-input-wrapper {
    background-color: #efeff1
}

.newsletter-validation,
.newsletter-result {
    width: 100%;
    overflow: hidden;
    line-height: 28px
}

.footer-lower {
    width: 95%;
    margin: auto;
    overflow: hidden;
    padding: 25px 0;
    font-size: 12px
}

.footer-tax-shipping a {
    font-weight: bold;
    color: #888
}

.footer-tax-shipping a:hover {
    text-decoration: underline
}

.footer-powered-by {
    margin: 10px 0 0
}

.footer-powered-by a {
    font-weight: bold;
    color: #888
}

.footer-powered-by a:hover {
    text-decoration: underline
}

.theme-selector {
    margin: 10px 0 0
}

.theme-selector select {
    width: 170px
}

.footer-block.contact-info .list>li:not(:last-child) {
    margin-bottom: 10px
}

.footer-socials>ul>.list-inline-item:not(:last-child) {
    margin-right: 20px
}

body.tb-opened,
html.tb-opened {
    overflow: hidden
}

.tb {
    visibility: hidden;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    -webkit-transform: translate3d(0, -105%, 0);
    transform: translate3d(0, -105%, 0);
    -webkit-transition: transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    z-index: 9100
}

.tb.opened {
    visibility: visible;
    -webkit-transform: none !important;
    transform: none !important
}

.tb--overlay {
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9000;
    pointer-events: auto;
    -webkit-transition: opacity .25s, visibility .25s;
    transition: opacity .25s, visibility .25s
}

.tb--overlay.opened {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transition: opacity .25s, visibility;
    transition: opacity .25s, visibility
}

.tb-search input[type="text"].search-box-text {
    width: 100%;
    height: 55px;
    padding: 0 40px 0 0;
    font-size: 25px;
    font-weight: 300;
    border: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    outline: 0;
    transition: border-color .5s;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

.tb-search .search-form {
    position: relative
}

.tb-search [type=submit]:not(:disabled).search-box-button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    width: 40px;
    border: none;
    background: #fff;
    background-color: transparent;
    color: #242423;
    font-size: 25px;
    font-weight: 600;
    min-height: 55px
}

.tb-search [type=submit]:not(:disabled).search-box-button:focus {
    outline: 0
}

.tb-search [type=submit]:not(:disabled).search-box-button::before {
    content: "";
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none
}

body.sb-opened,
html.sb-opened {
    overflow: hidden
}

.sb {
    visibility: hidden;
    width: 300px;
    -webkit-overflow-scrolling: touch;
    transition: transform .2s;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    z-index: 9100
}

.sb-left {
    right: auto;
    left: 0;
    -webkit-transform: translate3d(-104%, 0, 0);
    transform: translate3d(-104%, 0, 0)
}

.sb-right {
    right: 0;
    left: auto;
    -webkit-transform: translate3d(104%, 0, 0);
    transform: translate3d(104%, 0, 0)
}

.sb.opened {
    visibility: visible;
    -webkit-transform: none !important;
    transform: none !important
}

.sb--inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: 4;
    background-color: #fff;
    pointer-events: none;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.sb--header {
    min-height: 60px;
    padding: 5px 0 5px 20px;
    border-bottom: 1px solid rgba(129, 129, 129, .2)
}

.sb--title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0
}

.sb--btn-close {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 40px;
    max-width: 100%;
    height: 50px;
    padding-right: 15px;
    font-weight: 600;
    line-height: 50px;
    text-align: right
}

.sb--header-inner {
    padding: 10px 20px;
    font-weight: 600;
    border-bottom: 1px solid rgba(129, 129, 129, .2);
    box-shadow: 0 3px 10px 0 rgba(129, 129, 129, .2)
}

.sb--content-inner {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.sb--scroll {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.sb--scroll-inner {
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.sb--content-scroll {
    opacity: 1;
    padding: 20px;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity .25s cubic-bezier(.25, .46, .45, .94) .45s, -webkit-transform .25s cubic-bezier(.25, .46, .45, .94) .45s;
    transition: opacity .15s cubic-bezier(.25, .46, .45, .94) .25s, transform .15s cubic-bezier(.25, .46, .45, .94) .25s, -webkit-transform .15s cubic-bezier(.25, .46, .45, .94) .25s
}

.sb--footer {
    text-align: left;
    border-top: 1px solid rgba(129, 129, 129, .2);
    -webkit-box-shadow: 0 0 10px 0 rgba(129, 129, 129, .2);
    -moz-box-shadow: 0 0 10px 0 rgba(129, 129, 129, .2);
    box-shadow: 0 0 10px 0 rgba(129, 129, 129, .2)
}

.sb--overlay {
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9000;
    pointer-events: auto;
    -webkit-transition: opacity .25s, visibility .25s;
    transition: opacity .25s, visibility .25s
}

.sb--overlay.opened {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transition: opacity .25s, visibility;
    transition: opacity .25s, visibility
}

.sb .nav-tabs {
    background-color: rgba(0, 0, 0, .04)
}

.sb .nav-tabs .nav-link {
    height: 60px;
    padding: 5px 10px;
    font-weight: 500;
    letter-spacing: .3px;
    border-radius: 0;
    border-bottom: 2px solid rgba(0, 0, 0, .04)
}

.sb .nav-tabs .nav-link.active {
    background-color: rgba(0, 0, 0, .05);
    border-bottom: 2px solid #888
}

.search-result--list>.search-result--list-item:not(:last-child) {
    border-bottom: 1px solid #ddd
}

.search-result--list>.search-result--list-item {
    background-color: #fff;
    transition: background-color .3s
}

.search-result--list>.search-result--list-item:hover {
    background-color: #f6f6f6
}

.search-result--p-img {
    width: 85px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%
}

.search-result--p-img img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

.search-result--p-overview {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%
}

.search-result--p-title {
    line-height: 20px
}

.mini-cart--list>.mini-cart--list-item:not(:last-child) {
    border-bottom: 1px dashed #ddd
}

.mini-cart--list>.mini-cart--list-item {
    background-color: #fff;
    transition: background-color .3s
}

.mini-cart--list>.mini-cart--list-item:hover {
    background-color: #f6f6f6
}

.mini-cart--p-img {
    width: 120px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%
}

.mini-cart--p-img img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

.mini-cart--p-overview {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    font-size: 13px
}

.mini-cart--p-title {
    color: #222;
    line-height: 20px;
    height: 36px;
    overflow: hidden;
    white-space: normal
}

.flyout-cart .cart-button {
    background: #c853fe;
    color: #fff !important;
    padding: 16px 15px !important;
    border-radius: 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.flyout-cart .cart-button::after {
    content: "";
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    color: #000;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    opacity: .5
}

.mini-cart--p-title:hover {
    color: #888
}

.mini-cart--p-buttons button {
    color: #222
}

.mini-cart--p-buttons button:hover,
.mini-cart--p-buttons button:focus {
    color: #888
}

.mini-cart--p-buttons .delete-item button:hover,
.mini-cart--p-buttons .delete-item button:focus {
    color: #e71d36
}

.mini-cart--footer {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.p-card {
    background: #fff;
    border: 1px solid #fff;
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in
}

.p-card:hover {
    -webkit-box-shadow: 0 5px 20px #e9dfec;
    -moz-box-shadow: 0 5px 20px #e9dfec;
    box-shadow: 0 5px 20px #e9dfec
}

.p-card .offer-content {
    top: 15px;
    right: 15px
}

.nt-ribbon-wrapper {
    z-index: 17
}

.nt-ribbon {
    min-width: 60px;
    min-height: 25px;
    margin-bottom: 5px;
    background-color: #c853fe;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 3px;
    transition: all .3s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
}

.nt-ribbon span{
    color: #fff;
}


.nt-ribbon span:hover{
    background-color: #fff;
    color: #c853fe
}

.p-card--img .nt-labels {
    top: 15px;
    right: 15px;
    pointer-events: none;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    z-index: 1;
    opacity: 1;
    visibility: visible
}

.p-card--img .nt-label {
    width: 60px;
    height: 60px;
    background-color: #e5e5e5;
    font-size: 14px;
    border-radius: 50%;
    z-index: 20;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.p-card--img .nt-label.new {
    background-color: #109533
}

.p-card--img .nt-label.sale {
    background-color: #fb5607
}

.p-card--link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0;
    visibility: hidden
}

.p-card:hover .p-card--link::before {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.p-card--link-img {
    padding-top: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .3s, -webkit-transform 8s cubic-bezier(.25, .46, .45, .94);
    transition: opacity .3s, transform 8s cubic-bezier(.25, .46, .45, .94), -webkit-transform 8s cubic-bezier(.25, .46, .45, .94)
}

.p-card--img-hover {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    opacity: 0
}

.p-card:hover .p-card--img-hover {
    opacity: 1
}

.p-card--img-hover-inner {
    padding-top: 125%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .3s, -webkit-transform 8s cubic-bezier(.25, .46, .45, .94);
    transition: opacity .3s, transform 8s cubic-bezier(.25, .46, .45, .94), -webkit-transform 8s cubic-bezier(.25, .46, .45, .94)
}

.p-card--btn-icons {
    top: 12px;
    left: 12px;
    z-index: 2;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.p-card--btn-icons.p-card--cp {
    top: 40px
}

.p-card--btn-icons .add-list {
    opacity: 0;
    visibility: hidden;
    width: 20px;
    height: 22px;
    background: transparent;
    font-size: 18px;
    color: #fff;
    line-height: 1;
    border: 0
}

.p-card--btn-icons .add-list.add-wt .fas {
    color: #e63946
}

.p-card--btn-icons .add-list:focus {
    outline: 0;
    border: 0
}

.p-card:hover .p-card--btn-icons .add-list {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.p-card--attr {
    bottom: 5px;
    left: 10px;
    right: 10px;
    text-shadow: -1px -1px 1px rgba(255, 255, 255, .1), 1px 1px 1px rgba(0, 0, 0, .15);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    z-index: 2;
    opacity: 0;
    visibility: hidden
}

.p-card:hover .p-card--attr {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.p-card--info {
    padding: 15px;
    position: relative
}

.p-card--title {
    font-size: 17px;
    font-weight: 500;
    line-height: 25px
}

.p-card--title-link {
    color: #888;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    display: block
}

.p-card .product-rating-box {
    margin-top: 10px
}

.p-card--ratings>ul>li {
    color: #f0ad4e
}

.p-card--ratings>ul>li.list-inline-item:not(:last-child) {
    margin-right: 5px
}

.p-card--prices {
    margin-top: 5px;
    line-height: 27px
}

.p-card--price.old-price {
    text-decoration: line-through
}

.p-card .attribute-circles,
.p-card .attribute-squares {
    margin-top: 15px
}

.sp-cart--header,
.wl--header {
    font-size: 14px;
    color: #242423;
    text-transform: uppercase;
    font-weight: 600;
    padding: 20px 0 10px
}

.sp-cart--list-item,
.wl--list-item {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    border-top: 1px solid #d9d9d9;
    position: relative;
    overflow: hidden
}

.sp-cart--img {
    min-width: 120px
}

.wl--img {
    min-width: 90px
}

.sp-cart--form .p-qty--counter,
.wl--form .p-qty--counter {
    max-width: 150px
}

.sp-cart--form .p-qty--counter input,
.wl--form .p-qty--counter input {
    width: 40px;
    padding: 0
}

.sp-cart--totals {
    padding: 40px;
    -webkit-box-shadow: 0 0 7px -1px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 7px -1px rgba(0, 0, 0, .3);
    box-shadow: 0 0 7px -1px rgba(0, 0, 0, .3)
}

.sp-cart--totals .btn-primary {
    height: 44px
}

.estimate-shipping .inputs label {
    width: auto
}

.estimate-shipping .buttons input[type="button"] {
    height: 40px
}

.table-wrapper {
    border: 1px solid #eee;
    overflow-x: auto;
    background-color: #fff
}

.cart,
.data-table,
.forums-table-section table {
    margin: 0 0 20px
}

.cart th,
.data-table th,
.forums-table-section th {
    padding: 15px;
    text-align: center;
    font-size: 14px;
    color: #aaa;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: bold
}

.cart .product-picture a {
    height: 100px;
    width: 100px;
    display: block;
    padding: 4px
}

.cart input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.cart .checkbox-label {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    cursor: pointer;
    font-size: 0
}

.cart .checkbox-label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    border-radius: 50%
}

.cart input[type="checkbox"]:checked~label::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 2px;
    width: 15px;
    height: 15px;
    text-align: center;
    font-size: 13px;
    line-height: 16px;
    font-family: pacific;
    color: #c853fe
}

.cart .product-picture a img {
    width: 100%
}

.totals {
    max-width: 480px;
    margin: auto;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 20px
}

.total-info {
    margin: 0 0 10px
}

.cart-total td {
    width: 50%;
    font-size: 14px
}

.cart-total td:nth-child(even) {
    padding-right: 12px;
    text-align: right;
    font-weight: 500;
    color: #888
}

.terms-of-service {
    padding: 0
}

.accept-consent input[type="checkbox"],
.terms-of-service input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.accept-consent input[type="checkbox"]~label {
    position: relative;
    padding-left: 30px
}

.accept-consent input[type="checkbox"]~label::before,
.terms-of-service input[type="checkbox"]~label::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    border: 1px solid #ccc;
    border-radius: 50%;
    vertical-align: middle
}

.accept-consent input[type="checkbox"]:checked~label::after,
.terms-of-service input[type="checkbox"]:checked~label::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 2px;
    width: 15px;
    height: 15px;
    text-align: center;
    font-family: pacific;
    font-size: 13px;
    line-height: 16px;
    color: #c853fe
}

.accept-consent input[type="checkbox"]:checked~label::after,
.accept-consent input[type="checkbox"]~label::before {
    top: 3px
}

.odr-summary--overview,
.odr-summary--total {
    border-bottom: 1px solid #ddd
}

.odr-summary--overview {
    border-top: 1px solid #ddd
}

.odr-summary--list>li:not(:last-child) {
    margin-bottom: 10px
}

.odr-summary--list-wrapper {
    max-height: 300px
}

.odr-p--img-wrapper {
    width: 65px;
    height: 65px;
    border-radius: 7px;
    border: 1px solid #ebebf0
}

.odr-p--img-container {
    border-radius: 7px;
    z-index: 1
}

.odr-p--img-container img {
    max-width: 100%;
    max-height: 100%
}

.odr-p--qty {
    top: -6px;
    right: -8px;
    min-width: 21px;
    height: 21px;
    padding: 0 3px;
    font-size: 12px;
    border-radius: 20px;
    z-index: 3
}

.blog-list-homepage {
    margin-bottom: 80px
}

.blog-item--img::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    background-color: rgba(255, 255, 255, .3);
    z-index: 2
}

.blog-item:hover .blog-item--img::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -moz-transition: .6s;
    -webkit-transition: .6s;
    transition: .6s
}

.blog-item--img-inner {
    padding-top: 75%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.blog-item--title {
    font-size: 16px
}

.blog-item--title-link {
    color: #242423
}

.featured-banners {
    margin-bottom: 80px
}

.featured-banner--link.btn-sm {
    padding-top: 5px !important
}

.featured-banner:hover .featured-banner--link {
    background-color: #4a4a4a !important;
    border-color: #4a4a4a !important
}

.featured-banner--img {
    padding-top: 52.63157894736842%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.featured-banner--label {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    pointer-events: none
}

.featured-banner--label h3 {
    font-weight: 500;
    letter-spacing: 1px
}

.instagram-feed--img {
    padding-top: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.shipping-types {
    margin-top: 50px;
    margin-bottom: 30px
}

.shipping-type--icon {
    font-size: 36px;
    line-height: 100%
}

.shipping-type--icon img {
    max-width: 50px
}

.shipping-type--title {
    font-size: 14px;
    text-transform: uppercase
}

.shipping-type--desc {
    font-size: 14px
}

.block {
    min-height: 50px;
    margin: auto;
    text-align: left
}

.block:not(.filter-section) .title {
    position: relative;
    margin: 0 0 10px;
    border-bottom: 1px solid #d9d9d9;
    background: #f6f6f6 url('../Themes/NopKalles/Content/images/toggle-gray.png') right 14px no-repeat;
    padding: 12px 30px 12px 10px;
    font-size: 18px;
    color: #242423;
    cursor: pointer
}

.block .title strong {
    font-weight: normal
}

.filter-section .title .ajaxfilter-title,
.filter-section .title h5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 44px;
    padding: 5px 20px 5px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase
}

.side-2 .filter-section .title .ajaxfilter-title,
.side-2 .filter-section .title h5 {
    position: relative;
    padding: 5px 0 5px 0;
    cursor: pointer
}

.filter-section .title h5[data-toggle="collapse"] .fa:before,
.filter-section .title .ajaxfilter-title[data-toggle="collapse"] .fa:before {
    content: ""
}

.filter-section .title h5[data-toggle="collapse"].collapsed .fa:before,
.filter-section .title .ajaxfilter-title[data-toggle="collapse"].collapsed .fa:before {
    content: ""
}

.block .listbox:not(.ajaxfilter-section) {
    display: none;
    border-bottom: 1px solid #d9d9d9;
    padding: 10px 5px
}

.block .list li {
    padding: 5px 0 5px 15px
}

.block.filter-section .list li {
    padding: 5px 0
}

.block.filter-section .list li .sublist li {
    padding-left: 20px
}

.block .list a {
    display: inline-block;
    position: relative;
    padding: 5px 0;
    color: #444;
    font-size: 12px;
    font-weight: 400;
    -webkit-transition: all .1s ease;
    transition: all .1s ease
}

.block.filter-section .list a {
    color: #82828f;
    font-size: 14px
}

.block:not(.filter-section) .list a:before {
    content: "";
    position: absolute;
    top: 12px;
    left: -15px;
    width: 5px;
    height: 5px;
    background-color: #d9d9d9
}

.block .list .active>a {
    color: #c853fe
}

.block .list a:hover {
    color: #c853fe
}

.block a.product-picture {
    display: inline-block;
    position: relative;
    width: 30%;
    max-width: 110px;
    padding-right: 10px;
    vertical-align: middle
}

.block a.product-picture .product-picture-img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-size: cover
}

.block .sublist {
    margin: 15px 0 5px
}

.block .sublist a {
    font-size: 12px;
    font-weight: 400
}

.block.block-account .title {
    margin: 0;
    padding: 12px 30px 12px 0;
    font-weight: 500
}

.block .list.list-account {
    margin: 0;
    padding: 0;
    border: 1px solid #ddd
}

.block .list.list-account>li {
    padding: 0
}

.block .list.list-account>li:last-child>a {
    border-bottom: 0
}

.block .list.list-account a:before {
    display: none
}

.block .view-all {
    margin: 10px 10px 0
}

.block .view-all a {
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    color: #888;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.block .view-all a:hover {
    color: #4a4a4a
}

.block .tags {
    margin: 5px 0 10px
}

.block .tags ul {
    margin-left: -10px !important;
    font-size: 0
}

.block .tags li,
.product-tags-all-page li {
    display: inline-block;
    position: relative;
    margin: 0 10px;
    overflow: hidden;
    font-size: 17px !important
}

.block .tags>li:first-child,
.product-tags-all-page>li:first-child {
    margin-left: 0
}

.block .tags>li:last-child,
.product-tags-all-page>li:last-child {
    margin-right: 0
}

.block .tags li a,
.product-tags-all-page li a {
    float: left;
    line-height: 30px;
    color: #242423
}

.block .tags li a:hover,
.product-tags-all-page li a:hover {
    color: #888
}

.poll strong {
    display: block;
    margin: 10px 0;
    background-color: #f6f6f6;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: normal;
    color: #242423;
    text-transform: uppercase
}

.poll-options,
.poll-results {
    margin: 10px 0 15px;
    overflow: hidden;
    font-size: 15px;
    color: #242423
}

.poll-options li,
.poll-results li {
    margin: 10px 0
}

.poll-options li>input {
    margin: 0 5px 0 0;
    cursor: pointer
}

.poll-options li>label {
    display: inline-block;
    font-size: 16px;
    cursor: pointer
}

.poll .buttons input {
    border: none;
    background-color: #aaa;
    padding: 10px 20px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase
}

.poll .buttons input:hover {
    background-color: #bbb
}

.poll-total-votes {
    display: block;
    margin: 10px 0 0;
    font-weight: bold;
    font-style: italic;
    color: #242423
}

.home-page-polls {
    text-align: center
}

.home-page-polls .title {
    border-bottom: 1px solid #d9d9d9;
    color: #242423;
    font-size: 30px;
    font-weight: normal;
    margin: 0 0 30px;
    padding: 0 0 15px
}

.home-page-polls .title strong {
    font-weight: normal
}

.home-page-polls li {
    display: inline-block;
    margin: 10px
}

.cat-grid--item {
    position: relative;
    overflow: hidden;
    padding: 0 15px
}

.subcategory-item {
    background: #fff;
    padding: 15px
}

.html-home-page .cat-grid--item-link {
    display: block;
    position: relative;
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.html-category-page .cat-grid--item-link {
    display: inline-block;
    position: relative;
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    width: 26%;
    vertical-align: middle
}

.cat-grid--item-inner {
    display: block;
    width: 15%;
    height: auto;
    position: relative;
    padding-top: 15%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-transition: .6s ease-in-out;
    -moz-transition: .6s ease-in-out;
    -o-transition: .6s ease-in-out;
    transition: .6s ease-in-out
}

.cat-grid--item-name {
    position: absolute;
    top: 50%;
    right: 20px;
    min-width: 150px;
    padding: 12px 20px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    pointer-events: none;
    border-radius: 5px
}

.html-category-page .cat-grid--item-name {
    min-width: 72%;
    padding: 15px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    pointer-events: none;
    border-radius: 5px;
    display: inline-block
}

.cat-menu {
    position: relative;
    padding: 0 15px;
    border-top: 1px solid #dedede
}

.cat-menu>li {
    line-height: 25px
}

.cat-menu>li>a {
    padding: 10px 15px
}

.cat-menu li.more-item {
    display: none
}

.cat-menu li.more-item>span {
    padding: 10px 15px;
    cursor: pointer
}

.cat-menu .more-menu {
    opacity: 0;
    visibility: hidden;
    min-width: 170px;
    position: absolute;
    right: 15px;
    margin: -3px 0 0;
    padding-top: 8px;
    text-align: left;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    z-index: 1000
}

.cat-menu li.more-item:hover ul.more-menu {
    opacity: 1;
    visibility: visible
}

.cat-menu .more-menu li a {
    display: block;
    width: 100%;
    padding: 8px 15px;
    background-color: transparent;
    color: #82828f;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
    transition: background-color .2s ease-in-out, color .2s ease-in-out
}

.cat-menu .more-menu li a:hover {
    background-color: rgba(86, 207, 225, .08);
    color: #888
}

.p-selectors {
    padding: 0
}

.p-selectors--inner {
    padding: 0
}

.vm-btn.selected {
    color: #888;
    pointer-events: none;
    background: #c853fe
}

.breadcrumb {
    margin: 0 0 50px;
    background-color: transparent;
    padding: 5px 10px
}

.breadcrumb ul {
    font-size: 0
}

.breadcrumb li {
    display: inline-block;
    margin: 0 7.5px;
    vertical-align: middle
}

.breadcrumb li * {
    display: inline-block;
    margin: 0;
    font-size: 13px;
    vertical-align: middle
}

.breadcrumb li a {
    color: #242423
}

.breadcrumb strong {
    font-weight: normal
}

.breadcrumb a:hover {
    color: #888
}

.breadcrumb .delimiter {
    display: inline-block;
    width: 13px;
    margin: 0 0 0 15px;
    font-size: 0
}

.breadcrumb .delimiter:before {
    content: "";
    vertical-align: middle;
    font-family: 'pacific';
    font-size: 6px;
    line-height: 32px
}

.plugin-disabled .btn-toggle-filter {
    pointer-events: none
}

.category-description,
.manufacturer-description,
.vendor-description {
    margin: 0 0 25px;
    line-height: 22px
}

.product-page-size select,
.product-sort-by select {
    display: inline-block;
    width: 100%;
    height: 32px;
    padding: 0 8px 0 34px;
    background: transparent;
    vertical-align: middle;
    color: #242423;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 4px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    position: relative;
    z-index: 30
}

.contact-vendor {
    margin: 0 0 30px
}

.contact-vendor .button-2 {
    border: none;
    background-color: #888;
    padding: 10px 15px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase
}

.contact-vendor .button-2:hover {
    background-color: #4a4a4a
}

.product-selectors {
    margin: 0 0 20px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 20px 0
}

.product-selectors:first-child {
    border-top: none
}

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

.product-selectors>div {
    display: inline-block;
    margin: 5px
}

.product-selectors span {
    vertical-align: middle;
    font-size: 16px
}

.product-selectors select {
    margin: 0 8px
}

.product-selectors .product-viewmode {
    display: none;
    font-size: 0
}

.product-filters {
    display: table;
    width: 100%;
    margin: -20px 0 20px;
    border-bottom: 1px solid #d9d9d9
}

.product-filter {
    margin: 0 0 10px
}

.product-filter .filter-title {
    margin: 0 0 10px;
    background-color: #f6f6f6;
    padding: 10px;
    font-size: 17px;
    color: #242423
}

.product-filter .filter-title strong {
    font-weight: normal
}

.product-filter .filter-content {
    padding: 10px;
    color: #242423
}

.product-filter .available-items:after {
    content: "";
    display: block;
    clear: both
}

.product-filter .group {
    margin: 0 0 10px
}

.product-filter .group li {
    font-size: 15px
}

.product-filter .group li a,
.product-filter .group li strong {
    display: inline-block;
    padding: 5px 0
}

.product-filter .group li a:hover {
    color: #888
}

.product-filter .group li.item {
    display: inline-block;
    position: relative;
    margin: 0 15px 0 0;
    padding: 0 0 0 15px
}

.product-filter .group li.item:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #d9d9d9
}

.product-filter .group li.color-item {
    padding: 0;
    display: inline-block
}

.product-filter .group li.color-item a {
    padding: 0
}

.product-filter .group li.color-item:before {
    display: none
}

.filtered-items .title {
    margin: 0 0 5px;
    font-style: italic
}

.filtered-items .item {
    color: #888
}

.remove-filter {
    margin: 15px 0
}

.remove-filter a {
    display: inline-block;
    background-color: #aaa;
    padding: 10px 20px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase
}

.remove-filter a:hover {
    background-color: #999
}

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

.item-box {
    position: relative;
    width: 100%;
    float: left;
    margin: 0 0 80px;
    text-align: left
}

.item-box .picture {
    z-index: 1;
    overflow: hidden;
    background-color: #fff;
    margin: 0 0 20px
}

.item-box .picture a {
    display: block;
    position: relative
}

.item-box .picture a:before {
    content: "";
    display: block;
    padding-top: 100%
}

.item-box .picture a img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.item-box:hover .picture a img {
    opacity: .85
}

.html-manufacturer-list-page .item-box .picture a:before {
    display: none
}

.html-manufacturer-list-page .item-box .picture a img {
    position: static
}

.html-manufacturer-list-page .item-box .title {
    display: none
}

.item-box .details {
    padding: 0 10px
}

.item-box .product-title {
    margin: 0 0 10px;
    overflow: hidden;
    font-size: 17px;
    line-height: 1.2;
    font-weight: normal;
    color: #888
}

.item-box .product-title a {
    display: block
}

.item-box .product-title a:hover {
    color: #4a4a4a
}

.item-box .sku {
    margin: 0 0 15px
}

.item-box .product-rating-box,
.p-card .product-rating-box {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all .3s
}

.item-box .rating,
.p-card .rating {
    background: url('../Themes/NopKalles/Content/images/rating1.png') repeat-x;
    width: 95px;
    height: 14px
}

.item-box .rating div,
.p-card .rating div {
    background: url('../Themes/NopKalles/Content/images/rating2.png') repeat-x;
    height: 14px
}

.item-box:hover .product-rating-box,
.p-card:hover .product-rating-box {
    opacity: 1
}

.product-tab-item .item-box:hover .product-rating-box,
.product-tab-item .p-card:hover .product-rating-box {
    opacity: 0
}

.item-box .description,
.p-card .description {
    display: none
}

.item-box .description a,
.p-card .description a {
    display: block;
    overflow: hidden
}

.item-box .prices {
    margin: 0 0 10px;
    overflow: hidden
}

.item-box .old-price {
    text-decoration: line-through
}

.item-box .tax-shipping-info a {
    color: #888
}

.item-box .tax-shipping-info a:hover {
    text-decoration: underline
}

.item-box .buttons {
    margin: 0;
    font-size: 0
}

.item-box input[type="button"] {
    display: inline-block;
    height: 40px;
    border: none;
    vertical-align: middle
}

.item-box .product-box-add-to-cart-button {
    width: 60%;
    background-color: #888;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase
}

.item-box .product-box-add-to-cart-button:hover {
    background-color: #4a4a4a
}

.item-box .add-to-compare-list-button,
.item-box .add-to-wishlist-button {
    width: 20%;
    border-left: 1px solid #fff !important;
    background-color: #eaeaea;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0
}

.item-box .add-to-compare-list-button {
    background-image: url('../Themes/NopKalles/Content/images/compare-button.png')
}

.item-box .add-to-wishlist-button {
    background-image: url('../Themes/NopKalles/Content/images/wishlist-button.png')
}

.item-box .add-to-compare-list-button:hover,
.item-box .add-to-wishlist-button:hover {
    background-color: #d9d9d9
}

.p-card .buttons {
    position: absolute;
    z-index: 2;
    top: calc(100% - 50px);
    left: 0;
    right: 0;
    height: 40px;
    margin: 0;
    font-size: 0;
    text-align: center
}

.p-card:hover .buttons.product-item::before {
    content: "";
    display: block;
    height: calc(100% + 50px);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .2s
}

.buttons.product-item button span {
    font-size: 0;
    display: none
}

.p-card .add-btn,
.p-card .add-list {
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #c853fe;
    background-color: #c853fe;
    transition: .1s ease;
    color: #fff
}

.p-card--title {
    position: relative;
    z-index: 2;
    overflow: hidden;
    font-size: 13px;
    line-height: 18px;
    font-weight: lighter;
    opacity: 1;
    transition: all .1s
}

.item-box:hover .p-card--title,
.p-card:hover .p-card--title {
    opacity: 0
}

.product-tab-item .item-box:hover .p-card--title,
.product-tab-item .p-card:hover .p-card--title {
    opacity: 1
}

.item-box:hover .p-card--prices .actual-price,
.p-card:hover .p-card--prices .actual-price {
    color: #c853fe !important
}

.home-page-category-grid,
.sub-category-grid,
.manufacturer-grid,
.vendor-grid {
    margin: 0 0 30px
}

.home-page-category-grid .title,
.sub-category-grid .title {
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.home-page-category-grid .title a,
.sub-category-grid .title a {
    display: block;
    padding: 0 0 15px
}

.home-page-category-grid .picture,
.sub-category-grid .picture {
    margin: 0
}

.home-page-category-grid .picture a:before,
.sub-category-grid .picture a:before {
    padding-top: 65%
}

.filter-toggle {
    display: flex;
    align-items: center
}

.product-grid,
.product-list {
    margin: 0 0 30px
}

.product-grid .title {
    margin: 0 0 30px;
    border-bottom: 1px solid #d9d9d9;
    padding: 0 0 15px;
    font-size: 30px;
    font-weight: normal;
    color: #242423
}

.product-grid .title strong {
    font-weight: normal
}

.center-2 .product-grid .p-item .p-card {
    margin-bottom: 0;
    min-height: 100%
}

.center-2 .product-grid .p-item {
    margin-bottom: 15px
}

.manufacturer-grid .title {
    margin: 0 0 15px;
    text-align: center;
    font-size: 16px
}

.manufacturer-grid .title a:hover {
    color: #888
}

.manufacturer-grid .picture {
    border: 1px solid #d9d9d9
}

.vendor-grid .title {
    margin: 0 0 15px;
    text-align: center;
    font-size: 16px
}

.vendor-grid .title a:hover {
    color: #888
}

.vendor-grid .picture {
    border: 1px solid #d9d9d9
}

.pager {
    margin: 0 0 30px
}

.pager ul {
    text-align: center;
    font-size: 0
}

.pager li {
    display: inline-block;
    vertical-align: top;
    width: 10%;
    max-width: 45px
}

.pager li a,
.pager li span {
    display: block;
    height: 55px;
    text-align: center;
    font-size: 16px;
    line-height: 55px;
    cursor: pointer;
    cursor: default;
    background: #fff
}

.pager li a {
    color: #242423
}

.pager li span {
    border-color: transparent;
    background-color: #c853fe;
    color: #fff
}

.pager li.previous-page *,
.pager li.next-page *,
.pager li.first-page *,
.pager li.last-page * {
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    color: #fff;
    border-radius: 0;
    border: 0
}

.pager li.first-page * {
    background-image: url('../Themes/NopKalles/Content/images/first.png')
}

.pager li.last-page * {
    background-image: url('../Themes/NopKalles/Content/images/last.png')
}

.pager li a:hover {
    border-color: transparent;
    background-color: #ebebf0;
    color: #242423
}

.pager li.previous-page>a::before,
.pager li.next-page>a::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-weight: 900;
    display: block;
    color: #82828f
}

.pager li.previous-page>a::before {
    content: ""
}

.pager li.next-page>a::before {
    content: ""
}

.product-details-page {
    padding: 0
}

.html-product-details-page .product-name h1 {
    font-size: 30px;
    font-weight: lighter;
    text-transform: uppercase;
    color: #aaa
}

.product-essential .delivery,
.product-essential .manufacturers {
    display: flex;
    padding: 20px 0 !important;
    border-bottom: 1px solid #ddd
}

.product-essential .delivery .label,
.product-essential .manufacturers .label {
    margin-right: 15px;
    text-transform: uppercase
}

.product-essential .icon-delivery-date::before {
    content: "";
    width: 40px;
    height: 40px;
    margin: auto;
    border-radius: 50%;
    background-color: #c853fe;
    text-align: center;
    font-family: 'pacific';
    font-size: 19px;
    line-height: 40px;
    color: #fff;
    display: inline-block
}

.product-essential .fa-shipping-fast::before {
    width: 40px;
    height: 40px;
    margin: auto;
    border-radius: 50%;
    background-color: #c853fe;
    text-align: center;
    font-size: 19px;
    line-height: 40px;
    color: #fff;
    display: inline-block
}

.product-essential .manufacturers {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    margin: 0 !important
}

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

.gallery .picture-thumbs .thumb-item {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 5px 10px;
    overflow: hidden;
    cursor: pointer
}

.gallery .picture-thumbs .thumb-item img {
    width: 100px;
    height: 100px
}

.gallery .picture-thumbs .thumb-item:first-child {
    margin-left: 0
}

.gallery .picture-thumbs .thumb-item:last-child {
    margin-right: 0
}

.product-image-holder {
    border: 1px solid #eee;
    margin-bottom: 40px
}

.html-product-details-page .gallery .picture {
    padding: 40px 40px;
    background: #fff
}

.overview {
    position: relative;
    margin: 0 0 0
}

.previous-product,
.next-product {
    display: inline-block;
    margin-left: 10px
}

.previous-product {
    margin-left: auto
}

.previous-product a,
.next-product a {
    display: inline-block;
    padding: 7px 12px;
    background: #fff;
    font-size: 20px;
    position: relative;
    white-space: nowrap;
    line-height: 34px
}

.previous-product a .previous-product-label,
.next-product a .next-product-label {
    display: inline-block;
    max-width: 0;
    overflow: hidden;
    transition: all 1s
}

.previous-product a:hover .previous-product-label,
.next-product a:hover .next-product-label {
    max-width: 100px
}

.previous-product a span,
.next-product a span {
    vertical-align: middle
}

.overview .discontinued-product {
    background: #f3f3f3;
    margin: 0 0 20px
}

.overview .discontinued-product h4 {
    display: inline-block;
    font-size: 14px;
    padding: 17px 17px 17px 40px;
    background: url('../Themes/NopKalles/Content/images/discontinued-product-icon.png') no-repeat 13px center;
    color: #de444c
}

.overview .product-name h1 {
    margin-bottom: 10px;
    font-size: 16px
}

.overview .short-description {
    line-height: 22px
}

.overview .prices,
.variant-overview .prices {
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    text-align: left
}

.overview .prices .product-price,
.variant-overview .prices .product-price {
    color: #c853fe
}

.product-no-reviews,
.product-reviews-overview {
    margin: 0 0 10px;
    color: #242423
}

.product-review-box {
    display: inline-block;
    margin: 0 0 8px
}

.product-details-page .nav-pills {
    margin-left: -4px;
    margin-right: -4px;
    background-color: #e9e9e9
}

@media(max-width:991px) {
    .product-details-page .nav-pills {
        padding: 5px
    }
}

.product-details-page .nav-pills li {
    padding-left: 5px;
    padding-right: 5px
}

.product-details-page .nav-pills .nav-link {
    border-radius: 0 !important;
    display: block;
    position: relative;
    border: 1px solid transparent;
    padding: 18px 15px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    transition: .2s ease
}

.product-details-page .nav-pills .nav-link.active,
.product-details-page .nav-pills .show>.nav-link {
    border: 1px solid #fff;
    background-color: #fff;
    color: #222
}

.attribute-squares .attribute-square {
    position: relative
}

.attribute-squares .selected-value .attribute-square::after {
    content: '✓\20';
    position: absolute;
    top: .15em;
    left: .22em;
    font-size: 18px;
    line-height: .8;
    color: #fff;
    transition: all .2s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.product-review-box .rating {
    width: 95px;
    height: 20px;
    background: url('../Themes/NopKalles/Content/images/rating1-desktop.svg') repeat-x;
    background-size: 20%
}

.product-review-box .rating div {
    height: 20px;
    background: url('../Themes/NopKalles/Content/images/rating2-desktop.svg') repeat-x;
    background-size: 20%
}

.product-review-links a:hover {
    color: #888
}

.overview .value a,
.variant-overview .value a {
    color: #888
}

.overview .value a:hover,
.variant-overview .value a:hover {
    text-decoration: underline
}

.overview-buttons {
    margin: 3px 0 0;
    font-size: 0
}

.overview-buttons div {
    margin: 0 auto 3px
}

.overview-buttons .btn {
    font-size: 14px;
    background: #fff;
    padding: 16px;
    line-height: 14px
}

.product-buttons {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 10px
}

.overview-buttons .btn-link {
    color: #888
}

.overview-buttons .btn-link:hover {
    color: #242423;
    text-decoration: none;
    background: #c853fe;
    color: #fff !important
}

.overview .button-2,
.variant-overview .button-2 {
    display: block;
    width: 100%;
    border: none;
    background-color: #eaeaea;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 12px 15px 12px 40px;
    text-align: left;
    font-size: 14px;
    color: #666
}

.overview .button-2:hover,
.variant-overview .button-2:hover {
    background-color: #d9d9d9
}

.overview .subscribe-button,
.variant-overview .subscribe-button {
    background-image: url('../Themes/NopKalles/Content/images/email-button.png')
}

.overview .download-sample-button,
.variant-overview .download-sample-button {
    background-image: url('../Themes/NopKalles/Content/images/download-button.png')
}

.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button {
    background-image: url('../Themes/NopKalles/Content/images/wishlist-button.png')
}

.overview .manufacturers {
    margin: 0 0 20px
}

.overview .availability,
.variant-overview .availability {
    margin: 0 0 20px;
    overflow: hidden
}

.overview .availability .stock,
.variant-overview .availability .stock {
    margin: 0 0 10px
}

.overview .availability .back-in-stock-subscription,
.variant-overview .availability .back-in-stock-subscription {
    display: inline-block
}

.overview .additional-details,
.variant-overview .additional-details {
    margin: 0 0 20px
}

.variant-overview .additional-details {
    margin: 0 0 10px !important
}

.overview .delivery,
.variant-overview .delivery {
    overflow: hidden
}

.overview .free-shipping,
.variant-overview .free-shipping {
    display: inline-block;
    margin: 10px 0;
    padding: 2px 0 2px 28px
}

.overview .free-shipping.invisible,
.variant-overview .free-shipping.invisible {
    display: none
}

.overview .delivery-date,
.variant-overview .delivery-date {
    margin: 10px 0
}

.overview .min-qty-notification,
.variant-overview .min-qty-notification {
    margin: 10px 0;
    font-style: italic;
    color: #242423
}

.overview .download-sample,
.variant-overview .download-sample {
    display: inline-block;
    margin: 0 0 25px
}

.overview .prices,
.variant-overview .prices {
    margin: 0 0 10px;
    overflow: hidden
}

.variant-overview .prices {
    margin: 0 0 10px !important
}

.overview .prices>div>span,
.variant-overview .prices>div>span {
    vertical-align: middle;
    line-height: 22px;
    font-weight: 600
}

.overview .old-product-price,
.variant-overview .old-product-price,
.overview .non-discounted-price,
.variant-overview .non-discounted-price {
    font-size: 14px;
    color: #999;
    text-decoration: line-through
}

.overview .product-price,
.variant-overview .product-price {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: normal;
    color: #696969
}

.overview .tax-shipping-info a,
.variant-overview .tax-shipping-info a {
    color: #888
}

.overview .tax-shipping-info a:hover,
.variant-overview .tax-shipping-info a:hover {
    text-decoration: underline
}

.customer-entered-price {
    margin: 0 0 20px;
    overflow: hidden
}

.customer-entered-price .price-input label {
    display: block;
    margin: 0 0 5px;
    font-weight: bold;
    color: #242423
}

.customer-entered-price .price-input input {
    width: 170px;
    text-align: center
}

.customer-entered-price .price-range {
    margin: 5px 0 0;
    color: #777
}

.tier-prices {
    margin: 0 0 20px
}

.tier-prices .title {
    display: none
}

.tier-prices table td {
    border: 1px solid #d9d9d9;
    padding: 10px;
    color: #242423
}

.tier-prices .field-header {
    min-width: 80px
}

.tier-prices .item-price {
    background-color: #efeff1;
    font-size: 16px;
    color: #e4434b
}

.p-qty--counter {
    width: auto;
    border-radius: 40px;
    justify-content: flex-start
}

.mini-cart--p-price {
    color: #000;
    font-weight: bold;
    margin-top: 15px
}

.p-qty--counter.qty--counter-sm {
    max-width: 115px
}

.p-qty--counter input {
    width: 60px;
    height: 50px;
    background-color: transparent;
    color: #666;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    border: 0
}

.p-qty--counter.qty--counter-sm input {
    width: 39px;
    height: 34px;
    padding: 5px 3px
}

.p-qty--counter input:focus {
    outline: 0;
    box-shadow: none
}

.p-qty--counter .btn {
    width: 37px;
    height: 50px;
    background-color: transparent;
    font-size: 12px
}

.p-qty--counter.qty--counter-sm .btn {
    width: 35px;
    height: 34px
}

.p-qty--counter .btn-minus {
    border-radius: 4px 0 0 4px
}

.p-qty--counter .btn-plus {
    border-radius: 0 4px 4px 0
}

.p-qty--counter .btn:focus {
    outline: 0;
    box-shadow: none
}

.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
    display: inline-block;
    position: relative
}

.overview .add-to-cart-panel>*,
.variant-overview .add-to-cart-panel>* {
    float: left
}

.overview .qty-label,
.variant-overview .qty-label {
    display: none !important
}

.overview .qty-dropdown,
.variant-overview .qty-dropdown {
    height: 43px;
    padding: 0 12px;
    font-size: 15px;
    color: #242423
}

#tabContactUs .contact-us-button,
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
    display: inline-block;
    height: 50px;
    margin: 0 0 0 10px;
    border: none;
    background-color: #c853fe;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    transition: .3s ease;
    color: #fff;
    border-radius: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
}

#tabContactUs .contact-us-button,
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
    float: left
}

#tabContactUs .buttons {
    padding: 20px
}

#tabContactUs .buttons,
#tabContactUs .contact-us-button {
    width: 100%;
    max-width: 500px;
    margin: 0 auto
}

.overview .p-qty--counter {
    border: none;
    position: relative;
    background: #c853fe;
    border-radius: 0;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
}

.overview .p-qty--counter .input-group-btn {
    position: absolute;
    top: 0;
    left: 100%;
    background: #c853fe;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
}

.overview .p-qty--counter input {
    color: #fff
}

.overview .p-qty--counter .input-group-btn:last-child {
    top: initial;
    bottom: 0
}

.overview .p-qty--counter .btn {
    width: 20px;
    height: 25px;
    background-color: transparent;
    font-size: 9px;
    padding: 0
}

.overview .add-to-cart-button:hover,
.variant-overview .add-to-cart-button:hover {
    background-color: #fff;
    color: #c853fe
}

.product-picture-wrapper .product-share-button {
    display: none !important
}

.product-info-wrapper .product-share-button {
    display: block !important;
    margin: 15px auto
}

.attributes dt,
.stock-availability label {
    display: none
}

.stock-availability {
    width: 100%
}

.attributes dd,
.stock-availability .stock-availability-status {
    width: 100%;
    margin-bottom: 0;
    padding: 10px;
    border-bottom: 1px solid #e3e3e3
}

.stock-availability .stock-availability-status .lnr-database::before {
    width: 40px;
    height: 40px;
    background-color: #c853fe;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    margin: auto;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle
}

.product-share-button .at-icon-wrapper,
.product-share-button .at-icon-wrapper svg {
    height: 30px !important;
    width: 30px !important
}

.product-collateral .title {
    margin: 0 0 10px;
    font-size: 18px;
    color: #242423
}

.product-collateral .title strong {
    font-weight: normal
}

.product-variant-line:after {
    content: "";
    display: block;
    clear: both
}

.variant-overview {
    width: 100%
}

.variant-overview .variant-name {
    margin: 0 0 5px;
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
    color: #888
}

.variant-overview .variant-description {
    margin: 0 0 15px;
    line-height: 22px
}

.variant-overview .stock-availability {
    justify-content: center;
    margin-bottom: 10px
}

.variant-overview .add-to-wishlist {
    margin: 0 0 25px
}

.variant-overview .add-to-wishlist>button {
    font-size: 13px;
    text-transform: capitalize !important
}

.variant-overview .add-to-wishlist-button {
    display: inline-block;
    width: auto
}

.variant-overview .add-to-cart-panel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.variant-overview .product-price {
    -ms-flex-pack: distribute;
    justify-content: center
}

.variant-overview .add-to-cart-panel .p-qty--counter input {
    width: 40px;
    padding: 8px 0
}

.product-specs-box {
    margin: 0 0 40px
}

.product-specs-box td {
    border: 0 solid #d9d9d9;
    padding: 10px
}

.product-tags-list {
    font-size: 0
}

.product-tags-list li {
    display: inline-block;
    font-size: 14px
}

.product-tags-list li.separator {
    margin: 0 5px 0 3px
}

.product-tags-list a {
    display: inline-block;
    line-height: 24px;
    text-transform: capitalize
}

.product-tags-list a:hover {
    color: #888
}

.attributes {
    margin: 20px 0
}

.p-card .attributes {
    margin: 0;
    position: absolute;
    top: 10px;
    left: 0;
    padding: 0 10px;
    z-index: 200;
    transform: translate(-200px);
    transition: all .3s
}

.p-card:hover .attributes {
    transform: translate(0)
}

.attributes dl {
    overflow: hidden;
    padding: 0 2px
}

.attributes dt,
.attribute-label {
    display: block;
    margin: 0 0 5px;
    white-space: nowrap;
    font-weight: bold;
    color: #696969;
    line-height: 100%;
    position: relative
}

.attributes dd,
.attribute-data {
    margin: 0 0 0
}

.html-product-details-page .product-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row
}

.attributes dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px
}

.attributes li {
    display: inline-block;
    margin: 0 3px 5px 0
}

.attributes select {
    width: auto;
    min-width: 100px;
    max-width: 100%
}

.attributes .option-list label {
    margin: 0 5px
}

.attributes .datepicker {
    width: 280px;
    text-align: center;
    color: #242423
}

.attributes .qty-box input {
    width: 48px;
    height: 32px;
    text-align: center
}

.ui-datepicker {
    width: 280px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    background-color: #fff;
    text-align: center;
    border: none;
    border-radius: 0;
    padding: 0;
    font: normal 14px Arial, Helvetica, sans-serif;
    color: #777
}

.ui-datepicker-header {
    position: relative;
    height: 32px;
    background-color: #888;
    color: #fff;
    border: none;
    border-radius: 0;
    background-image: none;
    padding: 0 !important;
    font-weight: normal
}

.ui-datepicker-header a {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 0;
    top: 0 !important;
    width: 32px !important;
    height: 32px !important;
    border: none !important
}

.ui-datepicker-header a.ui-datepicker-prev {
    left: 0;
    background: url('../Themes/NopKalles/Content/images/calendar-prev.png') center no-repeat
}

.ui-datepicker-header a.ui-datepicker-next {
    right: 0;
    background: url('../Themes/NopKalles/Content/images/calendar-next.png') center no-repeat
}

.ui-datepicker-header a span {
    display: none !important
}

.ui-datepicker-title {
    position: relative;
    z-index: 0;
    line-height: 32px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 32px !important
}

.ui-datepicker-calendar {
    margin: 0 !important;
    font-size: 14px !important
}

.ui-datepicker-calendar th {
    background-color: #ebebf0
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
    width: 14.285%;
    border: 1px solid #d9d9d9;
    padding: 0
}

.ui-datepicker-calendar th span,
.ui-datepicker-calendar td a {
    display: block;
    min-height: 32px;
    line-height: 32px;
    color: #242423
}

.ui-datepicker-calendar td a {
    border: none !important;
    background: none !important;
    padding: 0;
    text-align: center;
    color: #242423 !important
}

.ui-datepicker-calendar .ui-state-active {
    outline: 2px solid #888;
    font-weight: bold;
    color: #888;
    color: #888 !important
}

.attributes>ul:first-child li:first-child {
    margin-left: 0
}

.attributes>ul:last-child li:last-child {
    margin-right: 0
}

.attribute-circles {
    margin: 0;
    display: block
}

.attribute-circles li {
    display: inline-block;
    margin: 0 0 5px;
    text-align: center
}

.attribute-circles .attribute-circle-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border: 0 solid #82828f;
    background-color: #696969;
    position: relative;
    z-index: 0;
    border-radius: 50%
}

.attribute-circles label {
    display: block;
    margin: 0 !important
}

.attribute-circles .attribute-circle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 14px !important;
    height: 14px !important;
    border-radius: 50%;
    cursor: pointer
}

.attribute-circles .selected-value .attribute-circle-container {
    background-color: #242423 !important
}

.attribute-circles li input {
    position: absolute;
    left: -9999px
}

.attribute-squares {
    margin: 0;
    display: block;
    font-size: 0
}

.attribute-squares li {
    display: inline-block;
    margin: 0 5px 5px;
    text-align: center
}

.attribute-squares .attribute-square-container {
    display: block;
    position: relative;
    z-index: 0;
    padding: 0;
    border-radius: 50%
}

.attribute-squares label {
    display: block;
    margin: 0 !important;
    overflow: hidden
}

.attribute-squares .attribute-square {
    display: table !important;
    width: 28px !important;
    height: 28px !important;
    border: 1px solid #ddd !important;
    cursor: pointer;
    border-radius: 50%
}

.attribute-squares .selected-value .attribute-square-container {
    background-color: #888
}

.attribute-squares li input {
    position: relative;
    z-index: -1;
    margin: -32px 0 0
}

.tooltip-container {
    position: absolute;
    width: 200px;
    color: #000;
    background: #fff;
    border: 1px solid #ebebf0;
    text-align: center;
    visibility: hidden;
    border-radius: 5px
}

.tooltip-container:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -7px;
    width: 0;
    height: 0;
    border-bottom: 7px solid #ebebf0;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent
}

.tooltip-container:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-bottom: 6px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent
}

.attribute-squares li:hover .tooltip-container {
    visibility: visible;
    margin-left: -83px;
    margin-top: 5px;
    z-index: 999
}

.tooltip-container .tooltip-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f6f6f6;
    height: 25px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    padding: 5px;
    text-align: left;
    width: 198px;
    font-size: 15px;
    text-align: center;
    border-bottom: 1px #ebebf0 solid
}

.tooltip-container .tooltip-body {
    margin: 5px
}

.tooltip-container .tooltip-body img {
    border: 0 #fff;
    width: 190px
}

.giftcard {
    margin: 0 0 20px;
    overflow: hidden
}

.giftcard div {
    margin: 0 0 10px
}

.giftcard label {
    display: block;
    margin: 0 auto 5px;
    font-weight: bold;
    color: #242423
}

.giftcard input,
.giftcard textarea {
    width: 350px;
    max-width: 100%
}

.giftcard textarea {
    height: 150px
}

.modal-add-review {
    max-width: 420px
}

.rv-add--product {
    border: 1px solid #ebebf0
}

.rv-add--product-img {
    width: 50px
}

.rv-add--product-img img {
    width: 50px;
    max-width: 100%
}

.rv-add--form .form-fields {
    background-color: transparent
}

.product-reviews-page h1 a {
    color: #888
}

.product-reviews-page h1 a:before,
.product-reviews-page h1 a:after {
    content: "''"
}

.product-reviews-page .title {
    margin: 0 0 20px;
    font-size: 20px;
    color: #242423
}

.product-reviews-page .title strong {
    font-weight: normal
}

.write-review {
    margin: 0 0 60px
}

.write-review .fieldset {
    margin: 0 0 30px
}

.tooltip {
    position: initial;
    display: inline-block;
    color: #242423
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: auto;
    background: #f0f0f0 no-repeat 100% 5%;
    border: #c0c0c0 1px dotted;
    text-align: Left;
    padding: 10px 10px 5px 5px;
    position: absolute;
    z-index: 1;
    left: 10%;
    opacity: 0;
    transition: opacity .3s
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    cursor: help
}

.write-review .review-rating div.first {
    color: #e4444c
}

.write-review .review-rating div.rating-options {
    padding-top: 2px
}

.write-review .review-rating div.rating-options input {
    vertical-align: baseline
}

.write-review .review-rating div.last {
    color: #4cb17c
}

.write-review .captcha-box {
    margin: 15px 0 0
}

.write-review .button-1 {
    border: none;
    background-color: #888;
    padding: 10px 25px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase
}

.write-review .button-1:hover {
    background-color: #4a4a4a
}

.write-review .review-rating .rating-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product-reviews-page .result,
.product-reviews-page .message-error {
    margin: 0 0 20px
}

.product-review-list {
    overflow: hidden
}

.product-review-item {
    background-color: rgba(246, 246, 248, .3);
    border-top: 1px solid #f6f6f8
}

.product-review-item:nth-child(odd) {
    background-color: #f6f6f8
}

.product-review-item .review-item-head {
    border-top: 1px solid #d9d9d9;
    overflow: hidden;
    background-color: transparent;
    padding: 15px
}

.product-review-item .review-title {
    line-height: 20px;
    font-size: 15px;
    color: #242423
}

.product-review-item .product-review-box {
    margin: 3px 0 0
}

.product-review-item .review-content {
    padding: 20px 15px
}

.product-review-item .review-text {
    margin: 0 0 15px;
    line-height: 22px;
    color: #242423
}

.product-review-item .reply {
    margin: 15px 0;
    border-top: 1px solid #d9d9d9
}

.product-review-item .reply-header {
    margin: 15px 0;
    font-weight: bold
}

.product-review-item .reply-text {
    line-height: 22px
}

.product-review-item .review-info {
    margin: 0 0 5px
}

.product-review-item .review-info label {
    font-weight: normal
}

.product-review-item .review-info a,
.product-review-helpfulness .vote {
    display: inline-block;
    padding: 5px 10px;
    color: #82828f;
    cursor: pointer;
    border: 1px solid #82828f
}

.product-review-helpfulness .question {
    margin: 0 5px 0 0;
    font-style: italic
}

.product-review-helpfulness .result {
    margin: 0 0 0 10px
}

.wishlist-page .page-title {
    margin: 0 0 -1px
}

.wishlist-content .message-error {
    margin: 20px 0
}

.wishlist-content .table-wrapper {
    margin: 0 0 30px
}

.wishlist-content .product-content {
    min-width: 300px;
    text-align: left
}

.wishlist-content .tax-shipping-info {
    margin: 0 0 20px;
    text-align: center
}

.wishlist-content .tax-shipping-info a {
    color: #4ab3f1
}

.wishlist-content .tax-shipping-info a:hover {
    text-decoration: underline
}

.wishlist-content .buttons {
    font-size: 0
}

.wishlist-content .button-2 {
    display: block;
    width: 250px;
    margin: 0 auto 3px;
    border: none;
    padding: 10px 25px;
    text-align: center;
    line-height: 20px;
    font-size: 15px;
    color: #fff
}

.wishlist-page .share-info span {
    display: block;
    margin: 0 0 5px
}

.wishlist-page .share-info a {
    font-weight: bold;
    color: #242423
}

.wishlist-page .share-info a:hover {
    color: #888
}

.compare-products-page {
    position: relative;
    overflow: hidden
}

.compare-products-page .clear-list {
    display: inline-block;
    margin: 0 0 20px;
    background-color: #888;
    padding: 10px 15px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase
}

.compare-products-page .clear-list:hover {
    background-color: #4a4a4a
}

.compare-products-page .table-wrapper {
    margin: 30px 0;
    padding: 0 0 1px
}

.compare-products-table td {
    min-width: 150px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    padding: 20px;
    text-align: center;
    vertical-align: top;
    color: #242423
}

.compare-products-table td:first-child {
    min-width: 0;
    background-color: #f6f6f6;
    border: 0;
    text-align: right
}

.compare-products-table td label {
    margin-bottom: 0;
    color: #242423;
    font-weight: 500
}

.compare-products-table .remove-button {
    display: inline-block;
    border: none;
    background: transparent;
    padding: 0;
    font-size: 12px;
    color: #82828f
}

.compare-products-table .remove-button i {
    color: #e71d36
}

.compare-products-table .remove-button:hover {
    color: #e71d36
}

.compare-products-table .picture {
    display: block;
    position: relative;
    max-width: 200px;
    height: 200px;
    overflow: hidden;
    margin: auto
}

.compare-products-table .picture img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto
}

.compare-products-table .product-name td {
    font-weight: bold
}

.compare-products-table .product-name td a:hover {
    color: #888
}

.compare-products-table .short-description td {
    line-height: 22px
}

.compare-products-table .full-description td {
    display: none
}

.compare-products-page .no-data {
    margin: 25px 0 0
}

.topic-block {
    margin: 0 0 25px
}

.topic-block-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 50px;
    margin: 0 0 20px;
    border-bottom: 1px solid #d9d9d9;
    padding: 0 0 10px
}

.topic-block-title h2 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: normal
}

.topic-block-body {
    text-align: justify;
    line-height: 24px;
    font-size: 14px
}

.topic-page .page-body {
    text-align: justify;
    line-height: 22px
}

.topic-block a,
.topic-page a {
    text-decoration: underline
}

.topic-block strong,
.topic-page strong {
    color: #242423
}

.home-page .topic-block {
    margin: 0 0 50px
}

.popup-window .topic-page {
    padding: 15px
}

.not-found-page p {
    margin: 30px 15px
}

.topic-password {
    text-align: center
}

.enter-password-title {
    margin: 0 0 20px;
    color: #242423
}

.enter-password-form {
    display: inline-block;
    overflow: hidden
}

.enter-password-form input[type="password"] {
    float: left;
    width: 200px;
    height: 40px;
    margin: 0 -1px 0 0
}

.enter-password-form input[type="submit"] {
    float: left;
    width: auto;
    min-width: 86px;
    height: 40px;
    border: none;
    background-color: #888;
    padding: 0 15px;
    color: #fff;
    text-transform: uppercase
}

.enter-password-form input[type="submit"]:hover {
    background-color: #4a4a4a
}

.contact-page .page-title,
.email-a-friend-page .page-title,
.apply-vendor-page .page-title {
    margin: 0 0 -1px
}

.contact-page .result,
.contact-page .message-error,
.email-a-friend-page .result,
.email-a-friend-page .message-error,
.apply-vendor-page .result,
.apply-vendor-page .message-error {
    margin: 20px 0
}

.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1 {
    min-width: 140px;
    border: none;
    background-color: #888;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase
}

.contact-page .button-1:hover,
.email-a-friend-page .button-1:hover,
.apply-vendor-page .button-1:hover {
    background-color: #c853fe
}

.contact-page .topic-block,
.email-a-friend-page .title,
.apply-vendor-page .title {
    margin: 25px 0
}

.email-a-friend-page .title h2 {
    font-weight: normal;
    color: #888
}

.apply-vendor-page .terms-of-service {
    text-align: center
}

.apply-vendor-page .terms-of-service>* {
    display: inline-block;
    line-height: 32px
}

.apply-vendor-page .terms-of-service span,
.apply-vendor-page .terms-of-service a {
    color: #888;
    cursor: pointer
}

.gender {
    display: inline-block
}

.gender span {
    display: inline-block;
    margin: 0 5px
}

.gender span>* {
    margin: 0 5px;
    line-height: 32px
}

.date-of-birth .date-picker-wrapper {
    display: inline
}

.date-of-birth select {
    width: calc(33.3333% - 6.6666px)
}

.date-of-birth select+select {
    margin: 0 0 0 10px
}

.date-of-birth .select-wrapper+.select-wrapper {
    margin: 0 0 0 10px
}

#check-availability-button {
    margin: 10px 0 0;
    border: none;
    background-color: #888;
    padding: 10px 15px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase
}

#check-availability-button:hover {
    background-color: #999
}

.inputs .option-list input[type="checkbox"]~label {
    display: inline-block;
    position: relative;
    height: auto;
    margin: 0;
    padding: 0 10px 0 21px;
    font-size: 14px;
    line-height: 30px;
    color: #444;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.inputs.accept-consent {
    text-align: center
}

.inputs.accept-consent>* {
    display: inline-block
}

.inputs.accept-consent span,
.inputs.accept-consent a {
    color: #888;
    cursor: pointer;
    font-size: 14px
}

.inputs.accept-consent label {
    width: auto;
    margin-left: 10px;
    margin-bottom: 0
}

.registration-page .button-1,
.registration-result-page .button-1,
.login-page .button-1,
.password-recovery-page .button-1,
.account-page .button-1,
.return-request-page .button-1 {
    min-width: 140px;
    border: none;
    background-color: #888;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase
}

.registration-page .button-1:hover,
.registration-result-page .button-1:hover,
.login-page .button-1:hover,
.password-recovery-page .button-1:hover,
.account-page .button-1:hover,
.return-request-page .button-1:hover {
    background-color: #fff;
    color: #c853fe;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
}

.return-request-page h1 a {
    color: #888
}

.return-request-page .return-request-file {
    font-size: 14px
}

.return-request-page .return-request-file .uploadedfileinput {
    display: inline-block
}

.registration-page .message-error,
.login-page .message-error,
.account-page .message-error {
    margin: 0 0 10px
}

.registration-result-page .result {
    margin: 0 0 30px;
    padding: 30px 0;
    text-align: center;
    font-size: 16px;
    color: #4cb17c
}

.customer-info-page .email-to-revalidate,
.customer-info-page .readonly-username,
.customer-info-page .vat-status {
    margin: 0 5px;
    font-size: 14px
}

.customer-info-page .vat-status {
    display: block
}

.registration-page .vat-note,
.customer-info-page .vat-note,
.customer-info-page .email-to-revalidate-note {
    display: block;
    font-size: 14px;
    margin-top: 7px;
    white-space: normal
}

.login-page .customer-blocks {
    margin-bottom: 30px
}

.login-page .title {
    margin: 0 0 15px;
    padding: 0;
    font-size: 20px;
    color: #242423
}

.login-page .title strong {
    font-weight: normal
}

.login-page .new-wrapper {
    margin: 0 0 50px
}

.login-page .new-wrapper .text {
    margin: 0;
    background-color: #efeff1;
    padding: 30px;
    line-height: 22px;
    border-radius: 5px
}

.login-page .new-wrapper .topic-block {
    margin: 0
}

.login-page .new-wrapper .topic-block-body strong {
    color: #242423
}

.login-page .new-wrapper .button-1 {
    margin: 0 0 5px
}

.login-page .returning-wrapper {
    margin: 0
}

.login-page .returning-wrapper .form-fields {
    overflow: hidden;
    padding: 30px 15px 0
}

.login-page .returning-wrapper .inputs.reversed {
    white-space: normal
}

.login-page .returning-wrapper .inputs.reversed * {
    width: auto;
    font-size: 14px;
    color: #242423
}

.login-page .returning-wrapper .inputs.reversed a:hover {
    color: #888
}

.login-page .captcha-box {
    margin: -15px 0 20px
}

.login-page .login-tabs {
    max-width: 900px;
    margin: 0 auto 40px
}

.login-page .login-tabs .login-tabs-header {
    display: table;
    width: 100%;
    table-layout: fixed;
    background-color: transparent
}

.login-page .login-tabs .login-tabs-header li {
    display: table-cell;
    vertical-align: bottom;
    overflow: hidden;
    border: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    border: none !important
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    background: #fff;
    border: none !important
}

.login-page .login-tabs .login-tabs-header a {
    display: block;
    margin: 0 2.5px 0 0;
    padding: 20px;
    color: #888;
    border: none;
    background: #eee
}

.login-page .login-tabs .login-tabs-header li.ui-state-active a {
    border-bottom-color: transparent;
    color: #c853fe
}

.login-page .login-tabs .login-tabs-header strong {
    position: relative;
    padding: 0 0 0 23px
}

.login-page .ui-helper-clearfix:before,
.login-page .ui-helper-clearfix:after {
    display: none
}

.login-page .login-tabs .login-tabs-header {
    margin: 0 auto !important;
    border: none !important
}

.login-page .form-fields {
    background: transparent
}

.inputs {
    position: relative;
    max-width: 500px;
    margin: 0 auto 20px;
    text-align: center;
    font-size: 0
}

.login-page .inputs.login-field:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 50px;
    height: 50px;
    background-color: #dadada;
    text-align: center;
    font-family: 'pacific';
    font-size: 20px;
    line-height: 50px;
    pointer-events: none
}

.login-page .inputs.login-field.email:before {
    content: "";
    font-size: 14px
}

.login-page .inputs.login-field.password:before {
    content: "";
    font-size: 22px
}

.inputs {
    position: relative;
    max-width: 500px;
    margin: 0 auto 20px;
    text-align: center;
    font-size: 0
}

.login-page .inputs.reversed input~label {
    display: inline-block;
    position: relative;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 10px 0 21px;
    font-size: 14px;
    line-height: 30px;
    color: #444;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.login-page .inputs.reversed input~label {
    float: left
}

.login-page .inputs.reversed .forgot-password {
    float: right
}

.login-page .inputs.reversed input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.login-page .inputs.reversed input~label:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    border-radius: 50%
}

.login-page .inputs.reversed input:checked~label:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 2px;
    width: 15px;
    height: 15px;
    text-align: center;
    font-family: 'pacific';
    font-size: 13px;
    line-height: 16px;
    color: #c853fe
}

.login-page .buttons,
.password-recovery-page .buttons {
    margin: 0 -20px -20px;
    border-top: 1px solid #eee;
    padding: 20px;
    text-align: center;
    font-size: 0
}

.registration-page .button-1,
.registration-result-page .button-1,
.login-page .button-1,
.password-recovery-page .button-1,
.account-page .button-1,
.return-request-page .button-1,
.user-agreement-page .button-1 {
    width: 100%;
    max-width: 300px;
    border: none;
    background-color: #c853fe;
    padding: 17px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    transition: .3s ease;
    color: #fff
}

.registration-page .fieldset,
.registration-page .buttons {
    max-width: 900px;
    margin: 0 auto 20px;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 20px
}

.login-page .inputs.login-field input {
    height: 50px;
    position: relative;
    z-index: 1;
    padding: 0 15px 0 60px
}

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

.gender {
    display: block;
    text-align: left;
    font-size: 0
}

.gender span {
    display: inline-block;
    padding: 0 30px 0 0
}

.gender input[type="radio"] {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.gender label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    border: 2px solid #eee;
    border-radius: 50%;
    background: #eee no-repeat center bottom
}

.gender input[type="radio"]:checked~label:before {
    border-color: #c853fe
}

.gender label {
    display: inline-block;
    position: relative;
    height: 45px;
    margin: 0;
    padding: 0 0 0 55px;
    font-size: 14px;
    line-height: 45px;
    font-weight: bold;
    color: #888;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.login-page .inputs.login-field {
    position: relative;
    background: #eee
}

.gender .male label:before {
    background-image: url(../Themes/NopKalles/Content/images/male.svg)
}

.gender .female label:before {
    background-image: url(../Themes/NopKalles/Content/images/female.svg)
}

.ui-tabs .ui-tabs-panel {
    background-color: #fff;
    padding: 25px 20px;
    animation: fadein .3s
}

.external-authentication {
    margin: 0 0 50px;
    overflow: hidden;
    text-align: center
}

.external-authentication .title {
    margin: 0 0 15px;
    font-size: 20px;
    color: #242423
}

.external-authentication .buttons {
    margin: 0 0 30px;
    border-top: 1px solid #e6e6e6;
    padding: 30px
}

.external-auth-errors {
    color: #e4444c
}

.external-auth-association {
    color: #242423
}

.external-auth-association a {
    color: #888
}

.external-auth-association a:hover {
    text-decoration: underline
}

.password-recovery-page .result {
    margin: 0 0 5px;
    font-weight: bold;
    color: #242423
}

.password-recovery-page .tooltip {
    margin: 0 0 15px;
    opacity: 1
}

.add-more-external-records {
    text-align: center
}

.add-more-external-records a {
    color: #888
}

.add-more-external-records a:hover {
    text-decoration: underline
}

.account-page .buttons {
    text-align: center
}

.account-page .description {
    margin: 0 0 25px;
    padding: 0 10px
}

.account-page .table-wrapper {
    margin: 0 0 30px
}

.gdpr-tools-page .result {
    margin: 20px 0;
    font-size: 13px;
    color: #e4434b
}

.gdpr-tools-page .buttons {
    margin-top: 20px
}

.address-list-page .info,
.order-list-page .info {
    margin: 0 0 10px;
    padding: 30px;
    background-color: #efeff1;
    line-height: 26px;
    color: #242423;
    border-radius: 5px
}

.address-list-page .info .name,
.order-list-page .info .name {
    font-size: 16px;
    font-weight: bold
}

.address-list-page .button-2,
.order-list-page .button-2 {
    display: inline-block;
    margin: 0 0 0 10px;
    border: none;
    padding: 0 0 0 18px;
    font-size: 12px;
    color: #242423
}

.edit-address-button {
    background: url('../Themes/NopKalles/Content/images/edit.png') left center no-repeat
}

.delete-address-button,
.cancel-recurring-order-button {
    background: url('../Themes/NopKalles/Content/images/remove.png') left center no-repeat
}

.retry-recurring-order-button {
    background: url('../Themes/NopKalles/Content/images/retry.png') left center no-repeat
}

.return-items-button {
    background: url('../Themes/NopKalles/Content/images/return.png') left center no-repeat
}

.order-details-button {
    background: url('../Themes/NopKalles/Content/images/details.png') left center no-repeat
}

.address-list-page .button-2:hover,
.order-list-page .button-2:hover {
    color: #888
}

.address-list-page .add-button {
    margin: 0 0 20px;
    text-align: center
}

.address-edit-page .page-title {
    margin: 0 0 -1px
}

.address-edit-page .message-error {
    margin: 20px 0
}

.address-edit-page .edit-address {
    margin: 0 0 30px;
    background-color: #efeff1;
    padding: 30px !important;
    border-radius: 5px
}

.recurring-payments table td {
    white-space: nowrap
}

.recurring-payments table td:first-child {
    min-width: 120px;
    white-space: normal
}

.recurring-payments .button-2 {
    font-size: 14px
}

.return-request-list-page .details {
    border-top: 1px solid #e6e6e6;
    background-color: #efeff1;
    padding: 20px;
    line-height: 22px;
    color: #242423
}

.return-request-list-page label {
    margin: 0 5px 0 0
}

.return-request-list-page a {
    color: #888
}

.return-request-list-page a:hover {
    text-decoration: underline
}

.return-request-list-page .comments div {
    margin: 10px 0 0;
    font-size: 15px;
    font-style: italic;
    color: #242423
}

.downloadable-products-page table td {
    color: #242423
}

.reward-points-overview {
    margin: 0 0 25px
}

.reward-points-history table td {
    color: #242423
}

.reward-points-history table td:first-child {
    min-width: 120px
}

.change-password-page .page-title {
    margin: 0 0 -1px
}

.change-password-page .result,
.change-password-page .message-error {
    margin: 20px 0
}

.change-password-page .fieldset {
    margin: 0 0 30px
}

.avatar-page .page-title {
    margin: 0
}

.avatar-page .page-body {
    margin: 0 0 30px;
    overflow: hidden;
    background-color: #efeff1;
    padding: 30px 25px
}

.avatar-page .message-error {
    margin: 0 0 10px
}

.avatar-page .image {
    margin: 0 0 10px
}

.avatar-page .image img {
    border: 1px solid #ccc
}

.avatar-page .button-1 {
    font-size: 14px
}

.avatar-page .button-2 {
    border: none;
    background-color: #888;
    padding: 10px 15px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase
}

.avatar-page .button-2:hover {
    background-color: #999
}

.avatar-page .info {
    color: #242423
}

.vendorinfo-page .button-2 {
    border: medium none;
    background-color: #888;
    padding: 10px 15px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase
}

.vendorinfo-page .button-2:hover {
    background-color: #999
}

.vendorinfo-page .vendor-picture {
    width: 400px;
    margin: 0 auto
}

.vendorinfo-page .vendor-picture * {
    display: block;
    margin-top: 15px
}

.check-gift-card-balance-page .page-title {
    margin: 0 0 -1px
}

.check-gift-card-balance-page .result,
.check-gift-card-balance-page .message-error {
    margin: 20px 0
}

.check-gift-card-balance-page .fieldset {
    margin: 0 0 30px
}

.order-progress {
    margin: 0 0 50px;
    background-color: #f6f6f6;
    padding: 15px 0;
    text-align: center
}

.order-progress ul {
    font-size: 0
}

.order-progress li {
    display: inline-block;
    margin: 10px
}

.order-progress a {
    display: block;
    min-width: 70px;
    font-size: 14px;
    color: #242423
}

.order-progress a:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto 15px;
    border: 1px solid #bbb;
    background: #fff url('../Themes/NopKalles/Content/images/pointer.png') center no-repeat
}

.order-progress li.active-step a {
    cursor: pointer
}

.order-progress li.inactive-step a {
    opacity: .3;
    cursor: default
}

.shopping-cart-page .page-title {
    margin: 0 0 -1px;
    padding: 10px
}

.shopping-cart-page .message-error {
    margin: 20px 0
}

.shopping-cart-page td .message-error {
    margin: 10px 0 0;
    text-align: left
}

.shopping-cart-page .checkout-attributes a {
    color: #4ab3f1
}

.shopping-cart-page .checkout-attributes a:hover {
    text-decoration: underline
}

.shopping-cart-page .tax-shipping-info {
    margin: 20px 0;
    text-align: center
}

.shopping-cart-page .tax-shipping-info a {
    color: #4ab3f1
}

.shopping-cart-page .tax-shipping-info a:hover {
    text-decoration: underline
}

.shopping-cart-page .common-buttons {
    font-size: 0
}

.shopping-cart-page .common-buttons input {
    display: inline-block;
    min-width: 180px;
    margin: 5px;
    border: none;
    background-color: #aaa;
    padding: 10px 20px;
    font-size: 15px;
    color: #fff
}

.shopping-cart-page .common-buttons input:hover {
    background-color: #999
}

.shopping-cart-page .common-buttons input:first-child {
    background-color: #888
}

.shopping-cart-page .common-buttons input:first-child:hover {
    background-color: #888;
    opacity: .8
}

.checkout-attributes {
    color: #242423
}

.checkout-attributes dt {
    margin: 0 0 5px;
    font-weight: bold;
    position: relative
}

.checkout-attributes dd {
    margin: 0 0 20px
}

.checkout-attributes input[type="text"],
.checkout-attributes select {
    min-width: 170px;
    width: 100%;
    height: 40px;
    font-size: 14px
}

.checkout-attributes ul {
    font-size: 0
}

.checkout-attributes li {
    display: inline-block;
    margin: 5px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    padding: 8px 10px;
    font-size: 14px
}

.checkout-attributes .attribute-squares li {
    border: none;
    padding: 0;
    line-height: 0
}

.checkout-attributes li label {
    display: inline-block;
    margin: 0 0 0 5px
}

.selected-checkout-attributes {
    margin: 30px 0;
    color: #242423
}

.selected-checkout-attributes br {
    content: "";
    display: block;
    margin: 3px
}

.opc .tab-section {
    margin: 0 0 10px;
    border: 1px solid #eee;
    background-color: #fff
}

.cart-footer {
    margin: 0 0 50px;
    border-top: 1px solid #d9d9d9
}

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

.cart-footer .totals {
    width: 350px;
    max-width: 100%;
    margin: 0 auto 50px;
    background-color: #efeff1;
    padding: 10px;
    color: #242423
}

.cart-footer .total-info {
    margin: 0 0 20px;
    border-bottom: 1px solid #d9d9d9;
    padding: 5px 30px 15px
}

.cart-total td {
    width: 50%;
    padding: 5px 0;
    text-align: right;
    vertical-align: top
}

.cart-total td:first-child {
    text-align: left;
    font-weight: 600;
    color: #666
}

.cart-total tr.order-total {
    border-top: 1px solid #ddd
}

.cart-total tr:not(.order-total) td:first-child {
    font-weight: 500;
    color: #888
}

.cart-total .order-total strong {
    font-weight: 600;
    color: #666
}

.cart-total .giftcard-remaining {
    display: block;
    font-style: italic
}

.cart-total .order-total {
    font-size: 20px;
    color: #888
}

.min-amount-warning {
    margin: 0 0 20px;
    padding: 0 30px;
    color: #e4434b
}

.terms-of-service {
    margin: 0 0 20px;
    padding: 0;
    text-align: left
}

.terms-of-service label {
    cursor: pointer
}

.shopping-cart-page .terms-of-service label {
    cursor: pointer;
    position: relative;
    padding-left: 22px;
    text-align: center;
    display: inline
}

.shopping-cart-page .checkout-button {
    width: 100%;
    max-width: 300px;
    border: none;
    background-color: #c853fe;
    padding: 17px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    transition: .3s ease;
    color: #fff
}

.shopping-cart-page .checkout-button:hover {
    background-color: #ae864b
}

.terms-of-service .custom-checkbox label {
    color: #242423;
    font-size: 14px
}

.terms-of-service .custom-checkbox [type="checkbox"]:not(:checked)+label,
.terms-of-service .custom-checkbox [type="checkbox"]:checked+label {
    padding-left: 30px
}

.terms-of-service .custom-checkbox label:hover {
    color: #242423
}

.terms-of-service a {
    margin: 0;
    color: #c853fe;
    font-size: 13px;
    font-weight: bold
}

.cart-options {
    margin: 0 0 30px;
    text-align: center
}

.common-buttons button {
    position: relative;
    width: 100%;
    max-width: 350px;
    margin: 0 0 3px;
    border: none;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    transition: .3s ease;
    color: #c853fe
}

.common-buttons button:before {
    content: "";
    width: 30px;
    margin: 0 7px 0 0;
    text-align: center;
    vertical-align: middle;
    font-family: 'pacific';
    font-size: 15px;
    line-height: 30px;
    font-weight: normal;
    color: #000;
    opacity: .6;
    transition: .3s ease
}

.common-buttons .update-cart-button::before {
    content: ""
}

.common-buttons .continue-shopping-button::before {
    content: "";
    font-size: 18px
}

.terms-of-service a:hover {
    color: #c853fe
}

.cart-collaterals .coupon-box-wrapper,
.cart-collaterals .giftcard-box-wrapper {
    margin: 0 0 20px;
    border: 1px solid #eee;
    background-color: #fff
}

.cart-collaterals .title {
    position: relative;
    border-bottom: none;
    padding: 20px 60px;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
    cursor: pointer
}

.cart-collaterals .giftcard-box .title::before {
    content: "";
    font-size: 34px
}

.cart-collaterals .coupon-box-wrapper .title::before {
    content: "";
    font-size: 22px
}

.cart-collaterals .title:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
    width: 25px;
    height: 25px;
    text-align: center;
    font-family: 'pacific';
    font-size: 20px;
    line-height: 25px;
    font-weight: normal;
    color: #000;
    opacity: .4
}

.cart-collaterals .title::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    width: 18px;
    height: 18px;
    text-align: center;
    font-family: pacific;
    font-size: 14px;
    font-weight: normal;
    color: #aaa;
    transform: rotate(180deg);
    margin: auto;
    transition: all .5s ease 0s
}

.cart-collaterals .coupon-box,
.cart-collaterals .giftcard-box {
    display: block;
    position: relative;
    border-top: 1px solid #eee;
    overflow: hidden;
    padding: 15px 15px 95px
}

.cart-collaterals .title {
    position: relative;
    border-bottom: none;
    padding: 20px 60px;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
    cursor: pointer
}

.cart-collaterals .deals .hint,
.cart-collaterals .shipping .hint {
    margin: 0 0 7px;
    text-align: left;
    font-size: 14px;
    line-height: 27px;
    font-weight: normal
}

.cart-collaterals .coupon-code input[type="submit"] {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    max-width: calc(100% - 20px);
    margin: auto;
    overflow: hidden;
    border: 1px solid #eee;
    background: #fff url(../Themes/NopKalles/Content/images/plus.svg) no-repeat left 15px center;
    padding: 15px 35px 15px 45px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-overflow: ellipsis;
    color: #c853fe;
    opacity: 0;
    transition: .3s ease
}

.cart-collaterals .coupon-code.show input[type="submit"] {
    opacity: 1
}

.cart-footer .checkout-buttons {
    padding: 0 10px
}

.cart-footer .checkout-disabled {
    font-size: 20px;
    text-align: center;
    background: #ffa500;
    border: 1px solid #c3891e;
    color: #fff;
    padding: 15px 50px
}

.cart-footer .checkout-button {
    display: inline-block;
    min-width: 160px;
    border: none;
    background-color: #888;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase
}

.cart-footer .checkout-button:hover {
    background-color: #4a4a4a
}

.cart-footer .addon-buttons {
    margin: 20px 0 0;
    padding: 0 10px
}

.cart-collaterals {
    width: 350px;
    max-width: 100%;
    margin: 0 auto 50px;
    padding: 25px 0 0
}

.cart-collaterals .button-2 {
    display: inline-block;
    border: none;
    background-color: #888;
    padding: 10px 15px;
    color: #fff;
    text-transform: uppercase;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-transition: .3s;
    transition: .3s
}

.cart-collaterals .button-2:hover {
    background-color: #888;
    color: #fff
}

.cart-collaterals .title strong {
    font-weight: normal
}

.cart-collaterals .hint {
    margin: 0 0 10px
}

.cart-collaterals .coupon-code {
    overflow: hidden
}

.cart-collaterals .coupon-code input[type="text"] {
    float: left;
    width: calc(100% - 150px);
    height: 40px;
    margin: 0 -1px 0 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.cart-collaterals .message-failure {
    margin: 5px 0 0;
    font-size: 12px;
    color: #e4434b
}

.cart-collaterals .message-success {
    margin: 5px 0 0;
    font-size: 12px;
    color: #4cb17c
}

.cart-collaterals .current-code {
    margin: 5px 0 0;
    color: #4cb17c
}

.remove-discount-button,
.remove-gift-card-button {
    width: 16px;
    height: 16px;
    border: 1px solid #999;
    background: #fff url('../Themes/NopKalles/Content/images/close.png') center no-repeat;
    cursor: pointer
}

.cart-collaterals .shipping select {
    height: 36px
}

.cart-collaterals .shipping-results {
    margin: 30px 0 0
}

.cart-collaterals .shipping-results li {
    margin: 20px 0
}

.cart-collaterals .shipping-results li strong {
    display: block;
    margin: 0 0 5px;
    color: #242423
}

.shopping-cart-page .no-data {
    margin: 25px 0 0
}

.checkout-page .section.new-shipping-address {
    padding-right: 0 !important
}

.checkout-page .new-address-next-step-button {
    margin-right: 3px
}

.checkout-page .section.order-summary {
    margin: 100px 0 30px
}

.checkout-page .cart-options {
    min-height: 60px;
    overflow: hidden
}

.checkout-page .cart-footer {
    border-top: none
}

.checkout-page .total-info {
    margin: 0;
    border-bottom: none;
    padding: 5px 20px 10px
}

.checkout-page .button-1 {
    display: inline-block;
    min-width: 140px;
    border: none;
    background-color: #c853fe;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase
}

.checkout-page .button-1:hover {
    background-color: #ae864b
}

.checkout-page .address-item {
    width: 350px;
    max-width: 100%;
    margin: 0 auto 40px
}

.checkout-page .address-item ul {
    margin: 0 0 15px;
    background-color: #efeff1;
    padding: 20px;
    color: #242423
}

.checkout-page .address-item li {
    padding: 5px 0
}

.checkout-page .address-item li.name {
    font-size: 16px;
    font-weight: bold
}

.enter-address .message-error {
    margin: 20px 0
}

.checkout-page .ship-to-same-address .selector {
    margin: 0 0 5px;
    color: #242423
}

.checkout-page .pickup-in-store .selector {
    margin: 0 0 5px;
    color: #242423
}

.select-pickup-point {
    text-align: center
}

.checkout-page .pickup-points-map {
    min-width: 400px;
    min-height: 350px;
    vertical-align: middle;
    margin-top: 5px;
    margin-bottom: 5px
}

.shipping-method .method-list,
.payment-method .method-list {
    text-align: center
}

.shipping-method .method-list li,
.payment-method .method-list li {
    margin: 0 0 20px;
    font-size: 14px
}

.shipping-method .method-list li label,
.payment-method .method-list li label {
    min-height: 150px;
    color: #242423;
    border-radius: 5px
}

.shipping-method .method-title,
.payment-method .method-title {
    padding: 17px 15px 15px 45px;
    font-weight: 500
}

.shipping-method .custom-radio-2 .check,
.payment-method .custom-radio-2 .check {
    top: 15px;
    left: 14px
}

.shipping-method .custom-radio-2 input[type=radio]:checked~label,
.payment-method .custom-radio-2 input[type=radio]:checked~label {
    background-color: #c853fe;
    color: #fff
}

.shipping-method .custom-radio-2 input[type=radio]:checked~.check,
.payment-method .custom-radio-2 input[type=radio]:checked~.check {
    border-color: #fff
}

.shipping-method .custom-radio-2 input[type=radio]:checked~.check::before,
.payment-method .custom-radio-2 input[type=radio]:checked~.check::before {
    background: #fff
}

.shipping-method .method-description,
.payment-method .payment-description {
    padding: 15px
}

.payment-method .use-reward-points {
    margin: 0 0 30px;
    text-align: center;
    color: #242423
}

.payment-method .payment-logo {
    display: inline-block;
    vertical-align: middle
}

.payment-method .payment-logo label {
    display: block;
    font-size: 0 !important
}

.payment-method .payment-details {
    min-width: 180px;
    display: inline-block;
    margin: 0 0 0 10px;
    text-align: left;
    vertical-align: middle
}

.payment-info .info {
    padding: 30px 15px;
    color: #242423
}

.payment-info .info tr {
    display: block;
    margin: 0 0 15px;
    font-size: 0
}

.payment-info .info td {
    display: inline-block;
    width: 100% !important;
    max-width: 400px !important;
    font-size: 14px
}

.payment-info .info td:only-child {
    width: 100% !important;
    max-width: 100% !important
}

.payment-info .info td input[type="text"] {
    width: 100% !important
}

.payment-info .info td input[name="CardCode"] {
    width: 65px !important
}

.payment-info .info td select {
    min-width: 70px
}

.payment-info .info td:first-child {
    margin: 0 0 10px
}

.payment-info .info p {
    text-align: center
}

.confirm-order .buttons {
    padding: 10px 0
}

.confirm-order .button-1 {
    font-size: 16px
}

.order-review-data>div,
.order-details-area>div,
.shipment-details-area>div {
    width: 350px;
    max-width: 100%;
    margin: 0 auto 40px;
    background-color: #efeff1;
    padding: 20px;
    color: #242423
}

.order-review-data li,
.order-details-area li,
.shipment-details-area li {
    padding: 3px 0
}

.order-review-data .title,
.order-details-area .title,
.shipment-details-area .title {
    margin: 0 0 5px;
    padding: 0;
    font-size: 16px;
    font-weight: bold
}

.order-review-data .title strong,
.order-details-area .title strong,
.shipment-details-area .title strong {
    font-weight: 700
}

.order-review-data .payment-method-info,
.order-review-data .shipping-method-info,
.order-details-area .payment-method-info,
.order-details-area .shipping-method-info {
    margin-top: 20px
}

.order-completed .details {
    margin: 0 0 30px;
    padding: 30px 15px;
    text-align: center;
    color: #242423
}

.order-completed .details div {
    margin: 5px 0
}

.order-completed .details strong {
    font-weight: normal;
    text-transform: uppercase
}

.order-completed .details a {
    color: #888
}

.order-completed .details a:hover {
    text-decoration: underline
}

.stepper .step {
    padding-bottom: 20px
}

.stepper .step:last-child {
    padding-bottom: 0
}

.stepper .step::after {
    content: "";
    position: absolute;
    top: 28px;
    left: 13px;
    width: 1px;
    height: 100%;
    background-color: #d9d9d9
}

.step--number {
    width: 28px;
    height: 28px;
    background-color: #d9d9d9;
    line-height: 28px;
    text-align: center;
    border-radius: 100%
}

.stepper .step.allow .step--number {
    background-color: #888
}

.stepper .step.active .step--number {
    background-color: #888
}

.step--title {
    padding-left: 15px;
    color: #d9d9d9;
    font-size: 20px;
    font-weight: 300
}

.stepper .step.allow .step--title {
    color: #242423
}

.stepper .step.active .step--title {
    color: #242423
}

.step--content {
    display: none;
    padding-left: 43px
}

.stepper .step.active .step--content {
    display: block
}

.opc .step-title {
    margin: 0 0 1px;
    overflow: hidden;
    background-color: #fff;
    border-bottom: 1px solid #f6f6f6
}

.opc .step-title {
    display: block;
    overflow: hidden;
    padding: 20px;
    text-align: center
}

.opc .step-title .number {
    display: none
}

.opc .step-title .title {
    display: inline-block;
    position: relative;
    padding: 0 0 0 35px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #444
}

.opc .step-title .title:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 25px;
    height: 35px;
    margin: -17.5px 0 0;
    text-align: center;
    font-family: 'pacific';
    font-size: 15px;
    line-height: 35px;
    font-weight: normal;
    color: #c853fe
}

#opc-billing.active .step-title .title:before {
    content: "";
    font-size: 24px;
    color: #ccc
}

#opc-shipping.active .step-title .title:before,
.tab-section.active~#opc-shipping .step-title .title:before {
    content: "";
    font-size: 24px;
    color: #ccc
}

#opc-shipping_method.active .step-title .title:before,
.tab-section.active~#opc-shipping_method .step-title .title:before {
    content: "";
    left: -2px;
    font-size: 20px;
    color: #ccc
}

#opc-payment_method.active .step-title .title:before,
.tab-section.active~#opc-payment_method .step-title .title:before {
    content: "";
    font-size: 21px;
    color: #ccc
}

#opc-payment_info.active .step-title .title:before,
.tab-section.active~#opc-payment_info .step-title .title:before {
    content: "";
    left: 2px;
    font-size: 22px;
    color: #ccc
}

#opc-confirm_order.active .step-title .title:before,
.tab-section.active~#opc-confirm_order .step-title .title:before {
    content: "";
    left: -2px;
    font-size: 24px;
    color: #ccc
}

.opc .tab-section {
    text-align: center
}

.inputs,
.opc .tab-section .section {
    position: relative;
    max-width: 500px;
    margin: 0 auto 20px;
    text-align: center
}

.opc .tab-section .section.shipping-method,
.opc .tab-section .section.payment-method {
    max-width: 800px
}

.opc .tab-section .section.order-summary {
    max-width: 100%
}

.opc .tab-section .section.order-summary .cart-info {
    margin-left: auto
}

.opc .tab-section .section.order-summary td {
    font-size: 16px
}

.opc .tab-section .section {
    margin-left: auto !important;
    margin-right: auto !important
}

.opc input[type="checkbox"]~label {
    font-size: 14px;
    vertical-align: middle;
    line-height: 18px
}

.opc .inputs label {
    display: block;
    width: 100%;
    margin: 0 10px 0 0;
    text-align: left;
    margin-bottom: 5px
}

.opc .step {
    margin: 10px 0;
    padding: 30px 15px;
    text-align: center
}

.opc .section {
    margin: 0 0 30px
}

.opc .section>label {
    display: block;
    margin: 0 0 10px
}

.opc input[type="text"],
.opc select {
    max-width: 100%
}

.opc .buttons {
    margin-bottom: 0
}

.opc .back-link {
    margin: 0 0 10px
}

.opc .back-link small {
    display: none
}

.opc .back-link a {
    display: inline-block;
    margin: 0 0 0 -15px;
    background: url('../Themes/NopKalles/Content/images/back-button.png') left center no-repeat;
    padding: 0 0 0 18px;
    color: #242423
}

.opc .back-link a:hover {
    color: #888
}

.opc .buttons .please-wait {
    display: block;
    margin: 10px 0 0;
    background: none
}

.opc .section.ship-to-same-address {
    margin: 0 0 30px;
    padding: 0
}

.opc .section.pickup-in-store {
    margin: 0 0 30px;
    padding: 0
}

.opc .payment-info .info tr {
    text-align: left
}

.opc .section.order-summary {
    margin: 0
}

.order-details-page .page-header a {
    min-width: 150px
}

.order-details-page .order-overview {
    margin: 0 0 50px;
    line-height: 26px;
    text-align: center;
    font-size: 16px;
    color: #242423
}

.order-details-page .order-overview .order-number {
    margin: 0 0 10px;
    text-transform: uppercase
}

.order-details-page .order-overview .order-total strong {
    font-weight: normal;
    color: #888
}

.order-details-page .repost .button-2 {
    display: inline-block;
    margin: 10px 0;
    border: none;
    background-color: #888;
    padding: 10px 15px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase
}

.order-details-page .repost .button-2:hover {
    background-color: #4a4a4a
}

.order-details-page .download a {
    font-weight: normal;
    color: #888
}

.order-details-page .download a:hover {
    text-decoration: underline
}

.user-agreement-page .terms-of-agreement {
    margin: 0 0 20px;
    padding: 20px;
    text-align: center
}

.user-agreement-page .button-1 {
    min-width: 140px;
    border: none;
    background-color: #888;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase
}

.user-agreement-page .button-1:hover {
    background-color: #4a4a4a
}

.order-details-page .tax-shipping-info {
    margin: 30px 0
}

.order-details-page .tax-shipping-info a {
    color: #888
}

.order-details-page .tax-shipping-info a:hover {
    text-decoration: underline
}

.order-details-page .actions {
    margin: 30px 0 0;
    font-size: 0
}

.order-details-page .actions input {
    display: inline-block;
    min-width: 165px;
    margin: 5px;
    border: none;
    background-color: #aaa;
    background-image: none;
    padding: 10px 20px;
    font-size: 15px;
    color: #fff
}

.order-details-page .actions input:hover {
    background-color: #999
}

.order-details-page .actions input:first-child {
    background-color: #888
}

.order-details-page .actions input:first-child:hover {
    background-color: #4a4a4a
}

.order-details-page .totals.section {
    width: 370px;
    padding: 0 10px;
    max-width: 100%;
    margin: 0 auto 50px
}

.order-details-page .total-info {
    background-color: #efeff1;
    padding: 15px 20px;
    color: #242423
}

.search-page .page-title {
    margin: 0 0 -1px;
    background: #c853fe
}

.search-page .page-title h1 {
    color: #fff
}

.search-input .fieldset {
    margin: 0 0 30px
}

.search-input .form-fields {
    padding: 30px 15px 10px
}

.search-input input+label {
    display: inline;
    margin: 0 0 0 5px
}

.advanced-search {
    margin: 30px 0 0
}

.advanced-search .price-range {
    display: inline-block
}

.advanced-search .price-range input {
    width: 80px;
    margin: 3px
}

.search-input .buttons {
    text-align: center
}

.search-input .button-1 {
    min-width: 140px;
    border: none;
    background-color: #888;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase
}

.search-input .button-1:hover {
    background-color: #c853fe
}

.search-results .warning,
.search-results .no-result {
    margin: 10px 0;
    color: #e4434b
}

.sitemap-page .description {
    margin: 0 0 30px;
    text-align: center
}

.sitemap-page .entity {
    margin: 0 0 30px
}

.sitemap-page .entity-title {
    margin: 0 0 15px;
    padding: 0 10px;
    text-align: center
}

.sitemap-page .entity-title h2 {
    font-size: 18px;
    font-weight: normal;
    color: #242423
}

.sitemap-page .entity-body {
    border-top: 0 solid #e6e6e6;
    background-color: #efeff1;
    padding: 30px;
    text-align: center;
    border-radius: 5px
}

.sitemap-page .entity ul {
    margin-bottom: 0;
    font-size: 0
}

.sitemap-page .entity li {
    display: inline-block;
    position: relative;
    margin: 0 8px;
    padding: 0 12px;
    line-height: 50px;
    font-size: 14px
}

.sitemap-page .entity li:before {
    content: "";
    position: absolute;
    top: 23px;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #d9d9d9
}

.sitemap-page .entity a {
    color: #242423
}

.sitemap-page .entity a:hover {
    color: #888
}

.sitemap-page .entity a:empty {
    display: none
}

.block-blog-archive .number {
    display: block;
    color: #242423;
    cursor: auto
}

.block-blog-archive .sublist {
    margin: 5px 0 5px 15px
}

.block-blog-archive li.month {
    padding: 3px 0 3px 15px
}

.blog-page .page-title,
.news-list-page .page-title {
    margin: 0
}

.blog-page .post,
.news-items .news-item {
    margin: 0 0 30px
}

.blog-page .post:after {
    content: "";
    display: block;
    clear: both
}

.post-title,
.news-title {
    display: inline-block;
    padding: 10px 0 5px;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #242423
}

.post-title:hover,
.news-title:hover {
    color: #888
}

.post-date,
.news-date {
    display: block;
    padding: 0 0 15px
}

.post-body,
.news-body {
    margin: 0 0 20px;
    padding: 0 0 20px;
    line-height: 22px;
    border-bottom: 1px solid #ddd
}

.blog-page .tags,
.blogpost-page .tags {
    margin: 0 0 15px;
    overflow: hidden;
    padding: 0 10px
}

.blog-page .tags label,
.blogpost-page .tags label {
    display: inline-block;
    margin: 0 3px 3px 0;
    font-weight: normal;
    color: #82828f
}

.blog-page .tags ul,
.blogpost-page .tags ul {
    display: inline-block;
    margin: 0 0 3px 3px;
    font-size: 0
}

.blog-page .tags li,
.blogpost-page .tags li {
    display: inline-block;
    font-size: 14px
}

.blog-page .tags li.separator,
.blogpost-page .tags li.separator {
    margin: 0 8px 0 0
}

.blog-page .tags a,
.blogpost-page .tags a {
    display: block;
    color: #888
}

.blog-page .tags a:hover,
.blogpost-page .tags a:hover {
    text-decoration: underline
}

.blog-posts .buttons,
.news-items .buttons {
    margin: 0;
    padding: 0
}

.blog-posts .buttons .read-comments {
    display: block;
    margin: 0 0 15px;
    font-weight: normal;
    color: #82828f
}

.blog-posts .buttons .read-comments:hover {
    color: #888
}

.new-comment {
    margin: 50px 0 60px
}

.new-comment .notifications {
    margin: 0 0 10px
}

.new-comment .result {
    color: #690
}

.new-comment .form-fields {
    margin: 0 0 20px
}

.new-comment .button-1 {
    border: none;
    background-color: #888;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase
}

.new-comment .button-1:hover {
    background-color: #4a4a4a
}

.comment-list {
    margin: 0 0 100px
}

.comment-list .title {
    margin: 0 0 15px;
    padding: 0 10px;
    font-size: 20px;
    color: #242423
}

.comment-list .title strong {
    font-weight: normal
}

.comment-list .comment {
    margin: 0 0 40px;
    border-top: 0 solid #d9d9d9
}

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

.comment-info {
    width: 150px;
    margin: 20px auto
}

.comment-info .username {
    display: block;
    margin: 0 0 -1px;
    border: 1px solid #d9d9d9;
    background-color: #f6f6f6;
    padding: 11px 0;
    font-weight: bold;
    color: #242423
}

.comment-info a.username:hover {
    color: #888
}

.comment-info .avatar {
    position: relative;
    width: 150px;
    height: 150px;
    border: 1px solid #d9d9d9;
    overflow: hidden
}

.comment-info .avatar img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    border: solid 2px #cedbe1 !important
}

.comment-time {
    margin: 0 0 15px;
    font-size: 13px;
    font-weight: bold
}

.comment-time span {
    color: #242423
}

.comment-title {
    margin: 0 0 15px;
    font-size: 16px;
    color: #242423
}

.comment-body {
    line-height: 22px
}

.news-list-homepage {
    margin: 0 0 75px
}

.news-list-homepage .title {
    margin: 0 0 -1px;
    border-bottom: 1px solid #d9d9d9;
    padding: 0 0 15px;
    font-size: 30px;
    font-weight: normal;
    color: #242423
}

.news-list-homepage .title strong {
    font-weight: normal
}

.news-list-homepage .view-all {
    text-align: center
}

.news-list-homepage .view-all a {
    color: #242423;
    text-decoration: underline
}

.news-list-homepage .view-all a:hover {
    color: #888
}

.forums-main-page .topic-block {
    margin: 0 0 35px;
    text-align: center
}

.forums-main-page .topic-block p {
    text-align: center
}

.forums-main-page .pager {
    display: none
}

.breadcrumb.forum-breadcrumb {
    margin: 0;
    background-color: transparent
}

.breadcrumb.forum-breadcrumb ul {
    margin: 0
}

.breadcrumb.forum-breadcrumb li .delimiter {
    color: #fff
}

.breadcrumb.forum-breadcrumb li a {
    color: #f6f6f6
}

.breadcrumb.forum-breadcrumb li a:hover {
    color: #888
}

.forums-header {
    margin: 0 0 50px;
    overflow: hidden
}

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

.forums-header .current-time {
    margin: 0 0 15px;
    color: #242423
}

.forum-search-box .basic {
    overflow: hidden;
    margin: 0 0 10px
}

.forum-search-box .advanced a {
    line-height: 22px;
    color: #242423;
    text-decoration: underline
}

.forum-search-box .advanced a:hover {
    color: #888
}

.forum-search-page .page-title {
    margin: 0 0 -1px
}

.forum-search-page .search-error,
.forum-search-page .no-result {
    margin: 0 0 15px;
    text-align: center;
    color: #e4434b
}

.forums-table-section {
    margin: 0 0 60px
}

.forums-table-section+.pager {
    margin: -30px 0 30px
}

.forums-table-section-title {
    margin: 0 0 15px;
    padding: 0 10px
}

.forums-table-section-title a,
.forums-table-section-title strong {
    font-size: 22px;
    font-weight: normal;
    color: #242423
}

.forums-table-section-title a:hover {
    color: #888
}

.forums-table-section .image div {
    width: 38px;
    height: 32px;
    margin: auto;
    background: url('../Themes/NopKalles/Content/images/topic-type1.png') center no-repeat
}

.forums-table-section .image div.sticky {
    background: url('../Themes/NopKalles/Content/images/topic-type2.png') center no-repeat
}

.forums-table-section .image div.announcement {
    background: url('../Themes/NopKalles/Content/images/topic-type3.png') center no-repeat
}

.forums-table-section .forum-title,
.forums-table-section .topic-title {
    margin: 5px 0
}

.forums-table-section .forum-title a,
.forums-table-section .topic-title a {
    font-size: 16px;
    font-weight: bold;
    color: #242423
}

.forums-table-section .forum-title a:hover,
.forums-table-section .topic-title a:hover {
    color: #888;
    text-decoration: none
}

.forums-table-section .topic-title span {
    display: block;
    color: #777
}

.forums-table-section .forum-description,
.forums-table-section .topic-starter {
    margin: 5px 0
}

.forums-table-section .latest-post {
    white-space: nowrap
}

.forums-table-section .latest-post div {
    margin: 5px 0
}

.forums-table-section .latest-post label {
    color: #777
}

.forums-table-section .view-all {
    margin: 30px 0 0;
    padding: 0 10px
}

.forums-table-section .view-all a {
    background-color: #888;
    padding: 10px 15px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase
}

.forums-table-section .view-all a:hover {
    background-color: #4a4a4a
}

.forum-page .forum-info {
    margin: 0 0 30px
}

.forum-page .forum-name,
.forum-topic-page .topic-name {
    margin: 0 0 25px;
    border-bottom: 1px solid #d9d9d9;
    padding: 0 0 10px
}

.forum-page .forum-name h1,
.forum-topic-page .topic-name h1 {
    font-size: 20px;
    font-weight: normal
}

.forum-actions,
.topic-actions {
    margin: 0 0 30px;
    font-size: 0
}

.forum-actions .actions a,
.topic-actions .actions a {
    display: inline-block;
    margin: 1px;
    padding: 10px 10px 10px 33px;
    font-size: 14px
}

.forum-actions .actions .new-topic {
    background: #ebebf0 url('../Themes/NopKalles/Content/images/new.png') left center no-repeat
}

.forum-actions .actions .watch-forum,
.topic-actions .actions .watch-forum {
    background: #ebebf0 url('../Themes/NopKalles/Content/images/watch.png') left center no-repeat
}

.forum-actions .actions a:hover,
.topic-actions .actions a:hover {
    background-color: #e6e6e6
}

.forum-actions .pager.upper,
.topic-actions .pager.upper {
    display: none;
    margin: 0
}

.topic-actions .reply-topic-button {
    background: #ebebf0 url('../Themes/NopKalles/Content/images/reply.png') left center no-repeat
}

.topic-actions .watch-topic-button {
    background: #ebebf0 url('../Themes/NopKalles/Content/images/watch.png') left center no-repeat
}

.topic-actions .move-topic-button {
    background: #ebebf0 url('../Themes/NopKalles/Content/images/move.png') left center no-repeat
}

.topic-actions .edit-topic-button {
    background: #ebebf0 url('../Themes/NopKalles/Content/images/edit_.png') left center no-repeat
}

.topic-actions .delete-topic-button {
    background: #ebebf0 url('../Themes/NopKalles/Content/images/remove_.png') left center no-repeat
}

.topic-actions.lower .actions {
    display: none
}

.active-discussions-page .forums-table-section-title {
    margin: 0 0 25px;
    border-bottom: 1px solid #d9d9d9;
    padding: 0 10px 10px
}

.active-discussions-page .forums-table-section-title strong {
    font-size: 20px;
    font-weight: normal
}

.active-discussions-page .forums-table-section-body {
    margin: 0 0 20px
}

.topic-post {
    margin: 0 0 30px;
    border-top: 1px solid #d9d9d9
}

.topic-post:last-child {
    border-bottom: 1px solid #d9d9d9
}

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

.topic-post .post-info {
    margin: 30px 0
}

.topic-post .user-info {
    width: 150px;
    margin: 0 auto 15px
}

.topic-post .username {
    display: block;
    margin: 0 0 -1px;
    border: 1px solid #d9d9d9;
    background-color: #f6f6f6;
    padding: 11px 0;
    font-weight: bold;
    color: #242423
}

.topic-post a.username:hover {
    color: #888
}

.topic-post .avatar,
.profile-info-box .avatar {
    position: relative;
    width: 150px;
    height: 150px;
    border: 1px solid #d9d9d9;
    overflow: hidden
}

.topic-post .avatar img,
.profile-info-box .avatar img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto
}

.topic-post .avatar img {
    border: solid 2px #cedbe1 !important
}

.topic-post .user-stats {
    margin: 0 0 15px
}

.topic-post .user-stats li {
    display: inline-block;
    margin: 0 10px
}

.topic-post .user-stats span,
.profile-info-box .profile-stats span {
    margin: 0 0 0 3px;
    font-weight: bold;
    color: #242423
}

.topic-post .pm-button,
.profile-info-box .pm-button {
    display: inline-block;
    border: none;
    background-color: #888;
    padding: 10px 20px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase
}

.topic-post .pm-button:hover,
.profile-info-box .pm-button:hover {
    background-color: #999
}

.topic-post .post-time {
    margin: 0 0 15px;
    background-color: #f6f6f6;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: bold
}

.topic-post .post-time span {
    color: #242423
}

.topic-post .post-actions {
    margin: 0 0 15px;
    font-size: 0
}

.topic-post .post-actions>div {
    display: inline-block
}

.topic-post .post-actions a {
    display: inline-block;
    margin: 1px 5px;
    font-size: 14px
}

.topic-post .post-actions .edit-post-button,
.topic-post .post-actions .delete-post-button {
    padding: 10px 10px 10px 33px
}

.topic-post .post-actions .edit-post-button {
    background: url('../Themes/NopKalles/Content/images/edit_.png') left center no-repeat
}

.topic-post .post-actions .delete-post-button {
    background: url('../Themes/NopKalles/Content/images/remove_.png') left center no-repeat
}

.topic-post .post-actions .edit-post-button:hover,
.topic-post .post-actions .delete-post-button:hover {
    color: #888
}

.topic-post .post-actions .post-link-button {
    padding: 10px;
    font-weight: bold;
    color: #888
}

.topic-post .post-actions .post-link-button:hover {
    text-decoration: underline
}

.topic-post .post-actions .quote-post-button {
    background-color: #888;
    padding: 10px 20px;
    color: #fff
}

.topic-post .post-actions .quote-post-button:hover {
    background-color: #999;
    color: #fff
}

.topic-post .post-text {
    padding: 0 10px 20px;
    line-height: 22px;
    color: #242423;
    margin-bottom: 0
}

.topic-post .post-vote {
    text-align: center;
    display: table;
    margin: 0 auto 20px
}

.topic-post .user-posted-image,
.latest-posts .user-posted-image {
    max-width: 100%;
    height: auto
}

.topic-post .quote,
.latest-posts .quote {
    margin: 10px 0;
    border: 1px dashed #ccc;
    background-color: #efeff1;
    padding: 10px;
    color: #777
}

.topic-post .signature {
    border-top: 1px solid #d9d9d9;
    padding: 20px;
    font-size: 13px;
    font-style: italic;
    clear: both
}

.topic-post .post-vote span.vote {
    cursor: pointer;
    display: block;
    width: 40px;
    height: 24px
}

.topic-post .post-vote span.up {
    background: url('../Themes/NopKalles/Content/images/vote-up.png') no-repeat 50% 50%
}

.topic-post .post-vote span.vote.up.selected {
    background: url('../Themes/NopKalles/Content/images/vote-up-selected.png') no-repeat 50% 50%
}

.topic-post .post-vote span.down {
    background: url('../Themes/NopKalles/Content/images/vote-down.png') no-repeat 50% 50%
}

.topic-post .post-vote span.vote.down.selected {
    background: url('../Themes/NopKalles/Content/images/vote-down-selected.png') no-repeat 50% 50%
}

.topic-post .vote-count-post {
    display: block;
    font-size: 160%
}

.forum-edit-page .page-title,
.move-topic-page .page-title,
.private-message-send-page .page-title {
    margin: 0 0 -1px
}

.move-topic-page label {
    white-space: normal
}

.forum-edit-page .message-error,
.private-message-send-page .message-error {
    margin: 20px 0
}

.forum-edit-page .inputs strong {
    display: inline-block;
    max-width: 400px;
    font-size: 22px;
    font-weight: normal;
    color: #242423;
    white-space: normal
}

.forum-edit-page .inputs .topic-subject {
    font-size: 17px
}

.forum-edit-page .inputs.reversed {
    margin: 0
}

.forum-edit-page .inputs.reversed label {
    width: auto;
    margin: 5px;
    font-size: 14px;
    white-space: normal
}

.forum-edit-page .bb-code-editor-wrapper,
.private-message-send-page .bb-code-editor-wrapper {
    max-width: 400px;
    margin: 20px auto;
    background-color: #d9d9d9;
    padding: 10px
}

.forum-edit-page .toolbar .button,
.private-message-send-page .toolbar .button {
    margin: 0 2px 0 0;
    border: #cec6b5 1px solid;
    padding: 2px
}

.forum-edit-page .toolbar .button:hover,
.private-message-send-page .toolbar .button:hover {
    border: #333 1px solid
}

.forum-edit-page textarea,
.private-message-send-page textarea {
    display: block;
    margin: auto
}

.forum-edit-page .buttons input,
.move-topic-page .buttons input,
.private-messages .buttons input {
    min-width: 140px;
    border: none;
    background-color: #999;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase
}

.forum-edit-page .buttons input:hover,
.move-topic-page .buttons input:hover,
.private-messages .buttons input:hover {
    background-color: #888
}

.forum-edit-page .buttons .button-1,
.move-topic-page .buttons .button-1,
.private-messages .buttons .button-1 {
    background-color: #888
}

.forum-edit-page .buttons .button-1:hover,
.move-topic-page .buttons .button-1:hover,
.private-messages .buttons .button-1:hover {
    background-color: #4a4a4a
}

.private-message-send-page a {
    font-size: 14px;
    color: #888
}

.private-message-send-page span {
    font-size: 14px
}

.ui-tabs {
    border: none;
    border-radius: 0;
    background: none;
    padding: 0;
    font: normal 14px Arial, Helvetica, sans-serif;
    color: #777
}

.ui-widget.ui-widget-content.ui-tabs {
    border: none
}

.ui-tabs-nav {
    margin: 0 0 30px;
    border-bottom: 1px solid #d9d9d9;
    overflow: hidden;
    font-size: 0;
    margin: 0 0 30px !important;
    border-width: 0 0 1px;
    border-radius: 0;
    background: none;
    padding: 0 !important;
    line-height: normal;
    font-weight: normal;
    color: #242423
}

.ui-tabs-nav li {
    margin: 0 0 -1px;
    float: none !important;
    margin: 0 0 -1px !important;
    border: none;
    border-radius: 0;
    background: none !important;
    padding: 0 !important
}

.ui-tabs-nav li a {
    display: block;
    border: 1px solid #d9d9d9;
    padding: 12px 24px;
    text-align: center;
    font-size: 18px;
    color: #242423;
    float: none !important;
    padding: 12px 24px !important
}

.ui-tabs-nav li.ui-state-active a {
    background-color: #ebebf0;
    color: #888
}

.ui-tabs-panel {
    padding: 0 !important
}

.private-messages-page .table-wrapper,
.private-message-view-page .view-message {
    margin: 0 0 30px
}

.private-messages-page th.select {
    text-align: center
}

.private-messages-page td.from,
.private-messages-page td.to,
.private-messages-page td.subject {
    min-width: 150px
}

.private-messages-page td.date {
    white-space: nowrap
}

.private-messages-page td.subject a {
    color: #242423
}

.private-messages-page td.subject a.pm-unread {
    color: #888
}

.private-messages-page .pager {
    margin: 0 0 30px
}

.private-messages-page .buttons,
.private-message-view-page .buttons {
    font-size: 0
}

.private-messages-page .buttons .button-1,
.private-messages-page .buttons .button-2,
.private-message-view-page .buttons .button-1,
.private-message-view-page .buttons .button-2 {
    display: block;
    width: 250px;
    margin: 0 auto 3px;
    font-size: 15px
}

.private-message-view-page .view-message {
    margin: 0 0 30px
}

.private-message-view-page .message-head {
    margin: 0 0 20px;
    line-height: 22px
}

.private-message-view-page .message-head span {
    font-weight: bold;
    color: #242423
}

.private-message-view-page .message-body {
    border-top: 1px solid #d9d9d9;
    background-color: #efeff1;
    padding: 30px 20px;
    line-height: 22px;
    text-align: justify
}

.private-message-view-page .back-pm-button {
    text-transform: capitalize !important
}

.profile-info-box {
    overflow: hidden;
    line-height: normal;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #777
}

.profile-info-box .user-details {
    margin: 0 0 30px
}

.profile-info-box .avatar {
    margin: 0 auto 15px
}

.profile-info-box .title {
    margin: 0 0 10px;
    font-size: 18px;
    color: #242423
}

.profile-info-box .stats {
    margin: 0 0 15px
}

.latest-posts {
    line-height: normal;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #777
}

.latest-posts .topic {
    margin: 0 0 35px
}

.latest-posts .topic-title {
    margin: 0 0 20px;
    border-top: 1px solid #d9d9d9;
    background: #f6f6f6;
    padding: 10px;
    font-size: 16px
}

.latest-posts .topic-title a {
    font-weight: bold;
    color: #242423
}

.latest-posts .topic-title a:hover {
    color: #888
}

.latest-posts .topic-body {
    margin: 0 0 15px;
    line-height: 22px
}

.latest-posts .topic-data {
    color: #242423
}

pre {
    white-space: pre-wrap;
    white-space: normal;
    word-wrap: break-word
}

.csharpcode {
    margin: 10px 0;
    border: 1px dashed #ccc;
    background-color: #fff;
    padding: 10px;
    font-family: "Courier New", Courier, monospace;
    color: #000
}

.csharpcode .rem {
    color: #008000
}

.csharpcode .kwrd {
    color: #00f
}

.csharpcode .str {
    color: #006080
}

.csharpcode .op {
    color: #00c
}

.csharpcode .preproc {
    color: #c63
}

.csharpcode .asp {
    background-color: #ff0
}

.csharpcode .html {
    color: #800000
}

.csharpcode .attr {
    color: #f00
}

.csharpcode .alt {
    width: 100%;
    margin: 0;
    background-color: #f6f6f6
}

.csharpcode .lnum {
    color: #666
}

.estimate-shipping-popup {
    position: relative;
    background: #fff;
    padding: 25px 10px;
    width: auto;
    max-width: 800px;
    margin: 0 auto
}

.estimate-shipping-popup-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all .2s ease-in-out;
    transform: scale(.8)
}

.estimate-shipping-popup-zoom-in.mfp-bg {
    opacity: 0;
    transition: all .3s ease-out
}

.estimate-shipping-popup-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1)
}

.estimate-shipping-popup-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.estimate-shipping-popup-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(.8);
    opacity: 0
}

.estimate-shipping-popup-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.shipping-options-loading {
    background: url(../Themes/NopKalles/Content/images/ajax-loader-small.gif) no-repeat;
    width: 16px;
    height: 16px;
    position: relative;
    right: 8px;
    margin: 4% 50%
}

.shipping-address .required {
    margin-left: 0
}

.estimate-shipping-row {
    display: flex;
    display: -webkit-flex;
    align-items: center
}

.estimate-shipping-row.shipping-option {
    cursor: pointer
}

.estimate-shipping-row.shipping-option.active {
    font-weight: 700
}

.estimate-shipping-row-item {
    flex: 0 1 100%
}

.estimate-shipping-row-item.shipping-item {
    padding: 8px 0;
    overflow: hidden;
    overflow-wrap: break-word
}

.estimate-shipping-row-item.shipping-header-item {
    padding: 12px 0;
    border-bottom: 1px solid #f2f2f2;
    align-self: flex-end
}

.estimate-shipping-row-item.address-item+.estimate-shipping-row-item.address-item {
    padding-left: 15px
}

.estimate-shipping-row-item+.estimate-shipping-row-item {
    padding-left: 10px
}

.estimate-shipping-row-item-radio {
    flex: 0 0 35px
}

.ship-to-title {
    margin-bottom: 10px
}

.choose-shipping-title {
    margin-top: 20px
}

.estimate-shipping-address-control {
    width: 100%;
    height: 36px
}

.estimate-shipping-radio {
    display: none
}

.estimate-shipping-radio+label {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    padding: 9px;
    border-radius: 50px;
    display: inline-block;
    position: relative
}

.estimate-shipping-radio:checked+label:after {
    content: ' ';
    width: 6px;
    height: 6px;
    border-radius: 50px;
    position: absolute;
    top: 6px;
    left: 6px;
    background: #fff
}

.estimate-shipping-radio:checked+label {
    background-color: #4ab2f1;
    color: #99a1a7;
    border: 1px solid #adb8c0;
    border-color: #4ab2f1
}

.apply-shipping-button {
    border: none;
    padding: 8px 25px;
    background-color: #888;
    color: #fff
}

.apply-shipping-button-container {
    margin-top: 15px;
    text-align: center
}

.shipping-options-header {
    top: 0;
    z-index: 1;
    position: sticky;
    background-color: #fff
}

.shipping-options {
    position: relative;
    z-index: 1;
    overflow: hidden;
    overflow-y: auto;
    max-height: 200px;
    background: #fff no-repeat;
    background-image: -webkit-radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0)), -webkit-radial-gradient(50% 100%, farthest-side, rgba(242, 242, 242, 1), rgba(0, 0, 0, 0));
    background-image: -moz-radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0)), -moz-radial-gradient(50% 100%, farthest-side, rgba(242, 242, 242, 1), rgba(0, 0, 0, 0));
    background-image: radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(242, 242, 242, 1), rgba(0, 0, 0, 0));
    background-position: 0 0, 0 100%;
    background-size: 100% 7px
}

.shipping-options:before,
.shipping-options:after {
    content: "";
    position: relative;
    z-index: -1;
    display: block;
    height: 30px;
    margin: 0 0 -30px;
    background: -webkit-linear-gradient(top, #fff, #fff 30%, rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(top, #fff, #fff 30%, rgba(255, 255, 255, 0));
    background: linear-gradient(to bottom, #fff, #fff 30%, rgba(255, 255, 255, 0))
}

.shipping-options:after {
    margin: -30px 0 0;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff 70%, #fff);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #fff 70%, #fff);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 70%, #fff)
}

.no-shipping-options {
    text-align: center;
    margin: 4% 0
}

.estimate-shipping-popup .message-failure {
    margin: 5px 0 -5px;
    font-size: 12px;
    color: #e4434b
}

@media all and (max-width:769px) {
    .shipping-address {
        flex-flow: column
    }

    .address-item {
        width: 100%
    }

    .estimate-shipping-row-item.address-item+.estimate-shipping-row-item.address-item {
        padding-left: 0;
        padding-top: 8px
    }
}

.html-account-page .block {
    border: 1px solid #eee;
    background-color: #fff
}

.page-title {
    margin: 0;
    border-bottom: none;
    padding: 10px 0
}

.page-title h1 {
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    font-weight: lighter;
    text-transform: uppercase;
    color: #aaa
}

.html-manufacturer-page .page-title h1,
.html-category-page .page-title h1 {
    text-align: left
}

.customer-info-page .fieldset,
.customer-info-page .buttons,
.contact-page .fieldset {
    margin: 0 0 20px;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 20px
}

.contact-page .fieldset .title .customer-info-page .fieldset .title {
    margin: -20px -20px 20px;
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #444
}

.inputs label {
    display: block;
    width: 100%;
    height: 18px;
    margin: 0 0 7px;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    white-space: nowrap;
    text-overflow: ellipsis
}

.customer-info-page .inputs>label {
    font-size: 13px;
    font-weight: bold;
    color: #666
}

.inputs input[type="text"],
.inputs input[type="password"],
.inputs input[type="email"],
.inputs input[type="tel"],
.inputs select,
.inputs textarea {
    width: 100%;
    border: none;
    background-color: #eee;
    vertical-align: middle
}

.gender label {
    display: inline-block;
    position: relative;
    height: 45px;
    margin: 0;
    padding: 0 0 0 55px;
    font-size: 14px;
    line-height: 45px;
    font-weight: bold;
    color: #888;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.inputs .option-list input[type="checkbox"]:checked~label:before,
.cart input[type="checkbox"]:checked~label:before,
.home-page-polls input[type='radio']:checked~label,
.contact-vendor-button:hover,
.attributes .option-list input[type="checkbox"]:checked~label:before,
.product-review-helpfulness .vote-options .vote:hover,
.wishlist-content .button-2:hover,
.wishlist-content .wishlist-add-to-cart-button,
.apply-vendor-page input:checked~label:before,
.gender input[type="radio"]:checked~label:before,
.accept-privacy-policy input:checked~label:before,
.login-page .inputs.reversed input:checked~label:before,
.login-page .buttons .checkout-as-guest-button:hover,
.account-page .subscription-list .select-boxes input:checked~label:before,
.avatar-page .button-2:hover,
.checkout-attributes .option-list input[type="checkbox"]:checked~label:before,
.terms-of-service input[type="checkbox"]:checked~label:before,
.cart-collaterals .coupon-code input[type="submit"]:hover,
.ship-to-same-address .selector input:checked~label:before,
.pickup-in-store .selector input:checked~label:before,
.checkout-page .shipping-method input:checked+label:after,
.checkout-page .payment-method input:checked+label:after,
.use-reward-points input[type="checkbox"]:checked~label:before,
.opc .back-link a:hover,
.order-details-page .page-title a:hover,
.return-request-page .qq-upload-button,
.search-input .inputs input:checked~label:before,
.product-grid .quick-view-button a,
.product-grid .hover-variant-two .quick-view-button a:hover,
.ropc .ship-to-same-address input:checked~label:before,
.ropc .pickup-in-store input:checked~label:before,
.ropc .cart .remove-product:hover,
.ropc .attribute-list .option-list input[type="checkbox"]:checked~label:before {
    border-color: #c853fe
}

.date-of-birth select {
    width: calc(33.3333% - 6.6666px)
}

.address-list-page .address-item .title,
.order-list-page .order-item .title,
.return-request-list-page .request-item .title {
    margin: 0 0 10px;
    border-bottom: 1px solid #eee;
    padding: 10px
}

.address-list-page .address-item,
.order-list-page .order-item,
.return-request-list-page .request-item {
    margin: 0 0 20px;
    border: 1px solid #eee;
    background-color: #fff;
    text-align: center
}

.address-list-page .info,
.order-list-page .info {
    background-color: #fff
}

@media(min-width:1261px) {
    .html-account-page .block .listbox a {
        position: relative;
        padding: 20px 15px 20px 70px;
        font-size: 14px;
        line-height: 20px;
        font-weight: bold;
        text-transform: uppercase;
        color: #888;
        display: block
    }

    .html-account-page .side-2 {
        width: 300px;
        margin: 0 0 40px
    }

    .html-account-page .center-2 {
        width: calc(100% - 300px);
        padding-left: 20px
    }

    .html-account-page .block .listbox a::before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 10px;
        width: 50px;
        height: 50px;
        background-color: #f6f6f6;
        text-align: center;
        font-family: pacific;
        font-size: 20px;
        line-height: 50px;
        font-weight: normal;
        color: #888;
        margin: auto
    }

    .html-account-page .block .listbox .customer-addresses a:before {
        content: "";
        font-size: 22px
    }

    .html-account-page .block .listbox .customer-orders a:before {
        content: ""
    }

    .html-account-page .block .listbox .downloadable-products a:before {
        content: "";
        font-size: 24px
    }

    .html-account-page .block .listbox .back-in-stock-subscriptions a:before {
        content: "";
        font-size: 14px
    }

    .html-account-page .block .listbox .reward-points a:before {
        content: "";
        font-size: 28px
    }

    .html-account-page .block .listbox .change-password a:before {
        content: "";
        font-size: 24px
    }

    .html-account-page .block .listbox .customer-avatar a:before {
        content: "";
        font-size: 24px
    }

    .html-account-page .block .listbox .customer-reviews a:before {
        content: ""
    }

    .customer-info-page .fieldset .title {
        margin: -30px -30px 30px;
        padding: 30px
    }
}

.blocks-wrapper {
    border: 1px solid #eee;
    border-bottom: none;
    overflow: hidden;
    background-color: #fff;
    width: 100%
}

.block:not(.filter-section) .title {
    position: relative;
    border-bottom: 1px solid #eee;
    padding: 16px 40px;
    cursor: pointer
}

.block:not(.filter-section) .title strong {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #444
}

.block:not(.filter-section) .title:before,
.block:not(.filter-section) .title:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    font-family: 'pacific';
    color: #aaa
}

.block-category-navigation .title:before,
.blog-category-navigation .title:before {
    content: "";
    font-size: 14px
}

.block-manufacturer-navigation .title:before {
    content: "";
    font-size: 15px
}

.block-popular-tags .title:before {
    content: "";
    font-size: 16px
}

.blocks-wrapper .block .listbox {
    display: block
}

.html-search-page .block:not(.filter-section) .list a:before {
    display: none
}

.product-info-wrapper .required {
    position: static
}

#ContactUs .required {
    position: absolute
}

#ContactUs .form-fields,
#ContactUs .inputs {
    width: 100%
}

.picture #wrap {
    border: 1px solid #ddd
}

.search-input {
    margin: 0 0 60px;
    border: 1px solid #eee;
    background-color: #fff
}

.search-input .fieldset {
    margin: 0
}

.basic-search .inputs:first-child label {
    display: block;
    position: relative;
    z-index: 2;
    height: auto;
    padding: 15px 0 30px;
    text-align: center;
    font-weight: bold;
    color: #666
}

.basic-search .inputs:first-child label:before {
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
    right: 0;
    left: 0;
    width: 50px;
    height: 50px;
    margin: auto;
    text-align: center;
    font-family: 'pacific';
    font-size: 50px;
    line-height: 50px;
    font-weight: normal;
    color: rgba(0, 0, 0, .15);
    pointer-events: none
}

.search-input .inputs input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.search-input .inputs input~label {
    display: inline-block;
    position: relative;
    height: auto;
    padding: 0 0 0 21px;
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
    color: #444;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.search-input .inputs input~label:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    border-radius: 50%
}

.search-input .inputs input:checked~label:before {
    border-color: #c853fe;
    content: ""
}

.search-input .inputs input:checked~label:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 5px;
    width: 15px;
    height: 15px;
    text-align: center;
    font-family: 'pacific';
    font-size: 13px;
    line-height: 16px;
    color: #c853fe
}

.product-sort-by:after,
.product-page-size:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 32px;
    height: 32px;
    font-family: 'pacific';
    text-align: center;
    font-size: 18px;
    line-height: 34px;
    color: #000;
    opacity: .5
}

.product-page-size,
.product-sort-by {
    position: relative;
    margin: 10px
}

.product-page-size::after {
    content: ""
}

.product-sort-by::after {
    content: "";
    font-size: 15px
}

.vm-btn-group {
    float: right
}

.product-grid .item-box {
    position: relative;
    float: left;
    width: calc(50% - 5px);
    margin: 0 0 10px 10px;
    border: 1px solid #eee;
    background-color: #fff;
    text-align: center
}

@media(min-width:768px) {
    .product-grid .item-box {
        width: calc(25% - 7.5px)
    }
}

@media(min-width:1261px) {
    .block {
        float: none;
        width: auto
    }

    .block:not(.filter-section) .title {
        padding: 16px 16px 16px 50px;
        cursor: default
    }

    .block:not(.filter-section) .title:before {
        left: 4px;
        width: 40px;
        height: 40px;
        background-color: #f6f6f6;
        text-align: center;
        line-height: 40px;
        color: rgba(0, 0, 0, .3)
    }

    .block:not(.filter-section) .listbox {
        display: block;
        padding: 15px 30px 30px
    }

    .basic-search,
    .advanced-search,
    .search-input .buttons {
        padding: 30px
    }

    .p-selectors {
        margin: 0 0 20px
    }

    .html-search-page .items-five .product-grid .item-box,
    .html-search-page .center-2 .product-grid .item-box {
        width: calc(20% - 8px);
        clear: none
    }

    .html-search-page .items-five .product-grid .item-box:nth-child(5n+1),
    .html-search-page .center-2 .product-grid .item-box:nth-child(5n+1) {
        clear: both;
        margin-left: 0
    }
}

.store-search-box {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #e3e3e3;
    background-color: #fff
}

.store-search-box form {
    position: relative;
    width: 100%;
    padding: 0 40px 0 0
}

.store-search-box form:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 40px;
    height: 40px;
    background-color: #fff;
    text-align: center;
    font-family: 'pacific';
    font-size: 18px;
    line-height: 40px;
    transform: translateY(-49%)
}

.store-search-box form:after {
    content: "";
    display: block;
    clear: both
}

.store-search-box input.search-box-text {
    width: 100% !important;
    height: 40px;
    border: none;
    background-color: #fff;
    padding: 0 0 0 15px;
    font-size: 14px;
    color: #888
}

.store-search-box {
    transition: .5s ease
}

.header-lower .store-search-box {
    display: none
}

.store-search-box form {
    position: relative;
    z-index: 1075
}

.store-search-box.nav-down {
    margin-top: -40px
}

.store-search-box .ui-autocomplete {
    transition: .7s ease
}

.store-search-box.nav-down .ui-autocomplete {
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%)
}

.store-search-box .search-box-button {
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    width: 40px;
    height: 40px;
    border: none;
    background-color: transparent;
    font-size: 0;
    opacity: 0
}

@media all and (min-width:768px) {
    .store-search-box {
        position: absolute;
        top: 4px;
        right: 50px;
        z-index: 3;
        width: 42px;
        height: 42px;
        border: none;
        border-left: 0;
        background-color: transparent;
        padding: 0 42px 0 0
    }

    .search-box-opener {
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        z-index: 1076;
        width: 42px;
        height: 42px;
        background-color: #eee;
        font-size: 0;
        cursor: pointer;
        transform: translateY(-50%)
    }

    .search-box-opener:before,
    .search-box-opener:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 42px;
        height: 42px;
        background-color: #eee;
        text-align: center;
        font-family: 'pacific';
        font-size: 18px;
        line-height: 42px;
        transition: .5s ease
    }

    .search-box-opener:before {
        content: ""
    }

    .search-box-opener:after {
        content: "";
        opacity: 0;
        font-size: 13px
    }

    .search-box-opener.open:after {
        opacity: 1
    }

    .store-search-box form {
        width: 340px;
        height: 42px;
        border: 1px solid #eee;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        transition: .5s ease
    }

    .store-search-box form.open {
        -webkit-transform: translate(-100%);
        -ms-transform: translate(-100%);
        transform: translate(-100%)
    }

    .store-search-box {
        position: absolute;
        top: 4px;
        right: 50px;
        z-index: 3;
        width: 42px;
        height: 42px;
        border: none;
        border-left: 0;
        background-color: transparent;
        padding: 0 42px 0 0
    }

    .store-search-box {
        top: 0;
        right: 150px;
        z-index: 1115;
        width: 75px;
        height: 79px;
        padding: 0 75px 0 0
    }
}

@media all and (min-width:992px) {
    .store-search-box {
        top: 50%;
        right: 130px;
        z-index: 5;
        width: 75px;
        height: 79px;
        padding: 0 75px 0 0;
        transform: translateY(-50%)
    }

    .search-box-opener {
        z-index: initial;
        width: 75px;
        height: 70px;
        background-color: #fff
    }

    .store-search-box form {
        width: 340px;
        height: 79px;
        border-width: 0 0 0 1px;
        padding: 0 75px 0 0;
        opacity: 0;
        z-index: -1
    }

    .store-search-box form.opened {
        opacity: 1;
        z-index: 30;
        transform: translateX(-100%);
        box-shadow: 0 0 20px rgba(2, 2, 4, .2)
    }

    .store-search-box input.search-box-text {
        height: 70px;
        padding: 0 0 0 22px;
        line-height: 79px
    }

    .store-search-box form:before,
    .store-search-box .search-box-button {
        width: 75px;
        height: 70px
    }

    .store-search-box form:before {
        font-size: 24px;
        line-height: 70px;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased
    }

    .search-box-opener:before,
    .search-box-opener:after {
        width: 75px;
        height: 70px;
        border-left: 1px solid #e3e3e3;
        background-color: #fff;
        line-height: 79px
    }

    .search-box-opener:before {
        content: "";
        font-size: 24px;
        line-height: 70px;
        font-family: pacific;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        transition: all .3s
    }

    .search-box-opener.toggleClose::before {
        content: "";
        font-family: "Font Awesome 5 Free";
        font-weight: 900
    }

    .search-box-opener.open:after {
        border-color: #fff;
        font-size: 17px
    }
}

@media all and (min-width:1801px) {
    .store-search-box {
        width: 440px;
        padding: 0
    }

    .search-box-opener {
        display: none
    }

    .store-search-box form {
        width: 100%;
        opacity: 1;
        z-index: 1
    }

    .store-search-box form.open {
        box-shadow: none;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0)
    }
}

.footer-upper {
    background-color: #fff
}

.footer-blocks-wrapper.center {
    background-color: #c853fe
}

.footer-blocks-wrapper.left {
    padding: 30px 20px 0
}

.footer-block .title {
    position: relative;
    overflow: hidden;
    padding: 11px 30px 11px 0;
    font-size: 16px;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #222;
    cursor: pointer
}

.footer-block.contact span {
    position: relative;
    padding-left: 25px
}

.footer-block li span,
.footer-block li a {
    display: block;
    padding: 6px 0;
    font-size: 14px
}

.newsletter {
    max-width: 300px;
    margin: 0 auto 30px
}

.newsletter .title {
    display: block;
    margin: 0 0 25px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff
}

.newsletter-email .newsletter-subscribe-text {
    width: 100%;
    height: 42px;
    margin: 0 0 10px;
    border: none;
    background-color: #fff;
    text-align: center;
    font-weight: lighter;
    color: #aaa
}

.newsletter-email .newsletter-subscribe-button {
    position: relative;
    width: 100%;
    height: 40px;
    border: none;
    background-color: transparent;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    line-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center
}

.newsletter-email .newsletter-subscribe-button::before {
    content: "";
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 18px;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
    margin: 0 4px 0 0
}

.social-sharing {
    font-size: 12px;
    line-height: 12px
}

.social-sharing li a {
    display: flex;
    background: #fff;
    height: 30px;
    width: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 50%
}

.footer-block.contact span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 16px;
    height: 20px;
    margin: auto;
    text-align: center;
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-size: 20px;
    line-height: 22px;
    color: #c853fe
}

.footer-block.contact .phone span:before {
    content: ""
}

.footer-block.contact .e-mail span:before {
    content: ""
}

.footer-block.contact .address-city span:before {
    content: ""
}

@media(min-width:768px) {
    .footer-blocks-wrapper {
        overflow: hidden
    }

    .footer-block {
        float: left;
        width: 50%;
        padding: 0 6%;
        text-align: left
    }
}

@media(min-width:1000px) {
    .footer {
        padding: 20px 0 0
    }

    .footer-upper {
        position: relative;
        border-top: 1px solid #eee
    }

    .footer-blocks-wrapper.left {
        float: left;
        width: 33%;
        padding: 30px 60px
    }

    .footer-blocks-wrapper.right {
        float: right;
        width: 33%;
        padding: 30px 60px
    }

    .footer-blocks-wrapper.center {
        position: absolute;
        top: 15px;
        right: 33%;
        bottom: 0;
        left: 33%;
        width: 34%;
        background-repeat: no-repeat
    }

    .footer-block-center {
        position: relative;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }

    .footer-blocks-wrapper.left {
        float: left;
        width: 33%;
        padding: 30px 60px
    }

    .footer-block .title {
        padding: 11px 0;
        cursor: default
    }

    .footer-blocks-wrapper.right {
        float: right;
        width: 33%;
        padding: 30px 60px
    }
}

@media(min-width:1261px) {
    .footer {
        padding-top: 50px
    }

    .footer-blocks-wrapper.center {
        top: 15px;
        left: 0;
        right: 0;
        width: 460px;
        margin: auto
    }

    .footer-blocks-wrapper.left,
    .footer-blocks-wrapper.right {
        width: calc(50% - 230px);
        min-height: 300px;
        padding: 50px 1.666%
    }

    .footer-block {
        width: 49%;
        margin-left: 2%;
        padding: 0
    }

    .footer-block:first-child {
        margin-left: 0
    }

    .footer-block .title {
        margin: 0 0 10px
    }
}

@media(min-width:1801px) {
    .footer-blocks-wrapper.left {
        padding: 50px 60px 50px 130px
    }

    .footer-block-center {
        padding: 30px
    }

    .newsletter {
        max-width: none;
        margin: 0 0 50px
    }

    .footer-blocks-wrapper.right {
        padding: 50px 130px 50px 60px
    }

    .footer-block {
        width: 47%;
        margin-left: 6%
    }
}

.deals-of-theday .item-box .product-rating-box {
    display: block
}

.manufactures-area .OCarousel-item .picture {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    border-radius: 3px
}

.manufactures-area .OCarousel-item .picture img {
    width: 70%;
    height: auto;
    margin: 0 auto
}

#tabContactUs .page-header--bg {
    background: none !important;
    padding: 20px;
    white-space: normal
}

#tabContactUs .py-30 {
    padding: 0 !important
}

#tabContactUs #contact-us-form {
    width: 100%
}

.product-info-wrapper #tabContactUs .required {
    position: absolute
}

#tabContactUs .inputs label {
    margin-bottom: 10px
}

.storelist>.row {
    padding: 0 0
}

.storelist .container::after {
    content: "";
    display: block;
    clear: both
}

.storelist .firstSection:first-child {
    margin-right: 30px
}

.storelist .firstSection .image {
    position: relative;
    display: block;
    background: none !important
}

.storelist .firstSection .image::before {
    content: "";
    display: block;
    padding-top: 80%
}

.storelist .firstSection .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.storelist .firstSection {
    margin-bottom: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24) !important;
    background: #fff
}

.page.password-recovery-page {
    text-align: center
}

.appstore-link img {
    width: 175px
}

.position-relative>.page-header {
    margin-bottom: 0;
    position: relative;
    overflow: hidden
}

.page-header--bg {
    background: #c853fe
}

.page-header--bg~.page-header--content .page-header {
    color: #fff;
    margin-bottom: 0;
    border: none;
    padding-bottom: 20px;
    padding-top: 15px
}

.checkout-page .page-title,
.contact-page .page-title,
.account-page .page-title {
    background: #c853fe
}

.checkout-page .page-title h1,
.contact-page .page-title h1,
.account-page .page-title h1 {
    color: #fff
}

.ui-dialog .page-header--bg {
    background: none
}

.ui-dialog .page-header--bg~.page-header--content .page-header {
    padding: 0;
    margin: 0;
    color: #242423
}

@media(min-width:768px) {
    .storelist .firstSection {
        max-width: calc(50% - 15px);
        float: left;
        margin-bottom: 15px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24) !important;
        background: #fff
    }
}

.recently-added-products-page .page-header {
    background: #c853fe;
    padding: 10px 0
}

.compare-products-page .page-title {
    background: #c853fe
}

.compare-products-page .page-title h1 {
    color: #fff
}

@media all and (max-width:991px) {
    .login-page .inputs.reversed .forgot-password {
        float: right;
        line-height: 30px
    }

    .cart {
        display: block
    }

    .cart colgroup,
    .cart thead {
        display: none
    }

    .cart tbody {
        display: block;
        overflow: hidden
    }

    .cart-info {
        width: 100%
    }

    .cart-content {
        width: 100%
    }

    .cart .product-picture a {
        margin: 0 auto
    }

    .cart tr {
        display: block;
        float: left;
        width: 100%;
        margin: 40px 0 0;
        border: 1px solid #d9d9d9
    }

    .cart td {
        display: block;
        border: none;
        padding: 10px
    }

    .cart td.remove-from-cart {
        margin: 0 0 15px;
        border-bottom: 1px solid #d9d9d9;
        background-color: #ebebf0;
        padding: 10px
    }

    .cart td.product-picture {
        border-top: 1px solid #d9d9d9;
        padding: 15px 10px 5px
    }

    .cart td.product {
        min-width: 0;
        border-bottom: 1px solid #d9d9d9;
        padding: 5px 10px 15px;
        text-align: center
    }

    .cart td.quantity {
        display: inline-block;
        padding: 0 10px;
        vertical-align: middle
    }

    .cart td.unit-price,
    .cart td.subtotal {
        display: inline-block;
        padding: 20px 10px;
        vertical-align: middle
    }

    .cart td.subtotal {
        display: block
    }

    .cart td.subtotal .td-title {
        display: inline-block !important;
        position: static;
        font-size: 14px;
        height: auto;
        width: auto
    }

    .list-inline-item a {
        font-size: 0
    }

    .header-top-links,
    .currency-selector {
        text-align: center;
        display: inline-block
    }

    .order-details-page .data-table {
        display: block
    }

    .order-details-page .data-table colgroup,
    .order-details-page .data-table thead {
        display: none
    }

    .order-details-page .data-table tbody {
        display: block;
        overflow: hidden
    }

    .order-details-page .data-table tr {
        display: block;
        float: left;
        width: 100%;
        margin: 40px 0 0;
        border: 1px solid #d9d9d9
    }

    .order-details-page .data-table td {
        display: block;
        border: none;
        padding: 10px
    }

    .order-details-page .data-table td.product,
    .order-details-page .data-table td.tracking-number {
        min-width: 0;
        border-bottom: 1px solid #d9d9d9;
        padding: 5px 10px 15px;
        text-align: center
    }

    .bar-notification-container {
        bottom: 80px
    }

    .scrollup {
        bottom: 100px
    }

    .block-category-navigation {
        display: none
    }

    .block-account-navigation {
        float: none;
        margin: auto !important
    }

    .block:not(.filter-section) .title {
        padding-left: 15px
    }

    .category-items-wrapper {
        margin: 20px auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start
    }

    .category-items-wrapper .cat-grid--item {
        width: 50%;
        border: 1px solid #eee;
        padding: 5px 10px;
        background: #fff
    }

    .category-items-wrapper .cat-grid--item-inner {
        width: 80px;
        padding-top: 80px
    }

    .write-review .review-rating {
        padding: 0 15px
    }

    .slider-wrapper.theme-custom {
        max-width: 100%
    }

    .desktop-search {
        display: none
    }

    .mobile-search {
        display: block
    }

    .p-card--img .nt-labels {
        top: 10px;
        right: 10px
    }

    .p-card--img .nt-label {
        height: 40px;
        width: 40px;
        font-size: 12px
    }

    .p-card--hvr-btn,
    .p-card--img:hover .p-card--hvr-btn {
        opacity: 1;
        visibility: visible;
        top: auto !important;
        left: auto;
        transform: none;
        bottom: 15px;
        right: 15px;
        z-index: 2;
        background: #fff;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
        border-radius: 35px;
        padding: 0;
        transition: .3s
    }

    .p-card--hvr-btn .add-btn {
        margin: 0;
        padding: 10px;
        font-size: 0;
        box-shadow: none;
        border: 0;
        outline: 0
    }

    .p-card--hvr-btn .btn-icon {
        font-size: 16px
    }

    .p-card--img:hover .p-card--attr {
        opacity: 0;
        visibility: hidden
    }

    .p-card--btn-icons .add-list {
        opacity: 1;
        visibility: visible
    }

    .sp-cart--list-item,
    .wl--list-item {
        padding-top: 0;
        padding-bottom: 15px;
        border: 1px solid #d9d9d9
    }

    .wl--img {
        min-width: 150px
    }

    .acdn-order-summary .acdn-odr-summary--title {
        align-items: center
    }

    .acdn-order-summary [aria-expanded="true"] .acdn-odr-summary--title.closed {
        display: none
    }

    .acdn-order-summary [aria-expanded="true"] .acdn-odr-summary--title.opened {
        display: inline-flex
    }

    .acdn-order-summary [aria-expanded="false"] .acdn-odr-summary--title.closed {
        display: inline-flex
    }

    .acdn-order-summary [aria-expanded="false"] .acdn-odr-summary--title.opened {
        display: none
    }

    ul.top-menu.notmobile.without-megamenu {
        display: none
    }

    ul.top-menu.mobile.without-megamenu {
        display: none
    }

    ul.top-menu.mobile.without-megamenu {
        position: absolute;
        top: 75px;
        left: 0;
        width: 100vw;
        background: #fff;
        max-width: unset;
        z-index: 1000
    }

    .side-2 {
        position: fixed;
        top: 0;
        left: 0;
        width: 310px;
        background: #fff;
        z-index: 1000;
        height: 100vh;
        box-shadow: 1px 1px 10px;
        transform: translateX(-120%);
        transition: all .3s
    }

    .side-2.show {
        transform: translate(0)
    }

    .blog-list-homepage {
        padding: 0 15px
    }

    .filtersTitlePanel.sb--header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #c853fe;
        color: #000
    }

    .footer-blocks-wrapper.left {
        padding: 0
    }

    .filtersTitlePanel.sb--header h3 {
        font-size: 18px;
        margin: 0
    }

    .footer-block li span,
    .footer-block li a {
        text-align: left;
        padding: 10px 20px
    }

    .footer-block.contact span {
        position: relative;
        padding-left: 45px
    }

    .footer-block.contact span:before {
        left: 20px
    }

    .footer-block .title {
        display: flex;
        justify-content: space-between;
        padding: 20px
    }

    .footer-block .list {
        padding-top: 0
    }
}

@media(max-width:1199px) {
    .html-product-details-page .product-info-wrapper {
        background: #fff;
        padding: 10px;
        margin-top: 20px;
        width: 100%
    }

    .html-product-details-page .product-name {
        padding-top: 10px;
        margin-top: 20px
    }

    .html-product-details-page .product-name h1 {
        text-align: center
    }

    .html-product-details-page .breadcrumb-wrapper .justify-content-between {
        justify-content: center !important
    }

    .html-product-details-page .product-buttons .overview-buttons {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center
    }

    .html-product-details-page .product-buttons .overview-buttons button {
        background: #eee;
        margin: 10px 5px
    }

    .html-product-details-page .product-buttons .p-qty {
        width: 100%
    }

    .html-product-details-page .attributes dt,
    .html-product-details-page .stock-availability label,
    .html-product-details-page .product-essential .delivery,
    .html-product-details-page .product-essential .manufacturers {
        display: block
    }

    .attributes dd,
    .stock-availability .stock-availability-status {
        padding-left: 0
    }

    .product-essential .delivery .label,
    .product-essential .manufacturers .label {
        margin-bottom: 15px
    }

    .attributes dl {
        margin: 0
    }

    .overview .additional-details,
    .variant-overview .additional-details {
        margin-top: 15px !important
    }

    .attributes dl dt {
        margin-top: 15px
    }

    .overview .add-to-cart-button {
        width: calc(100% - 86px)
    }

    .overview .add-to-cart-panel {
        display: block
    }

    .html-product-details-page .product-buttons {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .html-product-details-page .product-picture-wrapper {
        max-width: 100%;
        background: #fff;
        padding: 20px
    }

    .master-wrapper-content {
        width: 100%
    }

    .product-picture-wrapper .row {
        margin: 0
    }

    .html-product-details-page .product-picture-wrapper .owl-dots {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%)
    }

    .html-product-details-page .product-image-holder {
        margin: 0
    }

    .html-product-details-page .gallery .picture {
        padding: 0
    }

    .html-product-details-page .previous-product,
    .html-product-details-page .next-product {
        display: none
    }
}

@media(max-width:991px) {
    .search-input {
        margin-bottom: 0
    }

    .page-title h1 {
        font-size: 22px
    }

    button.search-box-button {
        display: flex;
        width: 40px;
        height: 30px;
        background: transparent;
        position: absolute;
        top: 50%;
        right: 2px;
        transform: translateY(-50%);
        justify-content: center;
        align-items: center
    }

    button.search-box-button::before {
        content: "";
        font-family: 'icomoon' !important;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        font-size: 22px
    }

    .header-top {
        display: none !important
    }
}

@media all and (max-width:767px) {
    .for-desktop {
        display: none !important
    }

    .header-link-selectors {
        border-bottom: 1px solid #e3e3e3;
        padding: 5px 0
    }

    .header-top-links i {
        font-size: 23px !important;
        line-height: 30px !important
    }

    .mob-nav {
        text-align: center
    }

    .product-tab-item-wrapper .p-card--img>.p-card--link {
        position: static !important
    }

    .p-card .offer-content {
        top: 2px;
        right: 2px
    }

    .nt-ribbon {
        min-width: 43px;
        min-height: 18px;
        font-size: 9px
    }

    .page.product-tag-page .row>.col-6.col-md-5.text-right {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        text-align: center !important
    }

    .page.product-tag-page .row>.col-6.col-md-5.text-right>.justify-content-end {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .product-grid .row {
        margin-left: -5px;
        margin-right: -5px
    }

    .product-grid .col-6 {
        padding: 0 5px
    }

    .p-card .buttons {
        display: none
    }

    .btn.btn-default {
        padding: 10px 20px
    }

    .blog-item:not(:last-child) {
        margin-bottom: 50px
    }

    .html-manufacturer-page .page-title h1,
    .html-category-page .page-title h1 {
        text-align: center
    }

    .toolbar-bottom .p-selectors--inner {
        z-index: 100
    }

    .filter-toggle-button {
        color: #242423
    }

    .toolbar-bottom .p-selectors--inner {
        background: #c853fe
    }

    .category-page .breadcrumb {
        margin-bottom: 0
    }

    .cat-grid--item {
        margin-bottom: 0
    }

    .html-category-page .cat-grid--item {
        width: 100%
    }

    .html-category-page .cat-grid--item-inner {
        display: inline-block;
        width: 100%;
        height: auto;
        position: relative;
        padding-top: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        -webkit-transition: .6s ease-in-out;
        -moz-transition: .6s ease-in-out;
        -o-transition: .6s ease-in-out;
        transition: .6s ease-in-out;
        vertical-align: middle
    }

    .html-category-page .subcategory-item {
        text-align: left
    }

    .html-category-page .cat-grid--item-name {
        left: 30%;
        text-align: left;
        padding: 20px;
        transform: translateY(-50%);
        width: 70%;
        max-width: 70% !important
    }

    .cat-grid--item-name {
        right: initial;
        left: 90px;
        text-align: left
    }

    .btn-toggle-filter {
        display: block
    }

    .product-tab-container .tab-table .table-cell,
    .product-tab-container .tab-table {
        display: block;
        height: auto;
        width: 100%;
        background: transparent
    }

    .p-card .add-btn,
    .p-card .add-list {
        display: inline-block;
        font-size: 21px
    }

    .deals-of-theday .p-card {
        display: block
    }

    .deals-of-theday .p-card--info,
    .deals-of-theday .p-card--img {
        width: 100%
    }

    .deals-of-theday .details-link-wrapper {
        position: static
    }

    .deals-of-theday .details-link-wrapper {
        position: static
    }

    .deals-of-theday .deals-product-info {
        text-align: center
    }

    .header-top {
        display: none !important
    }

    .top-menu.mobile .dropdown-menu {
        top: 0;
        left: 0;
        margin-top: 0;
        padding-top: 0;
        transform: translateX(-120%);
        transition: all .3s
    }

    .top-menu.mobile .dropdown-menu.show {
        transform: translateX(0)
    }

    .megamenu-wrapper.show {
        position: fixed;
        z-index: 10000
    }

    .header-top-links,
    .currency-selector {
        text-align: center;
        display: inline-block
    }

    .top-menu.mobile>li>a,
    .top-menu.mobile .sublist li a {
        justify-content: flex-start !important;
        text-align: left
    }

    .megamenu-categories .row,
    .megamenu-categories .col-3 {
        display: block !important;
        max-width: 100% !important;
        margin: 0;
        padding: 0
    }

    .megamenu-subcategories {
        position: fixed;
        top: 0;
        left: 0;
        width: calc(100% - 10px);
        background: #fff;
        height: 100vh;
        max-width: initial;
        z-index: 100;
        max-height: 100vh;
        transform: translateX(-100vw);
        box-shadow: 1px 1px 10px #888;
        transition: all .3s
    }

    .custom-container,
    .custom-container-fluid {
        padding: 0 10px
    }

    .home-page-product-grid {
        padding: 0
    }

    .section-header .section-title>span {
        margin: 0 10px;
        font-size: 18px;
        line-height: 36px;
        display: block;
        width: 100%
    }

    .header-logo {
        padding: 5px 0
    }

    .html-product-details-page .product-info-wrapper {
        background: #fff;
        padding: 10px;
        margin-top: 20px;
        width: 100%
    }

    .html-product-details-page .product-name {
        padding-top: 10px;
        margin-top: 20px
    }

    .html-product-details-page .product-name h1 {
        text-align: center
    }

    .html-product-details-page .breadcrumb-wrapper .justify-content-between {
        justify-content: center !important
    }

    .html-product-details-page .product-buttons .overview-buttons {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center
    }

    .html-product-details-page .product-buttons .overview-buttons button {
        background: #eee;
        margin: 10px 5px
    }

    .html-product-details-page .product-buttons .p-qty {
        width: 100%
    }

    .html-product-details-page .attributes dt,
    .html-product-details-page .stock-availability label,
    .html-product-details-page .product-essential .delivery,
    .html-product-details-page .product-essential .manufacturers {
        display: block
    }

    .attributes dd,
    .stock-availability .stock-availability-status {
        padding-left: 0
    }

    .stock-availability label,
    .delivery .label {
        padding-top: 0 !important;
        margin-top: 7px
    }

    .html-product-details-page .attributes dd {
        margin-bottom: 0
    }

    .html-product-details-page .p-qty--info,
    .html-product-details-page .delivery-date {
        padding-bottom: 0 !important
    }

    .html-product-details-page .overview .delivery {
        padding: 0 0 15px !important
    }

    .attributes dt,
    .attribute-label {
        font-weight: 500
    }

    .center-2 .product-grid .p-item {
        margin-bottom: 15px
    }

    .center-2 .product-grid .p-item .p-card {
        margin-bottom: 0;
        min-height: 100%
    }

    .inputs label {
        height: auto
    }

    .attributes ul {
        margin-bottom: 0
    }

    .product-info-wrapper .label,
    .product-info-wrapper label:first-child {
        text-transform: uppercase
    }

    .product-essential .delivery .label,
    .product-essential .manufacturers .label {
        margin-bottom: 15px
    }

    .attributes dl {
        margin: 0
    }

    .overview .additional-details,
    .variant-overview .additional-details {
        margin-top: 15px !important
    }

    .attributes dl dt {
        margin-top: 15px
    }

    .overview .add-to-cart-button {
        width: calc(100% - 86px)
    }

    .overview .add-to-cart-panel {
        display: block
    }

    .html-product-details-page .product-buttons {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .html-product-details-page .product-picture-wrapper {
        max-width: 100%;
        background: #fff;
        padding: 20px
    }

    .master-wrapper-content {
        width: 100%
    }

    .product-picture-wrapper .row {
        margin: 0
    }

    .html-product-details-page .product-picture-wrapper .owl-dots {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%)
    }

    .html-product-details-page .product-image-holder {
        margin: 0
    }

    .html-product-details-page .gallery .picture {
        padding: 0
    }

    .html-product-details-page .previous-product,
    .html-product-details-page .next-product {
        display: none
    }

    .megamenu-subcategories.show {
        transform: translateX(0)
    }

    .megamenu-categories .nav-item .nav-link {
        text-align: left
    }

    .top-menu.mobile>li>a.dropdown-toggle::after {
        content: "";
        position: absolute;
        right: 10px;
        border: none;
        font-family: 'icomoon' !important;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        color: #444
    }

    .list-inline-item a {
        font-size: 0
    }

    .social-sharing li a {
        font-size: 12px;
        line-height: 12px
    }

    .list-inline-item a i {
        font-size: 14px
    }

    .footer-block-center {
        padding: 20px
    }

    .column-two-wrapper {
        padding-top: 15px
    }

    .column-two-wrapper .page-title {
        margin: 0 0 0;
        border-bottom: none;
        padding: 0 0;
        min-height: unset
    }

    .p-selectors--inner {
        border: none
    }

    .page-title h1 {
        font-size: 22px
    }

    .column-two-wrapper .product-grid>.mt-5 {
        margin-top: 20px !important
    }

    .column-two-wrapper .breadcrumb {
        padding: 0 10px
    }

    .column-two-wrapper {
        padding-top: 0
    }
}

@media all and (max-width:575px) {
    .btn-group-dd .btn.dropdown-toggle {
        min-width: 100px
    }

    .variant-picture img {
        max-width: 100%
    }

    .cat-grid--item-name {
        min-width: 110px;
        padding: 8px 10px
    }

    .bar-notification-container {
        left: 10px;
        right: 10px
    }

    .bar-notification .content {
        line-height: 20px
    }

    .bar-notification .close {
        top: 50%;
        margin-top: -16px
    }

    .category-items-wrapper .cat-grid--item {
        width: 100%;
        border: 1px solid #eee;
        padding: 5px 10px
    }

    .p-card--link-img,
    .p-card--img-hover-inner {
        padding-top: 100%
    }

    .p-card--hvr-btn .btn-icon {
        font-size: 20px
    }

    .p-card--hvr-btn .add-btn {
        padding: 15px 10px
    }
}

@media all and (max-width:400px) {
    .header-menu-icons>li>a.btn-toggle-search {
        display: none
    }

    .variant-overview .add-to-cart-panel {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .variant-overview .add-to-cart-panel .p-qty--counter {
        margin-right: 0 !important
    }
}

@media all and (min-width:576px) {
    .master-wrapper-content {
        width: 100%
    }

    .cart tr {
        width: 46%;
        margin: 40px 2% 0
    }

    .cart tr:nth-child(2n+1) {
        clear: both
    }

    .order-details-page .data-table tr {
        width: 46%;
        margin: 40px 2% 0
    }

    .order-details-page .data-table tr:nth-child(2n+1) {
        clear: both
    }

    .rounded-nav,
    .rounded-nav .nav-link {
        border-radius: 50rem !important
    }

    .header-selectors-wrapper>div {
        display: inline-block;
        width: 30%;
        margin: 10px auto
    }

    .search-box input.search-box-text {
        width: 280px
    }

    .ui-autocomplete {
        width: 280px !important
    }

    .ui-autocomplete img {
        display: inline
    }

    .newsletter-email input[type="text"] {
        width: 240px
    }

    .product-filter {
        display: table-cell;
        vertical-align: top;
        text-align: left
    }

    .product-filter.price-range-filter {
        width: 200px
    }

    .product-filter .product-spec-group {
        float: left;
        margin: 0 25px 10px 0
    }

    .product-filter .product-spec-group.product-spec-color {
        max-width: 190px
    }

    .product-filter .group li.item {
        display: block;
        margin: 0
    }

    .product-filter .group li.color-item {
        display: inline-block
    }

    .item-box {
        width: 49%;
        margin: 0 .5% 50px
    }

    .item-box:nth-child(2n+1) {
        clear: both
    }

    .item-box .prices {
        min-height: 40px
    }

    .item-box .product-title {
        min-height: 42px;
        margin: 0 0 5px
    }

    .overview-buttons div {
        display: inline-block;
        width: auto;
        margin: 0 4px 2px 0
    }

    .overview-buttons button {
        box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
    }

    .wishlist-content .button-2 {
        display: inline-block;
        width: auto;
        min-width: 140px;
        margin: 0 1px 5px
    }

    .enter-password-form input[type="password"] {
        width: 260px
    }

    .forums-header {
        background-color: #efeff1;
        padding: 30px 20px 20px
    }

    .ui-tabs-nav li {
        display: inline-block;
        min-width: 150px;
        margin: 0 5px -1px;
        margin: 0 5px -1px !important
    }

    .private-messages-page .buttons .button-1,
    .private-messages-page .buttons .button-2,
    .private-message-view-page .buttons .button-1,
    .private-message-view-page .buttons .button-2 {
        display: inline-block;
        width: auto;
        margin: 1px
    }

    .topic-post .post-text {
        float: left;
        width: 90.5%;
        text-align: left
    }

    .forum-group .forum-table th.latest-post,
    .forum-group .forum-table th.topics,
    .forum-group .forum-table th.posts,
    .forum-group .forum-table td.latest-post,
    .forum-group .forum-table td.topics,
    .forum-group .forum-table td.posts {
        display: table-cell
    }

    .topic-group .forum-table th.latest-post,
    .topic-group .forum-table td.latest-post {
        display: table-cell
    }

    .forum-table td.image {
        max-width: 40px
    }

    .forum-table td.image div {
        max-width: 100%;
        background-size: contain
    }
}

@media all and (min-width:768px) {
    .container {
        max-width: 900px
    }

    .for-mobile {
        display: none !important
    }

    .home-page {
        padding: 0
    }

    .product-tab-container .ui-tabs-nav li {
        display: block
    }

    .home-page-polls li {
        min-width: 100px
    }

    .cart tr {
        width: 31.33333%;
        margin: 40px 1% 0
    }

    .cart tr:nth-child(2n+1) {
        clear: none
    }

    .cart tr:nth-child(3n+1) {
        clear: both
    }

    .order-details-page .data-table tr {
        width: 31.33333%;
        margin: 40px 1% 0
    }

    .order-details-page .data-table tr:nth-child(2n+1) {
        clear: none
    }

    .order-details-page .data-table tr:nth-child(3n+1) {
        clear: both
    }

    .border-md-0 {
        border-width: 0 !important
    }

    .header-selectors-wrapper>div {
        width: 20%
    }

    .footer-block {
        vertical-align: top
    }

    .footer-block .title {
        margin: 0 0 15px;
        padding: 0;
        background: none;
        color: #242423;
        cursor: auto
    }

    .footer-block .list {
        display: block !important;
        background: none;
        padding: 0
    }

    .follow-us {
        width: 98%;
        margin: 25px auto 0
    }

    .product-selectors {
        text-align: left
    }

    .product-selectors .product-viewmode {
        display: inline-block
    }

    .product-selectors .product-viewmode {
        float: right
    }

    .product-selectors .product-viewmode span {
        display: none
    }

    .product-selectors .product-viewmode a {
        display: inline-block;
        width: 24px;
        height: 32px;
        margin: 0 0 0 12px;
        background-position: center;
        background-repeat: no-repeat;
        opacity: .5
    }

    .product-selectors .product-viewmode a.grid {
        background-image: url('../Themes/NopKalles/Content/images/view-grid.png')
    }

    .product-selectors .product-viewmode a.list {
        background-image: url('../Themes/NopKalles/Content/images/view-list.png')
    }

    .product-selectors .product-viewmode a.selected {
        opacity: 1
    }

    .product-list .p-grid {
        flex-direction: column
    }

    .product-list .p-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .product-list .p-card {
        display: flex;
        background-color: #fff
    }

    .product-list .p-card--img {
        width: 30%
    }

    .product-list .p-card .product-rating-box {
        position: static;
        transform: translate(0);
        opacity: 1
    }

    .product-list .p-card--img .p-card--hvr-btn,
    .product-list .p-card--img .p-card--attr {
        display: none !important
    }

    .product-list .p-card--link-img,
    .product-list .p-card--img-hover-inner {
        padding-top: 95%
    }

    .product-list .p-card--info {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: calc(75% - 40px);
        margin-top: 0;
        padding: 0 20px;
        text-align: left !important
    }

    .product-list .p-card .product-rating-box {
        opacity: 1
    }

    .product-list .p-card--info .p-card--title .p-card--title-link {
        text-align: left;
        padding: 13px 0;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        transition: .3s ease;
        color: #444
    }

    .product-list .attributes {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .product-list .p-card--info .p-card--hvr-btn,
    .product-list .p-card--info .p-card--attr {
        display: flex !important;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
        z-index: 0
    }

    .product-list .of-h.p-card--img {
        overflow: visible
    }

    .product-list .p-card--info .d-none.p-card--hvr-btn {
        display: none !important
    }

    .product-list .p-card .buttons {
        left: 100%;
        text-align: left;
        padding-left: 15px;
        padding-right: 15px;
        right: initial;
        width: 100%
    }

    .product-list .p-card .add-btn,
    .product-list .p-card .add-list {
        opacity: 1;
        transform: translate(0)
    }

    .product-list .p-card--info .p-card--hvr-btn {
        padding: 15px 0 0;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .product-list .p-card--info .p-card--attr {
        padding-top: 10px;
        color: #242423
    }

    .product-list .p-card--info .p-card--hvr-btn .add-btn {
        width: auto;
        max-width: 100%;
        margin: 5px 0;
        padding: 0;
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        border: 0;
        outline: 0;
        background: #82828f;
        color: #fff
    }

    .product-list .p-card--info .p-card--hvr-btn .add-btn:hover {
        background: #242423;
        color: #fff
    }

    .product-list .p-card--info .p-card--hvr-btn .add-btn:first-child {
        margin-right: 10px
    }

    .product-list .p-card--info .p-card--hvr-btn .add-btn.add-qv.d-none {
        display: inline-block !important
    }

    .product-list .p-card--info .p-card--hvr-btn .add-btn.add-qv.d-inline-block {
        display: none !important
    }

    .product-list .p-card--info .p-card--hvr-btn .btn-icon {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
        width: 100%;
        height: 100%;
        color: #fff;
        font-size: 20px;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: opacity .15s, -webkit-transform .25s;
        transition: opacity .15s, transform .25s, -webkit-transform .25s
    }

    .product-list .p-card--info .p-card--hvr-btn .add-btn:hover .btn-icon {
        -webkit-transform: translateY(0) translateZ(0);
        transform: translateY(0) translateZ(0)
    }

    .product-list .p-card--info .p-card--hvr-btn .btn-txt {
        display: block;
        padding: 8px 34px;
        -webkit-transition: opacity .15s, -webkit-transform .25s;
        transition: transform .25s, opacity .15s, -webkit-transform .25s
    }

    .product-list .p-card--info .p-card--hvr-btn .add-btn:hover .btn-txt {
        -webkit-transform: translateY(-100%) translateZ(0);
        transform: translateY(-100%) translateZ(0)
    }

    .product-review-item .review-title {
        float: left;
        max-width: 600px
    }

    .product-review-item .product-review-box {
        float: right
    }

    .write-review .review-rating .rating-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .address-list-page .section,
    .order-list-page .section,
    .return-request-list-page .section {
        display: inline-block;
        width: 45%;
        margin: 20px 1%;
        vertical-align: top
    }

    .recurring-payments {
        width: 100% !important;
        margin: 20px 0 !important
    }

    .order-progress {
        padding: 20px
    }

    .order-progress li {
        margin: 0 10px
    }

    .order-progress a {
        min-width: 80px
    }

    .cart-options .checkout-attributes,
    .cart-options .selected-checkout-attributes {
        padding: 0 10px
    }

    .cart-footer .totals {
        float: right;
        width: 45%;
        margin: 0 2.5%
    }

    .cart-footer .terms-of-service {
        text-align: left
    }

    .cart-footer .checkout-buttons,
    .cart-footer .addon-buttons {
        text-align: right
    }

    .cart-footer .cart-collaterals {
        float: left;
        width: 45%;
        margin: 0 2.5%
    }

    .cart-footer .cart-collaterals div,
    .cart-footer .cart-collaterals label {
        text-align: center
    }

    .cart-footer .estimate-shipping label {
        display: block;
        margin: 0 0 10px
    }

    .cart-footer .estimate-shipping .buttons {
        text-align: right
    }

    .checkout-page .selected-checkout-attributes {
        float: right;
        text-align: right
    }

    .checkout-page .cart-footer .totals {
        max-width: 350px;
        margin: 0
    }

    .checkout-page .address-grid {
        overflow: hidden
    }

    .checkout-page .address-item {
        float: left;
        width: 48%;
        margin: 0 1% 40px
    }

    .payment-method .payment-logo {
        display: block;
        background-color: #f6f6f6;
        padding: 10px
    }

    .payment-method .payment-details {
        display: block;
        width: auto;
        min-width: 0;
        margin: 10px 0 0;
        text-align: center
    }

    .payment-info .info {
        padding: 30px 75px
    }

    .order-review-data,
    .order-details-area,
    .shipment-details-area {
        overflow: hidden
    }

    .order-review-data>div,
    .order-details-area>div,
    .shipment-details-area>div {
        float: left;
        width: 48%;
        margin: 0 1% 40px
    }

    #checkout-steps .ui-selectmenu-button {
        width: 100%;
        background: #fff !important;
        border: 1px solid #ced4da;
        height: 40px;
        padding: 8px
    }

    #pickup-points-select-menu .ui-state-active,
    #shipping-address-select-menu .ui-state-active,
    #billing-address-select-menu .ui-state-active {
        background: #c853fe !important;
        color: #fff !important
    }

    .order-details-page .section.options {
        text-align: right
    }

    .order-details-page .selected-checkout-attributes {
        padding: 0 10px
    }

    .order-details-page .tax-shipping-info {
        text-align: right
    }

    .order-details-page .totals {
        float: right;
        clear: both
    }

    .shipment-details-page .tracking-number .tracking-url {
        color: #888
    }

    .blog-posts .tags {
        width: 80%
    }

    .blog-posts .buttons {
        width: 20%
    }

    .new-comment {
        text-align: center
    }

    .new-comment .buttons {
        text-align: center
    }

    .comment-list .comment {
        display: table;
        width: 100%;
        margin: 0
    }

    .comment-list .comment:last-child {
        border-bottom: 1px solid #d9d9d9
    }

    .comment-info {
        display: table-cell;
        width: 15%;
        margin: 0;
        vertical-align: top
    }

    .comment-info .username {
        min-height: 40px;
        margin: 0;
        border: none;
        text-align: center
    }

    .comment-info .avatar {
        border: none
    }

    .comment-info .avatar img {
        max-width: 80%;
        max-height: 80%
    }

    .comment-content {
        display: table-cell;
        width: 85%;
        border-left: 1px solid #d9d9d9;
        vertical-align: top;
        text-align: left
    }

    .comment-time {
        min-height: 40px;
        margin: 0;
        background-color: #f6f6f6;
        padding: 10px 15px;
        font-size: 14px;
        font-weight: normal
    }

    .comment-title {
        margin: 0 0 -20px;
        padding: 20px
    }

    .comment-body {
        padding: 20px
    }

    .forum-actions,
    .topic-actions {
        overflow: hidden
    }

    .forum-actions .actions,
    .topic-actions .actions {
        float: left
    }

    .forum-actions .pager,
    .topic-actions .pager {
        float: right;
        max-width: 450px
    }

    .forum-actions .pager li,
    .topic-actions .pager li {
        margin: 2px 4px
    }

    .forum-actions .pager.upper {
        display: block
    }

    .topic-actions.lower .actions {
        display: block
    }

    .topic-posts {
        margin: 0 0 30px
    }

    .topic-post {
        display: table;
        width: 100%;
        margin: 0
    }

    .topic-post .post-info {
        display: table-cell;
        width: 15%;
        margin: 0;
        vertical-align: top;
        text-align: left
    }

    .topic-post .user-info {
        width: auto
    }

    .topic-post .username {
        min-height: 40px;
        margin: 0;
        border: none;
        text-align: center
    }

    .topic-post .avatar {
        margin: auto;
        border: none
    }

    .topic-post .avatar img {
        max-width: 80%;
        max-height: 80%
    }

    .topic-post .user-stats li {
        margin: 0
    }

    .topic-post .send-pm {
        margin: 0 0 20px
    }

    .topic-post .pm-button,
    .profile-info-box .pm-button {
        padding: 8px 16px;
        font-size: 13px
    }

    .topic-post .post-content {
        display: table-cell;
        width: 85%;
        border-left: 1px solid #d9d9d9;
        vertical-align: top;
        text-align: left
    }

    .topic-post .post-head {
        min-height: 40px;
        overflow: hidden;
        background-color: #f6f6f6
    }

    .topic-post .post-time {
        float: left;
        margin: 0;
        font-size: 14px;
        font-weight: normal
    }

    .topic-post .post-actions {
        float: right;
        margin: 0
    }

    .topic-post .post-actions a {
        margin: 0;
        line-height: 20px
    }

    .topic-post .post-actions .quote-post a {
        min-width: 70px
    }

    .topic-post .post-actions a.post-link-button {
        margin: 0 0 0 10px;
        border-left: 1px solid #d9d9d9;
        text-align: center
    }

    .topic-post .post-text {
        padding: 20px 5px
    }

    .topic-post .post-vote {
        padding: 20px 0 20px 15px
    }

    .forum-table th.replies,
    .forum-table th.views,
    .forum-table th.votes,
    .forum-table td.replies,
    .forum-table td.views,
    .forum-table td.votes {
        display: table-cell
    }

    .forum-table td.image {
        max-width: none
    }

    .forum-table td.image div {
        max-width: none;
        background-size: initial
    }

    .ui-tabs-nav {
        text-align: left
    }

    .ui-tabs-nav li {
        margin: 0 10px -1px 0;
        margin: 0 10px -1px 0 !important
    }

    .profile-info-box .avatar {
        float: left;
        margin: 0 15px 15px 0
    }

    .profile-info-box .profile-stats {
        float: left;
        text-align: left
    }

    .profile-info-box .title {
        text-align: left
    }

    .profile-info-box .send-pm {
        clear: both;
        text-align: left
    }
}

@media all and (min-width:992px) {
    .container {
        max-width: 1140px
    }

    .master-wrapper-content {
        max-width: 100%;
        margin: auto
    }

    .center-2 {
        float: right;
        width: 78%
    }

    .side-2 {
        float: left;
        width: 21%
    }

    .page {
        text-align: left
    }

    .inputs {
        text-align: left
    }

    .featured-banners,
    .homepage-add-2column,
    .shipping-types {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
        padding: 0 15px
    }

    .shipping-types {
        padding: 0
    }

    .inputs label {
        display: inline-block;
        width: 100%;
        margin: 0 10px 0 0;
        text-align: left
    }

    .inputs input[type="text"],
    .inputs input[type="email"],
    .inputs input[type="tel"],
    .inputs input[type="password"],
    .inputs select {
        min-height: 40px
    }

    .inputs .option-list li {
        margin: 0 10px 0 0
    }

    .center-1 .buttons {
        text-align: center
    }

    .center-2 .inputs label {
        margin-right: 0;
        display: block;
        margin-bottom: 10px
    }

    .inputs.accept-consent label {
        width: auto
    }

    .page-title a+h1 {
        float: left
    }

    .link-rss {
        display: block;
        float: right;
        margin: 6px 0 0
    }

    .cart tr {
        width: auto;
        margin: 0
    }

    .cart tbody tr:nth-of-type(odd) {
        background-color: #f6f6f8
    }

    .order-details-page .data-table tr {
        width: auto;
        margin: 0
    }

    .order-details-page .data-table label {
        display: none
    }

    .border-lg-0 {
        border-width: 0 !important
    }

    .mobile-search {
        display: none
    }

    .home-page-categories-wrapper {
        display: flex;
        flex-direction: row-reverse;
        margin-bottom: 30px
    }

    .category-items-wrapper {
        background: #fff
    }

    .cat-grid--item-inner {
        display: inline-block;
        vertical-align: middle
    }

    .cat-grid--item-name {
        position: static
    }

    .cat-grid--item {
        padding: 5px 10px
    }

    .cat-grid--item:not(:last-child) {
        border-bottom: 1px solid #eee
    }

    .category-grid.home-page-category-grid {
        width: 19%;
        padding: 0;
        margin-bottom: 0
    }

    .home-page-categories-wrapper .home-page-slider {
        width: 81%;
        position: relative;
        min-height: 100%;
        display: block
    }

    .header-middle>.container-fluid>.row>.col-lg-2 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .header-middle>.container-fluid>.row>.col-lg-8 {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%
    }

    .home-page-categories-wrapper .home-page-slider .anywhere-slider-container {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        padding-left: 20px
    }

    .home-page-categories-wrapper .owl-carousel {
        height: 100%;
        max-height: 100%;
        min-height: 100%
    }

    .home-page-categories-wrapper .owl-carousel .owl-stage-outer,
    .home-page-categories-wrapper .owl-carousel .owl-stage,
    .home-page-categories-wrapper .owl-carousel .owl-item {
        max-height: 100%;
        min-height: 100%;
        height: 100%
    }

    .home-page-categories-wrapper .owl-carousel .owl-item img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: auto
    }

    .home-page-categories-wrapper .anywhere-slider-container .owl-carousel .owl-nav {
        bottom: 0
    }

    .home-page-categories-wrapper .anywhere-slider-container .owl-carousel .owl-nav button.owl-prev,
    .home-page-categories-wrapper .anywhere-slider-container .owl-carousel .owl-nav button.owl-next {
        opacity: 1;
        transform: scale(1);
        background: rgba(136, 136, 136, .4);
        border: none
    }

    .custom-checkbox--label-h-lg [type="checkbox"]~label>span {
        display: block;
        text-indent: -9999px;
        white-space: nowrap
    }

    .sb.mobile {
        display: none
    }

    .header {
        width: 980px;
        margin: auto;
        margin-bottom: 20px
    }

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

    .header-selectors-wrapper {
        float: left;
        border: none;
        padding: 0
    }

    .header-selectors-wrapper>div {
        width: auto;
        min-width: 100px;
        margin: 0 12px 0 0;
        line-height: 43px
    }

    .header-selectors-wrapper select {
        height: 25px;
        padding: 4px;
        font-size: 12px
    }

    .language-list {
        text-align: left
    }

    .header-links-wrapper {
        float: right;
        padding: 0
    }

    .header-lower {
        display: table;
        width: 100%
    }

    .header-logo {
        display: table-cell;
        text-align: left;
        vertical-align: middle;
        font-size: 0
    }

    .search-box {
        display: table-cell;
        text-align: right;
        vertical-align: middle
    }

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

    .footer-block .list {
        margin: 0
    }

    .follow-us {
        float: right;
        width: 300px !important;
        margin: 0;
        text-align: left
    }

    .follow-us .social li {
        margin: 0 10px 0 0
    }

    .newsletter-validation .field-validation-valid {
        text-align: left
    }

    .footer-lower {
        position: relative;
        width: 980px;
        padding: 25px 5px
    }

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

    .footer-info {
        float: right;
        line-height: 32px
    }

    .footer-powered-by {
        float: left;
        margin: 0;
        line-height: 32px
    }

    .theme-selector {
        float: left;
        margin: 0 0 0 15px
    }

    .block {
        float: none;
        width: auto
    }

    .block:not(.filter-section) .title {
        margin: 0;
        background: none;
        cursor: auto
    }

    .block.block-account:not(.filter-section) .title {
        display: none
    }

    .block .title strong {
        font-weight: bold
    }

    .block .listbox:not(.ajaxfilter-section) {
        display: block
    }

    .block a.product-name {
        vertical-align: middle
    }

    .block a.product-picture+a.product-name {
        width: 70%
    }

    .block a.product-picture+a.product-name:before {
        display: none
    }

    .flyout-cart {
        position: absolute;
        top: 72px;
        right: 0;
        z-index: 100;
        width: 400px;
        box-shadow: 0 0 2px rgba(0, 0, 0, .25);
        background-color: #fff;
        transform: translateX(100%);
        transition: all .3s
    }

    .flyout-cart .sb {
        width: 100%
    }

    .flyout-cart.active {
        transform: translateX(-10px)
    }

    #topcartlink:hover~.flyout-cart,
    #topcartlink~.flyout-cart:hover {
        transform: translateX(-10px)
    }

    #topcartlink:hover~.flyout-cart .sb,
    #topcartlink~.flyout-cart:hover .sb {
        visibility: visible
    }

    .mini-shopping-cart {
        padding: 12px;
        text-align: left;
        font-size: 12px
    }

    .mini-shopping-cart .count {
        padding: 5px 0 15px;
        color: #242423
    }

    .mini-shopping-cart .count a {
        margin: 0 2px;
        font-weight: bold;
        color: #242423
    }

    .mini-shopping-cart .items {
        border-top: 1px solid #d9d9d9;
        border-bottom: 1px solid #d9d9d9;
        margin: 0 0 20px
    }

    .mini-shopping-cart .item {
        overflow: hidden;
        padding: 10px 0
    }

    .mini-shopping-cart .picture {
        float: left;
        width: 70px;
        text-align: center
    }

    .mini-shopping-cart .picture a {
        display: block;
        position: relative;
        overflow: hidden
    }

    .mini-shopping-cart .picture a:before {
        content: "";
        display: block;
        padding-top: 100%
    }

    .mini-shopping-cart .picture img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        max-width: 100%
    }

    .mini-shopping-cart .picture+.product {
        margin: 0 0 0 80px
    }

    .mini-shopping-cart .name {
        margin: 0 0 10px;
        font-size: 14px
    }

    .mini-shopping-cart .name a {
        color: #888
    }

    .mini-shopping-cart .name a:hover {
        color: #4a4a4a
    }

    .mini-shopping-cart .attributes {
        margin: 5px 0;
        color: #242423
    }

    .mini-shopping-cart .totals {
        margin: 0 0 12px;
        font-size: 14px
    }

    .mini-shopping-cart .totals strong {
        font-size: 16px;
        color: #242423
    }

    .mini-shopping-cart .buttons {
        margin: 0 0 5px
    }

    .mini-shopping-cart input[type="button"] {
        display: inline-block;
        border: none;
        background-color: #888;
        padding: 10px 20px;
        font-size: 12px;
        color: #fff;
        text-transform: uppercase
    }

    .mini-shopping-cart input[type="button"]:hover {
        background-color: #4a4a4a
    }

    .breadcrumb {
        margin: 0
    }

    .home-page .product-grid .item-box,
    .product-details-page .product-grid .item-box,
    .shopping-cart-page .product-grid .item-box {
        width: 24%;
        margin: 0 .5% 50px
    }

    .home-page .product-grid .item-box:nth-child(3n+1),
    .product-details-page .product-grid .item-box:nth-child(3n+1),
    .shopping-cart-page .product-grid .item-box:nth-child(3n+1) {
        clear: none
    }

    .home-page .product-grid .item-box:nth-child(4n+1),
    .product-details-page .product-grid .item-box:nth-child(4n+1),
    .shopping-cart-page .product-grid .item-box:nth-child(4n+1) {
        clear: both
    }

    .slider-wrapper.theme-custom {
        min-width: 600px;
        max-width: 100%
    }

    .p-card--hvr-btn .add-btn {
        width: auto;
        max-width: 100%;
        margin: 5px 0;
        padding: 0;
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        border: 0;
        outline: 0
    }

    .p-card--hvr-btn .btn-tt {
        display: block;
        padding: 8px 34px;
        -webkit-transition: opacity .15s, -webkit-transform .25s;
        transition: transform .25s, opacity .15s, -webkit-transform .25s
    }

    .p-card--hvr-btn .btn-icon {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
        width: 100%;
        height: 100%;
        color: #fff;
        font-size: 20px;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: opacity .15s, -webkit-transform .25s;
        transition: opacity .15s, transform .25s, -webkit-transform .25s
    }

    .p-card--hvr-btn .btn-txt {
        display: block;
        padding: 8px 34px;
        -webkit-transition: opacity .15s, -webkit-transform .25s;
        transition: transform .25s, opacity .15s, -webkit-transform .25s
    }

    .p-card--hvr-btn .add-btn:hover .btn-txt {
        -webkit-transform: translateY(-100%) translateZ(0);
        transform: translateY(-100%) translateZ(0)
    }

    .rental-attributes {
        overflow: hidden
    }

    .rental-attributes .attribute-item {
        float: left;
        margin: 0 20px 0 0
    }

    .rental-attributes .datepicker {
        width: 160px;
        text-align: left
    }

    .attribute-squares li {
        margin: 0 10px 10px 0
    }

    .product-details-page .title {
        text-align: left
    }

    .product-review-item .review-title {
        max-width: 850px
    }

    .sp-cart--list-item:last-child,
    .wl--list-item:last-child {
        border-bottom: 1px solid #d9d9d9
    }

    .shopping-cart-page .cart-options {
        overflow: hidden
    }

    .shopping-cart-page .checkout-attributes {
        float: left;
        max-width: 565px
    }

    .shopping-cart-page .checkout-attributes li {
        margin: 5px 10px 5px 0
    }

    .shopping-cart-page .selected-checkout-attributes {
        float: right;
        max-width: 395px;
        margin: 15px 0
    }

    .order-progress {
        margin: -30px 0 50px
    }

    .checkout-page .address-item {
        width: 31.33333%
    }

    .checkout-page .terms-of-service {
        text-align: center
    }

    .payment-info .info {
        padding: 30px 15px
    }

    .payment-info .info td:first-child {
        width: 265px !important;
        margin: 0 10px 0 0;
        text-align: right
    }

    .payment-info .info td:only-child {
        width: 100% !important
    }

    .order-review-data .title,
    .order-details-area .title,
    .shipment-details-area .title {
        text-align: left
    }

    .opc .order-review-data ul {
        text-align: left
    }

    .advanced-search .price-range {
        margin-left: 114px
    }

    .comment-list {
        margin: 0 0 50px
    }

    .news-list-homepage .news-items {
        overflow: hidden;
        text-align: left
    }

    .news-list-homepage .news-item {
        float: left;
        width: 31.33333%;
        margin: 0 1% 30px
    }

    .news-list-homepage .news-item:nth-child(3n+1) {
        clear: both
    }

    .news-list-homepage .news-item:only-child {
        float: none;
        width: auto;
        margin: 0 0 30px
    }

    .news-list-homepage .news-head {
        text-align: center
    }

    .news-list-homepage .news-body {
        text-align: justify
    }

    .current-time {
        float: right
    }

    .forum-search-box {
        float: left
    }

    .forum-search-box .advanced {
        text-align: left
    }

    .forum-search-box .advanced a {
        line-height: normal
    }

    .forum-edit-page .form-fields {
        width: 60%;
        margin: 0 auto
    }

    .forums-table-section td {
        min-width: 150px
    }

    .forums-table-section td:first-child {
        min-width: 90px
    }

    .forums-table-section .view-all {
        text-align: right
    }

    .topic-actions .pager.upper {
        display: block;
        max-width: 400px
    }

    .forum-table .forum-details,
    .forum-table .topic-details {
        min-width: 225px
    }

    .forum-table td {
        padding: 20px
    }

    .forum-edit-page textarea,
    .private-message-send-page textarea {
        width: 600px;
        height: 250px
    }

    .private-message-send-page .bb-code-editor-wrapper {
        display: inline-block;
        width: 400px;
        margin: 10px 0;
        vertical-align: middle
    }

    .compare-products-page .page-title {
        margin: 0 0 -1px
    }

    .compare-products-page .clear-list {
        position: absolute;
        top: 7px;
        right: 7px
    }

    .compare-products-table .full-description td {
        display: table-cell
    }

    .compare-products-table .full-description td p {
        margin-top: 0
    }

    .center-1 .topic-block-title {
        text-align: center
    }

    .topic-page p {
        text-align: justify
    }

    .inputs .option-list input[type="checkbox"] {
        position: absolute;
        z-index: -1;
        opacity: 0
    }

    .inputs .option-list input[type="checkbox"]~label:before {
        content: "";
        position: absolute;
        top: 6px;
        left: 0;
        width: 16px;
        height: 16px;
        border: 1px solid #ccc;
        border-radius: 50%
    }

    .inputs .option-list input[type="checkbox"]:checked~label:after {
        content: "";
        position: absolute;
        top: 5px;
        left: 2px;
        width: 15px;
        height: 15px;
        text-align: center;
        font-size: 13px;
        line-height: 16px;
        font-family: 'pacific';
        color: #c853fe
    }

    .gender span {
        margin: 0 10px 0 0
    }

    .gender span>* {
        margin: 0 5px 0 0
    }

    .date-of-birth select+select {
        margin: 0 0 0 10px
    }

    #check-availability-button {
        display: block;
        margin: 10px auto
    }

    .login-page .customer-blocks {
        overflow: hidden
    }

    .login-page .new-wrapper {
        margin: 0
    }

    .login-page .new-wrapper .text {
        min-height: 200px
    }

    .login-page .returning-wrapper .form-fields {
        min-height: 200px;
        padding: 30px 0 0
    }

    .login-page .returning-wrapper .inputs label {
        width: 100%
    }

    .login-page .returning-wrapper input[type="text"],
    .login-page .returning-wrapper input[type="email"],
    .login-page .returning-wrapper input[type="password"] {
        width: 100%
    }

    .address-list-page .section,
    .order-list-page .section,
    .return-request-list-page .section {
        display: block;
        width: auto;
        margin: 0 0 40px
    }

    .address-list-page .buttons,
    .order-list-page .buttons {
        position: absolute;
        top: 10px;
        right: 10px
    }

    .avatar-page .message-error,
    .avatar-page .buttons {
        text-align: left
    }

    .registration-page .vat-note {
        margin-left: 275px
    }

    .customer-info-page .vat-note,
    .customer-info-page .email-to-revalidate-note {
        margin-left: 150px
    }

    .customer-info-page .vat-status {
        display: inline-block
    }
}

@media(min-width:768px) and (max-width:1024px) {
    .home-page-category-grid {
        padding: 0 20px
    }
}

@media all and (min-width:768px) {
    html:not(.html-home-page) .master-wrapper-content {
        padding: 0 20px
    }

    .column-two-wrapper::after {
        content: "";
        display: block;
        clear: both
    }

    .btn-toggle-filter {
        display: none
    }

    .html-category-page .cat-grid--item {
        width: 50%
    }

    .html-category-page .cat-grid--item-inner {
        display: inline-block;
        width: 100%;
        height: auto;
        position: relative;
        padding-top: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        -webkit-transition: .6s ease-in-out;
        -moz-transition: .6s ease-in-out;
        -o-transition: .6s ease-in-out;
        transition: .6s ease-in-out;
        vertical-align: middle
    }

    .html-category-page .subcategory-item {
        text-align: left
    }

    .html-category-page .cat-grid--item-name {
        left: 30%;
        text-align: left;
        padding: 20px;
        width: 70%;
        max-width: 70% !important
    }

    .cart-collaterals .coupon-box-wrapper,
    .cart-collaterals .giftcard-box-wrapper {
        float: left;
        width: calc(50% - 10px)
    }

    .coupon-box-wrapper+.giftcard-box-wrapper {
        margin-left: 20px
    }
}

@media all and (min-width:1060px) {
    .header-menu-icons>li:not(:last-child) {
        margin-right: 20px !important
    }

    .product-share-button {
        display: inline-block;
        overflow: hidden
    }

    .full-description {
        clear: both;
        line-height: 24px
    }

    .product-share-button a {
        display: block;
        float: none !important;
        margin: 0 !important;
        padding: 0 !important
    }

    .product-picture-wrapper .product-share-button {
        display: block !important
    }

    .product-info-wrapper .product-share-button {
        display: none !important
    }

    .flyout-cart .sb--header {
        display: none !important
    }
}

@media all and (min-width:1200px) {

    .container,
    .master-wrapper-content {
        max-width: 1170px;
        padding: 0 20px
    }

    .order-summary-content .container {
        padding: 0 15px
    }

    .center-2 .inputs label {
        width: auto
    }

    .inputs.accept-consent label {
        width: auto
    }

    .header {
        width: 1200px
    }

    .footer-lower {
        width: 1200px;
        padding: 25px 20px
    }

    .cart-footer .totals {
        width: 395px;
        margin: 0
    }

    .cart-footer .cart-collaterals {
        width: 100%;
        margin: 0
    }

    .cart-footer .cart-collaterals .deals {
        float: left;
        width: 66.66%
    }

    .cart-footer .cart-collaterals .shipping {
        float: right;
        width: 360px
    }

    .cart-footer .estimate-shipping .inputs label {
        display: inline-block;
        width: 35%
    }

    .cart-footer .estimate-shipping .inputs input,
    .cart-footer .estimate-shipping .inputs select {
        width: 65%
    }

    .shipping-method .method-list li,
    .payment-method .method-list li {
        margin: 20px 1%
    }

    .payment-info .info td:first-child {
        width: 375px !important
    }

    .payment-info .info td:only-child {
        width: 100% !important
    }

    .forum-actions .pager,
    .topic-actions .pager {
        max-width: 600px !important
    }

    .topic-post .post-text {
        width: 930px;
        max-width: 100%
    }

    .product-review-item .review-title {
        max-width: 1050px
    }

    .registration-page .vat-note {
        margin-left: 385px
    }

    .customer-info-page .vat-note,
    .customer-info-page .email-to-revalidate-note {
        margin-left: 225px
    }

    .html-category-page .cat-grid--item {
        width: 33.33%
    }

    .sub-category-grid .cat-grid--item {
        margin-bottom: 0 !important;
        border-bottom: none
    }
}

@media all and (min-width:1230px) {

    .container,
    .master-wrapper-content {
        max-width: 100%;
        width: 100%
    }
}

@media all and (min-width:1261px) {
    .html-home-page .cat-grid--item-inner {
        display: inline-block;
        width: 22.81%;
        height: auto;
        position: relative;
        padding-top: 22.81%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        -webkit-transition: .6s ease-in-out;
        -moz-transition: .6s ease-in-out;
        -o-transition: .6s ease-in-out;
        transition: .6s ease-in-out
    }

    .html-category-page .cat-grid--item-inner {
        display: inline-block;
        width: 100%;
        height: auto;
        position: relative;
        padding-top: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        -webkit-transition: .6s ease-in-out;
        -moz-transition: .6s ease-in-out;
        -o-transition: .6s ease-in-out;
        transition: .6s ease-in-out;
        vertical-align: middle
    }

    .cat-grid--item {
        padding: 8px 10px
    }

    .p-card .add-btn,
    .p-card .add-list {
        display: inline-block;
        width: 36px;
        height: 36px;
        margin: 0 5px 0 0 !important;
        border: none;
        border: 1px solid #c853fe;
        background-color: #c853fe;
        background-position: center;
        background-repeat: no-repeat;
        vertical-align: middle;
        opacity: 0;
        -webkit-transform: translate(0, -20px);
        -ms-transform: translate(0, -20px);
        transform: translate(0, -20px);
        transition: all 0s, color .3s, background .3s;
        font-size: 20px
    }

    .p-card:hover .add-btn,
    .p-card:hover .add-list {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1
    }

    .p-card .add-btn:hover,
    .p-card .add-list:hover {
        color: #c853fe;
        background: #fff;
        border-color: #fff
    }

    .p-card .add-list:last-child {
        margin-right: 0 !important
    }

    .p-card button:nth-child(3) {
        transition: .3s ease !important
    }

    .p-card button:nth-child(4) {
        transition: .2s ease !important
    }

    .mini-cart--list {
        max-height: calc(100vh - 290px)
    }

    .product-overview-top .product-name {
        float: left;
        width: calc(100% - 200px);
        margin: 0;
        border: none;
        padding: 0;
        text-align: left
    }

    .product-overview-top .product-details-page .product-name h1 {
        font-size: 28px;
        color: #444
    }

    .product-overview-top .product-reviews-overview {
        float: right;
        width: 200px;
        margin: 0;
        border: none;
        padding: 7px 0
    }

    .product-overview-top .product-review-box {
        float: right;
        margin: 0 0 10px
    }

    .product-overview-top .product-review-links,
    .product-overview-top .product-no-reviews {
        float: right;
        clear: right
    }

    .product-details-page .product-name h1 {
        font-size: 28px;
        color: #444
    }

    .overview .prices {
        padding-left: 10px;
        padding-right: 10px;
        border-color: #e3e3e3
    }

    .product-picture-wrapper {
        width: 500px;
        position: relative
    }

    .product-share-button {
        display: inline-block;
        overflow: hidden;
        position: absolute;
        top: 0;
        right: calc(100% + 15px)
    }

    .product-info-wrapper {
        width: calc(100% - 550px);
        margin-left: auto
    }

    .shopping-cart-page .cart-content {
        width: calc(100% - 280px)
    }

    .shopping-cart-page .cart-info {
        width: 260px;
        margin-left: auto
    }

    .common-buttons {
        border: 1px solid #eee;
        border-top: none;
        background-color: #fff;
        padding: 20px;
        text-align: left
    }

    .cart-collaterals .title {
        padding: 70px 20px;
        text-align: center
    }

    .cart-collaterals .title:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 15px;
        margin: auto;
        width: 25px;
        height: 25px;
        text-align: center;
        font-family: 'pacific';
        font-size: 20px;
        line-height: 25px;
        font-weight: normal;
        color: #000;
        opacity: .4
    }

    .cart-collaterals .coupon-box-wrapper .title:before {
        font-size: 35px
    }

    .cart-collaterals .title:before {
        top: 15px;
        right: 0;
        bottom: auto;
        left: 0;
        height: 45px;
        width: 45px;
        margin: auto;
        font-size: 30px;
        line-height: 45px
    }

    .cart-collaterals .title strong:before {
        content: "";
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        width: 13px;
        height: 13px;
        margin: auto;
        border: 1px solid #ccc;
        border-width: 0 1px 1px 0;
        transition: .5s ease;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .cart-collaterals .title:after {
        top: auto;
        left: 0;
        right: 0;
        width: auto;
        height: 50px;
        font-size: 0;
        border-top: 1px solid #eee;
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    .cart-collaterals .coupon-box,
    .cart-collaterals .giftcard-box {
        padding: 20px 20px
    }

    .cart-collaterals .title {
        padding: 70px 20px;
        text-align: center
    }

    .cart-collaterals .coupon-code {
        margin: 0 0 15px;
        padding-bottom: 60px
    }

    .cart-collaterals .coupon-code input[type="text"] {
        width: 100%;
        height: 50px
    }

    .login-page .login-tabs .buttons,
    .password-recovery-page .buttons {
        margin: 0 -50px 50px;
        padding: 25px
    }

    .login-page .new-wrapper .button-1.checkout-as-guest-button {
        margin-right: 10px
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .header-menu-icons>li:not(:last-child) {
        margin-right: 20px !important
    }
}

@media all and (min-width:576px) and (max-width:767px) {
    .variant-overview .add-to-cart-panel {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .variant-overview .add-to-cart-panel .p-qty--counter {
        margin-right: 0 !important
    }

    .variant-overview .add-to-cart-button {
        margin-top: 15px
    }
}

@media(min-width:992px) {
    #topcartlink {
        background: #c853fe;
        color: #fff;
        height: 100%;
        border-left: 1px solid #ddd;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 120px;
        margin-left: auto;
        font-size: 25px;
        position: relative;
        z-index: 50;
        padding: 15px 0;
        line-height: 1
    }

    #topcartlink>a:hover {
        color: #fff
    }

    .cart-qty-number-mobile {
        display: none
    }

    #topcartlink .icon::before {
        vertical-align: middle
    }

    .cart-qty-number-desktop {
        font-size: 10px;
        font-weight: lighter;
        text-transform: uppercase
    }

    #topcartlink .icon.icon-addtocart {
        position: relative;
        width: auto;
        display: inline-block;
        vertical-align: middle
    }

    #topcartlink .cart-label {
        font-size: 12px
    }

    #topcartlink span.cart-qty {
        position: absolute;
        font-size: 12px;
        top: 20px;
        left: 12px;
        background: #888;
        color: #fff;
        padding: 3px 3px;
        border-radius: 50%;
        line-height: 12px
    }

    .stock-availability {
        width: 100%
    }

    .attributes dl,
    .additional-details .sku {
        display: flex;
        flex-wrap: wrap;
        align-items: center
    }

    .attributes dt,
    .stock-availability label,
    .additional-details .sku .label {
        display: block;
        width: 194px;
        margin-bottom: 0;
        padding: 10px;
        border-bottom: 1px solid #e3e3e3;
        font-weight: normal;
        line-height: 23px;
        font-size: 14px;
        text-transform: uppercase
    }

    .product-essential .product-info-wrapper .short-description {
        padding-left: 10px
    }

    .attributes dd,
    .stock-availability .stock-availability-status,
    .additional-details .sku .value {
        width: calc(100% - 194px);
        margin-bottom: 0;
        padding: 10px;
        border-bottom: 1px solid #e3e3e3
    }

    .stock-availability .stock-availability-status {
        padding-top: 5px
    }

    .attributes dd .icon,
    .stock-availability .stock-availability-status .icon,
    .additional-details .sku .value .icon,
    .product-info-wrapper .delivery .value i,
    .attributes dd .lnr,
    .stock-availability .stock-availability-status .lnr,
    .additional-details .sku .value .lnr {
        display: inline-block;
        vertical-align: middle
    }

    .product-info-wrapper .delivery,
    .product-info-wrapper .manufacturers {
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        margin: 0 !important;
        padding: 0 !important;
        border: none
    }

    .product-info-wrapper .delivery .label,
    .product-info-wrapper .manufacturers .label {
        display: block;
        width: 194px;
        margin: 0;
        padding: 10px;
        border-bottom: 1px solid #e3e3e3;
        font-weight: normal;
        text-transform: uppercase
    }

    .product-info-wrapper .delivery .value,
    .product-info-wrapper .manufacturers .value {
        width: calc(100% - 194px);
        margin-bottom: 0;
        padding: 10px;
        border-bottom: 1px solid #e3e3e3;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap
    }

    .product-info-wrapper .delivery .value>div,
    .product-info-wrapper .manufacturers .value>div {
        margin-right: 40px !important
    }

    .stock-availability .stock-availability-status .lnr-database::before {
        width: 40px;
        height: 40px;
        background-color: #c853fe;
        text-align: center;
        font-size: 20px;
        line-height: 40px;
        color: #fff;
        margin: auto;
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle
    }

    .attributes .option-list {
        margin: 0
    }

    .short-description {
        padding: 20px 10px;
        padding-top: 0;
        border-bottom: 1px solid #e3e3e3
    }

    .product-info-wrapper .product-name {
        padding-left: 10px;
        padding-right: 10px
    }

    .product-essential .tab-content>.tab-pane {
        background-color: #fff;
        border: 1px solid #e3e3e3;
        border-top: 1px solid #fff;
        padding: 25px 20px;
        animation: fadein .3s
    }

    .common-buttons button {
        position: relative;
        width: auto;
        margin: 0 25px 0 0;
        background-color: #fff;
        padding: 10px 15px 10px 32px
    }

    .common-buttons button:before {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 30px;
        margin: auto
    }

    .html-product-details-page .add-to-cart {
        width: 350px
    }

    .html-product-details-page .add-to-cart-panel {
        width: 100%
    }

    .html-product-details-page .add-to-cart-button {
        width: calc(100% - 84px);
        margin-left: 7px
    }
}

@media(min-width:1801px) {
    .master-wrapper-content {
        max-width: 2000px;
        margin: auto;
        padding: 0 70px
    }

    .p-card .add-atc {
        width: auto;
        padding-left: 10px;
        padding-right: 10px
    }

    .p-card .add-atc .product-addcart-text {
        font-size: 16px;
        display: inline
    }

    .html-category-page .cat-grid--item {
        width: 25%
    }

    .product-overview-top {
        margin: 0 0 20px;
        border-bottom: 1px solid #e3e3e3;
        overflow: hidden;
        padding: 0 0 20px
    }

    .product-picture-wrapper {
        width: 700px
    }

    .product-info-wrapper {
        width: calc(100% - 750px);
        margin-left: auto
    }
}

@media(max-width:991px) {

    .header,
    .mobile-search {
        background: #fff;
        padding: 5px 0
    }

    .html-category-page .subcategory-item {
        text-align: left;
        border-bottom: 1px solid #eee
    }

    .footer-bottom {
        margin-bottom: 0 !important
    }

    .html-category-page .footer-bottom {
        margin-bottom: 30px !important
    }

    .html-category-page .master-wrapper-content {
        position: relative;
        z-index: 2
    }
}

@media(min-width:768px) {

    .address-list-page .address-list,
    .order-list-page .order-list,
    .return-request-list-page .page-body {
        overflow: hidden
    }

    .address-list-page .address-item,
    .order-list-page .order-item,
    .return-request-list-page .request-item {
        float: left;
        width: calc(50% - 10px);
        margin: 0 0 20px 20px
    }

    .address-list-page .address-item:nth-child(odd),
    .order-list-page .order-item:nth-child(odd),
    .return-request-list-page .request-item:nth-child(odd) {
        margin-left: 0
    }
}

@media(min-width:768px) {
    .category-page-two-columns {
        position: relative
    }

    .category-page-two-columns .breadcrumb~.page-title {
        padding-right: 50%;
        text-align: left
    }

    .category-page-two-columns .breadcrumb {
        position: absolute;
        top: 36px;
        right: 0;
        width: 50%;
        height: 32px;
        overflow: hidden;
        text-align: right
    }
}

@media(min-width:992px) {
    #topcartlink .cart-label {
        display: inline-block;
        vertical-align: middle
    }

    #topcartlink .cart-quantity,
    #topcartlink .cart-subtotal {
        display: block;
        text-align: left
    }

    #topcartlink .cart-quantity {
        margin-bottom: 6px
    }

    #topcartlink::before {
        content: "";
        display: block;
        position: absolute;
        height: calc(100% + 20px);
        width: calc(100% + 20px);
        background: #c853fe;
        z-index: -1;
        top: 50%;
        left: 0;
        transform: translateY(-50%)
    }

    .sticky #topcartlink::before {
        height: calc(100% + 12px)
    }

    .cart-subtotal {
        font-size: 14px;
        font-weight: bold
    }

    .home-page-product-grid .row {
        margin-left: -4px;
        margin-right: -4px
    }

    .col-lg-3_5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        padding-right: 4px;
        padding-left: 4px
    }

    .product-overview-top {
        margin: 0 0 20px;
        border-bottom: 1px solid #e3e3e3;
        overflow: hidden;
        padding: 0 0 20px
    }
}

@media(min-width:1600px) {
    #topcartlink {
        width: 120px
    }
}

@media(min-width:1800px) {
    .side-2 {
        width: 16%
    }

    .center-2 {
        width: 83%
    }

    .home-page-product-grid .row {
        margin-left: -7px;
        margin-right: -7px
    }

    .col-lg-3_5 {
        padding-right: 7px;
        padding-left: 7px
    }
}

@media(max-width:992px) {
    #topcartlink {
        display: block;
        width: 40px;
        background: #e3e3e3;
        margin-left: auto
    }

    #topcartlink .ico-cart {
        font-size: 30px
    }

    #topcartlink .cart-qty {
        display: none
    }

    .cart-label {
        display: none
    }

    .flyout-cart {
        display: block;
        position: fixed;
        top: 0;
        right: -120vw;
        z-index: 100;
        height: 100vh;
        transition: all .3s
    }

    .flyout-cart.show {
        right: 0
    }

    .flyout-cart .sb--scroll {
        height: calc(100vh - 220px) !important;
        overflow: auto !important
    }

    .sb-right {
        transform: none;
        visibility: visible
    }

    .search-box-opener {
        display: none
    }

    .search-box-text {
        display: block;
        width: 100%;
        max-height: 35px
    }

    .p-card .buttons {
        display: none
    }
}

.nop-ajax-filters {
    margin-bottom: 15px
}

.ajax-products {
    position: relative
}

.ajaxfilter-title {
    font-size: 16px;
    font-weight: bold
}

.ajaxfilter-title i {
    color: #b8b8b8
}

.ajax-products .spinner {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    background-color: #fff;
    opacity: .7;
    padding-top: 10%;
    display: none
}

.ajax-products .spinner>div {
    width: 40px;
    height: 40px
}

.spinner {
    margin: 0 auto 0;
    width: 70px;
    text-align: center
}

.spinner>div {
    width: 18px;
    height: 18px;
    background-color: #1d1d1d;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.spinner .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.spinner .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.filter-section {
    max-width: 600px;
    text-align: left;
    margin-bottom: 20px;
    margin: auto
}

.filter-section .title {
    overflow: hidden
}

.filter-section .filter-section .title a.ajax-filter-clear-all {
    cursor: pointer;
    padding-right: 5px
}

.filter-section .title,
.vendors-section .ajaxfilter-title {
    letter-spacing: 0;
    text-align: left;
    position: relative;
    padding: 8px 0;
    font-size: 18px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    width: 100%
}

.filter-section .title a {
    margin-left: 5px;
    font-size: 100%;
    cursor: pointer
}

.filter-section .listbox ul {
    margin: 0;
    padding: 0 0 0 2px;
    color: #fff;
    background-color: inherit
}

.ui-slider-horizontal {
    height: 4px
}

.ajaxfilter-price-range-section {
    line-height: 10px;
    font-size: 18px
}

.ajaxfilter-section {
    font-size: 13px;
    padding: 11px 0 10px;
    line-height: 18px;
    margin: 0;
    border-color: #000
}

.ajaxfilter-section select {
    min-width: 100%;
    margin-top: 0
}

.ajaxfilter-price-section {
    height: 20px
}

#slider-range {
    margin: 20px auto 20px;
    max-width: calc(100% - 50px)
}

.ajaxfilter-section ul {
    margin: 0;
    padding: 10px 0 0 2px;
    color: #fff;
    background-color: inherit;
    line-height: 20px
}

.ajaxfilter-section li {
    background: none;
    list-style: none;
    color: #000;
    z-index: 1
}

.ajaxfilter-section li:not(.square) {
    bottom: 0;
    position: relative;
    z-index: 0;
    left: 2px;
    line-height: 18px
}

.ajaxfilter-section li.colorLi {
    bottom: 20px;
    position: relative;
    z-index: 0;
    margin-bottom: -20px
}

.square {
    position: relative;
    width: 22px;
    height: 22px;
    border: 2px solid #b8b8b8;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    margin-right: 10px
}

input[type="checkbox"]:checked+label::before {
    content: ""
}

.square::after {
    content: "";
    font-size: 11px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #4caf50;
    z-index: 100;
    visibility: hidden;
    text-shadow: 0 0 3px #fff;
    font: normal normal normal 14px/1 FontAwesome;
    transform: translate(-50%, -50%);
    line-height: 11px;
    background: #4caf50;
    width: 10px;
    height: 10px
}

.square.active:after {
    visibility: visible
}

.ajaxfilter-section label,
.vendors-section label {
    letter-spacing: 1px;
    text-align: left;
    text-transform: uppercase;
    color: #444;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    line-height: 15px;
    padding: 0 0 10px 0;
    margin-bottom: 0;
    width: 95%;
    position: relative;
    top: 2px;
    display: inline-table
}

.ajaxfilter-section label span {
    float: right;
    line-height: 22px;
    color: #4caf50
}

.ajaxfilter-section label i {
    font-style: normal;
    max-width: 70%;
    display: inline-block;
    vertical-align: middle;
    line-height: 22px;
    letter-spacing: 0
}

.ajaxfilter-section label input {
    visibility: hidden
}

.white-popup {
    position: relative;
    background: #fff;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto
}

.products-count {
    text-align: center;
    font-size: medium;
    padding: 5px;
    background: #f0f8ff;
    font-weight: bold
}

.searchProcess {
    position: absolute;
    background: url('../Themes/NopKalles/Content/css/images/ajaxLoader.html') no-repeat fixed 50% 50% #fff;
    width: auto;
    height: auto;
    filter: alpha(opacity=70);
    opacity: .7;
    z-index: 1;
    clear: both;
    position: fixed;
    top: 0
}

#price-current-min {
    width: 60px;
    border: 1px solid #ccc;
    text-align: center;
    float: left;
    font-size: 14px;
    height: 24px
}

#price-current-max {
    width: 60px;
    border: 1px solid #ccc;
    text-align: center;
    float: right;
    font-size: 14px;
    height: 24px
}

#ajaxfilter-form .ajax-filter-section .filter-section .ajaxfilter-section input[type="checkbox"],
#ajaxfilter-form input[type="radio"],
#ajaxfilter-form input[type="checkbox"]+*,
#ajaxfilter-form input[type="radio"]+* {
    vertical-align: top
}

#ajaxfilter-form .ajax-filter-section .filter-section {
    border: 1px solid #e6e9ee;
    border-radius: 5px;
    margin-bottom: 5px
}

.arrowHold {
    position: absolute;
    height: 20px;
    width: 20px;
    right: 8px;
    background: transparent url(../Themes/NopKalles/Content/Content/images/toggle-gray.html) center no-repeat;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    top: 6px
}

.arrowHold.rotate {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.regular-checkbox {
    background-color: transparent;
    border: 1px solid transparent;
    box-shadow: 0 1px 2px transparent, inset 0 -15px 10px -12px transparent;
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    z-index: -1
}

.regular-checkbox:checked {
    background-color: transparent;
    border: 1px solid transparent;
    color: #99a1a7
}

.clearHolder {
    width: 100%;
    text-align: center;
    position: relative;
    bottom: 17px;
    font-size: 12px;
    display: none
}

.ajaxfilter-price-section input {
    padding: 0
}

.clearAllfilters {
    background: #fff;
    margin: auto;
    margin-top: auto;
    margin-bottom: auto;
    border: none;
    cursor: pointer;
    color: #4caf50;
    width: auto;
    padding: 3px 10px;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 30px;
    border-radius: 5px;
    border: 1px solid #4caf50;
    width: 100%;
    margin-top: 15px
}

.selectedOptions div {
    width: 100%;
    display: inline-flex;
    text-align: left
}

.selectedOptions .btn {
    text-align: left;
    background-color: #fff;
    line-height: 1.25;
    vertical-align: middle;
    border: 1px solid #ccc;
    border-radius: 0;
    margin-top: 2px;
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    text-align: left;
    background-color: #fff;
    line-height: 1.25;
    vertical-align: middle;
    border: 1px solid #ccc;
    border-radius: 0;
    margin-top: 2px
}

.selectedOptions .btn:hover {
    background-image: linear-gradient(to bottom, #e6e6e6, #fff)
}

.selectedOptions .btn:first-of-type {
    width: 75%;
    padding: 6px
}

.selectedOptions .btn:nth-child(2) {
    text-align: center;
    width: 25%;
    margin-left: -1px
}

.closeAllFilters {
    background-color: #4ab2f1;
    width: 60%;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    padding: 10px;
    width: 100%;
    margin-top: 1px
}

input[type=checkbox]:disabled~label {
    text-decoration: line-through
}

.remover {
    cursor: pointer
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #fff;
    font-weight: normal;
    color: #454545;
    height: 20px;
    width: 20px;
    border-radius: 50% !important;
    top: 50% !important;
    transform: translateY(-50%);
    cursor: e-resize
}

.ui-state-default,
.ui-widget-content .ui-slider-handle {
    border: 1px solid #0c90ea;
    color: #0c90ea;
    background: #0c90ea;
    border-radius: 50%
}

.ui-slider .ui-slider-range {
    background: #cdcdcd
}

.price-range-max,
.price-range-min {
    padding: 0 20px
}

li.color {
    display: inline-block
}

span.color-box {
    display: block;
    height: 27px;
    width: 27px;
    font-size: 0;
    position: relative
}

.filter-section .title,
.vendors-section .ajaxfilter-title {
    padding: 13px 15px 8px;
    line-height: 18px;
    font-size: 18px;
    font-weight: 600
}

.vendors-section .ajaxfilter-title {
    margin-bottom: 10px !important
}

li.color input[type="checkbox"]:checked~label .color-box::before {
    content: "";
    display: block;
    border: 2px solid #f8f7f7;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    position: absolute;
    top: 48%;
    left: 49%;
    transform: translate(-50%, -50%)
}

#ajaxfilter-form .filter-title {
    background: #000;
    color: #fff;
    cursor: pointer
}

#ajaxfilter-form .filter-title h4 {
    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
    line-height: 18px;
    font-weight: 700;
    padding: 13px 15px
}

.ajaxfilter-section label .square {
    float: left
}

.accordion h4[aria-expanded="true"] .fa-angle-down {
    transform: rotate(180deg);
    transition: .5s
}

.accordion h4[aria-expanded="false"] .fa-angle-down {
    transform: rotate(0deg);
    transition: .5s
}

#ajaxfilter-form {
    display: block;
    width: 100%
}

.nop-ajax-filters {
    width: 100%
}

.ajax-products {
    position: relative
}

.ajaxfilter-title {
    font-size: 16px;
    font-weight: bold
}

.ajax-products .spinner {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    background-color: #fff;
    opacity: .7;
    padding-top: 10%;
    display: none
}

.ajax-products .spinner>div {
    width: 40px;
    height: 40px
}

.spinner {
    margin: 0 auto 0;
    width: 70px;
    text-align: center
}

.spinner>div {
    width: 18px;
    height: 18px;
    background-color: #1d1d1d;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.spinner .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.spinner .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.filter-section {
    max-width: 600px;
    text-align: left;
    margin-bottom: 20px;
    margin: auto
}

.filter-section .title {
    overflow: hidden
}

.filter-section .filter-section .title a.ajax-filter-clear-all {
    cursor: pointer;
    padding-right: 5px
}

.filter-section .title,
.vendors-section .ajaxfilter-title {
    letter-spacing: 0;
    text-align: left;
    position: relative;
    padding: 8px 0;
    font-size: 18px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    width: 100%
}

.filter-section .title a {
    margin-left: 5px;
    font-size: 100%;
    cursor: pointer
}

.filter-section .listbox ul {
    margin: 0;
    padding: 0;
    color: #fff;
    background-color: inherit
}

.ui-slider-horizontal {
    height: 4px
}

.ajaxfilter-price-range-section {
    font-size: 18px
}

.ajaxfilter-section {
    padding: 0;
    margin: 0
}

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

.ajaxfilter-section select {
    min-width: 100%;
    margin-top: 0
}

.ajaxfilter-price-section {
    height: 20px
}

#slider-range {
    margin: 13px auto 12px;
    max-width: calc(100% - 10px)
}

.ajaxfilter-section ul {
    margin: 0;
    padding: 0;
    color: #fff;
    background-color: inherit;
    line-height: 20px
}

.ajaxfilter-section li {
    background: none;
    list-style: none;
    color: #000;
    z-index: 1
}

input[type="checkbox"]:checked+label::before {
    content: '✔\20';
    position: absolute;
    top: 2px;
    left: 3px;
    z-index: 100;
    color: #c853fe;
    font-size: 16px
}

.square,
.circle:not(.color) {
    position: relative;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    border: 1px solid #d4d6d8;
    background: #fff;
    border-radius: 50%;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
    text-indent: -9000px
}

.square::after,
.circle:not(.color)::after {
    content: '✓\20';
    position: absolute;
    top: 0;
    left: .12em;
    opacity: 0;
    font-size: 17px;
    font-weight: 600;
    line-height: .8;
    color: #4caf50;
    transition: all .2s;
    text-indent: initial;
    background: transparent
}

.square.active,
.circle.active:not(.color) {
    border-color: #888
}

.square.active:after,
.circle.active:not(.color)::after {
    opacity: 1;
    transform: scale(1)
}

.circle.color {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 10px;
    padding: 2px;
    border: 2px solid #d9d9d9;
    cursor: pointer;
    border-radius: 50%;
    vertical-align: middle;
    text-indent: -9000px;
    overflow: hidden
}

input.active~label .circle {
    border: none
}

input.active~label .circle.color,
.circle.color.active {
    border: none;
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px #ccc
}

.ajaxfilter-section label,
.vendors-section label {
    letter-spacing: 1px;
    text-align: left;
    text-transform: uppercase;
    color: #444;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ajaxfilter-section li:not(:last-child),
.vendors-section li:not(:last-child) {
    margin-bottom: 15px
}

.ajaxfilter-section .list-categories li:not(:last-child),
.ajaxfilter-section .list-manufacturer li:not(:last-child),
.ajaxfilter-section .list-tags li:not(:last-child) {
    margin-bottom: 0
}

.ajaxfilter-section label span {
    padding-left: 5px;
    color: #878787;
    font-size: 12px
}

.ajaxfilter-section label i {
    font-style: normal;
    letter-spacing: 0
}

.ajaxfilter-section label input {
    visibility: hidden
}

.white-popup {
    position: relative;
    background: #fff;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto
}

.products-count {
    text-align: center;
    font-size: medium;
    padding: 5px;
    background: #f0f8ff;
    font-weight: bold
}

.searchProcess {
    position: absolute;
    background: url('../Themes/NopKalles/Content/css/images/ajaxLoader.html') no-repeat fixed 50% 50% #fff;
    width: auto;
    height: auto;
    filter: alpha(opacity=70);
    opacity: .7;
    z-index: 1;
    clear: both;
    position: fixed;
    top: 0
}

#price-current-min {
    width: 60px;
    border: 1px solid #ccc;
    text-align: center;
    float: left;
    font-size: 14px;
    height: 30px;
    min-width: 60px;
    border: 1px solid #eee;
    padding: 5px 10px;
    text-align: center
}

#price-current-max {
    width: 60px;
    border: 1px solid #ccc;
    text-align: center;
    float: right;
    font-size: 14px;
    height: 30px;
    min-width: 60px;
    border: 1px solid #eee;
    padding: 5px 10px;
    text-align: center
}

#ajaxfilter-form .ajax-filter-section .filter-section .ajaxfilter-section input[type="checkbox"],
#ajaxfilter-form input[type="radio"],
#ajaxfilter-form input[type="checkbox"]+*,
#ajaxfilter-form input[type="radio"]+* {
    vertical-align: top
}

#ajaxfilter-form .ajax-filter-section .filter-section,
.accordion .filter-section {
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0;
    margin-bottom: 10px;
    padding-bottom: 7px
}

.arrowHold {
    position: absolute;
    height: 20px;
    width: 20px;
    right: 8px;
    background: transparent url(../Themes/NopKalles/Content/Content/images/toggle-gray.html) center no-repeat;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    top: 6px
}

.arrowHold.rotate {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.regular-checkbox {
    background-color: transparent;
    border: 1px solid transparent;
    box-shadow: 0 1px 2px transparent, inset 0 -15px 10px -12px transparent;
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    z-index: -1
}

.regular-checkbox:checked {
    background-color: transparent;
    border: 1px solid transparent;
    color: #99a1a7
}

.clearHolder {
    width: 100%;
    text-align: center;
    position: relative;
    bottom: 17px;
    font-size: 12px;
    display: none
}

.ajaxfilter-price-section input {
    padding: 0
}

.clearAllfilters {
    margin: 10px auto
}

.selectedOptions div {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: left
}

.selectedOptions .btn {
    text-align: left;
    background-color: #fff;
    line-height: 1.25;
    vertical-align: middle;
    border: 1px solid #ccc;
    border-radius: 0;
    margin-top: 2px;
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    text-align: left;
    background-color: #fff;
    line-height: 1.25;
    vertical-align: middle;
    border: 1px solid #ccc;
    border-radius: 0;
    margin-top: 2px
}

.selectedOptions .btn:hover {
    background-image: linear-gradient(to bottom, #e6e6e6, #fff)
}

.selectedOptions .btn:first-of-type {
    width: 75%;
    padding: 6px
}

.selectedOptions .btn:nth-child(2) {
    text-align: center;
    width: 25%;
    margin-left: -1px
}

.closeAllFilters {
    background-color: #4ab2f1;
    width: 60%;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    padding: 10px;
    width: 100%;
    margin-top: 1px
}

input[type=checkbox]:disabled~label {
    text-decoration: line-through
}

.remover {
    cursor: pointer
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #fff;
    font-weight: normal;
    color: #454545;
    height: 20px;
    width: 20px;
    border-radius: 50% !important;
    top: 50% !important;
    transform: translateY(-50%);
    cursor: e-resize
}

.ui-state-default,
.ui-widget-content .ui-slider-handle {
    border: 1px solid #888;
    color: #888;
    background: #888;
    border-radius: 50%
}

.ui-slider .ui-slider-range {
    background: #ddd
}

.price-range-max,
.price-range-min {
    padding: 0
}

li.color {
    display: inline-block
}

span.color-box {
    display: block;
    height: 27px;
    width: 27px;
    font-size: 0;
    position: relative
}

.filter-section .title,
.vendors-section .ajaxfilter-title {
    padding: 0;
    line-height: 18px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px
}

.filter-section .title .ajaxfilter-title,
.filter-section .title h5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 44px;
    padding: 5px 20px 5px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase
}

.filter-section .title h5[data-toggle="collapse"] .fa:before,
.filter-section .title .ajaxfilter-title[data-toggle="collapse"] .fa:before {
    font-family: 'pacific';
    color: #ccc;
    content: ""
}

.filter-section .title h5[data-toggle="collapse"].collapsed .fa:before,
.filter-section .title .ajaxfilter-title[data-toggle="collapse"].collapsed .fa:before {
    content: ""
}

li.color input[type="checkbox"]:checked~label .color-box::before {
    content: "";
    display: block;
    border: 2px solid #f8f7f7;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    position: absolute;
    top: 48%;
    left: 49%;
    transform: translate(-50%, -50%)
}

#ajaxfilter-form .filter-title {
    background: #000;
    color: #fff;
    cursor: pointer
}

#ajaxfilter-form .filter-title h4 {
    display: none;
    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
    line-height: 18px;
    font-weight: 700;
    padding: 13px 15px
}

.ajaxfilter-section label .square {
    float: left
}

.accordion h4[aria-expanded="true"] .fa-angle-down {
    transform: rotate(180deg);
    transition: .5s
}

.accordion h4[aria-expanded="false"] .fa-angle-down {
    transform: rotate(0deg);
    transition: .5s
}

.filter-section {
    background: #fff;
    padding: 14px
}

.fitler-title::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
    font-family: pacific;
    font-size: 18px;
    color: rgba(0, 0, 0, .5)
}

.ui-slider .ui-slider-range {
    background: #c853fe
}

.ui-state-default,
.ui-widget-content .ui-slider-handle {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    width: 14px;
    height: 14px;
    top: -5px;
    left: 20px;
    border-radius: 50%
}

.ajaxfilter-price-range-section {
    font-size: 13px;
    margin: 0 0 13px
}

.noUi-handle:after,
.noUi-handle:before {
    display: none
}

.product-sort-by:after,
.product-page-size:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 32px;
    height: 32px;
    font-family: 'pacific';
    text-align: center;
    font-size: 18px;
    line-height: 34px;
    color: #000;
    opacity: .5
}

.product-page-size,
.product-sort-by {
    position: relative;
    margin: 10px
}

.product-page-size::after {
    content: ""
}

.product-sort-by::after {
    content: "";
    font-size: 15px
}

.vm-btn-group {
    float: right
}

.vm-btn-group .btn-grid,
.vm-btn-group .btn-list {
    position: relative;
    height: 40px;
    width: 40px;
    background: #fff
}

.vm-btn.selected {
    color: #888;
    pointer-events: none;
    background: #c853fe
}

.vm-btn-group .btn-grid::before,
.vm-btn-group .btn-list::before {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    font-family: 'pacific';
    font-size: 19px;
    line-height: 40px;
    color: #000;
    opacity: .5;
    transform: translate(-50%, -50%)
}

.vm-btn-group .btn-grid::before {
    content: ""
}

.vm-btn-group .btn-list::before {
    content: ""
}

@media(min-width:1261px) {
    .filtersTitlePanel {
        height: 61px;
        margin: 0 0 12px;
        border: none;
        background-color: #c853fe;
        padding: 20px 15px
    }

    .filtersTitlePanel h3 {
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        color: #fff
    }

    .sb--btn-close {
        display: none
    }
}

@media(max-width:991px) {
    .ajax-filter-section {
        overflow: auto;
        height: calc(100vh - 61px)
    }
}

.ajaxfilter-price-range-section {
    color: #444
}

.mega-menu .navbar-nav .dropdown-menu-list>a.dropdown-toggle::after {
    display: none
}

@media all and (max-width:991px) {
    .mega-menu {
        position: relative;
        z-index: 1;
        width: 90%;
        max-width: 600px;
        margin: 0 auto 40px
    }

    .clos-menu-item .close-menu {
        display: block;
        text-align: right;
        padding: 15px;
        font-size: 16px;
        vertical-align: middle
    }

    .clos-menu-item .close-menu i {
        vertical-align: middle;
        font-size: 26px
    }

    .menu-toggle {
        background: #888 url('../Plugins/NopStation.MegaMenu/Themes/NopKalles/Content/images/menu-icon.html') right center no-repeat;
        padding: 15px;
        font-size: 15px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        cursor: pointer
    }

    .top-menu.mobile>li,
    .top-menu.mobile .sublist li {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 1px 0;
        padding: 0;
        text-align: left;
        border-bottom: 1px solid rgba(129, 129, 129, .2)
    }

    .top-menu.mobile .sublist li {
        background-color: transparent
    }

    .top-menu.mobile .sublist li:first-child {
        border-top: 1px solid rgba(129, 129, 129, .2)
    }

    .top-menu.mobile .sublist li:last-child {
        border-bottom: 0
    }

    .top-menu.mobile>li>a,
    .top-menu.mobile .sublist li a {
        min-height: 50px;
        padding: 5px 45px 5px 16px;
        color: #242423;
        letter-spacing: .2px
    }

    .top-menu.mobile>li>a,
    .top-menu.mobile .sublist li a {
        display: flex;
        align-items: center;
        background-color: transparent;
        transition: background-color .35s ease-in-out;
        text-transform: uppercase !important
    }

    .top-menu.mobile .sublist li a {
        padding-left: 30px;
        color: #878787
    }

    .top-menu.mobile>li.open>a,
    .top-menu.mobile .sublist>li.open>a,
    .top-menu.mobile .sublist .sublist>li.open>a,
    .top-menu.mobile>li>a:hover,
    .top-menu.mobile>li>a:active,
    .top-menu.mobile>li>a:focus,
    .top-menu.mobile .sublist li a:hover,
    .top-menu.mobile .sublist li a:active,
    .top-menu.mobile .sublist li a:focus {
        background-color: rgba(0, 0, 0, .04)
    }

    .top-menu.mobile .sublist {
        background-color: #fff
    }

    .top-menu.mobile .sublist li {
        position: relative
    }

    .top-menu.mobile .sublist .sublist li a {
        padding-left: 40px
    }

    .sublist-toggle {
        position: absolute;
        top: 0;
        right: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 30px;
        height: 50px;
        flex: 0 0 auto;
        cursor: pointer
    }

    .sublist-toggle::before,
    .sublist-toggle::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-90deg);
        -ms-transform: translate(-50%, -50%) rotate(-90deg);
        transform: translate(-50%, -50%) rotate(-90deg);
        background-color: currentColor;
        -webkit-transition: transform .35s ease-in-out, opacity .35s ease-in-out, -webkit-transform .35s ease-in-out;
        transition: transform .35s ease-in-out, opacity .35s ease-in-out, -webkit-transform .35s ease-in-out
    }

    .sublist-toggle::before,
    .sublist-toggle::after {
        height: 0
    }

    .sublist-toggle::before {
        content: "";
        position: absolute;
        right: 10px;
        border: none;
        font-family: 'icomoon' !important;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        color: #444;
        opacity: 1;
        background-color: #888;
        height: 0 !important;
        transform: rotate(0)
    }

    .sublist-toggle::after {
        width: 1px;
        height: 12px;
        display: none
    }

    .sublist-toggle:not(.collapsed)::after {
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg)
    }

    .sublist-toggle:hover::before,
    .sublist-toggle:hover::after {
        background-color: #888
    }

    .sublist .sublist li {
        background-color: #f6f6f6
    }

    .sublist .sublist .sublist li {
        background-color: #fff
    }

    .megamenu-categories {
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        width: calc(100% - 10px);
        box-shadow: 1px 1px 10px #888;
        height: 100%;
        overflow: auto;
        transform: translate(-120%);
        transition: all .3s;
        z-index: 100
    }

    .megamenu-categories.show {
        transform: translate(0)
    }
}

@media all and (min-width:576px) {
    .mega-menu {
        width: 92.5%
    }
}

@media all and (min-width:992px) {
    .mega-menu {
        position: static;
        z-index: 5;
        width: 980px;
        margin: 0 auto 30px;
        border-top: 1px solid #d9d9d9;
        border-bottom: 1px solid #d9d9d9;
        padding: 25px 0;
        text-align: center
    }

    .navbar-expand-lg {
        position: relative
    }

    .mega-menu .nav-ribbon {
        top: 15%;
        right: 0;
        padding: 3px 8px;
        font-size: 9px;
        line-height: 100%;
        border-radius: 50px
    }

    .mega-menu ul.navbar-nav>li>a,
    .mega-menu ul.navbar-nav>li>ul>li.dropdown>a {
        height: 70px;
        padding: 0;
        color: #242423
    }

    .mega-menu ul.navbar-nav>li>a:hover,
    .mega-menu ul.navbar-nav>li>ul>li.dropdown>a:hover {
        color: #c853fe
    }

    .menu-toggle,
    .sublist-toggle {
        display: none
    }

    .mega-menu .dropdown-menu {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        left: 0;
        width: 260px;
        margin-left: -140px;
        margin-top: 0;
        padding: 30px 15px;
        border: 0;
        border-radius: 3px;
        box-shadow: 0 0 3px rgba(0, 0, 0, .15);
        -webkit-box-shadow: inset 0 0 0 1px #eaeaea, 0 5px 20px rgba(0, 0, 0, .15);
        box-shadow: inset 0 0 0 1px #eaeaea, 0 5px 20px rgba(0, 0, 0, .15);
        -webkit-transform: translateY(15px) translateZ(0);
        transform: translateY(15px) translateZ(0);
        transition: opacity .2s, visibility .2s, transform .2s, -webkit-transform .2s
    }

    .mega-menu #manufacture-dropdown~.dropdown-menu {
        margin-left: 0
    }

    .mega-menu .dropdown-menu-md {
        width: 650px;
        margin-left: -185px
    }

    .mega-menu .dropdown-menu-lg {
        width: 100%;
        margin-left: 0
    }

    .mega-menu ul.navbar-nav>li>ul>li.dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        -webkit-transform: none;
        transform: none;
        padding: 0 !important
    }

    .mega-menu .dropdown-menu-lg ul.row>li.nav-item .sublist {
        display: block;
        max-width: 100%;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

    .mega-menu .dropdown-menu-lg ul.row>li.nav-item .sublist .nav-link .nav-link--img {
        width: 35%;
        padding-top: 30%;
        -webkit-transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        transform: rotate(30deg)
    }

    .mega-menu .dropdown-menu-lg ul.row>li.nav-item .sublist .nav-link .nav-link--img::after {
        background-color: rgba(255, 255, 255, .7);
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .mega-menu .dropdown-menu-lg ul.row>li.nav-item .sublist .nav-link:hover .nav-link--img::after {
        background-color: rgba(255, 255, 255, .9);
        color: #242423
    }

    .mega-menu .dropdown-menu-lg ul.row>li.nav-item .sublist .nav-link .nav-link--label {
        display: block;
        padding: 7px 5px 7px 0;
        background: #fff;
        border: 0;
        color: #878787;
        font-weight: 400;
        text-transform: none
    }

    .mega-menu .dropdown-menu-lg ul.row>li.nav-item .sublist .nav-link .nav-link--label .nav-counter {
        display: none
    }

    .mega-menu .dropdown-menu-lg ul.row>li.nav-item .sublist .nav-link:hover .nav-link--label {
        color: #888
    }

    .mega-menu .dropdown-menu-lg ul.row>li.nav-item .sublist .nav-link .nav-link--label-img {
        top: 12%;
        padding: 7px 10px 7px 10px;
        background: transparent;
        color: #000;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center
    }

    .mega-menu .nav-cats {
        margin: 0
    }

    .mega-menu .nav-cats>.nav-item {
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
        padding: 0
    }

    .navbar-nav>li>a {
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase !important
    }

    .mega-menu .nav-cats>.nav-item>.nav-link {
        padding: 0;
        color: #fff;
        text-transform: uppercase;
        text-align: left;
        border-bottom: 1px solid #eee;
        padding: 20px;
        text-align: left;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        color: #222
    }

    .mega-menu .nav-cats>.nav-item>.nav-link span {
        padding: 0
    }

    .mega-menu .nav-link .nav-link--img {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        top: 0;
        left: 0;
        padding-top: 70%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover
    }

    .mega-menu .nav-link .nav-link--img::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .3)
    }

    .mega-menu .dropdown-menu-left .nav-link {
        border-bottom: 1px solid #ddd;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

    .mega-menu .nav-link--label {
        top: 33%;
        width: 100%;
        color: #888;
        font-size: 14px;
        font-weight: 500;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        overflow: hidden
    }

    .mega-menu .all-manufacture a {
        color: #888
    }

    .mega-menu .dropdown-menu-left .nav-link:hover,
    .mega-menu .dropdown-menu-left .nav-link:hover .nav-link--label {
        background: #c853fe;
        color: #fff
    }

    .mega-menu .nav-link--label.nav-link--label-img {
        background: rgba(0, 0, 0, .2)
    }

    .mega-menu a.nav-link:hover .nav-link--label::before {
        -webkit-transform: translateX(-49%);
        transform: translateX(-49%)
    }

    .mega-menu a.nav-link:hover .nav-link--label::after {
        -webkit-transform: translateX(49%);
        transform: translateX(49%)
    }

    .megamenu-categories .nav-link {
        font-size: 14px;
        line-height: 14px
    }

    .navbar-nav .megamenu-subcategories .nav-link {
        padding: 0;
        margin: 0
    }

    .navbar-nav .megamenu-subcategories .nav-item:nth-child(2)~li {
        margin-top: 10px
    }

    .mega-menu .nav-cats a.nav-link .nav-link--label:not(.nav-link--label-img)::before,
    .mega-menu .nav-cats a.nav-link .nav-link--label:not(.nav-link--label-img)::after {
        display: none
    }

    .mega-menu .nav-item--childs {
        text-align: left
    }

    .mega-menu .nav-item--childs>li {
        margin-bottom: 10px
    }

    .mega-menu .nav-item--childs>li:last-child {
        margin-bottom: 0
    }

    .mega-menu .nav-featured {
        min-height: 400px
    }

    .mega-menu .nav-featured--item:first-child {
        height: calc(70% - 5px);
        margin-bottom: 5px
    }

    .mega-menu .nav-featured--item:last-child {
        height: calc(30% - 5px);
        margin-top: 5px
    }

    .mega-menu .nav-featured--img {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover
    }

    .mega-menu .nav-featured--img span:first-child {
        font-weight: 500
    }

    .mega-menu .nav-featured--text {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 5;
        pointer-events: none
    }

    .mega-menu .nav-featured--text h3 {
        font-weight: 500;
        letter-spacing: 1px
    }

    .mega-menu .nav-item--logo {
        max-width: 90px
    }

    .mega-menu .sublist {
        display: none;
        position: absolute;
        width: 200px;
        box-shadow: 0 0 2px rgba(0, 0, 0, .2);
        background-color: #fff;
        padding: 10px 0;
        text-align: left
    }

    .mega-menu .sublist li {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 !important
    }

    .mega-menu .sublist li a {
        display: block;
        position: relative;
        padding: 0 !important;
        font-size: 14px;
        color: #242423;
        overflow: hidden
    }

    .mega-menu .sublist li a:before {
        content: "";
        position: absolute;
        top: 17px;
        left: 15px;
        width: 5px;
        height: 5px;
        background-color: #d9d9d9
    }

    .mega-menu ul li:hover>.sublist {
        display: block
    }

    .mega-menu .sublist .sublist {
        top: -10px;
        left: 100% !important
    }

    .megamenu-subcategory-wrapper {
        overflow: hidden;
        padding: 15px
    }

    .megamenu-subcategory-wrapper .nav-link--img {
        float: left;
        width: 70px;
        height: 70px;
        overflow: hidden;
        text-align: center
    }

    .megamenu-subcategory-wrapper .megamenu-subcategories {
        margin-left: 85px;
        text-align: left
    }
}

@media(min-width:992px) {
    .clos-menu-item {
        display: none !important
    }
}

@media all and (min-width:1200px) {
    .mega-menu {
        width: 1200px
    }
}

@media all and (min-width:1261px) {
    .mega-menu .dropdown-menu-lg {
        position: absolute;
        left: 0;
        z-index: 99;
        width: 1000px;
        margin-top: 20px;
        box-shadow: 0 1px 20px rgba(0, 0, 0, .2);
        background-color: #fff;
        animation: fadein .1s;
        margin: 0
    }
}

.mfp-close-btn-in .mfp-close {
    top: 0;
    opacity: 1;
    width: 36px;
    height: 36px;
    color: #ccc;
    right: 0;
    transition: 1s;
    cursor: pointer;
    font-size: 30px;
    line-height: 36px;
    background: transparent;
    font-weight: bold;
    position: absolute;
    border: 0
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: all .15s ease-in-out
}

.btn-quick-view {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    color: #d31039;
    font-size: 28px;
    background: rgba(255, 255, 255, .7);
    opacity: 0;
    transition: all .3s;
    border-radius: 0;
    width: calc(100% - 10px)
}

.item-box:hover .btn-quick-view {
    opacity: 1
}

.quick-view-details .btn-cart {
    background: #ff5874;
    width: 100%;
    color: #fff
}

.quick-view-details .btn-cart:hover {
    background: #27272b
}

.quick-view-details .btn-wishlist {
    background: #ddd;
    width: 100%
}

.quick-view-details i {
    font-weight: 600
}

.quick-view-details i.fa-exchange {
    font-weight: normal
}

.quick-view-details .btn-wishlist:hover {
    background: #ff5874;
    color: #fff
}

.quick-view-details .btn-email-friend,
.quick-view-details .btn-compare-product {
    margin-right: 15px;
    margin-left: 15px;
    width: 100%;
    background: #ddd
}

.quick-view-details .btn-email-friend:hover,
.quick-view-details .btn-compare-product:hover {
    background: #ff5874;
    color: #fff
}

@media(max-width:991px) {
    .btn-quick-view {
        display: none
    }
}

.quick-view-product-details-modal .modal-dialog {
    max-width: 100%;
    margin: 0
}

.quick-view-product-details-modal .modal-body {
    padding: 0
}

.mfp-content #quick-view-modal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: 750px;
    z-index: 1005;
    background: #fff;
    margin: 10px auto;
    padding: 0;
    position: relative;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .4)
}

.quickViewPicture {
    margin-top: 30px
}

#quick-view-btn {
    display: none
}

#quick-view-modal .mfp-close {
    color: #242423;
    font-weight: 500;
    display: block !important
}

.quick-view-details .old-product-price span {
    text-decoration: line-through
}

.quick-view-details .text-info strong {
    display: block;
    padding-top: 12px;
    font-family: "Gotham";
    font-weight: 300
}

.quick-view-details .product-essential {
    padding: 0
}

.quick-view-details .product-price span {
    color: #242423;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%
}

.quick-view-details .product-specs-box {
    padding: 15px 0
}

.quick-view-details .share-item {
    border-top: 0;
    padding-top: 0;
    text-align: left;
    margin: 20px auto 5px
}

.quick-view-details .share-item>* {
    display: block;
    margin-left: 0;
    padding-bottom: 5px;
    font-size: 14px
}

.quick-view-details .share-item .icon-icon-g-plus {
    width: 11px;
    height: 16px;
    background-size: cover;
    margin-top: -3px !important
}

.quick-view-details .product-share-button {
    display: flex
}

.quick-view-details .product-share-button a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    padding: 5px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #878787;
    -webkit-transition: all .3s;
    transition: all .3s
}

.quick-view-details .product-share-button a:last-child {
    margin-right: 0
}

.quick-view-details .product-share-button a:hover {
    background-color: #888;
    color: #fff;
    border-color: #888
}

.quick-view-details .bs-giftcard {
    margin-bottom: 30px;
    padding: 0 1px
}

.quick-view-details .overview {
    margin-bottom: 0
}

.quick-view-details .overview-inner {
    padding: 0 20px 20px 0
}

.quick-view-details .overview .quantity {
    margin-bottom: 20px
}

.quick-view-details .buttonAddToCart {
    width: 55%;
    float: right;
    text-align: center;
    display: inline-block;
    vertical-align: middle
}

.quick-view-details .btn-primary {
    width: 100%;
    min-height: 40px;
    padding: 5px 20px;
    color: #fff;
    background-color: #888;
    font-weight: 500;
    text-align: center;
    border-color: #888;
    text-transform: uppercase;
    border-radius: 40px
}

.quick-view-details .btn-primary:hover,
.quick-view-details .btn-primary.focus,
.quick-view-details .btn-primary:focus {
    color: #fff;
    background-color: #16b0c7;
    border-color: #888;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.quick-view-details .btn.btn-default {
    width: 100%;
    max-width: 100%;
    min-height: 40px;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border-width: 2px;
    border-color: #242423;
    text-transform: uppercase;
    border-radius: 40px
}

.quick-view-details .btn.btn-default:hover,
.quick-view-details .btn.btn-default:focus {
    background-color: #888;
    color: #fff;
    border-color: #888;
    outline: 0;
    box-shadow: none
}

.quick-view-details .picture img {
    max-width: 100%;
    width: 100%
}

.quick-view-details div.divPictureThumb {
    padding-right: 0
}

.quick-view-details .divPictureThumb .slick-slider-main {
    width: 100%;
    margin: 0 auto
}

.quick-view-details .picture-thumbs {
    display: inline-flex;
    justify-content: center;
    padding: 10px 0
}

.quick-view-details .picture-thumbs-container {
    padding-right: 4px
}

.quick-view-details .picture-thumbs .thumb-popup-link {
    display: inline-flex
}

.quick-view-details .picture-thumbs .thumb-popup-link:not(:last-child) {
    margin-right: 7px
}

.quick-view-details .picture-thumbs img {
    width: 80px;
    max-width: 100%;
    border-radius: 3px;
    border: 1px solid #c2c2c2;
    -webkit-box-shadow: 0 4px 7px -5px rgba(0, 0, 0, .47);
    -moz-box-shadow: 0 4px 7px -5px rgba(0, 0, 0, .47);
    box-shadow: 0 4px 7px -5px rgba(0, 0, 0, .47)
}

.quick-view-details .thumbnails {
    width: 100%;
    margin: 0 auto;
    max-width: 62.5rem;
    clear: both;
    padding: 1rem 0
}

.quick-view-details .thumbnails img.active,
.quick-view-details .thumbnails img.active:hover {
    outline: 4px solid #4ac2be
}

.quick-view-details .thumbnails img:hover {
    outline: 4px solid #ccc
}

.quick-view-details .thumbnails img {
    outline: 1px solid #ccc
}

.quick-view-details .thumbnails .columns {
    float: left !important
}

.quick-view-details .email-compare-area {
    display: flex;
    justify-content: space-between;
    margin: 15px -15px 15px
}

.quick-view-details .overview .manufacturers,
.quick-view-details .overview .additional-details,
.quick-view-details .overview .tabs-product-details,
.quick-view-details .overview .availability {
    margin: 0 0 20px;
    font-weight: normal;
    line-height: 23px;
    font-size: 14px;
    line-height: 20px
}

.quick-view-details .overview .availability {
    margin-bottom: 10px
}

.quick-view-details .overview .additional-details div,
.quick-view-details .variant-overview .additional-details div {
    margin-bottom: 0
}

.quick-view-details .overview .product-reviews-overview {
    margin-bottom: 20px
}

.quick-view-details .attributes {
    margin: 0 0 20px;
    position: relative
}

.quick-view-details .attributes dd ul {
    margin-bottom: 0
}

.quick-view-details .product-essential {
    margin: 0;
    border: none;
    padding: 0 15px
}

.quick-view-details .overview .add-to-cart {
    margin: 0
}

.overview .short-description,
.quick-view-details .prices {
    padding-left: 0;
    padding-right: 0
}

.quick-view-details .attributes dt,
.quick-view-details .stock-availability label,
.quick-view-details .additional-details .sku .label,
.quick-view-details .attributes dd,
.quick-view-details .stock-availability .stock-availability-status,
.quick-view-details .additional-details .sku .value {
    border-bottom: none;
    padding-left: 0;
    width: auto
}

.quick-view-details .attributes dl,
.quick-view-details .additional-details .sku,
.quick-view-details .stock-availability,
.quick-view-details .overview .delivery {
    border-bottom: 1px solid #e3e3e3;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.quick-view-details .overview .delivery .value {
    display: flex;
    justify-content: flex-start
}

.quick-view-details .product-essential .fa-shipping-fast::before,
.quick-view-details .product-essential .icon-delivery-date::before,
.quick-view-details .stock-availability .stock-availability-status .lnr-database::before {
    width: 32px;
    height: 32px;
    font-size: 15px;
    line-height: 32px
}

.quick-view-details .overview .free-shipping,
.quick-view-details .variant-overview .free-shipping {
    margin-right: 10px !important
}

.quick-view-details .card {
    border: 0
}

.quick-view-details .accordion>.card>.card-header {
    border-bottom: 3px solid #fff
}

.quick-view-details .accordion>.card>.card-header .btn {
    position: relative;
    background-color: #ececec;
    text-transform: uppercase !important;
    padding: 10px 5px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    color: #444 !important;
    cursor: pointer
}

.quick-view-details .accordion>.card>.card-header,
.quick-view-details .card-body {
    padding: 0
}

input.qty-input::-webkit-outer-spin-button,
input.qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number].qty-input {
    -moz-appearance: textfield
}

.quick-view-details .bs-giftcard input,
.quick-view-details .bs-giftcard textarea,
.quick-view-details .price-input input {
    margin-top: 15px;
    border: 1px solid #ddd
}

.quick-view-details .cart-wistlist-buttons {
    display: flex;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px
}

.quick-view-details .cart-wistlist-buttons div {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px
}

.quick-view-details .ui-tabs-nav {
    border-bottom: none
}

.quick-view-details .prices {
    margin: 20px 0 20px
}

.quick-view-details .accordion>.card>.card-header .btn::after {
    content: "";
    font-family: pacific;
    font-size: 12px;
    color: #bbb;
    position: absolute;
    right: 20px
}

.quick-view-details .prices-variant {
    display: flex;
    flex-direction: column;
    margin-right: 0
}

.quick-view-details .prices-variant .product-price {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-size: 18px
}

.quick-view-details .prices-variant .product-price.rental-price {
    padding-bottom: 5px
}

.quick-view-details .prices-variant .product-price label {
    margin-bottom: 0;
    padding-right: 5px
}

.quick-view-product-details-modal .product-essential .new-product-label {
    margin-left: 0 !important
}

.mfp-content .option-list li {
    display: inline-block
}

.mfp-content .attribute-squares .attribute-square {
    display: table !important;
    width: 32px !important;
    height: 32px !important;
    border: 1px solid #ddd !important;
    cursor: pointer
}

.mfp-content .tooltip-container {
    display: none
}

.mfp-content .old-product-price,
.quick-view-details .product-price span.old-product-price {
    margin: 0 !important;
    padding-right: 10px;
    font-size: 18px;
    color: #878787
}

.mfp-content .quick-view-details .product-name {
    border-bottom: 1px dashed #e6e6e6;
    padding: 22px 40px 18px;
    text-align: center
}

.mfp-content .quick-view-details .product-name h1 {
    font-size: 24px;
    font-weight: lighter;
    text-transform: uppercase;
    color: #aaa
}

.quick-view-details .p-qty--counter {
    width: auto
}

.quick-view-details .overview .p-qty--counter .input-group-btn:first-child {
    left: 0
}

.quick-view-details .p-qty--counter input:focus {
    outline: 0;
    box-shadow: none
}

.quick-view-details .p-qty--counter .btn-minus {
    border-radius: 4px 0 0 4px
}

.quick-view-details .p-qty--counter .btn-plus {
    border-radius: 0 4px 4px 0
}

.quick-view-details .p-qty--counter .btn:focus {
    outline: 0;
    box-shadow: none
}

@media all and (min-width:768px) {
    .quick-view-details .overview {
        margin-top: 35px
    }
}

@media all and (max-width:991px) {
    .mfp-content #quick-view-modal {
        width: 90%
    }
}

@media all and (max-width:768px) {
    .mfp-content #quick-view-modal {
        max-width: 95%
    }

    .quick-view-details .overview-inner {
        padding: 30px 20px
    }

    .quick-view-details .gallery .picture {
        padding: 30px 20px 15px;
        text-align: center
    }
}

@media all and (max-width:575px) {
    .quick-view-details .add-to-cart-wrapper .add-to-cart {
        margin-bottom: 7px
    }
}

.quick-view-product-details-modal .also-purchased-products-grid .p-card .offer-content,
.quick-view-product-details-modal .related-products-grid .p-card .offer-content,
.quick-view-product-details-modal .also-purchased-products-grid .p-card .buttons,
.quick-view-product-details-modal .related-products-grid .p-card .buttons {
    display: none !important
}

.go-to-details-page a {
    margin: 20px 0 0;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 20px;
    text-align: center;
    display: block;
    clear: both;
    margin-top: 13px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 0;
    font-weight: bold;
    text-transform: uppercase;
    color: #c853fe
}

.go-to-details-page a::after {
    content: "";
    font-family: 'icomoon' !important;
    font-size: 19px;
    font-weight: normal;
    color: #aaa;
    margin: 0 -8px 0 12px;
    line-height: 16px;
    vertical-align: middle
}

.go-to-details-page {
    clear: both;
    padding-top: 1px
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80)
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.white-popup-block {
    background: #fff;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative
}

.quickViewPicture .cloudzoom-lens {
    opacity: .5;
    cursor: crosshair;
    z-index: 9999
}

.quickViewPicture .cloudzoom-blank {
    display: none !important
}

.quickViewPicture .cloud-zoom-big {
    left: 0 !important;
    bottom: 0 !important;
    top: 0 !important
}

.mfp-close-btn-in .mfp-close {
    top: 0;
    opacity: 1;
    width: 36px;
    height: 36px;
    color: #ccc;
    right: 0;
    transition: 1s;
    cursor: pointer;
    font-size: 30px;
    line-height: 36px;
    background: transparent;
    font-weight: bold;
    position: absolute;
    border: 0
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: all .15s ease-in-out
}

.btn-quick-view {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    color: #d31039;
    font-size: 28px;
    background: rgba(255, 255, 255, .7);
    opacity: 0;
    transition: all .3s;
    border-radius: 0;
    width: calc(100% - 10px)
}

.item-box:hover .btn-quick-view {
    opacity: 1
}

.ajaxCart-mini-details .btn-cart {
    background: #ff5874;
    width: 100%;
    color: #fff
}

.ajaxCart-mini-details .btn-cart:hover {
    background: #27272b
}

.ajaxCart-mini-details .btn-wishlist {
    background: #ddd;
    width: 100%
}

.ajaxCart-mini-details i {
    font-weight: 600
}

.ajaxCart-mini-details i.fa-exchange {
    font-weight: normal
}

.ajaxCart-mini-details .btn-wishlist:hover {
    background: #ff5874;
    color: #fff
}

.ajaxCart-mini-details .btn-email-friend,
.ajaxCart-mini-details .btn-compare-product {
    margin-right: 15px;
    margin-left: 15px;
    width: 100%;
    background: #ddd
}

.ajaxCart-mini-details .btn-email-friend:hover,
.ajaxCart-mini-details .btn-compare-product:hover {
    background: #ff5874;
    color: #fff
}

@media(max-width:991px) {
    .btn-quick-view {
        display: none
    }
}

.ajax-cart-product-details-modal .modal-dialog {
    max-width: 100%;
    margin: 0
}

.ajax-cart-product-details-modal .modal-body {
    padding: 0
}

.mfp-content #mini-productDetails-modal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: 750px;
    z-index: 1005;
    background: #fff;
    margin: 10px auto;
    padding: 0;
    position: relative;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .4)
}

.quickViewPicture {
    margin-top: 30px
}

#quick-view-btn {
    display: none
}

#mini-productDetails-modal .mfp-close {
    color: #242423;
    font-weight: 500;
    display: block !important
}

.ajaxCart-mini-details .old-product-price span {
    text-decoration: line-through
}

.ajaxCart-mini-details .text-info strong {
    display: block;
    padding-top: 12px;
    font-family: "Gotham";
    font-weight: 300
}

.ajaxCart-mini-details .product-essential {
    padding: 0
}

.ajaxCart-mini-details .product-price span {
    color: #242423;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%
}

.ajaxCart-mini-details .product-specs-box {
    padding: 15px 0
}

.ajaxCart-mini-details .share-item {
    border-top: 0;
    padding-top: 0;
    text-align: left;
    margin: 20px auto 5px
}

.ajaxCart-mini-details .share-item>* {
    display: block;
    margin-left: 0;
    padding-bottom: 5px;
    font-size: 14px
}

.ajaxCart-mini-details .share-item .icon-icon-g-plus {
    width: 11px;
    height: 16px;
    background-size: cover;
    margin-top: -3px !important
}

.ajaxCart-mini-details .product-share-button {
    display: flex
}

.ajaxCart-mini-details .product-share-button a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    padding: 5px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #878787;
    -webkit-transition: all .3s;
    transition: all .3s
}

.ajaxCart-mini-details .product-share-button a:last-child {
    margin-right: 0
}

.ajaxCart-mini-details .product-share-button a:hover {
    background-color: #888;
    color: #fff;
    border-color: #888
}

.ajaxCart-mini-details .bs-giftcard {
    margin-bottom: 30px;
    padding: 0 1px
}

.ajaxCart-mini-details .overview {
    margin-bottom: 0
}

.ajaxCart-mini-details .overview-inner {
    padding: 0 20px 20px 0
}

.ajaxCart-mini-details .overview .quantity {
    margin-bottom: 20px
}

.ajaxCart-mini-details .buttonAddToCart {
    width: 55%;
    float: right;
    text-align: center;
    display: inline-block;
    vertical-align: middle
}

.ajaxCart-mini-details .btn-primary {
    width: 100%;
    min-height: 40px;
    padding: 5px 20px;
    color: #fff;
    background-color: #888;
    font-weight: 500;
    text-align: center;
    border-color: #888;
    text-transform: uppercase;
    border-radius: 40px
}

.ajaxCart-mini-details .btn-primary:hover,
.ajaxCart-mini-details .btn-primary.focus,
.ajaxCart-mini-details .btn-primary:focus {
    color: #fff;
    background-color: #16b0c7;
    border-color: #888;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.ajaxCart-mini-details .btn.btn-default {
    width: 100%;
    max-width: 100%;
    min-height: 40px;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border-width: 2px;
    border-color: #242423;
    text-transform: uppercase;
    border-radius: 40px
}

.ajaxCart-mini-details .btn.btn-default:hover,
.ajaxCart-mini-details .btn.btn-default:focus {
    background-color: #888;
    color: #fff;
    border-color: #888;
    outline: 0;
    box-shadow: none
}

.ajaxCart-mini-details .picture img {
    max-width: 100%;
    width: 100%
}

.ajaxCart-mini-details div.divPictureThumb {
    padding-right: 0
}

.ajaxCart-mini-details .divPictureThumb .slick-slider-main {
    width: 100%;
    margin: 0 auto
}

.ajaxCart-mini-details .picture-thumbs {
    display: inline-flex;
    justify-content: center;
    padding: 10px 0
}

.ajaxCart-mini-details .picture-thumbs-container {
    padding-right: 4px
}

.ajaxCart-mini-details .picture-thumbs .thumb-popup-link {
    display: inline-flex
}

.ajaxCart-mini-details .picture-thumbs .thumb-popup-link:not(:last-child) {
    margin-right: 7px
}

.ajaxCart-mini-details .picture-thumbs img {
    width: 80px;
    max-width: 100%;
    border-radius: 3px;
    border: 1px solid #c2c2c2;
    -webkit-box-shadow: 0 4px 7px -5px rgba(0, 0, 0, .47);
    -moz-box-shadow: 0 4px 7px -5px rgba(0, 0, 0, .47);
    box-shadow: 0 4px 7px -5px rgba(0, 0, 0, .47)
}

.ajaxCart-mini-details .thumbnails {
    width: 100%;
    margin: 0 auto;
    max-width: 62.5rem;
    clear: both;
    padding: 1rem 0
}

.ajaxCart-mini-details .thumbnails img.active,
.ajaxCart-mini-details .thumbnails img.active:hover {
    outline: 4px solid #4ac2be
}

.ajaxCart-mini-details .thumbnails img:hover {
    outline: 4px solid #ccc
}

.ajaxCart-mini-details .thumbnails img {
    outline: 1px solid #ccc
}

.ajaxCart-mini-details .thumbnails .columns {
    float: left !important
}

.ajaxCart-mini-details .email-compare-area {
    display: flex;
    justify-content: space-between;
    margin: 15px -15px 15px
}

.ajaxCart-mini-details .overview .manufacturers,
.ajaxCart-mini-details .overview .additional-details,
.ajaxCart-mini-details .overview .tabs-product-details,
.ajaxCart-mini-details .overview .availability {
    margin: 0 0 20px;
    font-weight: normal;
    line-height: 23px;
    font-size: 14px;
    line-height: 20px
}

.ajaxCart-mini-details .overview .availability {
    margin-bottom: 10px
}

.ajaxCart-mini-details .overview .additional-details div,
.ajaxCart-mini-details .variant-overview .additional-details div {
    margin-bottom: 0
}

.ajaxCart-mini-details .overview .product-reviews-overview {
    margin-bottom: 20px
}

.ajaxCart-mini-details .attributes {
    margin: 0 0 20px;
    position: relative
}

.ajaxCart-mini-details .attributes dd ul {
    margin-bottom: 0
}

.ajaxCart-mini-details .product-essential {
    margin: 0;
    border: none;
    padding: 0 15px
}

.ajaxCart-mini-details .overview .add-to-cart {
    margin: 0
}

.overview .short-description,
.ajaxCart-mini-details .prices {
    padding-left: 0;
    padding-right: 0
}

.ajaxCart-mini-details .attributes dt,
.ajaxCart-mini-details .stock-availability label,
.ajaxCart-mini-details .additional-details .sku .label,
.ajaxCart-mini-details .attributes dd,
.ajaxCart-mini-details .stock-availability .stock-availability-status,
.ajaxCart-mini-details .additional-details .sku .value {
    border-bottom: none;
    padding-left: 0;
    width: auto
}

.ajaxCart-mini-details .attributes dl,
.ajaxCart-mini-details .additional-details .sku,
.ajaxCart-mini-details .stock-availability,
.ajaxCart-mini-details .overview .delivery {
    border-bottom: 1px solid #e3e3e3;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.ajaxCart-mini-details .overview .delivery .value {
    display: flex;
    justify-content: flex-start
}

.ajaxCart-mini-details .product-essential .fa-shipping-fast::before,
.ajaxCart-mini-details .product-essential .icon-delivery-date::before,
.ajaxCart-mini-details .stock-availability .stock-availability-status .lnr-database::before {
    width: 32px;
    height: 32px;
    font-size: 15px;
    line-height: 32px
}

.ajaxCart-mini-details .overview .free-shipping,
.ajaxCart-mini-details .variant-overview .free-shipping {
    margin-right: 10px !important
}

.ajaxCart-mini-details .card {
    border: 0
}

.ajaxCart-mini-details .accordion>.card>.card-header {
    border-bottom: 3px solid #fff
}

.ajaxCart-mini-details .accordion>.card>.card-header .btn {
    position: relative;
    background-color: #ececec;
    text-transform: uppercase !important;
    padding: 10px 5px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    color: #444 !important;
    cursor: pointer
}

.ajaxCart-mini-details .accordion>.card>.card-header,
.ajaxCart-mini-details .card-body {
    padding: 0
}

input.qty-input::-webkit-outer-spin-button,
input.qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number].qty-input {
    -moz-appearance: textfield
}

.ajaxCart-mini-details .bs-giftcard input,
.ajaxCart-mini-details .bs-giftcard textarea,
.ajaxCart-mini-details .price-input input {
    margin-top: 15px;
    border: 1px solid #ddd
}

.ajaxCart-mini-details .cart-wistlist-buttons {
    display: flex;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px
}

.ajaxCart-mini-details .cart-wistlist-buttons div {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px
}

.ajaxCart-mini-details .ui-tabs-nav {
    border-bottom: none
}

.ajaxCart-mini-details .prices {
    margin: 20px 0 20px
}

.ajaxCart-mini-details .accordion>.card>.card-header .btn::after {
    content: "";
    font-family: pacific;
    font-size: 12px;
    color: #bbb;
    position: absolute;
    right: 20px
}

.ajaxCart-mini-details .prices-variant {
    display: flex;
    flex-direction: column;
    margin-right: 0
}

.ajaxCart-mini-details .prices-variant .product-price {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-size: 18px
}

.ajaxCart-mini-details .prices-variant .product-price.rental-price {
    padding-bottom: 5px
}

.ajaxCart-mini-details .prices-variant .product-price label {
    margin-bottom: 0;
    padding-right: 5px
}

.ajax-cart-product-details-modal .product-essential .new-product-label {
    margin-left: 0 !important
}

.mfp-content .option-list li {
    display: inline-block
}

.mfp-content .attribute-squares .attribute-square {
    display: table !important;
    width: 32px !important;
    height: 32px !important;
    border: 1px solid #ddd !important;
    cursor: pointer
}

.mfp-content .tooltip-container {
    display: none
}

.mfp-content .old-product-price,
.ajaxCart-mini-details .product-price span.old-product-price {
    margin: 0 !important;
    padding-right: 10px;
    font-size: 18px;
    color: #878787
}

.mfp-content .ajaxCart-mini-details .product-name {
    border-bottom: 1px dashed #e6e6e6;
    padding: 22px 40px 18px;
    text-align: center
}

.mfp-content .ajaxCart-mini-details .product-name h1 {
    font-size: 24px;
    font-weight: lighter;
    text-transform: uppercase;
    color: #aaa
}

.ajaxCart-mini-details .p-qty--counter {
    width: auto
}

.ajaxCart-mini-details .overview .p-qty--counter .input-group-btn:first-child {
    left: 0
}

.ajaxCart-mini-details .p-qty--counter input:focus {
    outline: 0;
    box-shadow: none
}

.ajaxCart-mini-details .p-qty--counter .btn-minus {
    border-radius: 4px 0 0 4px
}

.ajaxCart-mini-details .p-qty--counter .btn-plus {
    border-radius: 0 4px 4px 0
}

.ajaxCart-mini-details .p-qty--counter .btn:focus {
    outline: 0;
    box-shadow: none
}

@media all and (min-width:768px) {
    .ajaxCart-mini-details .overview {
        margin-top: 35px
    }
}

@media all and (max-width:991px) {
    .mfp-content #mini-productDetails-modal {
        width: 90%
    }
}

@media all and (max-width:768px) {
    .mfp-content #mini-productDetails-modal {
        max-width: 95%
    }

    .ajaxCart-mini-details .overview-inner {
        padding: 30px 20px
    }

    .ajaxCart-mini-details .gallery .picture {
        padding: 30px 20px 15px;
        text-align: center
    }
}

@media all and (max-width:575px) {
    .ajaxCart-mini-details .add-to-cart-wrapper .add-to-cart {
        margin-bottom: 7px
    }
}

.ajax-cart-product-details-modal .also-purchased-products-grid .p-card .offer-content,
.ajax-cart-product-details-modal .related-products-grid .p-card .offer-content,
.ajax-cart-product-details-modal .also-purchased-products-grid .p-card .buttons,
.ajax-cart-product-details-modal .related-products-grid .p-card .buttons {
    display: none !important
}

.go-to-details-page a {
    margin: 20px 0 0;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 20px;
    text-align: center;
    display: block;
    clear: both;
    margin-top: 13px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 0;
    font-weight: bold;
    text-transform: uppercase;
    color: #c853fe
}

.go-to-details-page a::after {
    content: "";
    font-family: 'icomoon' !important;
    font-size: 19px;
    font-weight: normal;
    color: #aaa;
    margin: 0 -8px 0 12px;
    line-height: 16px;
    vertical-align: middle
}

.go-to-details-page {
    clear: both;
    padding-top: 1px
}

.productAddedToCartWindowTitle h2 {
    border-bottom: 1px dashed #e6e6e6;
    padding: 10px 40px 10px;
    text-align: center;
    font-size: 24px;
    font-weight: lighter;
    text-transform: uppercase;
    color: #aaa
}

.closeProductPopup {
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer
}

.closeProductPopup::before {
    content: "";
    font-family: pacific;
    font-size: 22px;
    color: #bbb
}

.productAddedToCartWindowDescription h3 {
    margin: 5px 0 15px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #444
}

.productAddedToCartWindow .common-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    border: none;
    padding: 0
}

.productAddedToCartWindow .common-buttons button {
    width: 50%;
    margin: 0;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
}

.productAddedToCartWindow .common-buttons .popup-view-cart-button {
    background: #c853fe;
    color: #fff
}

.addtocart-popup {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    overflow: hidden;
    border: none !important;
    background: none !important
}

#popUpParent {
    max-width: 750px !important;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80)
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.white-popup-block {
    background: #fff;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative
}

.home-top-slider .home-top-slider-inner .owl-nav {
    position: absolute;
    bottom: 15px;
    left: 45px;
    color: #fff
}

.home-top-slider .home-top-slider-inner .slider-text {
    height: auto
}

.home-top-slider .home-top-slider-inner .owl-nav {
    height: auto
}

.home-top-slider {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: 100%;
    padding: 30px 70px
}

.home-top-slider .OCarousel-item {
    overflow: hidden
}

.home-top-slider .OCarousel-item:hover .slider-text {
    background: rgba(255, 88, 116, .8)
}

.home-top-slider .OCarousel-item img {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.home-top-slider .OCarousel-item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.home-top-slider .home-top-slider-inner .slider-text {
    background: rgba(0, 0, 0, .7);
    margin: auto;
    position: absolute;
    width: 100%;
    bottom: 50px;
    color: #fff;
    text-align: center;
    padding: 12px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 5;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.home-top-slider * {
    height: 100%
}

.anywhere-slider-container .owl-carousel .owl-nav {
    visibility: visible;
    height: auto;
    overflow: visible;
    position: absolute;
    top: auto;
    bottom: 43%;
    left: 0;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 0;
    padding: 0;
    color: #fff;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.anywhere-slider-container .owl-carousel .owl-nav button.owl-prev,
.anywhere-slider-container .owl-carousel .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    background: #222;
    color: #fff;
    font-size: 25px;
    border-radius: 0
}

.anywhere-slider-container .owl-carousel .owl-dots {
    position: absolute;
    bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    text-align: center
}

.anywhere-slider-container .owl-carousel .owl-dots button {
    position: relative;
    width: 30px;
    height: 3px;
    background: #c853fe !important;
    outline: 0;
    border-radius: 0;
    opacity: .8
}

.anywhere-slider-container .owl-carousel button.owl-dot.active {
    background: transparent !important;
    top: 0;
    background: #fff !important
}

.anywhere-slider-container .owl-carousel button.owl-dot.active span {
    display: none
}

.slider-caption {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    max-width: 100%;
    margin: 0 auto
}

.slider-caption-inner {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 15px 15px;
    text-align: left;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.slider-title,
.slider-subtitle {
    margin: 0;
    color: #242423;
    font-family: Poppins;
    line-height: 1
}

.slider-title {
    padding-top: 7px;
    font-size: 50px;
    font-weight: 600
}

.slider-subtitle {
    padding-left: 2px;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase
}

.slider-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 150px;
    min-height: 44px;
    margin-top: 18px;
    padding: 5px 25px;
    background-color: #888;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #888;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.slider-btn:hover,
.slider-btn:active {
    background-color: #4a4a4a;
    border-color: #4a4a4a
}

@media all and (max-width:1300px) {

    .slider-subtitle,
    .slider-title,
    .slider-btn {
        margin-left: 50px
    }
}

@media all and (max-width:767px) {
    .anywhere-slider-container .owl-carousel .owl-nav {
        bottom: 40%
    }

    .anywhere-slider-container .owl-carousel .owl-nav button.owl-prev,
    .anywhere-slider-container .owl-carousel .owl-nav button.owl-next {
        width: 35px;
        height: 35px;
        font-size: 20px
    }

    .slider-subtitle,
    .slider-title,
    .slider-btn {
        margin-left: 15px
    }

    .slider-title,
    .slider-subtitle {
        line-height: 1.22857143
    }

    .slider-title {
        padding-top: 5px;
        font-size: 30px
    }

    .slider-subtitle {
        font-size: 20px
    }
}

@media(max-width:575px) {
    .anywhere-slider-container .owl-carousel .owl-nav {
        display: none
    }

    .slider-subtitle,
    .slider-title,
    .slider-btn {
        margin-left: 0
    }

    .slider-btn {
        min-width: 110px;
        min-height: 35px;
        margin-top: 10px;
        padding: 2px 10px
    }

    .home-top-slider .home-top-slider-inner .slider-text {
        font-size: 12px
    }

    .home-top-slider {
        margin-top: 0
    }

    .home-top-slider {
        padding: 20px 20px
    }

    .slider-caption-inner {
        width: calc(100% - 40px);
        padding: 0
    }
}

@media all and (max-width:400px) {
    .slider-title {
        font-size: 20px
    }

    .slider-btn {
        min-width: 130px;
        min-height: 35px;
        margin-top: 10px
    }
}

@media(min-width:576px) and (max-width:767px) {
    .home-top-slider {
        padding: 30px 40px
    }

    .anywhere-slider-container .owl-carousel .owl-dots {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media(min-width:768px) and (max-width:991px) {
    .home-top-slider {
        padding: 30px 40px
    }

    .slider-title {
        font-size: 40px
    }
}
