﻿.btn.logoutf {
    padding: 2px 5px;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: -.01em;
    min-width: auto;
    color: #fff;
    border: 1px solid #fff;
}

.owl-carousel .owl-item img, .deal-container img.product-image {
    display: block;
    width: auto;
    margin: 0 auto;
}

.addtocart-area {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
}

.product.js-recalculate {
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: 0;
}

.top-menu .header-dropdown a {
}

/* -- form validation */
.invalid {
    border-color: #B94A48;
    background: #F2DEDE
}

label.invalid, label.required span {
    color: #B94A48;
    background: none
}

/* -- Joomla edit buttons  Frontendediting*/
#editor-xtd-buttons {
    padding: 0px;
}

.edit tr:hover td {
    background: #eee
}

.button2-left, .button2-right, .button2-left div, .button2-right div {
    float: left;
}

.button2-left a, .button2-right a, .button2-left span, .button2-right span {
    display: block;
    float: left;
    color: #666;
    cursor: pointer;
}

.button2-left span, .button2-right span {
    cursor: default;
    color: #999;
}

.button2-left .page a, .button2-right .page a, .button2-left .page span, .button2-right .page span {
    padding: 0 6px;
}

.page span {
    color: #000;
    font-weight: bold;
}

.button2-left, .button2-right {
    float: left;
    margin-left: 5px;
}

.edit .formelm-buttons {
    text-align: right
}

.edit .formelm-buttons button {
    background: #D9EDF7;
    color: #095197;
}

.edit .formelm-buttons button:hover {
    color: #D9EDF7;
    background: #095197;
}

.modal-button:link, .modal-button:visited, .button2-left .readmore a:link, .button2-left .readmore a:visited, .button2-left .blank a:link, .button2-left .blank a:visited {
    background-color: #D9EDF7;
    color: #095197;
    border: solid 1px #BCE8F1;
    border-top: 0;
    border-radius: 0 0 3px 3px;
    text-decoration: none;
    padding: 3px
}

.button2-left a:hover, .button2-left .blank a:hover, .button2-left .readmore a:hover, .button2-right a:hover {
    text-decoration: none;
    color: #fff;
    background: #095197;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.btn-toolbar .btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    border-radius: 0;
    border: 0;
    padding: 0;
    text-decoration: none;
}

div.toggle-editor {
}

/* Caption fixes */
.img_caption .left {
    float: left;
    margin-right: 1em;
}

.img_caption .right {
    float: right;
    margin-left: 1em;
}

.img_caption .left p {
    clear: left;
    text-align: center;
}

.img_caption .right p {
    clear: right;
    text-align: center;
}

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

.img_caption.none {
    margin-left: auto;
    margin-right: auto;
}

/* New captions */
figure.pull-center, img.pull-center {
    margin-left: auto;
    margin-right: auto;
}

figcaption {
    display: table-caption;
    caption-side: bottom;
}

/* Calendar */
#jform_publish_down_btn {
    width: 18px;
    height: 18px;
    margin-left: 3px;
    background: url(../images/system/calendar.png) no-repeat;
    cursor: pointer;
    vertical-align: middle;
}

#jform_publish_up_btn {
    width: 18px;
    height: 18px;
    margin-left: 3px;
    background: url(../images/system/calendar.png) no-repeat;
    cursor: pointer;
    vertical-align: middle;
}

/* System Messages */
.error {
    padding: 0px;
    margin-bottom: 20px;
}

.error h2 {
    color: #000 !important;
    font-size: 1.4em !important;
    text-transform: uppercase;
    padding: 0 0 0 0px !important
}

#system-message dt {
    font-weight: bold;
}

#system-message dd {
    margin: 0 0 15px 0;
    font-weight: bold;
    text-indent: 0px;
    padding: 0
}

#system-message dd ul {
    color: #000;
    list-style: none;
    padding: 0px;
}

#system-message dd ul li {
    line-height: 1.5em
}

/* System Standard Messages */
#system-message dt.message {
    position: absolute;
    top: -2000px;
    left: -3000px;
}

#system-message dd.message ul {
    background: #fff url(../images/system/notice-info.png) no-repeat;
    padding-left: 40px;
    padding: 10px 10px 10px 40px;
    border: 2px solid #90B203;
    border-radius: 10px
}

#system-message dd.message ul li {
    background: none !important
}

/* System Error Messages */
#system-message dt.error {
    position: absolute;
    top: -2000px;
    left: -3000px;
}

#system-message dd.error ul {
    background: #fff url(../images/system/notice-alert.png) no-repeat;
    padding-left: 40px;
    padding: 10px 10px 10px 40px;
    border: 2px solid #990000;
    border-radius: 10px
}

/* System Notice Messages */
#system-message dt.notice {
    position: absolute;
    top: -2000px;
    left: -3000px;
}

#system-message dd.notice ul {
    background: #fff url(../images/system/notice-note.png) no-repeat;
    padding-left: 40px;
    padding: 10px 10px 10px 40px;
    border: 2px solid #FAA528;
    border-radius: 10px
}

#system-message dd.notice ul {
    color: #000;
    margin: 10px 0
}

#system-message {
    margin: 20px 0;
    padding: 0
}

#system-message dt {
    font-weight: bold;
}

#system-message dd {
    font-weight: bold;
    padding: 0;
}

.tip-wrap {
    background: #FEFDE2;
    font-size: 0.8em;
    padding: 5px;
    border: solid 1px #ddd;
    border-radius: 3px;
    box-shadow: 0 1px 5px #ccc
}

.tip-title {
    font-weight: bold
}

#all #upload-flash ul li a:hover, #all .item a:hover span {
    background: #095197;
    color: #fff;
}

/* ##########################  user profile  ########################### */
#users-profile-core, #users-profile-custom {
    margin: 10px 0 15px 0;
    padding: 15px;
}

#users-profile-core dt, #users-profile-custom dt {
    float: left;
    width: 12em;
    padding: 3px 0;
}

#users-profile-core dd, #users-profile-custom dd {
    padding: 3px 0;
}

#member-profile fieldset, .registration fieldset {
    margin: 10px 0 15px 0;
    padding: 15px;
}

#users-profile-core legend, #users-profile-custom legend, .profile-edit legend, .registration legend {
    font-weight: bold
}

.profile-edit form#member-profile fieldset dd, .registration form#member-registration fieldset dd {
    float: none;
    padding: 5px 0
}

.profile-edit form#member-profile fieldset dd input, .profile-edit form#member-profile fieldset dd select, .registration form#member-registration fieldset dd input {
    width: 17em
}

.profile-edit form#member-profile fieldset dt, .registration form#member-registration fieldset dt {
    padding: 5px 5px 5px 0;
    width: 13em
}

span.optional {
    font-size: 0.9em
}

/* ##########################  tooltip  ########################### */
.tooltip {
    position: absolute;
    z-index: 103000;
    display: block;
    visibility: visible;
    font-size: 11px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 8px;
    color: #fff;
    text-align: left;
    text-decoration: none;
    background-color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.element-invisible {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

#filter-search {
    vertical-align: top;
}

.input-mini {
    width: 60px;
}

/* TipTip CSS - Version 1.2 */
#tiptip_holder {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}

#tiptip_holder.tip_top {
    padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
    padding-top: 5px;
}

#tiptip_holder.tip_right {
    padding-left: 5px;
}

#tiptip_holder.tip_left {
    padding-right: 5px;
}

#tiptip_content, #tiptip_title {
    font-size: 11px;
    color: #fff;
    text-shadow: 0 0 2px #000;
    padding: 4px 8px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background-color: rgb(98, 98, 98);
    background-color: background-color: rgba(98, 98, 98, 0.88);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0 0 3px #555;
    -webkit-box-shadow: 0 0 3px #555;
    -moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    height: 0;
    width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
    border-top-color: #fff;
    border-top-color: rgba(255, 255, 255, 0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
    border-bottom-color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
    border-right-color: #fff;
    border-right-color: rgba(255, 255, 255, 0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
    border-left-color: #fff;
    border-left-color: rgba(255, 255, 255, 0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
    margin-top: -7px;
    margin-left: -6px;
    border-top-color: rgb(25, 25, 25);
    border-top-color: rgba(25, 25, 25, 0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
    margin-top: -5px;
    margin-left: -6px;
    border-bottom-color: rgb(25, 25, 25);
    border-bottom-color: rgba(25, 25, 25, 0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -5px;
    border-right-color: rgb(25, 25, 25);
    border-right-color: rgba(25, 25, 25, 0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -7px;
    border-left-color: rgb(25, 25, 25);
    border-left-color: rgba(25, 25, 25, 0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    #tiptip_content, #tiptip_title {
        padding: 4px 8px 5px 8px;
        background-color: rgba(98, 98, 98, 0.88);
    }

    #tiptip_holder.tip_bottom #tiptip_arrow_inner {
        background-color: rgba(98, 98, 98, 0.88);
    }

    #tiptip_holder.tip_top #tiptip_arrow_inner {
        border-top-color: rgba(20, 20, 20, 0.92);
    }
}

#tiptip_title {
    font-weight: bold;
    font-size: 12px;
    background-color: rgba(45, 45, 45, 0.88);
}

/* Z-INDEX */
.formError {
    z-index: 990;
}

.formError .formErrorContent {
    z-index: 991;
}

.formError .formErrorArrow {
    z-index: 996;
}

.ui-dialog .formError {
    z-index: 5000;
}

.ui-dialog .formError .formErrorContent {
    z-index: 5001;
}

.ui-dialog .formError .formErrorArrow {
    z-index: 5006;
}

.inputContainer {
    position: relative;
    float: left;
}

.formError {
    position: absolute;
    top: 300px;
    left: 300px;
    display: block;
    cursor: pointer;
    text-align: left;
}

.formError.inline {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
}

.ajaxSubmit {
    padding: 20px;
    background: #55ea55;
    border: 1px solid #999;
    display: none;
}

.formError .formErrorContent {
    width: 100%;
    background: #ee0101;
    position: relative;
    color: #fff;
    min-width: 120px;
    font-size: 11px;
    border: 2px solid #ddd;
    box-shadow: 0 0 6px #000;
    -moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #000;
    -o-box-shadow: 0 0 6px #000;
    padding: 4px 10px 4px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
}

.formError.inline .formErrorContent {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
}

.#d77104Popup .formErrorContent {
    background: #33be40;
}

.blackPopup .formErrorContent {
    background: #393939;
    color: #FFF;
}

.formError .formErrorArrow {
    width: 15px;
    margin: -2px 0 0 13px;
    position: relative;
}

body[dir='rtl'] .formError .formErrorArrow, body.rtl .formError .formErrorArrow {
    margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    margin: 0px 0 0 12px;
    top: 2px;
}

.formError .formErrorArrow div {
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    box-shadow: 0 2px 3px #444;
    -moz-box-shadow: 0 2px 3px #444;
    -webkit-box-shadow: 0 2px 3px #444;
    -o-box-shadow: 0 2px 3px #444;
    font-size: 0px;
    height: 1px;
    background: #ee0101;
    margin: 0 auto;
    line-height: 0;
    font-size: 0;
    display: block;
}

.formError .formErrorArrowBottom div {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
}

.#d77104Popup .formErrorArrow div {
    background: #33be40;
}

.blackPopup .formErrorArrow div {
    background: #393939;
    color: #FFF;
}

.formError .formErrorArrow .line10 {
    width: 13px;
    border: none;
}

.formError .formErrorArrow .line9 {
    width: 11px;
    border: none;
}

.formError .formErrorArrow .line8 {
    width: 11px;
}

.formError .formErrorArrow .line7 {
    width: 9px;
}

.formError .formErrorArrow .line6 {
    width: 7px;
}

.formError .formErrorArrow .line5 {
    width: 5px;
}

.formError .formErrorArrow .line4 {
    width: 3px;
}

.formError .formErrorArrow .line3 {
    width: 1px;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
    width: 3px;
    border: none;
    background: #ddd;
}

.formError .formErrorArrow .line1 {
    width: 1px;
    border: none;
    background: #ddd;
}

.vmLoadingDiv {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.2) url('../images/vm-preloader.gif') 50% 45% no-repeat;
}

/* Anytime the body has the loading class, our modal element will be visible */
.vmLoading .vmLoadingDiv {
    display: block;
}

.vmLoadingDiv .vmLoadingDivMsg {
    position: relative;
    top: 50%;
}

.blog-posts .entry-media img {
    max-height: 200px;
}

.entry-media {
    background-color: #fff;
}

.entry .icons {
    position: absolute;
    top: -5px;
    right: 0;
}

.alert, .alert h4 {
    color: #c09853;
    font-size: 14px;
}

.alert h4 {
    margin: 0 0 .5em;
}

.alert .close {
    position: relative;
    top: -2px;
    right: -10px;
    line-height: 18px;
    cursor: pointer;
    font-size: 16px;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}

.alert-success h4 {
    color: #468847;
}

.alert-danger, .alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}

.alert-danger h4, .alert-error h4, .alert-message h4 {
    color: #b94a48;
}

.alert-info, .alert-notice {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}

.alert-info h4, .alert-notice h4 {
    color: #3a87ad;
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

.alert-block > p, .alert-block > ul {
    margin-bottom: 0;
}

.alert-block p + p {
    margin-top: 5px;
}

a::-moz-focus-inner {
    outline: none;
    border-color: transparent;
}

:focus {
    outline: none;
}

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

.product-gallery-vertical .product-image-gallery img {
    max-width: 100px;
}

/*! nouislider - 13.1.5 - 4/24/2019 */
.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    direction: ltr
}

.noUi-base, .noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connects {
    overflow: hidden;
    z-index: 0
}

.noUi-connect, .noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    transform-style: flat
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
    left: auto;
    right: 0
}

.noUi-vertical .noUi-origin {
    width: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute
}

.noUi-touch-area {
    height: 100%;
    width: 100%
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-horizontal {
    height: 3px
}

.noUi-horizontal .noUi-handle {
    width: 15px;
    height: 15px;
    left: -8px;
    top: 50%;
    margin-top: -7px
}

.noUi-vertical {
    width: 18px
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
    right: -14px;
    left: auto
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle.noUi-handle-upper {
    right: -8px
}

.noUi-target {
    background: #ebebeb;
    border-radius: 6px
}

.noUi-connects {
    border-radius: 3px
}

.noUi-connect {
    background: #333
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    border: 1px solid #555555;
    border-radius: 50%;
    background: #FFF;
    cursor: default
}

.noUi-active {
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB
}

[disabled] .noUi-connect {
    background: #B8B8B8
}

[disabled].noUi-target, [disabled].noUi-handle, [disabled] .noUi-handle {
    cursor: not-allowed
}

.noUi-pips, .noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #777
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #CCC
}

.noUi-marker-sub {
    background: #AAA
}

.noUi-marker-large {
    background: #AAA
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%)
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    color: #333333;
    font-weight: 300;
    font-size: 14px;
    line-height: 1;
    letter-spacing: -.01em;
    text-align: center;
    white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    top: 100%;
    margin-top: 10px
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1442;
    overflow: hidden;
    position: fixed;
    opacity: 0;
    background: #333;
    transition: opacity .55s ease
}

.mfp-ready.mfp-bg {
    opacity: .9
}

.mfp-removing.mfp-ready.mfp-bg {
    opacity: 0
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1443;
    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;
    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: 1445
}

.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;
    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: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1444
}

.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: 1446;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 60px;
    height: 52px;
    font: normal normal 26px/1 'Line Awesome Free';
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .6;
    padding: 0;
    color: #FFF;
    transition: all .35s ease
}

.mfp-close span {
    display: none
}

.mfp-close:before {
    content: '\f00d';
    font-weight: 900;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder, .mfp-iframe-holder, .mfp-ajax-holder {
    opacity: 0;
    transition: 0.5s ease;
    transition-property: transform, opacity
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close, .mfp-ajax-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    outline: none !important;
    display: none
}

.mfp-ready .mfp-image-holder, .mfp-ready .mfp-iframe-holder, .mfp-ready .mfp-ajax-holder, .mfp-ready .mfp-container {
    opacity: 1
}

.mfp-removing .mfp-image-holder, .mfp-removing .mfp-iframe-holder, .mfp-removing .mfp-ajax-holder, .mfp-removing .mfp-container {
    opacity: 0
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    opacity: .6;
    margin: 0;
    top: 50%;
    margin-top: -50px;
    font-family: 'Line Awesome Free';
    color: #fff;
    font-weight: 900;
    font-size: 32px;
    line-height: 1;
    padding: 0;
    width: 64px;
    height: 100px;
    transition: all .35s ease;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:before {
    content: '\f104'
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:before {
    content: '\f105'
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1060px
}

.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, 0.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    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, 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;
    font-size: 13px;
    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, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        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, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    #eko-label {
        float: none !important;
        margin: 0 auto !important;
        margin-bottom: 20px !important;
    }

    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.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-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .9
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.cat-blocks-container {
    padding-top: 5px
}

.cat-blocks-container [class*="col-"] {
    display: flex;
    align-items: stretch;
    justify-content: center
}

.cat-block-title {
    color: #666666;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 10px;
    min-height: 60px;
    margin-bottom: 0;
    transition: color .35s ease
}

.cat-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 4px;
    transition: box-shadow .35s ease;
    min-height: 160px;
    padding-bottom: 15px
}

.cat-block figure {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 124px;
    margin: 0
}

.cat-block figure span {
    position: relative
}

.cat-block img {
    max-height: 170px;
    margin-left: auto;
    margin-right: auto;
    transition: transform 0.35s ease
}

.cat-block:hover {
    box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.08)
}

.cat-block:hover .cat-block-title {
    color: #d77104
}

.product-details-quantity {
    position: relative;
}

.quantity-plus {
    position: absolute;
    top: 1px;
    right: 1px;
    border: 0;
    height: 40px;
    width: 30px;
    font-size: 19px;
}

.quantity-minus {
    position: absolute;
    top: 1px;
    left: 1px;
    border: 0;
    height: 38px;
    width: 30px;
    font-size: 19px;
}

span.quantity-controls input.quantity-plus {
    font-size: 19px;
    background-color: #ffffff
}

.header-fc .cart-dropdown .dropdown-toggle {
    cursor: default;
}

span.quantity-controls input.quantity-minus {
    font-size: 19px;
    background-color: #ffffff
}

.product-desc-content p {
    margin-bottom: 15px;
}

.product-related-products label {
    width: 100% !important;
}

.vm-img-desc, .featured .details-filter-row label, .deal-container .details-filter-row label {
    display: none;
}

.products-view .product-details-quantity {
    max-width: 100%;
}

.breadcrumb-nav li {
    padding: 0 5px;
}

.product-7:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

/* btn-wishlist icon — managed in redesign.css */

/* btn-product, btn-quickview, btn-compare icons — managed in redesign.css */
    margin-right: 0;
}

.blog-posts .entry-body {
    position: relative;
}

.cf_flt_counter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 50%;
    min-width: 25px;
    height: 20px;
    margin-top: -10px;
    font-weight: 300;
    font-size: 13px;
    line-height: 1;
    border-radius: 6px;
    color: #777;
    background-color: #f8f8f8;
}

.sidebar-shop .custom-control-label {
    font-weight: 400;
    color: #333;
    cursor: pointer;
    margin: 0;
    padding: 0 0 0 25px
}

.headexpand {
    float: right;
    width: 14px;
    height: 15px;
    margin-right: 15px;
    margin-top: 3px;
}

.custom-control-label {
    position: static;
    margin-bottom: 0;
    margin-top: 1px;
    font-size: 14px;
    padding-left: 26px;
}

.sidebar-shop input[type="checkbox"] {
    margin: 8px 0 0 2px
}

.sidebar-shop .widget-body {
    padding-top: 10px;
    padding-bottom: 20px;
}

.cf_wrapper_input_text_2 input[type="search"] {
    border: 0;
}

.manfc, .ask-a-question {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -.01em;
    transition: all .35s ease;
}

.manfc:hover, .manfc:focus {
    color: #d77104;
    box-shadow: 0 1px 0 0 #d77104;
}

.text-center .entry-meta {
    justify-content: center;
}

ul.currencymenu li {
    padding: 3px 15px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    cursor: pointer;
}

ul.currencymenu li.active {
    color: #d77104;
    font-weight: bold;
}

.show_cart a {
    color: #fff;
    background-color: #080;
    border: 1px solid #080 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 9px 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: -.01em;
    min-width: 170px;
    border-radius: 0;
    white-space: normal;
    transition: all 0.3s;
}

.compare-dropdown:hover .dropdown-toggle, .compare-dropdown.show .dropdown-toggle, .cf_results-msg {
    color: red;
}

.product-details-action.top {
    margin: 0;
}

.product-details .btn-product.btn-notify {
    background-color: #333333;
    border: 1px solid #333333 !important;
    line-height: 1;
}

.product-details-action .btn-notify {
    width: 100%;
    padding: 10px 15px;
    max-width: 198px;
    color: #fff;
    border: 1px solid #d77104;
    margin: 0;
}

.btn-notify::before {
    font-family: "LineAwesome";
    margin-right: 9px;
    content: '\f141';
}

.popover-body {
    margin: 0;
    padding: 16px 16px 20px 16px;
}

.popover-header {
    margin: 0;
    padding: 16px 16px 20px 16px;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0 0;
}

img.lazyload {
    text-indent: -9999px;
}

.page-header.bgl h1 {
    color: #fff;
}

.pdd .product-field-display.flex-column {
    display: flex;
    height: 100%;
}

.pdd .product-7 {
    height: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.pdd .product-media img {
    max-width: 100%;
    height: 100px;
}

.pdd .product-title {
    font-size: 13px;
    min-height: 40px;
}

.pdd .product-media {
    height: auto;
    position: unset;
}

.product-details .product-details-action {
    margin-bottom: 12px;
    flex-direction: column;
    align-items: flex-start;
}

.details-action-col label {
    display: inline-block;
    width: 67px;
    font-weight: 400;
    font-size: 14px;
    margin: 0 5px 0 0;
}

.pdda {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 0 solid #dee2e6;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.row.pd {
    margin-left: 0;
    margin-right: 0;
}

.megatraffic_product.show {
    z-index: 1000;
}

.pdcart {
    background: #eee;
}

.ppcart .dropdown-cart-action {
    padding: 0 0 15px 0;
    display: flex;

    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.ppcart .dropdown-cart-action a {
    font-size: 12px;
}

.pdcart h4 {
    text-align: center;
    padding: 20px 0 0 0;
    margin: 0 auto;
}

.pdcart h5 {
    font-size: 18px;
    padding: 20px;
    text-align: center;
}

.virtuemart_search.container {
    padding: 16px 0;
}

.virtuemart_search.container .vmsr {
    padding: 4px 8px;
    border: 0;
}

.virtuemart_search.container .icon-search {
    margin-left: 0;
}

.orderlistcontainer {
    font-size: 12px;
    display: inline-block;
    text-decoration: none;
    margin: 0 0 0 8px;
}

.orderlistcontainer div.activeOrder {
    width: 164px;
    background: #fff;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 6px 12px
}

.orderlistcontainer a {
    text-decoration: none;
    display: block;
    color: #333;
    font-size: 14px
}

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

.orderlistcontainer div.orderlist {
    width: 164px;
    display: none;
    position: absolute;
    border: 1px solid #ccc;
    border-top: 0;
    background: #FFF;
    cursor: pointer;
    z-index: 3;
}

.orderlistcontainer div.orderlist div {
    padding: 3px 12px;
}

.orderlistcontainer div.orderlist div:hover {
    color: #EEE;
    background: #CAC9C9;
}

.sidebar-shop {
    position: relative;
}

.nav.nav-border-anim .nav-link {
    display: block !important;
}

.form-choice p {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form-choice p::before, .form-choice p::after {
    content: "";
    background-color: #ccc;
    width: 50%;
    height: 1px;
    margin: 0 10px;
}

#vmMainPageOPC .btn-outline-primary-2.btn-order {
    color: #fff;
    border-color: #080;
    background: #080;
    background-color: #080
}

.product-price .price-crossed {
    font-size: 14px;
    color: #ccc;
    text-decoration: line-through;
    padding: 3px 20px 0 0;
    font-weight: 300;
}

.productdetails-view .product-price .price-crossed {
    padding: 7px 20px 0 0;
}

.products-view .ask-a-question {
    padding: 4px 0;
}

#vmMainPageOPC #full_checkout #virtuemart_country_id, #vmMainPageOPC #full_checkout #shipto_virtuemart_country_id {
    height: 40px;
    padding: 9px 20px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
    background-color: #fafafa;
    border: 1px solid #ebebeb;
    border-radius: 0;
    margin-bottom: 20px;
    transition: all 0.3s;
    box-shadow: none;
    display: block;
    width: 100%;
    background-color: #f9f9f9;
}

.pagination .icon-long-arrow-right {
    margin-left: 10px;
    margin-right: 0;
}

.pagination .icon-long-arrow-left {
    margin-left: 0;
    margin-right: 10px;
}

.pagination li a {
    padding: 0 10px !important;
}

.regc, .vm-orders-list {
    padding: 20px;
}

#searchForm .icon-search {
    padding-right: 5px;
}

#searchForm #search-searchword {
    padding: 5px;
}

.toolbox-info span {
    font-weight: 400;
    color: #333;
    font-size: 12px;
    letter-spacing: -.01em;
    margin-left: 16px;
}

.cart-dropdown.full-cart .cart-count {
    background-color: #d77104;
}

.cart-dropdown.full-cart p, .cart-dropdown.full-cart .dropdown-toggle i {
    color: #d77104;
}

.detail .labels-detail .product-label {
    right: 2em;
    left: auto;
}

.page-item.active {
    color: #d77104;
}

.sidebar .cf_flt_wrapper select {
    min-width: 120px;
    width: 100%;
    border: 1px solid #ccc;
    padding: 4px;
}

.product-body .availability, .product-body .product_availability {
    font-size: 12px
}

.top-menu:not(.top-link-menu) > li > a.loglink {
    color: #fff;
}

.browse-view .product {
    position: relative;
    margin-bottom: 20px;
    transition: box-shadow .35s ease;
    background-color: #fff;
    border: 1px solid #f1f1f1
}

.deal .btn {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.product-details-action .btn-variant {
    padding: 10px 15px;
    color: #d77104;
    border: 1px solid #d77104;
    background: #fff;
}

.product-details-action .btn-variant span {
    font-size: 14px;
    color: inherit;
    text-transform: uppercase;
    box-shadow: none;
    transition: box-shadow .35s ease, color 0s ease;
}

.header-fc .dropdown.category-dropdown .dropdown-toggle:focus {
    color: #fff;
}

.form-footer p {
    padding: 11px 0;
    color: #d77104;
}

#tab-content-5 .extra .la {
    font-size: 30px;
    color: #cc6666;
}

#tab-content-5 .extra {
    text-align: center;
}

.widget-title.cats {
    margin-bottom: 20px;
}

.widget.widget-cats {
    padding-bottom: 20px;
}

.widget-cats a.active {
    font-weight: 600;
    color: #d77104;
}

.progress-bar {
    background-color: #d77104;
}

.header-right .menu > li > a {
    color: #d77104;
}

#jform_captcha-lbl, #user-registration .optional, #contact-form .optional {
    display: none;
}

#jform_email {
    margin-bottom: 20px;
}

/* Reviews */
.customer-reviews h4 {
    border-bottom: solid #CAC9C9 1px;
    font-size: 1.0em;
    margin: 0 0 10px;
    padding: 0 0 6px;
}

.write-reviews {
    text-align: center;
    margin: 20px 0 0;
}

.write-reviews h4 {
    text-align: left;
}

.write-reviews h4 span {
    font-size: 1.0em;
    font-weight: 400;
    margin-left: 8px;
}

.write-reviews span.step {
    font-weight: 700;
    display: inline-block;
    margin: 0 0 8px;
}

.write-reviews ul.rating li {
    display: inline-block;
    list-style: none;
    text-align: center;
    padding: 0 5px;
}

.write-reviews ul.rating li span {
    display: block;
}

.write-reviews textarea.virtuemart {
    margin-bottom: 6px;
    display: inline-block;
}

.list-reviews .normal {
    border: solid #CAC9C9 1px;
    margin-bottom: 8px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 12px;
}

.list-reviews .normal blockquote, .list-reviews .highlight blockquote {
    margin-top: 12px;
    font-size: 12px;
    word-wrap: break-word;
}

.list-reviews .normal blockquote:before, .list-reviews .highlight blockquote:before {
    content: open-quote;
    font-weight: 700;
    font-size: 24px;
    padding-right: 6px;
}

.list-reviews .normal blockquote:after, .list-reviews .highlight blockquote:after {
    content: close-quote;
    font-weight: 700;
    font-size: 24px;
    padding-left: 6px;
}

.list-reviews .highlight {
    background: #f7f6f6;
    border: solid #CAC9C9 1px;
    margin-bottom: 8px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 12px;
}

.list-reviews span.date {
    float: right;
    display: block;
    color: #777;
    border-left: solid #CAC9C9 1px;
    border-bottom: solid #CAC9C9 1px;
    position: relative;
    top: -12px;
    right: -12px;
    font-size: 10px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    padding: 4px 6px 2px;
}

/* Reviews end */
.vm2-stars0 {
    background-position: 0 -358px;
    width: 64px;
    height: 13px;
}

.vm2-stars1 {
    background-position: 0 -421px;
    width: 64px;
    height: 13px;
}

.vm2-stars2 {
    background-position: 0 -484px;
    width: 64px;
    height: 13px;
}

.vm2-stars3 {
    background-position: 0 -547px;
    width: 64px;
    height: 13px;
}

.vm2-stars4 {
    background-position: 0 -610px;
    width: 64px;
    height: 13px;
}

.vm2-stars5 {
    background-position: 0 -673px;
    width: 64px;
    height: 13px;
}

.vm2-stars_0 {
    background-position: 0 -736px;
    width: 64px;
    height: 13px;
}

.vm2-stars_1 {
    background-position: 0 -799px;
    width: 64px;
    height: 13px;
}

.vm2-stars_2 {
    background-position: 0 -862px;
    width: 64px;
    height: 13px;
}

.vm2-stars_3 {
    background-position: 0 -925px;
    width: 64px;
    height: 13px;
}

.vm2-stars_4 {
    background-position: 0 -988px;
    width: 64px;
    height: 13px;
}

.vm2-stars_5 {
    background-position: 0 -1051px;
    width: 64px;
    height: 13px;
}

.ratingbox {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 24px;
    background: url("../images/color-stars.png") repeat-x scroll 0 bottom transparent;
    margin: 0 auto 15px;
}

.ratingbox div, .ratingbox span {
    background: url(../images/color-stars.png) repeat-x;
    display: block;
    width: 1%;
    height: 24px;
    position: static;
}

div.vote, span.vote {
    display: block;
    margin-bottom: 4px;
    float: right;
    margin-left: 130px;
}

.category-ratingbox {
    position: relative;
    display: block;
    width: 60px;
    height: 12px;
    background: url("../images/color-stars-small.png") repeat-x scroll 0 bottom transparent;
}

.category-ratingbox div, .category-ratingbox span {
    background: url(../images/color-stars-small.png) repeat-x;
    display: block;
    width: 1%;
    height: 12px;
    position: absolute;
}

.stars-orange {
    background-position: 0 0 !important;
}

.stars-red {
    background-position: 0 -54px !important;
}

.stars-#d77104 {
    background-position: 0 -108px !important;
}

.stars-blue {
    background-position: 0 -162px !important;
}

.stars-purple {
    background-position: 0 -216px !important;
}

@media (max-width: 768px) {
    .cf_flt_wrapper select:hover {
        font-size: initial;
    }

    .nav-pills.nav-big .nav-item + .nav-item {
        margin-left: 0;
    }

    .icon-box-side {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .product-details-quantity #quantity {
        max-width: 180px;
    }

    .spacer-buy-area .ratingbox {
        margin: 0 auto 15px;
    }
}

.dinfo {
    font-size: 13px;
    margin-top: 10px;
}

footer .text-center {
    line-height: 1em;
}

#ui-tabs ul#tabs {
    list-style-type: none;
    margin: 0;
    padding: 16px 16px 0;
}

#ui-tabs ul#tabs li {
    display: inline-block;
    cursor: pointer;
    background: #f2f2f2;
    padding: 8px 16px 3px;
}

#ui-tabs ul#tabs li.current {
    display: inline-block;
    background: #ccc;
    color: #444;
}

#ui-tabs .tabs {
    padding: 16px;
}

#ui-tabs .dyn-tabs {
    overflow: auto;
    display: none;
}

#editcell table {
    width: 100%;
}

#editcell table td {
    width: 25%;
}

#ui-tabs {
    position: relative;
    width: 100%;
}

.user-details input, .user-details select {
    height: 40px;
    padding: 9px 20px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
    color: #777;
    background-color: #fafafa;
    border: 1px solid #ebebeb;
    border-radius: 0;
    margin-bottom: 20px;
    transition: all 0.3s;
    box-shadow: none;
}

#adminForm legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 10px 0;
    font-size: 20px;
    font-weight: 400;
}

#adminForm label {
}

.entry-grid .entry-title {
    min-height: 70px;
    padding: 10px 0
}

#jmap_sitemap div.jmapcolumn {
    padding: 50px 20px;
}

#contact-form label {
    color: #666;
    font-weight: 300;
    font-size: 14px;
    margin: 2px;
}

#contact-form #jform_spacer-lbl {
    font-size: 12px;
    float: right;
}

.left_section #confirmbtn {
    margin: 20px 0;
}

@media (min-width: 768px) {
    .browse-view .col-md-4 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.vm-order-done .post_payment_payment_name {
    padding: 20px 0;
}

.manufacturer.col-lg-3 {
    text-align: center;
}

.manufacturer.col-lg-3 img {
    max-width: 150px;
    margin: 0 auto;
}

#accordion-payment label {
    font-size: 13px;
}

.vmshipment_name, .vmpayment_name {
    font-weight: 400;
    color: #000;
}

#vmMainPageOPC .vmpayment_cost, #vmMainPageOPC .vmshipment_cost {
    float: none;
    font-size: 12px;
    padding: 0 5px;
    width: auto;
    color: #666;
}

.productdetails-view .owl-carousel .owl-item img, .featured .owl-carousel .owl-item img {
    max-height: 220px;
}

/* cf_wrapp_all, cf_flt_header, cf_flt_wrapper, page-header.pneu — managed in redesign.css */

.page-item + .page-item.disabled.d-none {
    color: #fff !important;
    background: #d77104;
    border-radius: var(--r);
}

.owl-carousel .entry {
    overflow: hidden;
}

.deal .new-price {
    color: #d77104;
}

.pricing-box {
    background: #f7f8fa;
    text-align: center;
    padding: 0 0 30px 0;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}

.pricing-box.bad {
    background: none;
    text-align: center;
    padding: 0 0 30px 0;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}

.head {
    background: #000000;
    padding: 10px;
    font-size: 18px;
    color: #FFF;
    text-transform: none;
    text-align: center;
}

.pricing-box.bad .head {
    background: #666;
    padding: 20px 0;
    font-size: 18px;
    color: #FFF;
    text-transform: none;
}

.head span {
    color: #333;
    font-size: 14px;
}

.pricing {
    position: relative;
    font-size: 82px;
    font-weight: 600;
    color: #000000;
    margin: 30px 0;
    display: inline-block;
}

.pricing:before, .pricing:after {
    position: absolute;
    z-index: 1000;
}

.pricing:before {
    content: "$";
    font-size: 30px;
    color: #323232;
    font-weight: 400;
    right: -18px;
}

.breadcrumb-item a.product-details {
    color: #d77104;
    font-weight: 400;
    font-size: 14px;
}

.dostupnost .la-info-circle {
    font-size: 21px;
    vertical-align: middle;
    margin-bottom: 2px;
}

.pricing span {
    font-size: 16px;
    font-weight: 400;
    padding-top: 20px;
    color: #999999;
    display: block;
}

.editor-content ul.list-detail li::before {
    content: '';
}

.list-detail {
    list-style-type: none;
    margin: 0 0 30px 0;
    padding: 0;
    text-align: center;
}

.list-detail li {
    padding: 10px;
    color: #333;
}

.list-detail li:nth-child(odd) {
    background: #e9e9e9;
}

.list-detail li span {
    color: #323232;
    font-weight: 600;
}

.list-detail li:last-child {
    border-bottom: none;
}

.pricing-box .porject-view {
    margin-top: 0px;
}

.header-fc .cart-dropdown .dropdown-toggle p {
    color: #fff;
}

.filter-items .cf_search_button {
    position: absolute;
    top: 22px;
    max-width: 36px;
    min-width: 36px;
    left: 125px;
    margin-right: 0;
}

.cf_wrapper_input_text_2 input {
    width: 50px;
    height: 31px;
    border: 1px solid #ccc;
    padding: 3px;
}

/* .alpnu, .sidebar.detail, .cf_currency — managed in redesign.css */

.show_extended {
    margin: 0 auto;
    padding: 10px 0 0 0
}

.view-productdetails a.search_results {
    position: absolute;
    width: 100%;
    text-align: center;
    background: #282f42;
    padding: 5px;
    z-index: 1;
    font-size: 14px;
    letter-spacing: -.01em;
    color: #fff;
    font-weight: 500;
}

.productdetails-view {
    padding-top: 30px;
}

@media all and (max-width: 768px) {
    .productdetails-view .breadcrumb {
        margin: 0 auto;
    }

    .productdetails-view .nav.nav-pills .nav-item {
        width: 100%;
    }
}

.product-details .product-price.col-md-6 {
    font-size: 16px;
}

.aluwrap {
}

.aluwrap .col-md-6 {
    border-bottom: 1px solid #eee;
    padding: 5px 10px 10px 10px;
}

select {
    font-size: 14px;
}

.hpslider {
    display: block;
    width: 100%;
    position: relative;
}

#cf_wrapper_inner_custom_f_54_107 .custom-control {
    margin-top: 0;
}

#cf_wrapper_inner_custom_f_54_107 .custom-control-label::before {
    left: 7px;
    top: 7px;
}

#cf_wrapper_inner_custom_f_54_107 .custom-control-label::after {
    left: 8px;
}

#cf_wrapper_inner_custom_f_54_107 label {
    width: 100%;
    display: block !important;
    position: relative;
    padding: 5px 0;
    border: 1px solid #ccc;
    height: 31px;
    margin-top: 0;
    line-height: normal;
    background: #fff;
    color: #000;
    cursor: pointer;
}

.brtype {
    background: #282f42;
    border: #282f42;
    box-shadow: none;
}

.brtype .cf_flt_wrapper_ltr.widget {
    margin: 13px 0;
}

/* cf_flt_wrapper label colors — managed in redesign.css */

.header-search .btn {
    height: 35px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    border: 0;
    padding: 0;
    margin: 0;
    min-width: 0;
    cursor: pointer;
    margin-bottom: -10px;
    position: absolute;
    right: -2px;
    z-index: 1;
}

.header-search .btn.btn-primary:hover {
    background: #d77104;
    background-color: #d77104;
}

.search-toggle.active {
    display: none !important;
}

/* cf_form.row, cf_resetAll_link — managed in redesign.css */

.menu li.divider {
    font-size: 18px;
    text-transform: none;
    padding: 16px 20px;
    color: #333;
    font-weight: 500;
}

.menu li.divider:hover, .menu li.divider:focus {
    color: #d77104;
}

.menu li.divider ul {
    padding: 0;
    margin-top: 0;
}

.menu li.divider li a {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    padding-top: 1px;
}

.menu li.divider li a:hover, .menu li.divider li a:focus {
    color: #d77104;
}

/* aludisk radio styling — managed in redesign.css */

.menu li.divider ul, .menu li.divider li.active a {
    background: #eee;
    text-align: center;
}

.header-fc .header-bottom .menu.sf-arrows > li.divider > .sf-with-ul::after {
    right: 0;
}

.header-bottom .menu.sf-arrows > li.divider > .sf-with-ul::after {
    right: 10px;
}

.menu.sf-arrows .sf-with-ul::after {
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: '\f107';
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    font-size: 16px;
    line-height: 1;
    margin-top: -8px;
}

.breadcrumb-nav li.active {
    padding: 0 5px;
    color: #000;
    font-weight: 500;
}

.childwrap {
    position: relative;
    padding: 10px 0 16px 0;
    border-bottom: 6px solid #fff;
}

.vm-product-container .select-custom::after {
    content: '';
}

.childwrap .product-price {
    font-size: 16px;
}

.product-details-action.top {
    display: none;
}

.aluwrap {
    padding: 0 10px;
    background: #eee;
}

#scroll-params {
    border: 0;
    background: #fff;
}

.hppo {
    padding-bottom: 0;
    z-index: 1;
    position: relative;
}

.intro-content .bannergroup {
    padding: 100px 0;
}

.hpslider .intro-content {
    width: 100%;
    max-width: 768px;
    position: relative;
}

.hpslider .intro-content .banneritem img {
    margin: 0 auto;
}

.main-image img {
    margin: 0 auto;
    max-height: 320px;
}

#fancybox-title {
    font-family: Open Sans;
    margin: 0 !important;
}

.show_extended label {
    cursor: pointer;
    margin: 0;
}

.hpslider {
    background-size: cover;
    background-position: center center
}

@media screen and (max-width: 767px) {
    #cf_wrapp_all_107 .col-xs-6 {
        width: 50%
    }

    .icon-boxes-container {
        display: none;
    }

    .intro-content .bannergroup {
        padding: 10px 0;
    }

    .product-details .childwrap .availability {
        right: 10px;
    }

    .childwrap .product-details-action {
        margin-bottom: 25px !important;
    }

    .product-price {
        margin-bottom: 0;
    }

    .deal-container .product-media {
        height: 220px !important;
    }
}

.sticky-wrapper .cf_breadcrumbs_wrapper #scroll-params, .show_extended #show_extended {
    display: none;
}

.sticky-wrapper .sticky-header.fixed #scroll-params, .sticky-wrapper .cf_breadcrumbs_wrapper.fixed #scroll-params {
    display: inline-block;
}

.product-details div.availability {
    padding: 0;
}

.product-details .childwrap .availability {
    position: absolute;
    bottom: 5px;
    left: 10px;
    font-size: 12px;
    padding: 0;
}

.product.text-center .product-price {
    font-size: 20px;
    color: #d77104;
}

.h2_rim_params {
    font-size: 20px;
    width: 100%;
    margin: 10px;
    color: #fff;
}

.productdetail_filter .reset_filters:hover, .productdetail_filter .reset_filters.focus {
    color: #fff;
}

.header-top a.btn-outline-primary-2, .header-top .icon-arrow-right::before, .header-top .icon-long-arrow-right::before {
    color: #fff;
}

.right_section br {
    line-height: 0;
    height: 0;
}

#agreed_div label, #italian_checkbox label {
    font-size: 12px;
}

.item-276 ul.nav-child {
    width: 440px;
}

.item-276 li.item-256, .item-276 li.item-257 {
    width: 218px;
    float: left;
    display: block;
    position: relative;
    text-align: center;
}

.details-action-wrapper .btn-product.manfc {
    align-self: auto;
}

select#limit {
    border: 1px solid #ccc;
    padding: 3px 12px;
    height: 32px;
}

/* #cf_wrapp_all_107 .cf_resetAll_link — managed in redesign.css */

.browse-view .product.text-center .product-price {
    margin-bottom: 10px;
}

.iconspneu {
    margin-bottom: 10px;
    min-height: 27px;
}

.iconspneu .la {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    vertical-align: bottom;
    padding: 0 0 0 5px;
}

.product-details .iconspneu {
    color: #999;
}

.product-details .iconspneu .la {
    font-size: 26px;
    font-weight: 600;
    line-height: 26px;
    vertical-align: bottom;
    padding: 0 0 0 5px;
}

.btn i.cficon-search {
    margin-left: 0;
}

.browse-view .product {
    background-color: #f1f1f1 !important;
}

@media (max-width: 991px) {
    .browse-view .product-details-quantity {
        display: none !important;
    }
}

#eko-label {
    background: transparent url('../images/ekostitek.png') no-repeat left top;
    float: right;
    height: 293px;
    margin-left: 40px;
    margin-bottom: 20px;
    padding: 0;
    position: relative;
    width: 200px;
}

#eko-label #consumption, #eko-label #breaking {
    background: transparent url('../images/eko-level.png') no-repeat left top;
    color: #fff;
    font-size: 175%;
    font-weight: bold;
    height: 28px;
    left: 66px;
    padding: 1px 0 0 20px;
    position: absolute;
    top: 77px;
    width: 43px;
    line-height: 25px;
}

#eko-label #breaking {
    left: 143px;
}

#eko-label #consumption.class-b, #eko-label #breaking.class-b {
    top: 92px;
}

#eko-label #consumption.class-c, #eko-label #breaking.class-c {
    top: 107px;
}

#eko-label #consumption.class-d, #eko-label #breaking.class-d {
    top: 122px;
}

#eko-label #consumption.class-e, #eko-label #breaking.class-e {
    top: 136px;
}

#eko-label #consumption.class-f, #eko-label #breaking.class-f {
    top: 151px;
}

#eko-label #consumption.class-g, #eko-label #breaking.class-g {
    top: 166px;
}

#eko-label #sound {
    background: transparent url('../images/sound-1.png') no-repeat left top;
    height: 44px;
    left: 86px;
    padding: 0;
    position: absolute;
    top: 216px;
    width: 24px;
}

#eko-label #sound.class-2 {
    background-image: url('../images/sound-2.png');
}

#eko-label #sound.class-3 {
    background-image: url('../images/sound-3.png');
}

#eko-label #sound-volume {
    color: #fff;
    font-size: 175%;
    font-weight: bold;
    left: 130px;
    padding: 0;
    position: absolute;
    top: 215px;
}

.hrun {
    font-size: 12px;
    color: #999;
    min-height: 23px;
    line-height: normal;
}

.hrun .la {
    font-size: 18px;
    vertical-align: top;
}

.product-label.label-sezona.sezona-letni {
    color: #ffab19;
}

.product-label.label-sezona.sezona-zimni {
    color: #0080ff;
}

.cf_results-msg {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    position: relative;
    display: block;
    font-size: 30px;
}

.additional-images {
    padding: 10px 0 0 0;
}

.additional-images > .row {
    margin-left: -5px;
    margin-right: -5px;
}

.additional-images > .row > div {
    width: 20%;
    padding-top: 10%;
    display: block;
    position: relative;
}

.additional-images > .row > div > .border-img, .additional-images > .row > div > a {
    position: absolute;
    display: block;
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    border: 1px solid #eeeeee;
}

.additional-images > .row > div > .border-img img, .additional-images > .row > div > a img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    max-width: 95%;
    max-height: 95%;
    width: auto;
    height: auto;
}

#vmMainPageOPC .vmshipment_cost.fee {
    display: none !important;
}

.video-box .details-filter-row {
    display: block;
}

.video-box .details-filter-row .select-custom {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.video-box .details-filter-row .select-custom iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.card-dashboard .card-body .op_clearfix {
    border-bottom: 1px solid #ccc;
}

.resultspneu {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}

.graybox {
    background-color: #eee;
    padding: 20px;
    margin: 0 0 6px 0;
}

.product-details .iconspneu .la.la-gas-pump {
    padding: 0 !important;
}

.graybox .iconspneu .la.la-info-circle {
    font-size: 18px;
    color: #d77104;
    margin-top: ;
    line-height: 22px;
    font-size: 24px;
}

.graybox .product-content {
    margin-top: 10px;
    margin-bottom: 0;
    color: #333;
}

.childwrap .col-md-12 {
    padding-bottom: 10px
}

.vm-orders-order .vmshipment_name, .vm-orders-order .vmpayment_name {
    margin-right: 10px;
}

.details-action-wrapper .btn-product.manfc {
    font-weight: 600;
}

.ask-a-question-view .product-image {
    max-width: 50px;
}

.sezona {
    background: url(../images/celorocni.png) no-repeat;
    display: block;
    width: 21px;
    height: 21px;
    margin-left: 10px;
    margin-top: 3px;
}

.product-label.label-sezona.la-snowflake::before, .product-label.label-sezona.la-sun::before {
    font-size: 25px;
}

.product-details.topp .product-details-action {
    margin-top: 26px;
}

#vmMainPageOPC .vmshipment_description {
    padding: 0 !important;
}

.vmCartShipmentLogo img {
    max-height: 20px;
}

.cf_filtering_slide_container {
    height: 5px;
    background-color: #dfdfdf;
}

#onepage_info_above_button br {
    display: none;
}

#cf_wrapper_inner_price_107 .cf_filtering_knob {
    height: 16px;
    width: 16px;
    background-color: #d77104;
}

#cf_wrapper_inner_price_107 .filter-items-count {
    display: flex;
}

#cf_wrapper_inner_price_107 .slider_bkg_img {
    height: 5px;
    background-color: #dfdfdf;
}

#cf_wrapper_inner_price_107 .cf_slider_gutter_m {
    background-color: #dfdfdf;
    height: 5px;
    border-radius: 4px;
}

#price_107_knob_from {
    top: -5px;
}

#price_107_knob_to {
    top: -21px;
}

.deal h3 {
    color: #fff;
    font-weight: 400;
    font-size: 26px;
    margin-top: 10px;
}

#cf_wrapper_inner_price_107 .cf_clear {
    position: absolute;
    top: 1px;
    right: 5px;
}

.spaceStyle.vm-orders-items td > div a {
    text-align: center;
    padding: 0 10px;
}

.filter-items .cf_currency {
    display: none;
}

.filter-items .cf_search_button i {
    margin-right: 0;
}

.vm-order-done .page-header {
    background-color: #fff;
}

.ppcart .dropdown-cart-action .btn {
    color: #fff;
    background-color: #080;
    border-color: #080;
}

.summary .return_to_cart {
    font-size: 13px;
}

.summary #agreed_field {
    vertical-align: middle;
}

.cf_breadcrumbs_wrapper {
    margin: 0 auto;
    text-align: center;
    font-size: 13px;
}

.cf_breadcrumbs_wrapper .cf_tag_inner {
    display: inline-block;
    margin-right: 5px !important;
    padding: 5px;
    line-height: 1em;
    background: #f1f1f1;
    border: 1px solid #ccc;
}

.cf_breadcrumbs_wrapper span:last-of-type {
    display: none !important;
}

.cf_breadcrumbs_wrapper.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 156px;
    z-index: 1030;
    animation-name: fixedHeader;
    animation-duration: .4s;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(51, 51, 51, 0.05);
    padding: 10px;
}

#tt_total_basket img {
    position: absolute;
}

.vmCartPaymentLogo img {
    max-height: 20px;
}

.extended_filters.row {
    width: 100%
}

.ratings.user {
    color: #ffd500;
    font-size: 16px;
    font-style: normal;
    margin-top: 10px;
}

.mobile-menu > li > a .las {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 10px;
    padding: 0 10px 0 0;
    vertical-align: middle;
    line-height: normal;
    margin-top: -2px;
    color: #999;
}

.ppcart .dropdown-cart-action .continue_link.btn {
    color: #000;
    background-color: #fff;
    border-color: #999;
}

.widget-search .icon-search::before {
    color: #d77104;
}

/* cf_apply_button — managed in redesign.css */

#jform_captcha {
    border: 0;
    padding-left: 0
}

.op_clearfix.captcha {
    position: relative;
    bottom: 0;
    right: 0;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.payment_info, .return_to_cart {
    line-height: normal;
}

.breadcrumb-item a.product-details {
    color: #d77104;
    font-weight: 400;
    font-size: 14px;
}

/*  silder #cf_wrapper_inner_price_107 { padding-top: 13px; } #cf_wrapper_input_text_price_107 { margin-left: -25px; } */
