/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.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;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.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: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.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-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.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 {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
/**
 * Swiper 9.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 16, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
.product-v12-finance {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}klarna-express-button {
    display: block !important;
    margin: auto;
}
/**
 * Copyright © MageWorx. All rights reserved.
 * See LICENSE.txt for license details.
 */
.mw-cd, .mw-cd *, .mw-cd ::after, .mw-cd ::before, .mw-cd::after, .mw-cd::before {
    font-family: -apple-system, BlinkMacSystemFont, "San Francisco", Roboto, "Segoe UI", "Helvetica Neue", sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.mw-cd--size-small .mw-cd__suffix, .mw-cd--size-small .mw-cd__title {
    font-size: 14px;
    line-height: 17px
}

.mw-cd--size-small .mw-cd__label {
    font-size: 12px;
    line-height: 14px
}

@-webkit-keyframes mw-slide-up-current {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes mw-slide-up-current {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@-webkit-keyframes mw-slide-up-next {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes mw-slide-up-next {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@-webkit-keyframes mw-flip-top {
    from {
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }
    to {
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg)
    }
}

@keyframes mw-flip-top {
    from {
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }
    to {
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg)
    }
}

@-webkit-keyframes mw-flip-bottom {
    from {
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg)
    }
    to {
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }
}

@keyframes mw-flip-bottom {
    from {
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg)
    }
    to {
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }
}

@-webkit-keyframes mw-bottom-shadow-show {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes mw-bottom-shadow-show {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes mw-top-shadow-show {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes mw-top-shadow-show {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes mw-back-shadow-hide {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes mw-back-shadow-hide {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.mw-cd__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 10px;
    text-align: center;
    color: #212121
}

.mw-cd__suffix {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    color: #212121
}

.mw-cd__label {
    font-size: 12px;
    line-height: 14px;
    color: #5e5e5e;
    text-align: center
}

.mw-cd__digit-value {
    color: #212121
}

.mw-cd__text {
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    color: #000
}

.mw-cd--theme-plain {
    width: 190px
}

.mw-cd--theme-plain .mw-cd__timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.mw-cd--theme-plain .mw-cd__timer-segment {
    width: 36px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.mw-cd--theme-plain .mw-cd__suffix {
    margin-top: 5px
}

.mw-cd--theme-plain .mw-cd__digit {
    text-align: center
}

.mw-cd--theme-plain .mw-cd__digit-value {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700
}

.mw-cd--theme-plain .mw-cd__divider {
    text-align: center;
    font-size: 18px;
    line-height: 24px
}

.mw-cd--size-small {
    width: 130px
}

.mw-cd--size-small .mw-cd__timer-segment {
    width: 25px
}

.mw-cd--size-small .mw-cd__title {
    margin-bottom: 3px
}

.mw-cd--size-small .mw-cd__digit-value {
    font-size: 14px
}

.mw-cd--size-small .mw-cd__suffix {
    margin-top: 3px
}

.mw-cd--theme-flip-single {
    width: 247px
}

.mw-cd--theme-flip-single * {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.mw-cd--theme-flip-single .mw-cd__timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.mw-cd--theme-flip-single .mw-cd__timer-segment {
    width: 51px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 51px;
    flex: 1 0 51px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.mw-cd--theme-flip-single .mw-cd__timer-segment--divider {
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 5px
}

.mw-cd--theme-flip-single .mw-cd__digit {
    position: relative;
    width: 100%;
    height: 42px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px
}

.mw-cd--theme-flip-single .mw-cd__digit:first-child {
    margin-right: 1px
}

.mw-cd--theme-flip-single .mw-cd__digit--active .mw-cd__digit-current .mw-cd__digit-top {
    -webkit-animation: .5s forwards mw-flip-top;
    animation: .5s forwards mw-flip-top
}

.mw-cd--theme-flip-single .mw-cd__digit--active .mw-cd__digit-current .mw-cd__digit-bottom {
    -webkit-animation: .5s .48s forwards mw-flip-bottom;
    animation: .5s .48s forwards mw-flip-bottom
}

.mw-cd--theme-flip-single .mw-cd__digit--active .mw-cd__digit-current .mw-cd__digit-shadow--top {
    -webkit-animation: .5s mw-top-shadow-show;
    animation: .5s mw-top-shadow-show
}

.mw-cd--theme-flip-single .mw-cd__digit--active .mw-cd__digit-next .mw-cd__digit-shadow--back {
    -webkit-animation: .5s mw-back-shadow-hide;
    animation: .5s mw-back-shadow-hide
}

.mw-cd--theme-flip-single .mw-cd__digit--active .mw-cd__digit-next .mw-cd__digit-shadow--bottom {
    -webkit-animation: 1s mw-bottom-shadow-show;
    animation: 1s mw-bottom-shadow-show
}

.mw-cd--theme-flip-single .mw-cd__digit-shadow {
    width: 100%;
    height: 100%;
    opacity: 0
}

.mw-cd--theme-flip-single .mw-cd__digit-shadow--back, .mw-cd--theme-flip-single .mw-cd__digit-shadow--top {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .8)), to(rgba(0, 0, 0, .1)));
    background: linear-gradient(to top, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, .1) 100%)
}

.mw-cd--theme-flip-single .mw-cd__digit-shadow--back {
    opacity: 1
}

.mw-cd--theme-flip-single .mw-cd__digit-shadow--bottom {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .8)), to(rgba(0, 0, 0, .1)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, .1) 100%)
}

.mw-cd--theme-flip-single .mw-cd__digit-current, .mw-cd--theme-flip-single .mw-cd__digit-next {
    width: 25px;
    height: 42px;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25px;
    flex: 0 1 25px;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-perspective: 100px;
    perspective: 100px
}

.mw-cd--theme-flip-single .mw-cd__digit-next {
    z-index: 1
}

.mw-cd--theme-flip-single .mw-cd__digit-current {
    z-index: 2
}

.mw-cd--theme-flip-single .mw-cd__digit-current .mw-cd__digit-bottom {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg)
}

.mw-cd--theme-flip-single .mw-cd__digit-top {
    border: 1px solid #000;
    width: 100%;
    height: 21px;
    position: relative;
    background: #2b2b2b;
    border-bottom: 0;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    overflow: hidden;
    border-radius: 3px 3px 0 0
}

.mw-cd--theme-flip-single .mw-cd__digit-top .mw-cd__digit-value {
    bottom: 0
}

.mw-cd--theme-flip-single .mw-cd__digit-bottom {
    width: 100%;
    height: 21px;
    position: relative;
    border: 1px solid #000;
    background: -webkit-gradient(linear, left top, left bottom, from(#404040), to(#313131));
    background: linear-gradient(180deg, #404040 0, #313131 100%);
    border-top: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    overflow: hidden;
    border-radius: 0 0 3px 3px
}

.mw-cd--theme-flip-single .mw-cd__digit-bottom .mw-cd__digit-value {
    top: -100%
}

.mw-cd--theme-flip-single .mw-cd__digit-value {
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 42px;
    font-size: 20px;
    font-weight: 700;
    color: #fff
}

.mw-cd--theme-flip-single .mw-cd__label {
    width: 100%;
    margin-top: 5px
}

.mw-cd--theme-flip-single .mw-cd__divider {
    text-align: center;
    font-size: 18px;
    line-height: 42px
}

.mw-cd--theme-flip-single.mw-cd--accent-1 .mw-cd__digit-top {
    background: #fdb600;
    border-color: #a97a00
}

.mw-cd--theme-flip-single.mw-cd--accent-1 .mw-cd__digit-bottom {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffc83c), to(#fdb600));
    background: linear-gradient(180deg, #ffc83c 0, #fdb600 100%);
    border-color: #a97a00
}

.mw-cd--theme-flip-single.mw-cd--accent-1 .mw-cd__digit-value {
    color: #000
}

.mw-cd--theme-flip-single.mw-cd--accent-2 .mw-cd__digit-top {
    background: #e70000;
    border-color: #98002d
}

.mw-cd--theme-flip-single.mw-cd--accent-2 .mw-cd__digit-bottom {
    background: -webkit-gradient(linear, left top, left bottom, from(#f85b5e), to(#e70000));
    background: linear-gradient(180deg, #f85b5e 0, #e70000 100%);
    border-color: #98002d
}

.mw-cd--theme-flip-single.mw-cd--accent-2 .mw-cd__digit-value {
    color: #fff
}

.mw-cd--theme-flip-single.mw-cd--accent-3 .mw-cd__digit-top {
    background: #0037c3;
    border-color: #071f5f
}

.mw-cd--theme-flip-single.mw-cd--accent-3 .mw-cd__digit-bottom {
    background: -webkit-gradient(linear, left top, left bottom, from(#2056dd), to(#0037c3));
    background: linear-gradient(180deg, #2056dd 0, #0037c3 100%);
    border-color: #071f5f
}

.mw-cd--theme-flip-single.mw-cd--accent-3 .mw-cd__digit-value {
    color: #fff
}

.mw-cd--theme-flip-single.mw-cd--size-small {
    width: 177px
}

.mw-cd--theme-flip-single.mw-cd--size-small .mw-cd__digit {
    height: 30px;
    -ms-flex-preferred-size: 18px;
    flex-basis: 18px
}

.mw-cd--theme-flip-single.mw-cd--size-small .mw-cd__digit-bottom, .mw-cd--theme-flip-single.mw-cd--size-small .mw-cd__digit-top {
    width: 17px;
    height: 15px
}

.mw-cd--theme-flip-single.mw-cd--size-small .mw-cd__digit-current, .mw-cd--theme-flip-single.mw-cd--size-small .mw-cd__digit-next {
    height: 30px;
    width: 18px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 18px;
    flex: 0 1 18px
}

.mw-cd--theme-flip-single.mw-cd--size-small .mw-cd__digit-value {
    font-size: 14px;
    line-height: 30px
}

.mw-cd--theme-flip-single.mw-cd--size-small .mw-cd__timer-segment {
    width: 37px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 37px;
    flex: 1 0 37px
}

.mw-cd--theme-flip-single.mw-cd--size-small .mw-cd__timer-segment--divider {
    width: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 10px;
    flex: 0 10px;
    margin: 0 3px
}

.mw-cd--theme-flip-single.mw-cd--size-small .mw-cd__divider {
    font-size: 14px;
    line-height: 30px
}

.mw-cd--theme-flip-single.mw-cd--size-small .mw-cd__suffix {
    margin-top: 0
}

.mw-cd--theme-flip-double {
    width: 192px
}

.mw-cd--theme-flip-double * {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.mw-cd--theme-flip-double .mw-cd__timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.mw-cd--theme-flip-double .mw-cd__timer-segment {
    width: 36px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 36px;
    flex: 1 0 36px
}

.mw-cd--theme-flip-double .mw-cd__timer-segment--divider {
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.mw-cd--theme-flip-double .mw-cd__digit {
    position: relative;
    width: 100%;
    height: 44px
}

.mw-cd--theme-flip-double .mw-cd__digit::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    background: #212121;
    z-index: 3
}

.mw-cd--theme-flip-double .mw-cd__digit--active .mw-cd__digit-current .mw-cd__digit-top {
    -webkit-animation: .5s forwards mw-flip-top;
    animation: .5s forwards mw-flip-top
}

.mw-cd--theme-flip-double .mw-cd__digit--active .mw-cd__digit-current .mw-cd__digit-bottom {
    -webkit-animation: .5s .48s forwards mw-flip-bottom;
    animation: .5s .48s forwards mw-flip-bottom
}

.mw-cd--theme-flip-double .mw-cd__digit--active .mw-cd__digit-current .mw-cd__digit-shadow--top {
    -webkit-animation: .5s mw-top-shadow-show;
    animation: .5s mw-top-shadow-show
}

.mw-cd--theme-flip-double .mw-cd__digit--active .mw-cd__digit-next .mw-cd__digit-shadow--back {
    -webkit-animation: .5s mw-back-shadow-hide;
    animation: .5s mw-back-shadow-hide
}

.mw-cd--theme-flip-double .mw-cd__digit--active .mw-cd__digit-next .mw-cd__digit-shadow--bottom {
    -webkit-animation: 1s mw-bottom-shadow-show;
    animation: 1s mw-bottom-shadow-show
}

.mw-cd--theme-flip-double .mw-cd__digit-shadow {
    width: 100%;
    height: 100%;
    opacity: 0
}

.mw-cd--theme-flip-double .mw-cd__digit-shadow--back, .mw-cd--theme-flip-double .mw-cd__digit-shadow--top {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .8)), to(rgba(0, 0, 0, .1)));
    background: linear-gradient(to top, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, .1) 100%)
}

.mw-cd--theme-flip-double .mw-cd__digit-shadow--back {
    opacity: 1
}

.mw-cd--theme-flip-double .mw-cd__digit-shadow--bottom {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .8)), to(rgba(0, 0, 0, .1)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, .1) 100%)
}

.mw-cd--theme-flip-double .mw-cd__digit-current, .mw-cd--theme-flip-double .mw-cd__digit-next {
    width: 100%;
    height: 44px;
    text-align: center;
    border-radius: 1px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-perspective: 100px;
    perspective: 100px
}

.mw-cd--theme-flip-double .mw-cd__digit-next {
    z-index: 1
}

.mw-cd--theme-flip-double .mw-cd__digit-next::after {
    content: '';
    display: block;
    border-radius: 2px;
    height: calc(100% + 2px);
    width: calc(100% - 2px);
    background: -webkit-gradient(linear, left top, left bottom, from(#3b3b3b), to(#2a2a2a));
    background: linear-gradient(to bottom, #3b3b3b, #2a2a2a);
    position: absolute;
    top: -1px;
    left: 1px;
    z-index: -1
}

.mw-cd--theme-flip-double .mw-cd__digit-current {
    z-index: 2
}

.mw-cd--theme-flip-double .mw-cd__digit-current .mw-cd__digit-bottom {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg)
}

.mw-cd--theme-flip-double .mw-cd__digit-top {
    width: 100%;
    height: 22px;
    position: relative;
    background: #2a2a2a;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    overflow: hidden;
    border-radius: 2px 2px 0 0
}

.mw-cd--theme-flip-double .mw-cd__digit-top .mw-cd__digit-value {
    bottom: 0
}

.mw-cd--theme-flip-double .mw-cd__digit-bottom {
    width: 100%;
    height: 22px;
    position: relative;
    background: #3b3b3b;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    overflow: hidden;
    border-radius: 0 0 2px 2px
}

.mw-cd--theme-flip-double .mw-cd__digit-bottom .mw-cd__digit-value {
    top: -100%
}

.mw-cd--theme-flip-double .mw-cd__digit-value {
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 44px;
    font-size: 22px;
    font-weight: 700;
    color: #fff
}

.mw-cd--theme-flip-double .mw-cd__label {
    width: 100%;
    margin-top: 5px
}

.mw-cd--theme-flip-double .mw-cd__divider {
    text-align: center;
    font-size: 22px;
    line-height: 44px;
    margin: 0 5px
}

.mw-cd--theme-flip-double.mw-cd--accent-1 .mw-cd__digit::after {
    background: #a97a00
}

.mw-cd--theme-flip-double.mw-cd--accent-1 .mw-cd__digit-next::after {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffc83c), to(#a97a00));
    background: linear-gradient(to bottom, #ffc83c 0, #a97a00 100%)
}

.mw-cd--theme-flip-double.mw-cd--accent-1 .mw-cd__digit-top {
    background: #fdb600
}

.mw-cd--theme-flip-double.mw-cd--accent-1 .mw-cd__digit-bottom {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffc83c), to(#fdb600));
    background: linear-gradient(180deg, #ffc83c 0, #fdb600 100%)
}

.mw-cd--theme-flip-double.mw-cd--accent-1 .mw-cd__digit-value {
    color: #000
}

.mw-cd--theme-flip-double.mw-cd--accent-2 .mw-cd__digit::after {
    background: #98002d
}

.mw-cd--theme-flip-double.mw-cd--accent-2 .mw-cd__digit-next::after {
    background: -webkit-gradient(linear, left top, left bottom, from(#f44346), to(#98002d));
    background: linear-gradient(to bottom, #f44346 0, #98002d 100%)
}

.mw-cd--theme-flip-double.mw-cd--accent-2 .mw-cd__digit-top {
    background: #e70000
}

.mw-cd--theme-flip-double.mw-cd--accent-2 .mw-cd__digit-bottom {
    background: #f44346
}

.mw-cd--theme-flip-double.mw-cd--accent-2 .mw-cd__digit-value {
    color: #fff
}

.mw-cd--theme-flip-double.mw-cd--accent-3 .mw-cd__digit::after {
    background: #2056dd
}

.mw-cd--theme-flip-double.mw-cd--accent-3 .mw-cd__digit-next::after {
    background: -webkit-gradient(linear, left top, left bottom, from(#2056dd), to(#0037c3));
    background: linear-gradient(to bottom, #2056dd 0, #0037c3 100%)
}

.mw-cd--theme-flip-double.mw-cd--accent-3 .mw-cd__digit-top {
    background: #0037c3
}

.mw-cd--theme-flip-double.mw-cd--accent-3 .mw-cd__digit-bottom {
    background: #2056dd
}

.mw-cd--theme-flip-double.mw-cd--accent-3 .mw-cd__digit-value {
    color: #fff
}

.mw-cd--theme-flip-double.mw-cd--size-small {
    width: 177px
}

.mw-cd--theme-flip-double.mw-cd--size-small .mw-cd__timer-segment {
    width: 25px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 25px;
    flex: 1 0 25px
}

.mw-cd--theme-flip-double.mw-cd--size-small .mw-cd__timer-segment--divider {
    width: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 10px;
    flex: 1 0 10px
}

.mw-cd--theme-flip-double.mw-cd--size-small .mw-cd__digit, .mw-cd--theme-flip-double.mw-cd--size-small .mw-cd__digit-current, .mw-cd--theme-flip-double.mw-cd--size-small .mw-cd__digit-next {
    height: 30px
}

.mw-cd--theme-flip-double.mw-cd--size-small .mw-cd__digit-bottom, .mw-cd--theme-flip-double.mw-cd--size-small .mw-cd__digit-top {
    height: 15px
}

.mw-cd--theme-flip-double.mw-cd--size-small .mw-cd__digit-value {
    line-height: 30px;
    font-size: 14px
}

.mw-cd--theme-flip-double.mw-cd--size-small .mw-cd__divider {
    font-size: 14px;
    line-height: 30px
}

.mw-cd--theme-tick {
    width: 190px
}

.mw-cd--theme-tick .mw-cd__title {
    margin-bottom: 20px
}

.mw-cd--theme-tick .mw-cd__suffix {
    margin-top: 10px
}

.mw-cd--theme-tick .mw-cd__timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.mw-cd--theme-tick .mw-cd__timer-segment {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    position: relative
}

.mw-cd--theme-tick .mw-cd__label {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

.mw-cd--theme-tick .mw-cd__digit {
    text-align: center
}

.mw-cd--theme-tick .mw-cd__digit-value {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700
}

.mw-cd--theme-tick .mw-cd__divider {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    padding: 0 3px
}

.mw-cd--theme-tick .mw-cd__indicators {
    position: absolute;
    width: 42px;
    height: 42px;
    top: -9px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(0);
    transform: translateX(-50%) rotate(0)
}

.mw-cd--theme-tick .mw-cd__indicator {
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    border-top: 3px solid #000
}

.mw-cd--theme-tick.mw-cd--accent-1 .mw-cd__indicators {
    color: #e70101
}

.mw-cd--theme-tick.mw-cd--accent-2 .mw-cd__indicators {
    color: #0138c3
}

.mw-cd--theme-tick.mw-cd--accent-3 .mw-cd__indicators {
    color: #f29913
}

.mw-cd--theme-tick.mw-cd--size-small {
    width: 130px
}

.mw-cd--theme-tick.mw-cd--size-small .mw-cd__digit-value {
    font-size: 14px
}

.mw-cd--theme-tick.mw-cd--size-small .mw-cd__title {
    margin-bottom: 5px
}

.mw-cd--theme-tick.mw-cd--size-small .mw-cd__suffix {
    margin-top: 5px
}

.mw-cd--theme-tick.mw-cd--size-small .mw-cd__indicators {
    width: 30px;
    height: 30px;
    top: -3px
}

.mw-cd--theme-tick.mw-cd--size-small .mw-cd__indicators svg {
    width: 30px
}

.mw-cd--theme-tick.mw-cd--size-small .mw-cd__label {
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
}

.mw-cd__indicator:nth-of-type(1) {
    -webkit-transform: rotateZ(calc(18deg * 0));
    transform: rotateZ(calc(18deg * 0));
    opacity: .66667
}

.mw-cd__indicator:nth-of-type(2) {
    -webkit-transform: rotateZ(calc(18deg * 1));
    transform: rotateZ(calc(18deg * 1));
    opacity: .4
}

.mw-cd__indicator:nth-of-type(3) {
    -webkit-transform: rotateZ(calc(18deg * 2));
    transform: rotateZ(calc(18deg * 2));
    opacity: .28571
}

.mw-cd__indicator:nth-of-type(4) {
    -webkit-transform: rotateZ(calc(18deg * 3));
    transform: rotateZ(calc(18deg * 3));
    opacity: .22222
}

.mw-cd__indicator:nth-of-type(5) {
    -webkit-transform: rotateZ(calc(18deg * 4));
    transform: rotateZ(calc(18deg * 4));
    opacity: .18182
}

.mw-cd__indicator:nth-of-type(6) {
    -webkit-transform: rotateZ(calc(18deg * 5));
    transform: rotateZ(calc(18deg * 5));
    opacity: .15385
}

.mw-cd__indicator:nth-of-type(7) {
    -webkit-transform: rotateZ(calc(18deg * 6));
    transform: rotateZ(calc(18deg * 6));
    opacity: .13333
}

.mw-cd__indicator:nth-of-type(8) {
    -webkit-transform: rotateZ(calc(18deg * 7));
    transform: rotateZ(calc(18deg * 7));
    opacity: .11765
}

.mw-cd__indicator:nth-of-type(9) {
    -webkit-transform: rotateZ(calc(18deg * 8));
    transform: rotateZ(calc(18deg * 8));
    opacity: .10526
}

.mw-cd__indicator:nth-of-type(10) {
    -webkit-transform: rotateZ(calc(18deg * 9));
    transform: rotateZ(calc(18deg * 9));
    opacity: .09524
}

.mw-cd__indicator:nth-of-type(11) {
    -webkit-transform: rotateZ(calc(18deg * 10));
    transform: rotateZ(calc(18deg * 10));
    opacity: .08696
}

.mw-cd__indicator:nth-of-type(12) {
    -webkit-transform: rotateZ(calc(18deg * 11));
    transform: rotateZ(calc(18deg * 11));
    opacity: .08
}

.mw-cd__indicator:nth-of-type(13) {
    -webkit-transform: rotateZ(calc(18deg * 12));
    transform: rotateZ(calc(18deg * 12));
    opacity: .07407
}

.mw-cd__indicator:nth-of-type(14) {
    -webkit-transform: rotateZ(calc(18deg * 13));
    transform: rotateZ(calc(18deg * 13));
    opacity: .06897
}

.mw-cd__indicator:nth-of-type(15) {
    -webkit-transform: rotateZ(calc(18deg * 14));
    transform: rotateZ(calc(18deg * 14));
    opacity: .06452
}

.mw-cd__indicator:nth-of-type(16) {
    -webkit-transform: rotateZ(calc(18deg * 15));
    transform: rotateZ(calc(18deg * 15));
    opacity: .06061
}

.mw-cd__indicator:nth-of-type(17) {
    -webkit-transform: rotateZ(calc(18deg * 16));
    transform: rotateZ(calc(18deg * 16));
    opacity: .05714
}

.mw-cd__indicator:nth-of-type(18) {
    -webkit-transform: rotateZ(calc(18deg * 17));
    transform: rotateZ(calc(18deg * 17));
    opacity: .05405
}

.mw-cd__indicator:nth-of-type(19) {
    -webkit-transform: rotateZ(calc(18deg * 18));
    transform: rotateZ(calc(18deg * 18));
    opacity: .05128
}

.mw-cd__indicator:nth-of-type(20) {
    -webkit-transform: rotateZ(calc(18deg * 19));
    transform: rotateZ(calc(18deg * 19));
    opacity: .04878
}

.mw-cd--theme-inline {
    display: inline-block
}

.mw-cd--theme-inline .mw-cd__timer {
    width: 98px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 3px 5px;
    border: 2px solid #c1c1c1;
    background: #fff;
    border-radius: 3px;
    margin: 0 5px
}

.mw-cd--theme-inline .mw-cd__digit-value, .mw-cd--theme-inline .mw-cd__divider {
    font-size: 14px;
    font-weight: 700;
    line-height: 1
}

.mw-cd--theme-inline.mw-cd--accent-1 .mw-cd__timer {
    background: #f0f0f0
}

.mw-cd--theme-inline.mw-cd--accent-2 .mw-cd__timer {
    background: #000;
    border-color: #000
}

.mw-cd--theme-inline.mw-cd--accent-2 .mw-cd__digit-value, .mw-cd--theme-inline.mw-cd--accent-2 .mw-cd__divider {
    color: #fff
}

.mw-cd--theme-inline.mw-cd--accent-3 .mw-cd__timer {
    background: #fdb600;
    border-color: #fdb600
}

.mw-cd--theme-inline.mw-cd--accent-3 .mw-cd__digit-value, .mw-cd--theme-inline.mw-cd--accent-3 .mw-cd__divider {
    color: #000
}

.mw-cd--theme-inline.mw-cd--accent-4 .mw-cd__timer {
    background: #e70101;
    border-color: #e70101
}

.mw-cd--theme-inline.mw-cd--accent-4 .mw-cd__digit-value, .mw-cd--theme-inline.mw-cd--accent-4 .mw-cd__divider {
    color: #fff
}

.mw-cd--theme-inline.mw-cd--size-small {
    width: auto
}

.mw-cd--theme-inline.mw-cd--size-small .mw-cd__timer {
    width: 90px
}

.mw-cd--theme-inline.mw-cd--size-small .mw-cd__digit-value {
    font-size: 12px
}

.mw-cd--theme-inline.mw-cd--size-small .mw-cd__divider {
    width: 5px;
    font-size: 12px
}

.mw-cd--theme-roll {
    width: 260px
}

.mw-cd--theme-roll .mw-cd__timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mw-cd--theme-roll .mw-cd__timer-segment::after, .mw-cd--theme-roll .mw-cd__timer-segment::before {
    content: '';
    display: table
}

.mw-cd--theme-roll .mw-cd__timer-segment::after {
    clear: both
}

.mw-cd--theme-roll .mw-cd__timer-segment--digits .mw-cd__digit:nth-child(1) {
    border-right: 1px solid #1c1c1c;
    border-radius: 3px 0 0 3px
}

.mw-cd--theme-roll .mw-cd__timer-segment--digits .mw-cd__digit:nth-child(2) {
    border-left: 1px solid #353535;
    border-radius: 0 3px 3px 0
}

.mw-cd--theme-roll .mw-cd__suffix {
    margin-top: 5px
}

.mw-cd--theme-roll .mw-cd__digit {
    float: left;
    background: -webkit-gradient(linear, left top, left bottom, from(#2b2b2b), color-stop(20%, #404040), color-stop(40%, #2b2b2b), to(#2b2b2b));
    background: linear-gradient(to bottom, #2b2b2b 0, #404040 20%, #2b2b2b 40%, #2b2b2b 100%);
    width: 25px;
    height: 40px;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 2
}

.mw-cd--theme-roll .mw-cd__digit::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), color-stop(10%, rgba(0, 0, 0, .3)), to(transparent));
    background: linear-gradient(180deg, rgba(0, 0, 0, .3) 0, rgba(0, 0, 0, .3) 10%, transparent 100%)
}

.mw-cd--theme-roll .mw-cd__digit::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(10%, transparent), to(rgba(0, 0, 0, .3)));
    background: linear-gradient(180deg, transparent 0, transparent 10%, rgba(0, 0, 0, .3) 100%)
}

.mw-cd--theme-roll .mw-cd__digit-value {
    width: 24px;
    height: 40px;
    font-size: 22px;
    padding: 7px 5px;
    line-height: normal;
    font-weight: 700;
    color: #fff;
    position: relative;
    z-index: 1
}

.mw-cd--theme-roll .mw-cd__digit-value.md-digit__value--current {
    -webkit-animation: 1s mw-slide-up-current;
    animation: 1s mw-slide-up-current
}

.mw-cd--theme-roll .mw-cd__digit-value.md-digit__value--next {
    -webkit-animation: 1s mw-slide-up-next;
    animation: 1s mw-slide-up-next
}

.mw-cd--theme-roll .mw-cd__label {
    width: 100%;
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
}

.mw-cd--theme-roll .mw-cd__divider {
    font-size: 22px;
    line-height: 40px;
    font-weight: 700;
    padding: 0 5px;
    color: #000
}

.mw-cd--theme-roll.mw-cd--accent-1 .mw-cd__timer-segment--digits .mw-cd__digit {
    width: 25px
}

.mw-cd--theme-roll.mw-cd--accent-1 .mw-cd__timer-segment--digits .mw-cd__digit:nth-child(1) {
    border-color: #c28b00
}

.mw-cd--theme-roll.mw-cd--accent-1 .mw-cd__timer-segment--digits .mw-cd__digit:nth-child(2) {
    border-color: #fbb500
}

.mw-cd--theme-roll.mw-cd--accent-1 .mw-cd__digit {
    background: -webkit-gradient(linear, left top, left bottom, from(#fdb600), color-stop(20%, #ffe600), color-stop(40%, #fdb600), to(#fdb600));
    background: linear-gradient(to bottom, #fdb600 0, #ffe600 20%, #fdb600 40%, #fdb600 100%)
}

.mw-cd--theme-roll.mw-cd--accent-1 .mw-cd__digit-value {
    color: #000
}

.mw-cd--theme-roll.mw-cd--accent-2 .mw-cd__timer-segment--digits .mw-cd__digit {
    width: 25px
}

.mw-cd--theme-roll.mw-cd--accent-2 .mw-cd__timer-segment--digits .mw-cd__digit:nth-child(1) {
    border-color: #b21339
}

.mw-cd--theme-roll.mw-cd--accent-2 .mw-cd__timer-segment--digits .mw-cd__digit:nth-child(2) {
    border-color: #e70045
}

.mw-cd--theme-roll.mw-cd--accent-2 .mw-cd__digit {
    background: -webkit-gradient(linear, left top, left bottom, from(#e70000), color-stop(20%, #fd6e5d), color-stop(40%, #e70000), to(#e70000));
    background: linear-gradient(to bottom, #e70000 0, #fd6e5d 20%, #e70000 40%, #e70000 100%)
}

.mw-cd--theme-roll.mw-cd--accent-2 .mw-cd__digit-value {
    color: #fff
}

.mw-cd--theme-roll.mw-cd--accent-3 .mw-cd__timer-segment--digits .mw-cd__digit {
    width: 25px
}

.mw-cd--theme-roll.mw-cd--accent-3 .mw-cd__timer-segment--digits .mw-cd__digit:nth-child(1) {
    border-color: #08339d
}

.mw-cd--theme-roll.mw-cd--accent-3 .mw-cd__timer-segment--digits .mw-cd__digit:nth-child(2) {
    border-color: #164edc
}

.mw-cd--theme-roll.mw-cd--accent-3 .mw-cd__digit {
    background: -webkit-gradient(linear, left top, left bottom, from(#0037c3), color-stop(20%, #326cff), color-stop(40%, #0037c3), to(#0037c3));
    background: linear-gradient(to bottom, #0037c3 0, #326cff 20%, #0037c3 40%, #0037c3 100%)
}

.mw-cd--theme-roll.mw-cd--accent-3 .mw-cd__digit-value {
    color: #fff
}

.mw-cd--theme-roll.mw-cd--size-small {
    width: 174px
}

.mw-cd--theme-roll.mw-cd--size-small .mw-cd__timer-segment {
    width: 10px
}

.mw-cd--theme-roll.mw-cd--size-small .mw-cd__timer-segment--digits {
    width: 36px
}

.mw-cd--theme-roll.mw-cd--size-small .mw-cd__timer-segment--digits .mw-cd__digit {
    width: 18px
}

.mw-cd--theme-roll.mw-cd--size-small .mw-cd__digit {
    height: 28px
}

.mw-cd--theme-roll.mw-cd--size-small .mw-cd__digit-value {
    font-size: 14px;
    width: 18px;
    height: 28px;
    line-height: normal;
    padding: 6px 3px
}

.mw-cd--theme-roll.mw-cd--size-small .mw-cd__divider {
    font-size: 14px;
    line-height: 28px;
    padding: 0;
    text-align: center
}
.shake-and-hide-element{-moz-animation:hide-element 0s ease-in 5s forwards,shake-element 1s;-webkit-animation:hide-element 0s ease-in 5s forwards,shake-element 1s;-o-animation:hide-element 0s ease-in 5s forwards,shake-element 1s;animation:hide-element 0s ease-in 5s forwards,shake-element 1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@keyframes shake-element{0%,100%{transform:translateX(0)}
10%,30%,50%,70%,90%{transform:translateX(-5px)}20%,40%,60%,80%{transform:translateX(5px)}}@-webkit-keyframes shake-element{0%,100%{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-5px)}20%,40%,60%,80%{transform:translateX(5px)}}@keyframes hide-element{to{width:0;height:0;padding:0;margin:0;overflow:hidden}}@-webkit-keyframes hide-element{to{width:0;height:0;padding:0;margin:0;visibility:hidden}}.warning-icon{width:20%;max-width:30px;font-size:21px;display:inline-block;vertical-align:middle}
.trustbox-message-text{width:80%;display:inline-block;vertical-align:middle}.trustbox-message-box{background-color:#fcf8e3;color:#8a6d3b;padding:15px;margin-bottom:20px;border-radius:4px;border:1px solid;border-color:#faebcc}.fotorama-stretch,
.fotorama-focus-overlay:after,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama-grabbing-cursor,
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama-gpu,
.fotorama--fullscreen,
.fotorama__caption,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  transform: translateZ(0);
}
.fotorama-focus,
.fotorama__nav__frame,
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus {
  outline: 0;
}
.fotorama-focus-overlay:after {
  background-color: #006bb4;
  border-radius: inherit;
  content: '';
}
.fotorama-transform-disabled,
.fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  transform: none !important;
}
.fotorama-transition-for-slide,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-duration: 0ms;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
}
.fotorama-no-select,
.fotorama__wrap,
.fotorama__no-select,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  user-select: none;
}
.fotorama-select,
.fotorama__select {
  user-select: text;
}
.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}
.fotorama-auto-margin,
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama-inline-block,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__caption__wrap {
  *display: inline;
  *zoom: 1;
  -moz-box-orient: vertical;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.fotorama-content-box,
.fotorama__nav__frame {
  box-sizing: content-box;
}
.fotorama-border-box,
.fotorama__thumb-border,
.fotorama__caption__wrap,
.fotorama__arr {
  box-sizing: border-box;
}
.fotorama-hidden,
.fotorama--hidden,
.fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000;
}
.fotorama-visible {
  left: auto;
  opacity: 1;
  position: relative;
  top: auto;
  z-index: auto;
}
.fotorama-no-tap,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__nav,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.transitionDuration {
  transition-duration: 333ms;
}
.transitionDurationZero {
  transition-duration: 0ms;
}
.fotorama-sprite,
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__arr .fotorama__arr__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__thumb--icon,
.fotorama__video-close {
  background-image: url('../../frontend/Indez/chisholmhunter/en_GB/mage/gallery/gallery.png');
  background-repeat: no-repeat;
}
@media print {
  .fotorama-print-background,
  .fotorama-sprite,
  .fotorama__thumb-border,
  .fotorama__fullscreen .fotorama__zoom-out,
  .fotorama__fullscreen .fotorama__zoom-in,
  .fotorama__arr .fotorama__arr__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-play,
  .fotorama__thumb--icon,
  .fotorama__video-close {
    background: none !important;
  }
}
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
  box-shadow: none;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: 0 0 3px 1px #68a8e0;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb:after,
.fotorama__nav__frame--thumb:focus .fotorama__dot:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
  overflow: inherit;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
  left: 1px;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
  right: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px;
}
.fotorama__thumb__arr {
  box-shadow: none;
}
.fotorama--fullscreen {
  background: #ffffff;
  bottom: 0 !important;
  float: none !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.fotorama--fullscreen .fotorama__wrap {
  max-width: 100% !important;
}
.fotorama__fullscreen {
  overflow: hidden;
  position: relative;
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  cursor: pointer;
  display: block;
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out {
  background-position: 0 -80px !important;
  top: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0;
}
.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__video-close {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  direction: ltr;
  position: relative;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__stage,
.fotorama__nav {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__stage__shaft {
  position: relative;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  border: none !important;
  max-width: inherit;
  opacity: 0;
}
.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
  opacity: 1;
}
.fotorama__img--full {
  display: none;
}
.fotorama__nav {
  display: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  left: 0;
  position: relative;
  text-align: left;
  top: 0;
}
.fotorama__nav__frame {
  position: relative;
}
.fotorama__nav--dots {
  display: block;
  text-align: center;
}
.fotorama__nav--dots .fotorama__nav__frame {
  height: 30px;
  width: 18px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__active .fotorama__dot {
  background-color: #ff5501;
  border-color: #ff5501;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
  border-width: 3px;
  height: 0;
  width: 0;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
  left: -3px;
  padding: 3px;
  top: -3px;
}
.fotorama__nav__frame:focus  {
  box-shadow: none;
}
.fotorama__nav__frame:focus :after {
  left: -1px;
  padding: 1px;
  top: -1px;
}
.fotorama__dot {
  border-radius: 6px;
  border: 1px solid #858585;
  display: block;
  height: 4px;
  left: 6px;
  position: relative;
  top: 12px;
  width: 4px;
}
.fotorama__thumb {
  background-color: #ebebeb;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  backface-visibility: hidden;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  border: 1px solid #ff5501;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9;
}
.fotorama__caption {
  bottom: 0;
  color: #000000;
  font-size: 14px;
  left: 0;
  line-height: 1.5;
  position: absolute;
  right: 0;
  z-index: 12;
}
.fotorama__caption a {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
  text-decoration: none;
}
.fotorama__caption a:hover {
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--no-captions .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #ffffff;
  padding: 5px 10px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fotorama__spinner {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
}
.fotorama__wrap--css3 .fotorama__spinner {
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: linear;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  cursor: pointer;
  position: absolute;
}
.fotorama__arr {
  z-index: 900;
}
.fotorama__fullscreen-icon,
.fotorama__zoom-out,
.fotorama__zoom-in,
.fotorama__video-close {
  z-index: 1000;
}
.fotorama__arr {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 80px;
}
._block-content-loading .fotorama__arr {
  opacity: 0;
}
.fotorama__arr .fotorama__arr__arr {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  height: 80px;
  width: 80px;
}
.fotorama__arr--prev {
  left: 0;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -80px -80px;
}
.fotorama__arr--next {
  right: 0;
}
.fotorama__arr--next .fotorama__arr__arr {
  background-position: -160px -80px;
}
.fotorama__arr--disabled {
  cursor: default;
  opacity: 0;
  pointer-events: none;
}
.fotorama__fullscreen-icon {
  background-position: 0 0;
  display: none;
  height: 80px;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1000;
}
.fotorama--fullscreen-icons .fotorama__fullscreen-icon {
  display: none;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -80px 0;
  display: inline-block;
}
.fotorama__video-play {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  background-position: -80px -160px;
  height: 160px;
  width: 160px;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__loaded .fotorama__video-play,
.fotorama__error .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  display: block;
  opacity: 1;
}
.fotorama__nav__frame .fotorama__video-play {
  background-position: 0 -240px;
  height: 80px;
  width: 80px;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(80px, -80px, 0);
  -ms-transform: translate3d(80px, -80px, 0);
  -o-transform: translate3d(80px, -80px, 0);
  transform: translate3d(80px, -80px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-120px, 0, 0);
  -ms-transform: translate3d(-120px, 0, 0);
  -o-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(120px, 0, 0);
  -ms-transform: translate3d(120px, 0, 0);
  -o-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(80px, -80px, 0) !important;
  -ms-transform: translate3d(80px, -80px, 0) !important;
  -o-transform: translate3d(80px, -80px, 0) !important;
  transform: translate3d(80px, -80px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-120px, 0, 0) !important;
  -ms-transform: translate3d(-120px, 0, 0) !important;
  -o-transform: translate3d(-120px, 0, 0) !important;
  transform: translate3d(-120px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(120px, 0, 0) !important;
  -ms-transform: translate3d(120px, 0, 0) !important;
  -o-transform: translate3d(120px, 0, 0) !important;
  transform: translate3d(120px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
  transition-duration: 0.3s;
  transition-property: transform, opacity, background-color;
}
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  text-decoration: none;
  z-index: 10;
}
.fotorama__stage:before,
.fotorama__nav:before {
  left: -10px;
  top: -10px;
}
.fotorama__stage:after,
.fotorama__nav:after {
  right: -10px;
  bottom: -10px;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-size: 1px 100%, 5px 100%;
  bottom: 0;
  height: auto;
  top: 0;
  width: 10px;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-size: 100% 1px, 100% 5px ;
  height: 10px;
  left: 0;
  right: 0;
  width: auto;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: 0;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: 0;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  top: 0;
}
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 100%, 0 100%;
  bottom: 0;
}
.fotorama--fullscreen .fotorama__stage:before,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:after {
  display: none;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  -o-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  width: auto;
}
.magnifier-thumb-wrapper {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}
.magnifier-lens {
  border: solid 1px #bbbbbb;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 800;
}
.magnify-lens {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbbbbb;
  color: #ffffff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1000;
  overflow: hidden;
}
.magnify-lens .magnifier-large {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  border: none;
  position: absolute;
  z-index: 100;
}
.magnifier-loader-text {
  margin-top: 10px;
}
.magnifier-preview {
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 215px;
}
.magnifier-preview:not(.hidden) {
  background-color: #ffffff;
}
.magnifier-preview img {
  left: 0;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 0;
  object-fit: scale-down;
}
.fotorama__stage__frame {
  text-align: center;
}
.fotorama__stage__frame .fotorama__img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 0.3s;
  transition-property: width, height, top, left;
  vertical-align: middle;
  width: auto;
}
@media all and (min-width: 768px) {
  .fotorama__stage__frame .fotorama__img {
    top: 49.5%;
  }
}
.magnify-opaque {
  opacity: .5;
}
.magnify-hidden {
  display: none;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: white;
  width: 100%;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  display: block;
  padding-bottom: inherit !important;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  cursor: default;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  transition: 0.3s linear;
  vertical-align: middle;
  width: auto;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
  cursor: pointer;
  max-height: none;
  max-width: none;
  transition-property: width, height, bottom, right, top, left;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
  cursor: move;
  transition-property: none;
}
.fotorama--fullscreen .fotorama__stage__frame iframe {
  left: 80px;
  width: calc(100% - 80px * 2);
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: auto;
  width: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 0;
}
.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__thumb--icon {
  font-size: 0.001px;
  padding-bottom: 30px;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-position: -25px -265px;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -350px;
}
.magnify-fullimage {
  display: none;
}
.fotorama__arr,
.fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__arr:active,
.fotorama__thumb__arr:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__video-close {
  background-position: -80px 0;
  height: 80px;
  opacity: 0;
  right: 0;
  top: 0;
  transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out;
  width: 80px;
}
@media all and (max-width: 768px) {
  .fotorama__video-close {
    background-position: -100px -20px;
    top: 10px;
    height: 40px;
    width: 40px;
  }
}
.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  transform: translate3d(0, -10px, 0);
}
.gallery-placeholder__image {
  display: block;
  margin: auto;
}
.fotorama__spinner {
  background-image: url('../../frontend/Indez/chisholmhunter/en_GB/images/loader-1.gif');
  bottom: 0;
  display: none;
  height: 64px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  z-index: 100;
}
.fotorama__spinner.fotorama__spinner--show {
  display: block;
}
.fotorama__product-video--loaded .fotorama__img,
.fotorama__product-video--loaded .fotorama__img--full {
  display: none !important;
}
.fotorama__stage .fotorama__arr--shown {
  display: block !important;
}
.fotorama__stage .fotorama__arr--hidden {
  display: none !important;
}
.product-items .ampreorder-observed .price-box {
    margin-bottom: 15px;
}

.product-items .ampreorder-observed .ampreorder-note {
    margin-bottom: 20px;
}

.ampreorder-observed,
.ampreorder-note,
.preorder_note {
    word-break: break-all;
    word-break: break-word;
}

.ampreorder-observed .tocart {
    white-space: normal
}/*
 * This program is the CONFIDENTIAL and PROPRIETARY property of Autify digital Ltd.
 * Any unauthorized use, reproduction or transfer of this computer program is strictly prohibited.
 * Copyright (c) 2020-2022 Autify digital Ltd.
 * This is an unpublished work, and is subject to limited distribution and restricted disclosure only.
 * ALL RIGHTS RESERVED.
 *
 */
@media (max-width: 568px) {
  .item.product-item .product-v12-finance {
    bottom: 76px;
  }
}
@media only screen and (max-width: 767px){
    .modal-popup.modal-slide.finance-modal {
        left: 0px;
    }
    .v12-left-finance, .v12-right-finance{
        width: 100% !important;
        padding: 20px !important;
    }
    .finance-modal ul#finance-calculator-summary, .v12finance-checkout ul#finance-calculator-summary {
        padding: 10px 10px !important;
    }
    .finance-modal .v12-finance-options, .v12finance-checkout .v12-finance-options {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .finance-modal .action-control, .v12finance-checkout .action-control{
        width: 100%;
        text-align: center;
        display: inline-block;
    }
    .finance-modal #apply-finance, .v12finance-checkout #apply-finance{
        float: none !important;
    }
    .item.product-item .product-v12-finance {
        bottom: 91px;
      }
}
@media (max-width: 767px) {
  .checkout-index-index .checkout-container .opc-wrapper li#payment .payment-method.v12-finance._active .depositinput {
    width: 132px;
  }
  .checkout-index-index .checkout-container .opc-wrapper li#payment .payment-method.v12-finance._active #finance-calculator-overview ul {
    padding: 10px 10px;
  }
  .checkout-index-index .checkout-container .opc-wrapper li#payment .payment-method.v12-finance._active #finance-calculator-overview ul li span.value {
    width: 100%;
    margin-bottom: 10px;
  }
  .v12finance-checkout ul#finance-calculator-overview li:last-child span.value,
  .v12finance-checkout ul#finance-calculator-overview li:last-child label {
    width: 100%;
    text-align: center;
    display: inline-block;
  }
  .catalog-product-view .finance-view-popup h4.title-small, .catalog-product-view .finance-view-popup h4.finance-sub-title, .catalog-product-view .finance-view-popup h3.title-big {
        font-size: 22px;
    }
    .catalog-product-view .finance-view-popup h4.finance-sub-title {
        margin: 20px 0 20px 0;
    }
    .catalog-product-view .finance-view-popup #apply-finance{
        width: 100%;
    }
}
@media (max-width: 1024px){
    .catalog-product-view .finance-modal .modal-inner-wrap header.modal-header .action-close {
        z-index: 99;
    }
    .finance-overview-product { width: 50%;}
    .catalog-product-view .finance-modal .modal-inner-wrap header.modal-header .action-close{
            right: 15px;
        top: 15px;
    }
    .catalog-product-view .finance-modal .modal-inner-wrap h3.title-big{
        font-size: 20px !important;
        line-height: 27px;
    }
    .catalog-product-view .finance-modal .modal-inner-wrap .left-finance,
    .catalog-product-view .finance-modal .modal-inner-wrap .right-finance{
        width: 100%;
        padding: 30px 20px;
    }
    .catalog-product-view .finance-modal .modal-inner-wrap .right-finance .action-control{
        text-align: center;
    }
    .catalog-product-view .finance-modal .modal-inner-wrap .right-finance .action-control button#apply-finance{
        float: none;
        height: 50px;
        width: 100%;
    }
    .catalog-product-view .finance-modal .modal-inner-wrap .right-finance ul#finance-calculator-overview{
        padding: 20px 10px;
    }
    .catalog-product-view .finance-modal .modal-inner-wrap .right-finance ul#finance-calculator-overview li{
        font-size: 15px;
    }
    .catalog-product-view .finance-modal .modal-inner-wrap .repayment{
        margin-bottom: 20px;
    }
    .catalog-product-view .finance-modal .modal-inner-wrap .display-depositamount{
        width: 100%;
        text-align: left;
    }
    .catalog-product-view .finance-modal .modal-inner-wrap select#finance-options {
        max-width: 100%;
        margin-bottom: 20px;
    }
    ul#finance-calculator-summary li label {
        font-size: 12px;
    }
    .catalog-product-view .finance-modal .modal-inner-wrap header.modal-header .action-close{
        right: 15px;
        top: 15px;
    }
    .catalog-product-view .finance-modal .right-finance .finance-selected-options .value{
        text-align: left;
        margin-bottom: 20px;
    }
    .catalog-product-view .finance-modal h3.title-big{
        font-size: 22px !important;
        line-height: 27px;
    }
    .catalog-product-view .finance-modal .left-finance, .catalog-product-view .finance-modal .right-finance{
        width: 100%;
        padding: 30px 20px;
    }
    .catalog-product-view .finance-modal .left-finance .action-control, .catalog-product-view .finance-modal .right-finance .action-control{
        text-align: center;
    }
    .catalog-product-view .finance-modal .left-finance button#apply-finance, .catalog-product-view .finance-modal .right-finance button#apply-finance{
        float: none;
        height: 50px;
        width: 100%;
    }
    .catalog-product-view .finance-modal ul#finance-calculator-overview{
        padding: 20px 10px;
    }
    .catalog-product-view .finance-modal ul#finance-calculator-overview li{
        font-size: 14px;
    }
    .catalog-product-view .finance-modal .repayment{
        margin-bottom: 20px;
    }
    .catalog-product-view .finance-modal .display-depositamount{
        width: 100%;
        text-align: left;
    }
    .catalog-product-view .finance-modal select#finance-options {
        max-width: 100%;
        margin-bottom: 20px;
    }
}
@media (max-width: 1280px){
    .catalog-product-view .finance-modal .modal-inner-wrap{
        width: 100% !important;
        margin: 0;
        height: 100%;
        max-height: 100%;
    }
    .catalog-product-view .column.main .product-info-main{
        position: static !important;
        padding: 0px 0 0 10px;
        width: 100%;
    }
    .catalog-product-view .column.main .product-view-middlecontent-cms {
        padding: 100px 0 0px 0;
    }
    .catalog-product-view .column.main .product-view-middlecontent
    .catalog-product-view .column.main .product-view-middlecontent-description,
    .catalog-product-view .column.main .product-view-middlecontent-technicaldata,
    .catalog-product-view .column.main .product-view-middlecontent-delivery{
        max-width: 100%;
    }
    .catalog-product-view .column.main .product-view-middlecontent-delivery {
        border-bottom: 0;
        padding-bottom: 0;
    }
    .catalog-product-view main#maincontent {
        padding: 0 !important;
    }
    .catalog-product-view .product-view-mainarea {
        max-width: 100% !important;
        padding: 0 20px !important;
    }
}

.error-message, .error-message-v12 {
    margin: 10px auto;
    text-align: center;
    display: none;
    color: red;
}

.payment-method-finance-slots div{
    margin: 20px 0;
}
.v12-finance.action.button {
    margin: 10px 0;
}
#autifydigitalcalculator ul li,
#finance-calculator-summary ul li{
    list-style-type: none;
}
.deposit-text-area {
    display: inline-block;
    width: 100%;
    float: left;
}
div.ui-slider .ui-slider-handle{
    background-color: #C09A5E;
    height: 15px;
    border-radius: 0;
    margin-left: 0;
    cursor: pointer;
}
div.ui-slider-horizontal {
    height: 15px;
    border-radius: 0;
    background: rgb(192 154 94 / 0.5);
    display: inline-block;
    width: 100%;
    float: left;
}

#finance-deposit-error{
    margin-top: 10px;
}
.finance-modal{
    float: left;
}
#calculator-button-click{
    cursor:pointer;
    margin: 10px 0;
    border-color: #0c3755 !important;
}
.finance-modal .modal-footer{display:none;}

.v12-left-finance{
        width: 40%;
        float: left;
        margin: 0;
        background-color: #fff;
        padding: 50px;
}
span#minus-icon, span#plus-icon {
    padding: 20px 25px;
    float: left;
    border: 1px solid #000;
    cursor: pointer;
}

span.deposit_amount{
    padding: 20px 14px;
    float: left;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.repayment{
    float: left;
}

#autifydigitalcalculator .title-big{
    color: #353636;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.56px;
    line-height: 25px;
}
.desc-left {
    color: #7F7F7F;
}
h4.title-small{
    color: #303030;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 20px;
    margin: 40px 0 10px 0;
}
h4.finance-sub-title {
    color: #303030;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.44px;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
p.repayment-text{
    color: #7F7F7F;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 22px;
    padding-bottom: 30px;
}
select#finance-options{
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.1px;
    line-height: 20px;
}
.v12-finance .v12logo {
    float: left;
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 15px auto;
}

.v12-finance .v12logo img {
    text-align: center;
    margin: 0 auto;
}

.v12-finance .v12logo span {
    margin: 0 auto;
    float: left;
    width: 100%;
    text-align: center;
}

#finance-calculator-summary{
    width:100%;
    float:left;
    border: 1px solid #E8E8E8;

}

.payment-method-finance-slots #finance-calculator-summary{
    padding:0;
}
/*.v12-right-finance{
    width: 45%;
    padding: 35px;
    background: #F9F9F9;
    float: left;
}*/

#finance-calculator-summary .value {
    float: right;
}

.finance-calculator{
    width: 100%;
    float: left;
    border: 1px solid #1A79C4;
    padding: 20px;
}

.finance-calculator-img{
    width: 20%;
    float: left;
    padding-top: 5px;
}

.finance-overview-product{
    width: 60%;
    float: left;
    padding: 0 10px;
}

.finance-pro-title{
    float: left;
    width: 100%;
    margin: 0 0 6px 0;
    font-size: 16px;
    text-transform: uppercase;
}

.finance-overview-hint{
    float: left;
    width: 100%;
}

.v12logo{
    width: 20%;
    float: left;
}

.finance-calculator-img .no-finance-hover,
.finance-calculator-img .finance-ok,
.finance-calculator-img .no-finance,
.finance-calculator-img .finance-issue,
.finance-calculator-img .finance-ok-hover,
.finance-calculator-img .finance-issue-hover,
.v12logo .withhover{
    display: none;
}

.finance-calculator.hoverclass,
.finance-calculator.issueclass.hoverclass {
    color: #FFF;
    background: #0c3755;
}

.finance-calculator.issueclass {
    color: #000;
    background: rgba(247,181,0,0.05);
}

.deposit-input-area{
    border: 1px solid #000;
    padding: 20px;
    width: 20%;
    float: left;
    margin: 0 !important;
}
.deposit-input-area .currency-inp,
.deposit-input-area .currency-symbol{
    float: left;
    width: 48%;
    text-align: right;
}
.deposit-input-area input{
    float: left;
    border: 0;
    padding: 0;
    height: auto;
    margin: 0;
    width: 50%;
    text-align: left;
    background-color: transparent;
    height: 50px;
    color: #1D1D1D;
    font-size: 16px;
    padding-left: 5px;
}
.finance-options img{
    float: left;
}

ul#finance-calculator-summary{
    list-style-type: none;
    width: 100%;
}

ul#finance-calculator-summary li {
    float: left;
    width: 100%;
}

ul#finance-calculator-summary li label {
    float: left;
}

.checkout-index-index .checkout-container .opc-wrapper li#payment .payment-method .payment-method-title .payment-icon,
.checkout-onepage-success .checkout-container .opc-wrapper li#payment .payment-method .payment-method-title .payment-icon {
  margin-right: 0;
  float: right;
  max-height: 40px;
}
.checkout-index-index .checkout-container .opc-wrapper li#payment .payment-method.autify-v12-finance._active .payment-method-content {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
}

.checkout-index-index .checkout-container .opc-wrapper li#payment .payment-method.v12-finance._active span#minus-icon,
.checkout-onepage-success .checkout-container .opc-wrapper li#payment .payment-method.v12-finance._active span#minus-icon,
.checkout-index-index .checkout-container .opc-wrapper li#payment .payment-method.v12-finance._active span#plus-icon,
.checkout-onepage-success .checkout-container .opc-wrapper li#payment .payment-method.v12-finance._active span#plus-icon {
  padding: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 23px;
  color: #c09a5e;
  border-color: rgba(29, 29, 29, 0.1);
}
.checkout-index-index .checkout-container .opc-wrapper li#payment .payment-method.v12-finance._active span#minus-icon,
.checkout-onepage-success .checkout-container .opc-wrapper li#payment .payment-method.v12-finance._active span#minus-icon {
  font-size: 38px;
  line-height: 41px;
}
.checkout-index-index .checkout-container .opc-wrapper li#payment .payment-method.v12-finance._active .depositinput,
.checkout-onepage-success .checkout-container .opc-wrapper li#payment .payment-method.v12-finance._active .depositinput {
  border-color: rgba(29, 29, 29, 0.1);
  padding: 0;
  height: 50px;
  width: 152px;
  line-height: 50px;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  color: #5a5a5a;
  font-size: 16px;
  background-color: #ffffff;
}
.checkout-index-index .checkout-container .opc-wrapper li#payment .payment-method.v12-finance._active .depositinput input,
.checkout-onepage-success .checkout-container .opc-wrapper li#payment .payment-method.v12-finance._active .depositinput input {
  background-color: transparent;
  height: 50px;
  color: #5a5a5a;
  font-size: 16px;
  padding-left: 5px;

}
.checkout-index-index .checkout-container .opc-wrapper li#payment .payment-method.v12-finance._active .depositinput .currency-inp,
.checkout-onepage-success .checkout-container .opc-wrapper li#payment .payment-method.v12-finance._active .depositinput .currency-inp {
  float: left;
  width: 43%;

}
.checkout-index-index .checkout-container .opc-wrapper li#payment .payment-method.v12-finance._active .billing-address-text-match,
.checkout-onepage-success .checkout-container .opc-wrapper li#payment .payment-method.v12-finance._active .billing-address-text-match {
  margin-top: 0;
}
.checkout-index-index .checkout-container .opc-wrapper li#payment .payment-method.v12-finance._active .billing-address-text-match span,
.checkout-onepage-success .checkout-container .opc-wrapper li#payment .payment-method.v12-finance._active .billing-address-text-match span,
.checkout-index-index .checkout-container .opc-wrapper li#payment .payment-method.v12-finance._active p.repayment-text,
.checkout-onepage-success .checkout-container .opc-wrapper li#payment .payment-method.v12-finance._active p.repayment-text {
  color: #5a5a5a;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 22px;
  padding-bottom: 0;
}
.checkout-index-index .checkout-container .opc-wrapper li#payment .payment-method.v12-finance._active select#finance-options,
.checkout-onepage-success .checkout-container .opc-wrapper li#payment .payment-method.v12-finance._active select#finance-options {
  margin-top: 20px;
}
.checkout-index-index .checkout-container .opc-wrapper li#payment .payment-method.v12-finance._active .opc-help-cms,
.checkout-onepage-success .checkout-container .opc-wrapper li#payment .payment-method.v12-finance._active .opc-help-cms {
  display: inline-block !important;
  width: 100%;
}
.checkout-index-index .checkout-container .opc-wrapper li#payment .payment-method.v12-finance._active .opc-help-cms p.finance-checkout-top-text1,
.checkout-onepage-success .checkout-container .opc-wrapper li#payment .payment-method.v12-finance._active .opc-help-cms p.finance-checkout-top-text1 {
  color: #5a5a5a;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 22px;
}

.checkout-index-index .checkout-container .opc-wrapper li#payment .payment-method.v12-finance._active .opc-help-cms p.finance-checkout-top-text,
.checkout-onepage-success .checkout-container .opc-wrapper li#payment .payment-method.v12-finance._active .opc-help-cms p.finance-checkout-top-text {
  color: #1D1D1D;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 26px;
  margin-top: 20px;
}
.checkout-index-index .checkout-container .opc-wrapper li#payment .payment-method.v12-finance._active #finance-calculator-overview ul,
.checkout-onepage-success .checkout-container .opc-wrapper li#payment .payment-method.v12-finance._active #finance-calculator-overview ul {
  padding: 20px 30px;
}
.checkout-index-index .checkout-container .opc-wrapper li#payment .payment-method.v12-finance._active #finance-calculator-overview ul li,
.checkout-onepage-success .checkout-container .opc-wrapper li#payment .payment-method.v12-finance._active #finance-calculator-overview ul li {
  margin: 7px 0;
  color: #303030;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 26px;
}

.checkout-index-index .checkout-container .opc-wrapper li#payment .payment-method.v12-finance._active #finance-calculator-overview ul li.total-amount-payable-now,
.checkout-onepage-success .checkout-container .opc-wrapper li#payment .payment-method.v12-finance._active #finance-calculator-overview ul li.total-amount-payable-now {
  font-weight: bold;
}
.checkout-index-index .checkout-container .opc-wrapper li#payment .payment-method.v12-finance._active #finance-calculator-overview ul li.total-amount-payable-now span.value,
.checkout-onepage-success .checkout-container .opc-wrapper li#payment .payment-method.v12-finance._active #finance-calculator-overview ul li.total-amount-payable-now span.value {
  font-weight: bold;
}
.checkout-index-index .checkout-container .opc-wrapper li#payment .payment-method.v12-finance._active h4.title-small,
.checkout-onepage-success .checkout-container .opc-wrapper li#payment .payment-method.v12-finance._active h4.title-small {
  color: #303030;
  font-size: 16px;
  margin-bottom: 10px;

  letter-spacing: 0.5px;
  line-height: 20px;
  margin-top: 0;
}
.checkout-index-index .v12finance-checkout .repayment {
  margin-bottom: 10px;
}
.checkout-index-index .v12finance-checkout select#v12-finance-options {
  background-color: transparent;
  color: #7f7f7f;
}
.checkout-index-index .v12finance-checkout .billing-address-text-match span {
  font-size: 16px;
}
.checkout-index-index .v12finance-checkout p.repayment-text {
  color: #7f7f7f;
  font-weight: normal;
}
.checkout-index-index .v12finance-checkout input.value.deposit_amount {
  background-color: transparent;
}
.finance-modal .deposit-text-area, .v12finance-checkout .deposit-text-area {
    position: relative;
}

.catalog-product-view .column.main .product-info-main .v12-finance.action.button {
  margin: 15px 0;
  display: inline-block;
  width: 100%;
}
.catalog-product-view .column.main .product-info-main .v12-finance.action.button #calculator-button-click {
  margin: 0;
  border-color: #c09a5e !important;
}
.catalog-product-view .column.main .product-info-main .v12-finance.action.button .finance-calc-img {
  margin-top: 19px;
}
.catalog-product-view .column.main .product-info-main .v12-finance.action.button .finance-calculator-overview.hoverclass,
.catalog-product-view .column.main .product-info-main .v12-finance.action.button .finance-calculator-overview.issueclass.hoverclass {
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.3);
  transition: 0.5s;
  background-color: #c09a5e;
}
.catalog-product-view .column.main .product-info-main .v12-finance.action.button .finance-calculator-overview {
  transition: 0.5s;
}
.catalog-product-view .column.main .product-info-main .v12-finance.action.button .finance-message {
  width: 64%;
  float: left;
  padding: 0 0 0 12px;
}
.catalog-product-view .column.main .product-info-main .v12-finance.action.button .finance-message .finance-pro-title {
  float: left;
  width: 100%;
  margin: 0 0 4px 0;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.2px;
  line-height: 22px;
  text-transform: uppercase;
  font-family: "Open Sans";
}
.catalog-product-view .column.main .product-info-main .v12-finance.action.button .v12logo {
  margin: 0;
  width: 24%;
}
/*v12finance css start*/
.finance-modal .modal-inner-wrap,
.v12finance-checkout .modal-inner-wrap {
  width: 1170px !important;
}
.finance-modal .modal-inner-wrap header.modal-header,
.v12finance-checkout .modal-inner-wrap header.modal-header {
  padding: 0;
}
.finance-modal .modal-inner-wrap header.modal-header .action-close,
.v12finance-checkout .modal-inner-wrap header.modal-header .action-close {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 35px;
  top: 25px;
}
.finance-modal .modal-inner-wrap header.modal-header .action-close:before,
.v12finance-checkout .modal-inner-wrap header.modal-header .action-close:before {
  color: #5a5a5a;
  font-size: 20px;
  line-height: 20px;
}
.finance-modal div#autifydigitalcalculator,
.v12finance-checkout div#autifydigitalcalculator {
  background-color: #f9f9f9;
}
.finance-modal div#autifydigitalcalculator fieldset.fieldset,
.v12finance-checkout div#autifydigitalcalculator fieldset.fieldset {
  margin-bottom: 0 !important;
}
.finance-modal .modal-content,
.v12finance-checkout .modal-content {
  padding: 0;
}
.finance-modal .left-finance,
.v12finance-checkout .left-finance {
  width: 50%;
  float: left;
  margin: 0;
  background-color: #ffffff;
  padding: 50px;
}
.finance-modal select#v12-finance-options,
.v12finance-checkout select#v12-finance-options {
  max-width: 330px;
}
.finance-modal .v12-right-finance,
.v12finance-checkout .v12-right-finance {
  width: 40%;
  padding: 85px 50px 60px 50px;
  background: #f9f9f9;
  float: left;
}
.finance-modal .v12-right-finance p,
.v12finance-checkout .v12-right-finance p {
  color: #303030;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 22px;
  padding-bottom: 30px;
}
.finance-modal .v12-right-finance p a,
.v12finance-checkout .v12-right-finance p a {
  color: #c09a5e !important;
  font-weight: bold;
}
.finance-modal .v12-finance-options,
.v12finance-checkout .v12-finance-options {
  float: left;
}
.finance-modal .v12-finance-options .label,
.v12finance-checkout .v12-finance-options .label {
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 26px;

}
.finance-modal .v12-finance-options .value,
.v12finance-checkout .v12-finance-options .value {
  font-size: 16px;

  letter-spacing: 0.5px;
  line-height: 26px;
  font-weight: bold;
}
.finance-modal #apply-finance,
.v12finance-checkout #apply-finance {
  height: 50px;
  width: 50%;
  font-weight: normal;
  border: 1px solid #c09a5e;
  border-radius: 2px;
  background-color: #c09a5e;
  color: #ffffff;
  font-size: 16px !important;

  letter-spacing: 0.5px;
  line-height: 20px;
  text-align: center;
  float: right;
}

.finance-modal #apply-finance:hover,
.v12finance-checkout #apply-finance:hover {
  background-color: #FFF !important;
  color: #c09a5e !important;
}
.finance-modal ul#finance-calculator-summary,
.v12finance-checkout ul#finance-calculator-summary {
  padding: 20px 30px;
  margin-bottom: 20px;
}
.finance-modal ul#finance-calculator-summary li,
.v12finance-checkout ul#finance-calculator-summary li {
  color: #303030;
  font-size: 16px;
  letter-spacing: 0.2px;
  line-height: 26px;
}
.finance-modal ul#finance-calculator-summary li:last-child,
.v12finance-checkout ul#finance-calculator-summary li:last-child {

  font-weight: bold;
}
.finance-modal h3.title-big,
.v12finance-checkout h3.title-big {
  color: #353636;
  font-size: 26px;

  letter-spacing: 0.5px;
  line-height: 36px;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 6px 0;
}
.finance-modal .deposit-text-area,
.v12finance-checkout .deposit-text-area {
    position: relative;
}
.finance-modal span#minus-icon, .v12finance-checkout span#minus-icon {
    font-size: 39px;
    line-height: 38px;
    left: 0;
}
.finance-modal span#minus-icon,
.v12finance-checkout span#minus-icon,
.finance-modal span#plus-icon,
.v12finance-checkout span#plus-icon {
  padding: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 38px;
  font-size: 39px;
  color: #c09a5e;
  border: 1px solid rgba(29, 29, 29, 0.1);
  position: absolute;
  top: 0;
}
.finance-modal span#minus-icon,
.v12finance-checkout span#minus-icon {
  font-size: 39px;
  line-height: 38px;
  left: 0;
}
.finance-modal span#plus-icon,
.v12finance-checkout span#plus-icon {
  right: 0;
}
.finance-modal .deposit-input-area,
.v12finance-checkout .deposit-input-area {
  border-color: rgba(29, 29, 29, 0.1);
  padding: 0 50px;
  height: 50px;
  width: 100%;
  line-height: 50px;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  color: #303030;
  font-size: 16px;
}
.finance-modal .deposit-input-area .currency-inp,
.v12finance-checkout .deposit-input-area .currency-inp,
.finance-modal .deposit-input-area .currency-symbol,
.v12finance-checkout .deposit-input-area .currency-symbol {
  float: left;
  width: 43%;

  font-weight: bold;
}
.finance-modal .deposit-input-area input,
.v12finance-checkout .deposit-input-area input {
  font-weight: bold !important;
}
.finance-modal .repayment,
.v12finance-checkout .repayment {
  margin-bottom: 50px;
}
.finance-modal .finance-options img,
.v12finance-checkout .finance-options img {
  width: 114px;
}
.finance-modal .v12finance-summary,
.v12finance-checkout .v12finance-summary {
  margin-top: 10px;
  width: 100%;
  display: inline-block;
}
.finance-modal .display-depositamount,
.v12finance-checkout .display-depositamount {
  margin-top: 0px;
  display: inline-block;
  width: auto;
  float: right;
  text-align: right;
}
.finance-modal .display-depositamount .display-depositamount1,
.v12finance-checkout .display-depositamount .display-depositamount1 {
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 26px;
  font-weight: bold;
}
.finance-modal .display-depositamount .display-depositamount2,
.v12finance-checkout .display-depositamount .display-depositamount2 {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 20px;
}
.finance-modal .desc-left,
.v12finance-checkout .desc-left {
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 26px;
}
/*v12finance css end*/
.deposit .repayment-text.blinker, .checkout-index-index .v12finance-checkout p.repayment-text.blinker{
    font-weight: 600;
    color: red;
}
.v12-left-finance {
    width: 50%;
}
.finance-modal .v12-right-finance, .v12finance-checkout .v12-right-finance {
    width: 50%;
}
.finance-modal ul#finance-calculator-summary, .v12finance-checkout ul#finance-calculator-summary{
    box-sizing: border-box;
}
.finance-modal .deposit-input-area, .v12finance-checkout .deposit-input-area {
    box-sizing: border-box;
}
div#calculator-button-click {
    box-sizing: border-box;
}
div#finance-calculator-popup *{
	box-sizing: border-box;
}
.v12repayment-area.repayment-text {
    padding-bottom: 15px;
}
.title-terms-length{
    font-size: 16px;
}
.addto-cart-notice{
    float: left;
    width: 100%;
    margin-top: 10px;
}
.catalog-product-view .logo-with-autifybrand{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: end;
}
#mw-store-locator-locations {
  width: 100%;
  height: 100%;
}

#mw-store-locator-locations * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI,
  Roboto, Helvetica Neue, sans-serif;
}

#mw-store-locator-locations .mw-sl__content--map-right {
  height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.mw-store-locator-inpage-content
#mw-store-locator-locations
.mw-sl__content--map-right {
  height: 100%;
}

#mw-store-locator-locations .mw-sl__content--map-right .mw-sl__stores {
  height: 400px;
  position: relative;
  top: auto;
  left: auto;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ccc;
}

#mw-store-locator-locations .mw-sl__content--map-right .mw-sl__map {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-left: 20px;
  height: 720px;
  margin-bottom: 40px;
}

@media screen and (max-width: 500px) {
  #mw-store-locator-locations .mw-sl__content--map-right .mw-sl__map {
    display: none;
  }
}

#mw-store-locator-locations .mw-sl__content--map-top,
#mw-store-locator-locations .mw-sl__content--map-bottom,
#mw-store-locator-locations .mw-sl__content--map-hidden {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#mw-store-locator-locations .mw-sl__content--map-top .mw-sl__stores,
#mw-store-locator-locations .mw-sl__content--map-bottom .mw-sl__stores,
#mw-store-locator-locations .mw-sl__content--map-hidden .mw-sl__stores {
  position: relative;
  margin: 0;
  margin-top: 80px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #ccc;
}

@media screen and (max-width: 640px) {
  #mw-store-locator-locations .mw-sl__content--map-top .mw-sl__stores,
  #mw-store-locator-locations .mw-sl__content--map-bottom .mw-sl__stores,
  #mw-store-locator-locations .mw-sl__content--map-hidden .mw-sl__stores {
    width: 100%;
  }
}

#mw-store-locator-locations .mw-sl__content--map-top .mw-sl__stores__wrapper,
#mw-store-locator-locations .mw-sl__content--map-bottom .mw-sl__stores__wrapper,
#mw-store-locator-locations
.mw-sl__content--map-hidden
.mw-sl__stores__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media screen and (max-width: 640px) {
  #mw-store-locator-locations .mw-sl__content--map-top .mw-sl__stores__wrapper,
  #mw-store-locator-locations
  .mw-sl__content--map-bottom
  .mw-sl__stores__wrapper,
  #mw-store-locator-locations
  .mw-sl__content--map-hidden
  .mw-sl__stores__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#mw-store-locator-locations .mw-sl__content--map-top .mw-sl__stores__current,
#mw-store-locator-locations .mw-sl__content--map-bottom .mw-sl__stores__current,
#mw-store-locator-locations
.mw-sl__content--map-hidden
.mw-sl__stores__current {
  text-align: left;
}

#mw-store-locator-locations
.mw-sl__content--map-top
.mw-sl__stores__header__item,
#mw-store-locator-locations
.mw-sl__content--map-bottom
.mw-sl__stores__header__item,
#mw-store-locator-locations
.mw-sl__content--map-hidden
.mw-sl__stores__header__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

#mw-store-locator-locations
.mw-sl__content--map-top
.mw-sl__stores__header__item:last-child,
#mw-store-locator-locations
.mw-sl__content--map-bottom
.mw-sl__stores__header__item:last-child,
#mw-store-locator-locations
.mw-sl__content--map-hidden
.mw-sl__stores__header__item:last-child {
  -webkit-box-flex: 4;
  -ms-flex-positive: 4;
  flex-grow: 4;
}

#mw-store-locator-locations
.mw-sl__content--map-top
.mw-sl__stores__details__image,
#mw-store-locator-locations
.mw-sl__content--map-bottom
.mw-sl__stores__details__image,
#mw-store-locator-locations
.mw-sl__content--map-hidden
.mw-sl__stores__details__image {
  width: 100px;
  height: 100px;
}

#mw-store-locator-locations
.mw-sl__content--map-top
.mw-sl__stores__details__image__wrapper,
#mw-store-locator-locations
.mw-sl__content--map-bottom
.mw-sl__stores__details__image__wrapper,
#mw-store-locator-locations
.mw-sl__content--map-hidden
.mw-sl__stores__details__image__wrapper {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 640px) {
  #mw-store-locator-locations
  .mw-sl__content--map-top
  .mw-sl__stores__details__image__wrapper,
  #mw-store-locator-locations
  .mw-sl__content--map-bottom
  .mw-sl__stores__details__image__wrapper,
  #mw-store-locator-locations
  .mw-sl__content--map-hidden
  .mw-sl__stores__details__image__wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  #mw-store-locator-locations
  .mw-sl__content--map-top
  .mw-sl__stores__details__image,
  #mw-store-locator-locations
  .mw-sl__content--map-bottom
  .mw-sl__stores__details__image,
  #mw-store-locator-locations
  .mw-sl__content--map-hidden
  .mw-sl__stores__details__image {
    margin: 0 auto;
  }
}

#mw-store-locator-locations
.mw-sl__content--map-top
.mw-sl__stores__details__hours,
#mw-store-locator-locations
.mw-sl__content--map-bottom
.mw-sl__stores__details__hours,
#mw-store-locator-locations
.mw-sl__content--map-hidden
.mw-sl__stores__details__hours {
  margin-top: 20px;
  margin-bottom: 0;
}

#mw-store-locator-locations
.mw-sl__content--map-top
.mw-sl__stores__details__description,
#mw-store-locator-locations
.mw-sl__content--map-bottom
.mw-sl__stores__details__description,
#mw-store-locator-locations
.mw-sl__content--map-hidden
.mw-sl__stores__details__description {
  border-top: 0;
  padding: 10px 0 0 0;
}

#mw-store-locator-locations .mw-sl__content--map-top .mw-sl__stores__filters,
#mw-store-locator-locations .mw-sl__content--map-bottom .mw-sl__stores__filters,
#mw-store-locator-locations
.mw-sl__content--map-hidden
.mw-sl__stores__filters {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  position: relative;
  top: 0;
}

#mw-store-locator-locations .mw-sl__content--map-top .mw-sl__stores__list,
#mw-store-locator-locations .mw-sl__content--map-bottom .mw-sl__stores__list,
#mw-store-locator-locations .mw-sl__content--map-hidden .mw-sl__stores__list {
  width: 100%;
  max-height: 630px;
  margin-top: 20px;
  border: 1px solid #ccc;
  min-height: 630px;
}

@media screen and (max-width: 640px) {
  #mw-store-locator-locations .mw-sl__content--map-top .mw-sl__stores__list,
  #mw-store-locator-locations .mw-sl__content--map-bottom .mw-sl__stores__list,
  #mw-store-locator-locations .mw-sl__content--map-hidden .mw-sl__stores__list {
    margin-top: 0;
  }
}

#mw-store-locator-locations .mw-sl__content--map-top .mw-sl__stores__list ul,
#mw-store-locator-locations .mw-sl__content--map-bottom .mw-sl__stores__list ul,
#mw-store-locator-locations
.mw-sl__content--map-hidden
.mw-sl__stores__list
ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

#mw-store-locator-locations .mw-sl__content--map-top .mw-sl__stores__list__item,
#mw-store-locator-locations
.mw-sl__content--map-bottom
.mw-sl__stores__list__item,
#mw-store-locator-locations
.mw-sl__content--map-hidden
.mw-sl__stores__list__item {
  width: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  border-bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#mw-store-locator-locations
.mw-sl__content--map-top
.mw-sl__stores__list__item__inner,
#mw-store-locator-locations
.mw-sl__content--map-bottom
.mw-sl__stores__list__item__inner,
#mw-store-locator-locations
.mw-sl__content--map-hidden
.mw-sl__stores__list__item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  #mw-store-locator-locations
  .mw-sl__content--map-top
  .mw-sl__stores__list__item__inner,
  #mw-store-locator-locations
  .mw-sl__content--map-bottom
  .mw-sl__stores__list__item__inner,
  #mw-store-locator-locations
  .mw-sl__content--map-hidden
  .mw-sl__stores__list__item__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 991px) {
  #mw-store-locator-locations
  .mw-sl__content--map-top
  .mw-sl__stores__list__item,
  #mw-store-locator-locations
  .mw-sl__content--map-bottom
  .mw-sl__stores__list__item,
  #mw-store-locator-locations
  .mw-sl__content--map-hidden
  .mw-sl__stores__list__item {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@media screen and (max-width: 640px) {
  #mw-store-locator-locations
  .mw-sl__content--map-top
  .mw-sl__stores__list__item,
  #mw-store-locator-locations
  .mw-sl__content--map-bottom
  .mw-sl__stores__list__item,
  #mw-store-locator-locations
  .mw-sl__content--map-hidden
  .mw-sl__stores__list__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
}

#mw-store-locator-locations .mw-sl__content--map-top .mw-sl__store__info,
#mw-store-locator-locations .mw-sl__content--map-bottom .mw-sl__store__info,
#mw-store-locator-locations .mw-sl__content--map-hidden .mw-sl__store__info {
  padding-left: 10px;
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media screen and (max-width: 640px) {
  #mw-store-locator-locations .mw-sl__content--map-top .mw-sl__store__info,
  #mw-store-locator-locations .mw-sl__content--map-bottom .mw-sl__store__info,
  #mw-store-locator-locations .mw-sl__content--map-hidden .mw-sl__store__info {
    padding-left: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin: 20px 0;
  }
}

#mw-store-locator-locations .mw-sl__content--map-top .mw-sl__store__hours,
#mw-store-locator-locations .mw-sl__content--map-top .mw-sl__store__details,
#mw-store-locator-locations .mw-sl__content--map-bottom .mw-sl__store__hours,
#mw-store-locator-locations .mw-sl__content--map-bottom .mw-sl__store__details,
#mw-store-locator-locations .mw-sl__content--map-hidden .mw-sl__store__hours,
#mw-store-locator-locations .mw-sl__content--map-hidden .mw-sl__store__details {
  padding: 0 5px;
}

#mw-store-locator-locations
.mw-sl__content--map-top
.mw-sl__store__details__full,
#mw-store-locator-locations
.mw-sl__content--map-bottom
.mw-sl__store__details__full,
#mw-store-locator-locations
.mw-sl__content--map-hidden
.mw-sl__store__details__full {
  display: none;
}

#mw-store-locator-locations
.mw-sl__content--map-top
.mw-sl__store__details__full.is-active,
#mw-store-locator-locations
.mw-sl__content--map-bottom
.mw-sl__store__details__full.is-active,
#mw-store-locator-locations
.mw-sl__content--map-hidden
.mw-sl__store__details__full.is-active,
.location-header.is-active {
  display: block !important;
}

#mw-store-locator-locations .mw-sl__content--map-top .mw-sl__map,
#mw-store-locator-locations .mw-sl__content--map-bottom .mw-sl__map,
#mw-store-locator-locations .mw-sl__content--map-hidden .mw-sl__map {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 350px;
}

#mw-store-locator-locations .mw-sl__icon {
  display: inline-block;
  width: 18px;
  height: 12px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

#mw-store-locator-locations .mw-sl__icon:hover {
  opacity: 0.5;
}

#mw-store-locator-locations .mw-sl__icon--filter {
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

#mw-store-locator-locations .mw-sl__icon--watch,
#mw-store-locator-locations .mw-sl__icon--details,
#mw-store-locator-locations .mw-sl__icon--tel,
#mw-store-locator-locations .mw-sl__icon--route,
#mw-store-locator-locations .mw-sl__icon--email,
#mw-store-locator-locations .mw-sl__icon--website {
  width: 35px;
  height: 35px;
  display: block;
  margin: 0 auto;
}

#mw-store-locator-locations .mw-sl__icon--watch img,
#mw-store-locator-locations .mw-sl__icon--details img,
#mw-store-locator-locations .mw-sl__icon--tel img,
#mw-store-locator-locations .mw-sl__icon--route img,
#mw-store-locator-locations .mw-sl__icon--email img,
#mw-store-locator-locations .mw-sl__icon--website img {
  vertical-align: middle;
}

#mw-store-locator-locations .mw-sl__icon--instagram,
#mw-store-locator-locations .mw-sl__icon--whatsapp,
#mw-store-locator-locations .mw-sl__icon--skype,
#mw-store-locator-locations .mw-sl__icon--facebook {
  width: 30px !important;
  height: 30px !important;
}

#mw-store-locator-locations .mw-sl__icon--instagram img,
#mw-store-locator-locations .mw-sl__icon--whatsapp img,
#mw-store-locator-locations .mw-sl__icon--skype img,
#mw-store-locator-locations .mw-sl__icon--facebook img {
  vertical-align: middle;
}

.mw-sl__stores__header .mw-sl__stores__header__item_pin {
  position: absolute;
  left: 15px;
  top: 25px;
  width: 50px;
  cursor: pointer;
  font-style: inherit;
  text-decoration: underline;
}

#mw-store-locator-locations .mw-sl__icon--close {
  position: absolute;
  width: 80px;
  cursor: pointer;
  font-style: inherit;
  text-decoration: underline;
}

#mw-store-locator-locations .mw-sl__icon--close img {
  width: 10px;
  height: 10px;
}

#mw-store-locator-locations .mw-sl__icon--close span {
}

#mw-store-locator-locations .mw-sl__stores__header .mw-sl__store__info__name,
.mw-sl__stores__header .mw-sl__icon--filter {
  position: absolute;
  right: 25px;
  top: 25px;
  cursor: pointer;
  text-decoration: underline;
}

#mw-store-locator-locations .mw-sl__stores__header .mw-sl__stores__current {
  margin-left: 15%;
  padding-top: 25px;
}

#mw-store-locator-locations .mw-sl__store__info {
  width: 65%;
  font-style: normal;
  line-height: 1.5;
  font-size: 14px;
  overflow-x: hidden;
  text-overflow: ellipsis;
}

#mw-store-locator-locations .mw-sl__store__info a:link,
#mw-store-locator-locations .mw-sl__store__info a:visited {
  text-decoration: underline;
  color: #000;
}

#mw-store-locator-locations .mw-sl__store__info a:link:hover,
#mw-store-locator-locations .mw-sl__store__info a:visited:hover {
  text-decoration: none;
}

#mw-store-locator-locations .mw-sl__store__info__name {
  font-weight: bold;
}

#mw-store-locator-locations .mw-sl__store__info__closed {
  color: #d82626;
}

#mw-store-locator-locations .mw-sl__store__info__open {
  color: #54B644;
}

#mw-store-locator-locations .mw-sl__stores__details__pickup-status {
    width: 100%;
    margin-bottom: 10px;
}

#mw-store-locator-locations .mw-sl__store__info__pickup-is-not-available,
#mw-store-locator-locations .mw-sl__stores__details__pickup-is-not-available
{
    background-color: #E5E5E5;
    padding: 0 5px 2px;
}

#mw-store-locator-locations .mw-sl__store__info__lunch-time {
    font-size: 9px;
    display: block;
}

#mw-store-locator-locations .mw-sl__store__hours,
#mw-store-locator-locations .mw-sl__store__details {
  max-width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  color: #909090;
}

#mw-store-locator-locations .mw-sl__store__hours:hover,
#mw-store-locator-locations .mw-sl__store__details:hover {
  opacity: 0.5;
}

#mw-store-locator-locations .mw-sl__store__hours a:link,
#mw-store-locator-locations .mw-sl__store__hours a:visited,
#mw-store-locator-locations .mw-sl__store__details a:link,
#mw-store-locator-locations .mw-sl__store__details a:visited {
  color: #000;
}

#mw-store-locator-locations .mw-sl__store__select {
  max-width: 100px;
  min-height: 35px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  white-space: nowrap;
  background: #fff;
  border: 2px solid #000;
  border-radius: 0;
  font-size: 12px;
  font-weight: normal;
  cursor: pointer;
  margin-top: 10px;
  -webkit-transition: color 0.1s ease-in;
  transition: color 0.1s ease-in;
  position: relative;
  z-index: 0;
}

#mageworx-location-checkout-chooser .mw-sl__store__select__gray,
#mw-store-locator-locations .mw-sl__store__select__gray {
    max-width: 100px;
    min-height: 35px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    white-space: nowrap;
    background: #fff;
    border: 2px solid #959595;
    border-radius: 0;
    font-size: 12px;
    font-weight: normal;
    margin-top: 10px;
    -webkit-transition: color 0.1s ease-in;
    transition: color 0.1s ease-in;
    position: relative;
    z-index: 0;
    color: #959595;
}

#mw-store-locator-locations  .mw-sl__store__not-available {
    font-size: 12px;
    margin: 10px;
    color: #959595;
}

#mw-store-locator-locations .mw-sl__store__select::before {
  content: "";
  width: 0%;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  z-index: -1;
}

#mw-store-locator-locations .mw-sl__store__select:hover {
  color: #fff;
}

#mw-store-locator-locations .mw-sl__store__select:hover::before {
  width: 100%;
}

#mw-store-locator-locations .mw-sl__stores {
  width: 370px;
  height: 330px;
  background-color: #fff;
  position: relative;
  z-index: 102;
  left: 0;
  margin-left: 20px;
  margin-top: 35px;
  -webkit-box-shadow: 0 0 41px 0 rgba(32, 42, 53, 0.2),
  0 2px 16px 0 rgba(32, 42, 54, 0.08);
  box-shadow: 0 0 41px 0 rgba(32, 42, 53, 0.2),
  0 2px 16px 0 rgba(32, 42, 54, 0.08);
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #ccc;
}

#mw-store-locator-locations .mw-sl__stores__current {
  margin: 0;
  padding: 0;
  max-width: 225px;
  font-size: 16px;
  text-align: center;
}

#mw-store-locator-locations .location-header {
  width: 100%;
  height: 70px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#mw-store-locator-locations .mw-sl__stores__list {
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  max-height: calc(100% - 70px);
  background-color: #fff;
  background-repeat: no-repeat;
  background-image: radial-gradient(
          farthest-side at 50% 0,
          rgba(0, 0, 0, 0.1),
          rgba(0, 0, 0, 0)
  ),
  radial-gradient(
          farthest-side at 50% 100%,
          rgba(0, 0, 0, 0.1),
          rgba(0, 0, 0, 0)
  );
  background-position: 0 0, 0 100%;
  background-size: 100% 7px;
}

#mw-store-locator-locations .mw-sl__stores__list::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 20px;
  margin: 0;
  background: -webkit-gradient(
          linear,
          left top,
          left bottom,
          from(white),
          color-stop(30%, white),
          to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(
          to bottom,
          white,
          white 30%,
          rgba(255, 255, 255, 0)
  );
  z-index: 0;
}

#mw-store-locator-locations .mw-sl__stores__list::after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 20px;
  background: -webkit-gradient(
          linear,
          left top,
          left bottom,
          from(rgba(255, 255, 255, 0)),
          color-stop(70%, white),
          to(white)
  );
  background: linear-gradient(
          to bottom,
          rgba(255, 255, 255, 0),
          white 70%,
          white
  );
  z-index: 0;
}

#mw-store-locator-locations .mw-sl__stores__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow-y: hidden;
}

#mw-store-locator-locations .mw-sl__stores__list__item {
  padding: 15px;
  /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex; */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#mw-store-locator-locations .mw-sl__stores__list__item__right {
  width: 50%;
  max-width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#mw-store-locator-locations .mw-sl__stores__list__item__right a:link,
#mw-store-locator-locations .mw-sl__stores__list__item__right a:visited {
  text-decoration: none;
  color: #909090;
}

#mw-store-locator-locations .mw-sl__stores__list__item {
    border-bottom: 1px solid #ccc;
}

#mw-store-locator-locations .mw-sl__stores__filters {
  position: absolute;
  width: 100%;
  height: calc(100% - 70px);
  background-color: #fff;
  top: 70px;
  left: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  overflow-y: scroll;
  background-color: #fff;
  background-repeat: no-repeat;
  background-image: radial-gradient(
          farthest-side at 50% 0,
          rgba(0, 0, 0, 0.1),
          rgba(0, 0, 0, 0)
  ),
  radial-gradient(
          farthest-side at 50% 100%,
          rgba(0, 0, 0, 0.1),
          rgba(0, 0, 0, 0)
  );
  background-position: 0 0, 0 100%;
  background-size: 100% 7px;
}

#mw-store-locator-locations .mw-sl__stores__filters::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 5px;
  margin: 0;
  background: -webkit-gradient(
          linear,
          left top,
          left bottom,
          from(white),
          color-stop(30%, white),
          to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(
          to bottom,
          white,
          white 30%,
          rgba(255, 255, 255, 0)
  );
  z-index: 0;
}

#mw-store-locator-locations .mw-sl__stores__filters::after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 20px;
  background: -webkit-gradient(
          linear,
          left top,
          left bottom,
          from(rgba(255, 255, 255, 0)),
          color-stop(70%, white),
          to(white)
  );
  background: linear-gradient(
          to bottom,
          rgba(255, 255, 255, 0),
          white 70%,
          white
  );
  z-index: 0;
}

#mw-store-locator-locations .mw-sl__stores__filters.is-active {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

#mw-store-locator-locations .mw-sl__stores__filters ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#mw-store-locator-locations .mw-sl__stores__filters__item {
  padding: 5px 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#mw-store-locator-locations .mw-sl__stores__filters__item:last-child {
  border-bottom: 0;
}

#mw-store-locator-locations .mw-sl__stores__details {
  position: absolute;
  width: 100%;
  height: calc(100% - 70px);
  top: 70px;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  overflow-y: scroll;
  background-color: #fff;
  background-repeat: no-repeat;
  background-image: radial-gradient(
          farthest-side at 50% 0,
          rgba(0, 0, 0, 0.1),
          rgba(0, 0, 0, 0)
  ),
  radial-gradient(
          farthest-side at 50% 100%,
          rgba(0, 0, 0, 0.1),
          rgba(0, 0, 0, 0)
  );
  background-position: 0 0, 0 100%;
  background-size: 100% 7px;
}

#mw-store-locator-locations .mw-sl__stores__details::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 20px;
  margin: 0;
  background: -webkit-gradient(
          linear,
          left top,
          left bottom,
          from(white),
          color-stop(30%, white),
          to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(
          to bottom,
          white,
          white 30%,
          rgba(255, 255, 255, 0)
  );
  z-index: 0;
}

#mw-store-locator-locations .mw-sl__stores__details::after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 20px;
  background: -webkit-gradient(
          linear,
          left top,
          left bottom,
          from(rgba(255, 255, 255, 0)),
          color-stop(70%, white),
          to(white)
  );
  background: linear-gradient(
          to bottom,
          rgba(255, 255, 255, 0),
          white 70%,
          white
  );
  z-index: 0;
}

#mw-store-locator-locations .mw-sl__stores__details.is-active {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

#mw-store-locator-locations .mw-sl__stores__details__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 15px 30px 15px;
}

#mw-store-locator-locations .mw-sl__stores__details__loc {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10px 0;
}

#mw-store-locator-locations .mw-sl__stores__details__image {
  width: 130px;
  height: 130px;
  position: relative;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: inset 0 0 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 5px 1px rgba(0, 0, 0, 0.1);
}

#mw-store-locator-locations .mw-sl__stores__details__name {
  font-size: 23px;
  font-weight: normal;
  margin: 15px 0 0 0;
}

#mw-store-locator-locations .mw-sl__stores__details__address {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
  margin: 10px 0 0 0;
}

#mw-store-locator-locations .mw-sl__stores__details__description {
  margin: 0;
  padding: 30px 15px;
  font-size: 14px;
  border-top: 1px solid #ccc;
}

#mw-store-locator-locations .mw-sl__stores__details__icons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#mw-store-locator-locations .mw-sl__stores__details__icons > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
}

#mw-store-locator-locations .mw-sl__stores__details__icons i.mw-sl__icon {
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
}

#mw-store-locator-locations .mw-sl__stores__details__icons i.mw-sl__icon img {
  vertical-align: middle;
}

#mw-store-locator-locations .mw-sl__stores__details__icons i.mw-sl__icon:hover {
  opacity: 1;
}

#mw-store-locator-locations .mw-sl__stores__details__hours {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

#mw-store-locator-locations .mw-sl__stores__details__hours .mw-sl__icon {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

#mw-store-locator-locations .mw-sl__stores__details__hours,
#mw-store-locator-locations .mw-sl__stores__details__tel,
#mw-store-locator-locations .mw-sl__stores__details__email,
#mw-store-locator-locations .mw-sl__stores__details__route,
#mw-store-locator-locations .mw-sl__stores__details__website {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 8px;
  font-size: 12px;
  text-align: center;
  color: #6b6b6b;
}

#mw-store-locator-locations .mw-sl__stores__details__hours a:link,
#mw-store-locator-locations .mw-sl__stores__details__hours a:visited,
#mw-store-locator-locations .mw-sl__stores__details__tel a:link,
#mw-store-locator-locations .mw-sl__stores__details__tel a:visited,
#mw-store-locator-locations .mw-sl__stores__details__email a:link,
#mw-store-locator-locations .mw-sl__stores__details__email a:visited,
#mw-store-locator-locations .mw-sl__stores__details__route a:link,
#mw-store-locator-locations .mw-sl__stores__details__route a:visited,
#mw-store-locator-locations .mw-sl__stores__details__website a:link,
#mw-store-locator-locations .mw-sl__stores__details__website a:visited {
  color: #6b6b6b;
  text-decoration: underline;
}

#mw-store-locator-locations .mw-sl__stores__details__hours a:link:hover,
#mw-store-locator-locations .mw-sl__stores__details__hours a:visited:hover,
#mw-store-locator-locations .mw-sl__stores__details__tel a:link:hover,
#mw-store-locator-locations .mw-sl__stores__details__tel a:visited:hover,
#mw-store-locator-locations .mw-sl__stores__details__email a:link:hover,
#mw-store-locator-locations .mw-sl__stores__details__email a:visited:hover,
#mw-store-locator-locations .mw-sl__stores__details__route a:link:hover,
#mw-store-locator-locations .mw-sl__stores__details__route a:visited:hover,
#mw-store-locator-locations .mw-sl__stores__details__website a:link:hover,
#mw-store-locator-locations .mw-sl__stores__details__website a:visited:hover {
  text-decoration: none;
}

#mw-store-locator-locations .mw-sl__stores__details__hours .mw-sl__icon,
#mw-store-locator-locations .mw-sl__stores__details__tel .mw-sl__icon,
#mw-store-locator-locations .mw-sl__stores__details__email .mw-sl__icon,
#mw-store-locator-locations .mw-sl__stores__details__route .mw-sl__icon,
#mw-store-locator-locations .mw-sl__stores__details__website .mw-sl__icon {
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
  fill: #6b6b6b;
}

#mw-store-locator-locations .mw-sl__stores__details__hours__table,
#mw-store-locator-locations .mw-sl__stores__details__tel__table,
#mw-store-locator-locations .mw-sl__stores__details__email__table,
#mw-store-locator-locations .mw-sl__stores__details__route__table,
#mw-store-locator-locations .mw-sl__stores__details__website__table {
  width: auto;
  border: 0;
  padding: 0;
  margin: 0;
  position: relative;
  cursor: pointer;
  border-collapse: collapse;
}

#mw-store-locator-locations
.mw-sl__stores__details__hours__table.is-active:after,
#mw-store-locator-locations .mw-sl__stores__details__tel__table.is-active:after,
#mw-store-locator-locations
.mw-sl__stores__details__email__table.is-active:after,
#mw-store-locator-locations
.mw-sl__stores__details__route__table.is-active:after,
#mw-store-locator-locations
.mw-sl__stores__details__website__table.is-active:after {
  display: none;
}

#mw-store-locator-locations
.mw-sl__stores__details__hours__table.is-active
tr:not(:first-child),
#mw-store-locator-locations
.mw-sl__stores__details__tel__table.is-active
tr:not(:first-child),
#mw-store-locator-locations
.mw-sl__stores__details__email__table.is-active
tr:not(:first-child),
#mw-store-locator-locations
.mw-sl__stores__details__route__table.is-active
tr:not(:first-child),
#mw-store-locator-locations
.mw-sl__stores__details__website__table.is-active
tr:not(:first-child) {
  display: table-row;
}

#mw-store-locator-locations .mw-sl__stores__details__hours__table:after,
#mw-store-locator-locations .mw-sl__stores__details__tel__table:after,
#mw-store-locator-locations .mw-sl__stores__details__email__table:after,
#mw-store-locator-locations .mw-sl__stores__details__route__table:after,
#mw-store-locator-locations .mw-sl__stores__details__website__table:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  width: 0;
  height: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  border-top: 5px solid #000;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}

#mw-store-locator-locations
.mw-sl__stores__details__hours__table
tr:not(:first-child),
#mw-store-locator-locations
.mw-sl__stores__details__tel__table
tr:not(:first-child),
#mw-store-locator-locations
.mw-sl__stores__details__email__table
tr:not(:first-child),
#mw-store-locator-locations
.mw-sl__stores__details__route__table
tr:not(:first-child),
#mw-store-locator-locations
.mw-sl__stores__details__website__table
tr:not(:first-child) {
  display: none;
}

#mw-store-locator-locations .mw-sl__stores__details__hours__table th,
#mw-store-locator-locations .mw-sl__stores__details__hours__table td,
#mw-store-locator-locations .mw-sl__stores__details__tel__table th,
#mw-store-locator-locations .mw-sl__stores__details__tel__table td,
#mw-store-locator-locations .mw-sl__stores__details__email__table th,
#mw-store-locator-locations .mw-sl__stores__details__email__table td,
#mw-store-locator-locations .mw-sl__stores__details__route__table th,
#mw-store-locator-locations .mw-sl__stores__details__route__table td,
#mw-store-locator-locations .mw-sl__stores__details__website__table th,
#mw-store-locator-locations .mw-sl__stores__details__website__table td {
  border: 0;
  padding: 0;
  text-align: left;
}

#mw-store-locator-locations .mw-sl__stores__details__hours__table th,
#mw-store-locator-locations .mw-sl__stores__details__tel__table th,
#mw-store-locator-locations .mw-sl__stores__details__email__table th,
#mw-store-locator-locations .mw-sl__stores__details__route__table th,
#mw-store-locator-locations .mw-sl__stores__details__website__table th {
  width: 90px;
}

#mw-store-locator-locations .mw-sl__stores__details__socialslist {
  list-style-type: none;
  margin: 20px 0 0 0;
  padding: 0;
  width: 100%;
}

#mw-store-locator-locations .mw-sl__stores__details__socialslist__item {
  margin-right: 10px;
  display: inline-block;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

#mw-store-locator-locations .mw-sl__stores__details__socialslist__item:hover {
  opacity: 0.7;
}

#mw-store-locator-locations
.mw-sl__stores__details__socialslist__item:last-child {
  margin-right: 0;
}

#mw-store-locator-locations .mw-sl__stores__details__route {
  width: 40%;
  margin-top: 0;
}

#mw-store-locator-locations .mw-sl__stores__details__address_details {
  width: 60%;
}

#mw-store-locator-locations .mw-sl__map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}

#mw-store-locator-locations .mw-sl__search {
  width: 100%;
  padding: 13px;
  border: 1px solid #ccc;
  background-color: #fcfcfc;
  border-radius: 3px;
  overflow-x: hidden;
}

#mw-store-locator-locations .mw-sl__content-filter_on_map .mw-sl__search {
    max-width: 370px;
}

@media screen and (max-width: 640px) {
  #mw-store-locator-locations .mw-sl__search {
    width: 100%;
  }
}

#mw-store-locator-locations .mw-sl__search__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#mw-store-locator-locations .mw-sl__search__current-location {
  width: 100%;
  border: 1px solid #AFAFAF;
  background: #fff;
  text-align: center;
  height: 45px;
  vertical-align: middle;
  border-radius: 3px;
  margin-bottom: 20px;
}


#mw-store-locator-locations .mw-sl__search__text {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  white-space: nowrap;
}

#mw-store-locator-locations .mw-sl__search__current-location a:link,
#mw-store-locator-locations .mw-sl__search__current-location a:visited,
#mw-store-locator-locations .mw-sl__search__current-location a:hover {
  display: inline-block;
  width: 100%;
  color: #0f6db2;
  font-size: 14px;
  white-space: nowrap;
  text-decoration: none;
  line-height: 39px;
}

#mw-store-locator-locations .mw-sl__search__current-location .mw-sl__icon {
  width: 19px;
  height: 19px;
  line-height: 45px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 8px;
  margin-top: -2px;
}

#mw-store-locator-locations .mw-sl__search__current-location .mw-sl__icon img {
  vertical-align: top;
}

#mw-store-locator-locations .mw-sl__search__current-location:hover {
  color: #1076c0;
  background-color: #F7FAFE;
  border-color: #0F6DB2;
}

#mw-store-locator-locations .mw-sl__search__current-location:active {
  background-color: #D7E8FF;
}

#mw-store-locator-locations .mw-sl__search__current-location:active a {
  color: #000;
}

#mw-store-locator-locations .mw-sl__search__footer {
  padding: 15px 0 0 0;
}

#mw-store-locator-locations .mw-sl__search__submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  width: 100%;
  height: 45px;
  font-size: 14px;
  line-height: 45px;
  background-color: #0F6DB2;
  min-height: 35px;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  padding: 0;
}

.mw-sl__search__current-location {
  line-height: 37px;
}

#mw-store-locator-locations .mw-sl__input__control:hover ~ .mw-sl__input__backdrop {
  border-color: #0F6DB2;
}

#mw-store-locator-locations .mw-sl__input__control:focus ~ .mw-sl__input__backdrop {
  border-color: #004272;
}

#mw-store-locator-locations .mw-sl__search__submit:hover {
  background-color: #1076c0;
}

#mw-store-locator-locations .mw-sl__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 50px;
  width: auto;
  padding: 5px;
  padding-right: 25px;
  font-size: 14px;
  line-height: 17px;
  border: 1px solid #c1c1c1;
  color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 2px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 1px center;
}

#mw-store-locator-locations .mw-sl__input {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: none;
  letter-spacing: normal;
  line-height: 45px;
  cursor: text;
}

#mw-store-locator-locations .mw-sl__input__control {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  font-family: inherit;
  min-width: 0;
  min-height: 45px;
  font-size: 16px;
  line-height: 16px;
  padding: 12px 15px;
  padding-right: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  background: none;
  color: #909090;
  z-index: 20;
  border: 1px solid transparent;
}

#mw-store-locator-locations .mw-sl__input__button {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 45px;
  flex: 0 1 45px;
  min-height: 45px;
  padding: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  cursor: pointer;
  z-index: 20;
  margin-right: -15px;
  margin-bottom: -5px;
}

#mw-store-locator-locations .mw-sl__input__backdrop {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #afafaf;
}

.showLocationButtonMultishipping,
#mageworx-location-checkout-chooser #showLocationButton,
#onepage-checkout-shipping-method-additional-load #showLocationButton {
  min-height: 35px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  background: #fff;
  border: 2px solid #000;
  border-radius: 0;
  font-size: 12px;
  font-weight: normal;
  cursor: pointer;
  margin-top: 10px;
  -webkit-transition: color 0.1s ease-in;
  transition: color 0.1s ease-in;
  position: relative;
  z-index: 0;
  margin-bottom: 15px;
}

#mageworx-location-checkout-chooser .mw-sl__stores__list {
  margin-left: -35px;
}

.showLocationButtonMultishipping::before,
#mageworx-location-checkout-chooser #showLocationButton::before,
#onepage-checkout-shipping-method-additional-load #showLocationButton::before {
  content: "";
  width: 0%;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  z-index: -1;
}

.showLocationButtonMultishipping:hover,
#mageworx-location-checkout-chooser #showLocationButton:hover,
#onepage-checkout-shipping-method-additional-load #showLocationButton:hover {
  color: #fff;
}

.showLocationButtonMultishipping:hover::before,
#mageworx-location-checkout-chooser #showLocationButton:hover::before,
#onepage-checkout-shipping-method-additional-load
#showLocationButton:hover::before {
  width: 100%;
}

#onepage-checkout-shipping-method-additional-load .mw-sl__stores__list {
  padding: 0;
  margin: 0;
}

#onepage-checkout-shipping-method-additional-load .mw-sl__store__info__name {
  font-weight: bold;
}

#onepage-checkout-shipping-method-additional-load .mw-sl__store__info__closed {
  color: #d82626;
}

#onepage-checkout-shipping-method-additional-load .mw-sl__store__info__open {
  color: #54B644;
}

.mw-store-locator-inactive-header {
  display: none;
}

.mw-sl__search .mw-sl__or {
  font-size: 14px;
  text-transform: uppercase;
  color: #909090;
  text-align: center;
  padding: 8px 0;
  position: relative;
}

.mw-sl__search .mw-sl__or::before {
  content: '';
  position: absolute;
  left: -20px;
  top: 50%;
  width: calc(45% + 20px);
  height: 1px;
  background: #ddd;
}

.mw-sl__search .mw-sl__or::after {
  content: '';
  position: absolute;
  right: -20px;
  top: 50%;
  width: calc(45% + 20px);
  height: 1px;
  background: #ddd;
}

@media (max-width: 480px) {
  #mw-store-locator-locations .mw-sl__store__hours, #mw-store-locator-locations .mw-sl__store__details {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}

@media (max-width: 480px) {
  #mw-store-locator-locations .mw-sl__stores__details__route {
    margin-bottom: 10px;
  }
}

#mw-store-locator-locations .mw-sl__search--choose-location .mw-sl__search-select {
  display: none;
}

#mw-store-locator-locations .mw-sl__search--choose-location .mw-sl__search-form-content {
  display: block;
}

#mw-store-locator-locations .mw-sl__search-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#mw-store-locator-locations .mw-sl__search-select-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#mw-store-locator-locations .mw-sl__search-select-content img {
  margin-right: 10px;
}

#mw-store-locator-locations .mw-sl__search-select-location {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 160px;
  flex: 0 1 160px;
  font-size: 14px;
  color: #000;
  line-height: 1.2;
}

#mw-store-locator-locations .mw-sl__search-select-radius {
  display: block;
  margin-top: 10px;
  color: #909090;
}

#mw-store-locator-locations .mw-sl__search-select-actions {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100px;
  flex: 1 0 100px;
}

#mw-store-locator-locations .mw-sl__search-select-action {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  -webkit-box-shadow: 0;
  font-size: 14px;
  background: none;
  display: block;
  width: 55%;
  color: #0F6DB2;
  text-decoration: none;
  cursor: pointer;
  box-shadow: none!important;
  padding: 0px;
  font-weight: 400;
  float:right;
}

#mw-store-locator-locations .mw-sl__search-form-content {
  display: none;
}

.mw-sl__search__current-location:hover {
  cursor: pointer;
}

.mw-sl__search__current-location__loaded {
  background-color:#D7E8FF!important;
}

#mageworx-location-checkout-chooser .mw-sl__store__select__gray,
#mageworx-location-checkout-chooser .mw-sl__store__select{
    display: none;
}
.location-button {
    border-radius: 0;
    /*margin-bottom: 15px;*/
    width: 100%;
    box-sizing: border-box;
    outline: none;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    /*border: 1px solid #ccc;*/
    background: none;
    outline: none;
    text-align: left;
    text-decoration: none;
    color: #333;
    box-shadow: none!important;
    -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.1s ease;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.1s ease;
    /*padding : 16px;*/
}

#showLocationButton .location-button:focus {
    background: #f2f1f2;
}

.location-button a, .places_list_all_stores {
    font-weight: 600;
}

#showLocationButton .location-button:hover {
    background: #f2f1f2;
}

.icon_location {
    display: none;
    float: left;
    height: 100%;
    color: #717171;
    width: 8%;
    margin-bottom: 20px;
}

.icon_location img {
    max-width: 18px;
}

.location-button__text {
    font-weight: normal;
    font-size: 1rem;
}

.location-button__places {
    color: #717171;
    width: 90%;
    height: 50%;
    float: right;
    padding-top: 5px;
}

.location-button__places_list {
    margin: 0;
    padding: 0;
}

.location-button__places_list a {
    color: #000;
}

.location-button__places_list_block li {
    list-style: none;
}

.store-locator-header-link {
    display: inline-block;
    float: right;
    margin-left: 20px;
}

.store-locator-header-link a {
    color: #fff;
    text-decoration: none;
}

.places_list_item > a {
    vertical-align: top;
    position: relative;
}

/*.places_list_item > a::before,*/
.store-locator-address-name::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 20px;
    background: url(../../frontend/Indez/chisholmhunter/en_GB/MageWorx_StoreLocator/images/svg/pin.svg) center center / contain no-repeat;
    left: -25px;
    top: 0;
}

.places_list_item {
    padding: 15px 15px 15px 40px;
    margin: 0;
    border-bottom: 1px solid #edeef0;
}
.places_list_address {
    vertical-align: top;
    position: relative;
}

.places_list_address > a {
    color: #006bb4;
}

.places_list_all_stores {
    margin-top: 1rem;
    padding: 15px;
}

.places_list_all_stores:hover {
    text-decoration: underline;
    cursor: pointer;
}

.store-locator-header-link a:hover {
    text-decoration: underline;
}

.store-locator-header-icon {
    display: none;

}

.store-locator-header-icon img {
    height: 25px;
}

@media screen and (max-width: 765px) {
    .store-locator-header-icon {
        display: inline-block;
        float: right;
        margin-right: 10px;
        margin-top: 12px;
    }
}

.mw-store-locator-inactive-place {
    display: none;
}

.mw-store-locator-active {
    display: block;
}

.mw-store-locator-active-place {
    display: flex!important;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
}

.mw-sl__stores__list__item {
    display: none;
}

.mw-store-locator-inpage-content #mw-store-locator-locations .mw-sl__content--map-overlay{
    height: 700px;
    position: relative;
}

@media screen and (max-width: 540px) {
    #mw-store-locator-locations .mw-sl__content--map-overlay .mw-sl__map {
        top: 700px;
    }

    .mw-store-locator-inpage-content #mw-store-locator-locations .mw-sl__content--map-overlay {
        height: 1000px!important;
    }

    .mw-sl__content-filter_on_map .mw-sl__search {
        margin-left: 0!important;
    }

    #mw-store-locator-locations .mw-sl__stores {
        margin-left: 0;
        width: 100%;
        max-width: 370px;
    }

}

.mw-sl__store__info__name a {
    color: #333333;
}

.mw-sl__content--map-right .mw-sl__stores {
    height: 400px;
}

#mw-store-locator-locations .location-header {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ccc;
    display: none;
}

.mw-sl__stores__header {
    height: 70px;
    border-bottom: 1px solid #ccc;
}

.mageworx-modal-location  .action-close {
    z-index: 10000;
}

.places_list_item_stock_in-stock {
    float: right;
    font-weight: 600;
    color: #077800;
    vertical-align: top;
}

.places_list_item_stock_out-of-stock {
    float: right;
    font-weight: 600;
    color: #909090;
}

.places_list_item_stock_out-of-stock span,
.places_list_item_stock_out-of-stock img,
.places_list_item_stock_in-stock span,
.places_list_item_stock_in-stock img {
    vertical-align: middle;
}

.places_list_item_stock_out-of-stock img,
.places_list_item_stock_in-stock img {
    margin-left: 5px;
}

.location-button-header {
    border-bottom: 1px solid #ccc;
    padding: 12px 15px;
}

.location-button__places_list_block {
    padding-top: 10px;
}

.mw-sl__search {
    position: relative;
    z-index: 300;
    margin-bottom: 20px;
}

.mw-sl__content-filter_on_map .mw-sl__search {
    margin-left: 20px;
    top: 20px;
    box-shadow: 0 0 41px 0 rgba(32, 42, 53, 0.2), 0 2px 16px 0 rgba(32, 42, 54, 0.08);
}

#use_location:hover {
    cursor: pointer;
}

.mw-filter_for_list {

}

.mw-search_box_for_list {
    margin-top: 20px;
    margin-bottom: -20px;
}

.mw-list_left_block  {
    width: 40%;
}

.mw-list_left_block .mw-filter_for_list {
    margin-top: 0 !important;
    width: 100%!important;
}

.mw-sl__stores__wrapper #mw-all-stores {
    width: 60%;
}

.mw-sl__content--map-hidden .mw-sl__stores__list{
    margin-top: 0!important;
}

.mw-sl__content--map-hidden .mw-filter_for_list{
    height: 630px!important;
}

.mw-sl__no-stores {
    margin: 0 15px;
}

.location-button__select_option {
    /*padding: 12px 15px;*/
    font-weight: normal;
    font-size: 1rem;
}
/**
 * Copyright © 2016 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */

.swatch-attribute-label {
    font-weight: bold;
    position: relative;
}

.swatch-attribute-label.required {
    padding-right: 10px;
}

.swatch-attribute-label[data-required="1"]:after {
    content: '*';
    color: red;
    position: absolute;
    right: -11px;
    top: -2px;
    font-weight: bold;
    font-size: 1em;
}

.swatch-attribute-selected-option {
    color: #646464;
    padding-left: 17px;
}

.swatch-attribute-options {
    margin-top: 10px;
}

.mageworx-swatch-container {
    padding: 5px 7px 0 0;
    display: inline-block;
    border: 1px transparent solid;
    vertical-align: top;
    margin-bottom: 3px;
}

.mageworx-swatch-option {
    padding: 1px;
    min-width: 30px;
    text-align: center;
    cursor: pointer;
    position: relative;
    border: 1px solid rgb(218, 218, 218);
    overflow: hidden;
    text-overflow: ellipsis;
}

.mageworx-swatch-info {
    text-align: center;
    margin-top: 5px;
}

.mageworx-swatch-option.text {
    background: #F2F2F2;
    color: #7F7F7F;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    padding: 4px 8px;
    min-width: 22px;
    min-height: 20px;
}

.mageworx-swatch-option.selected {
    outline: 2px solid #FF5100;
    border: 1px solid #fff;
    color: #333;
}

.mageworx-swatch-option.text.selected {
    background-color: #FFF !important;
}

.clearfix:after {
    content: " "; /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.swatch-attribute.size .mageworx-swatch-option, .swatch-attribute.manufacturer .mageworx-swatch-option {
    background: rgb(240, 240, 240);
    color: rgb(148, 148, 148);
}

.swatch-attribute.size .mageworx-swatch-option.selected, .swatch-attribute.manufacturer .mageworx-swatch-option.selected {
    color: black;
    background: #fff;
    border: 1px solid #fff;
}

.mageworx-swatch-option:not(.disabled):hover {
    outline: 1px solid #999;
    border: 1px solid #fff;
    color: #333;
}

.mageworx-swatch-option.image:not(.disabled):hover,
.mageworx-swatch-option.color:not(.disabled):hover {
    outline: 2px solid #FF5216;
    border: 1px solid #fff;
}

.mageworx-swatch-option.disabled {
    cursor: default;
}

.mageworx-swatch-option.disabled:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 46%, rgba(255, 82, 22, 1) 47%, rgba(255, 82, 22, 1) 53%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, rgba(255, 255, 255, 1)), color-stop(46%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(255, 82, 22, 1)), color-stop(53%, rgba(255, 82, 22, 1)), color-stop(54%, rgba(255, 255, 255, 1)), color-stop(57%, rgba(255, 255, 255, 1)), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 46%, rgba(255, 82, 22, 1) 47%, rgba(255, 82, 22, 1) 53%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 46%, rgba(255, 82, 22, 1) 47%, rgba(255, 82, 22, 1) 53%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 46%, rgba(255, 82, 22, 1) 47%, rgba(255, 82, 22, 1) 53%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 46%, rgba(255, 82, 22, 1) 47%, rgba(255, 82, 22, 1) 53%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
}

.qtip-content .image {
    padding: 0 0 5px 0;
    display: block;
    height: 130px;
    width: 130px;
    margin: 0 auto;
}

.qtip-content .title {
    min-height: 20px;
    padding: 3px 0;
    color: rgb(40, 40, 40);
    font-size: 1.5em;
    text-align: center;
    display: block;
    overflow: hidden;
}

.qtip-content .info {
    min-height: 20px;
    padding: 2px 0;
    color: rgb(40, 40, 40);
    font-size: 1.25em;
    text-align: center;
    display: block;
    overflow: hidden;
}

.swatch-opt {
    margin: 20px 0;
}

.swatch-more {
    display: inline-block;
    margin: 2px 0;
    text-decoration: none !important;
    position: static;
    z-index: 1;
}

/* Layered Features */
.swatch-option-link-layered {
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
}

.swatch-option-tooltip-layered {
    width: 140px;
    position: absolute;
    background: #fff;
    color: rgb(148, 148, 148);
    border: 1px solid #adadad;
    display: none;
    z-index: 999;
    left: -47px;
}

.swatch-visual-tooltip-layered {
    height: 160px;
    top: -170px;
}

.swatch-textual-tooltip-layered {
    height: 30px;
    top: -40px;
}

.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
    display: block;
}

.swatch-attribute-options .swatch-option-tooltip-layered .title {
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: -5px;
    left: 0;
    color: rgb(40, 40, 40);
    text-align: center;
    margin-bottom: 10px;
}

.swatch-option-disabled:after {
    content: '';
    position: absolute;
    width: 42px;
    height: 2px;
    background: red;
    transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    z-index: 995;
    left: -4px;
    top: 10px;
}

.swatch-option-disabled {
    outline: none !important;
    cursor: default;
    border: 0;
}

.hidden {
    display: none !important;
}

/* Bugfix for Add To Cart button */
.swatch-opt-listing {
    margin-bottom: 10px;
}

.mageworx-optionswatches-option-gallery_image_selected {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    border: 1px solid rgba(81, 203, 238, 1);
}

.mageworx-optionswatches-option-gallery {
    display: block;
    clear: both;
    margin-top:3px;
}
/*
 * qTip2 - Pretty powerful tooltips - v3.0.3
 * http://qtip2.com
 *
 * Copyright (c) 2017 
 * Released under the MIT licenses
 * http://jquery.org/license
 *
 * Date: Thu Jan 5 2017 01:12 EST-0500
 * Plugins: tips viewport imagemap svg modal ie6
 * Styles: core basic css3
 */
.qtip{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;

	max-width: 280px;
	min-width: 50px;

	font-size: 10.5px;
	line-height: 12px;

	direction: ltr;

	box-shadow: none;
	padding: 0;
}

	.qtip-content{
		position: relative;
		padding: 5px 9px;
		overflow: hidden;

		text-align: left;
		word-wrap: break-word;
	}

	.qtip-titlebar{
		position: relative;
		padding: 5px 35px 5px 10px;
		overflow: hidden;

		border-width: 0 0 1px;
		font-weight: bold;
	}

	.qtip-titlebar + .qtip-content{ border-top-width: 0 !important; }

	/* Default close button class */
	.qtip-close{
		position: absolute;
		right: -9px; top: -9px;
		z-index: 11; /* Overlap .qtip-tip */

		cursor: pointer;
		outline: medium none;

		border: 1px solid transparent;
	}

		.qtip-titlebar .qtip-close{
			right: 4px; top: 50%;
			margin-top: -9px;
		}

		* html .qtip-titlebar .qtip-close{ top: 16px; } /* IE fix */

		.qtip-titlebar .ui-icon,
		.qtip-icon .ui-icon{
			display: block;
			text-indent: -1000em;
			direction: ltr;
		}

		.qtip-icon, .qtip-icon .ui-icon{
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			text-decoration: none;
		}

			.qtip-icon .ui-icon{
				width: 18px;
				height: 14px;

				line-height: 14px;
				text-align: center;
				text-indent: 0;
				font: normal bold 10px/13px Tahoma,sans-serif;

				color: inherit;
				background: transparent none no-repeat -100em -100em;
			}

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.qtip-focus{}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.qtip-hover{}

/* Default tooltip style */
.qtip-default{
	border: 1px solid #F1D031;

	background-color: #FFFFA3;
	color: #555;
}

	.qtip-default .qtip-titlebar{
		background-color: #FFEF93;
	}

	.qtip-default .qtip-icon{
		border-color: #CCC;
		background: #F1F1F1;
		color: #777;
	}

	.qtip-default .qtip-titlebar .qtip-close{
		border-color: #AAA;
		color: #111;
	}


/*! Light tooltip style */
.qtip-light{
	background-color: white;
	border-color: #E2E2E2;
	color: #454545;
}

	.qtip-light .qtip-titlebar{
		background-color: #f1f1f1;
	}


/*! Dark tooltip style */
.qtip-dark{
	background-color: #505050;
	border-color: #303030;
	color: #f3f3f3;
}

	.qtip-dark .qtip-titlebar{
		background-color: #404040;
	}

	.qtip-dark .qtip-icon{
		border-color: #444;
	}

	.qtip-dark .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/*! Cream tooltip style */
.qtip-cream{
	background-color: #FBF7AA;
	border-color: #F9E98E;
	color: #A27D35;
}

	.qtip-cream .qtip-titlebar{
		background-color: #F0DE7D;
	}

	.qtip-cream .qtip-close .qtip-icon{
		background-position: -82px 0;
	}


/*! Red tooltip style */
.qtip-red{
	background-color: #F78B83;
	border-color: #D95252;
	color: #912323;
}

	.qtip-red .qtip-titlebar{
		background-color: #F06D65;
	}

	.qtip-red .qtip-close .qtip-icon{
		background-position: -102px 0;
	}

	.qtip-red .qtip-icon{
		border-color: #D95252;
	}

	.qtip-red .qtip-titlebar .ui-state-hover{
		border-color: #D95252;
	}


/*! Green tooltip style */
.qtip-green{
	background-color: #CAED9E;
	border-color: #90D93F;
	color: #3F6219;
}

	.qtip-green .qtip-titlebar{
		background-color: #B0DE78;
	}

	.qtip-green .qtip-close .qtip-icon{
		background-position: -42px 0;
	}


/*! Blue tooltip style */
.qtip-blue{
	background-color: #E5F6FE;
	border-color: #ADD9ED;
	color: #5E99BD;
}

	.qtip-blue .qtip-titlebar{
		background-color: #D0E9F5;
	}

	.qtip-blue .qtip-close .qtip-icon{
		background-position: -2px 0;
	}


.qtip-shadow{
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.qtip-rounded .qtip-titlebar{
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

/* Youtube tooltip style */
.qtip-youtube{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 0 0 3px #333;
	-moz-box-shadow: 0 0 3px #333;
	box-shadow: 0 0 3px #333;

	color: white;
	border: 0 solid transparent;

	background: #4A4A4A;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,black));
	background-image: -webkit-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -moz-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -ms-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -o-linear-gradient(top,#4A4A4A 0,black 100%);
}

	.qtip-youtube .qtip-titlebar{
		background-color: #4A4A4A;
		background-color: rgba(0,0,0,0);
	}

	.qtip-youtube .qtip-content{
		padding: .75em;
		font: 12px arial,sans-serif;

		filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
		-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
	}

	.qtip-youtube .qtip-icon{
		border-color: #222;
	}

	.qtip-youtube .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* jQuery TOOLS Tooltip style */
.qtip-jtools{
	background: #232323;
	background: rgba(0, 0, 0, 0.7);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
	background-image: -moz-linear-gradient(top, #717171, #232323);
	background-image: -webkit-linear-gradient(top, #717171, #232323);
	background-image: -ms-linear-gradient(top, #717171, #232323);
	background-image: -o-linear-gradient(top, #717171, #232323);

	border: 2px solid #ddd;
	border: 2px solid rgba(241,241,241,1);

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 0 0 12px #333;
	-moz-box-shadow: 0 0 12px #333;
	box-shadow: 0 0 12px #333;
}

	/* IE Specific */
	.qtip-jtools .qtip-titlebar{
		background-color: transparent;
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
	}
	.qtip-jtools .qtip-content{
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
	}

	.qtip-jtools .qtip-titlebar,
	.qtip-jtools .qtip-content{
		background: transparent;
		color: white;
		border: 0 dashed transparent;
	}

	.qtip-jtools .qtip-icon{
		border-color: #555;
	}

	.qtip-jtools .qtip-titlebar .ui-state-hover{
		border-color: #333;
	}


/* Cluetip style */
.qtip-cluetip{
	-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);

	background-color: #D9D9C2;
	color: #111;
	border: 0 dashed transparent;
}

	.qtip-cluetip .qtip-titlebar{
		background-color: #87876A;
		color: white;
		border: 0 dashed transparent;
	}

	.qtip-cluetip .qtip-icon{
		border-color: #808064;
	}

	.qtip-cluetip .qtip-titlebar .ui-state-hover{
		border-color: #696952;
		color: #696952;
	}


/* Tipsy style */
.qtip-tipsy{
	background: black;
	background: rgba(0, 0, 0, .87);

	color: white;
	border: 0 solid transparent;

	font-size: 11px;
	font-family: 'Lucida Grande', sans-serif;
	font-weight: bold;
	line-height: 16px;
	text-shadow: 0 1px black;
}

	.qtip-tipsy .qtip-titlebar{
		padding: 6px 35px 0 10px;
		background-color: transparent;
	}

	.qtip-tipsy .qtip-content{
		padding: 6px 10px;
	}

	.qtip-tipsy .qtip-icon{
		border-color: #222;
		text-shadow: none;
	}

	.qtip-tipsy .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* Tipped style */
.qtip-tipped{
	border: 3px solid #959FA9;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	background-color: #F9F9F9;
	color: #454545;

	font-weight: normal;
	font-family: serif;
}

	.qtip-tipped .qtip-titlebar{
		border-bottom-width: 0;

		color: white;
		background: #3A79B8;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
		background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
	}

	.qtip-tipped .qtip-icon{
		border: 2px solid #285589;
		background: #285589;
	}

		.qtip-tipped .qtip-icon .ui-icon{
			background-color: #FBFBFB;
			color: #555;
		}


/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
.qtip-bootstrap{
	/** Taken from Bootstrap body */
	font-size: 14px;
	line-height: 20px;
	color: #333333;

	/** Taken from Bootstrap .popover */
	padding: 1px;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

	.qtip-bootstrap .qtip-titlebar{
		/** Taken from Bootstrap .popover-title */
		padding: 8px 14px;
		margin: 0;
		font-size: 14px;
		font-weight: normal;
		line-height: 18px;
		background-color: #f7f7f7;
		border-bottom: 1px solid #ebebeb;
		-webkit-border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
	}

		.qtip-bootstrap .qtip-titlebar .qtip-close{
			/**
			 * Overrides qTip2:
			 * .qtip-titlebar .qtip-close{
			 *   [...]
			 *   right: 4px;
			 *   top: 50%;
			 *   [...]
			 *   border-style: solid;
			 * }
			 */
			right: 11px;
			top: 45%;
			border-style: none;
		}

	.qtip-bootstrap .qtip-content{
		/** Taken from Bootstrap .popover-content */
		padding: 9px 14px;
	}

	.qtip-bootstrap .qtip-icon{
		/**
		 * Overrides qTip2:
		 * .qtip-default .qtip-icon {
		 *   border-color: #CCC;
		 *   background: #F1F1F1;
		 *   color: #777;
		 * }
		 */
		background: transparent;
	}

		.qtip-bootstrap .qtip-icon .ui-icon{
			/**
			 * Overrides qTip2:
			 * .qtip-icon .ui-icon{
			 *   width: 18px;
			 *   height: 14px;
			 * }
			 */
			width: auto;
			height: auto;

			/* Taken from Bootstrap .close */
			float: right;
			font-size: 20px;
			font-weight: bold;
			line-height: 18px;
			color: #000000;
			text-shadow: 0 1px 0 #ffffff;
			opacity: 0.2;
			filter: alpha(opacity=20);
		}

		.qtip-bootstrap .qtip-icon .ui-icon:hover{
			/* Taken from Bootstrap .close:hover */
			color: #000000;
			text-decoration: none;
			cursor: pointer;
			opacity: 0.4;
			filter: alpha(opacity=40);
		}


/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar{
	filter: none;
	-ms-filter: none;
}


.qtip .qtip-tip{
	margin: 0 auto;
	overflow: hidden;
	z-index: 10;

}

	/* Opera bug #357 - Incorrect tip position
	https://github.com/Craga89/qTip2/issues/367 */
	x:-o-prefocus, .qtip .qtip-tip{
		visibility: hidden;
	}

	.qtip .qtip-tip,
	.qtip .qtip-tip .qtip-vml,
	.qtip .qtip-tip canvas{
		position: absolute;

		color: #123456;
		background: transparent;
		border: 0 dashed transparent;
	}

	.qtip .qtip-tip canvas{ top: 0; left: 0; }

	.qtip .qtip-tip .qtip-vml{
		behavior: url(../../frontend/Indez/chisholmhunter/en_GB/MageWorx_OptionFeatures/css/#default#VML);
		display: inline-block;
		visibility: visible;
	}


#qtip-overlay{
	position: fixed;
	left: 0; top: 0;
	width: 100%; height: 100%;
}

	/* Applied to modals with show.modal.blur set to true */
	#qtip-overlay.blurs{ cursor: pointer; }

	/* Change opacity of overlay here */
	#qtip-overlay div{
		position: absolute;
		left: 0; top: 0;
		width: 100%; height: 100%;

		background-color: black;

		opacity: 0.7;
		filter:alpha(opacity=70);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	}


.qtipmodal-ie6fix{
	position: absolute !important;
}

.higher-zindex{
	z-index: 10000000 !important;
}
.option-description-text {
    font-size: 0.75em;
    font-weight: 400;
    opacity: 0.9;
}

.qtip {
    font-size: 12.5px;
    line-height: 14px;
}

.mageworx-hidden {
    display: none !important;
}

.mageworx-product-final-price{
    min-height: 78px;
    font-weight: 600;
}

.mageworx-shareable-link-container {
    width: fit-content;
    padding: 10px;
}

.mageworx-shareable-link-icon {
    display: inline-block;
}

.mageworx-shareable-hint-icon {
    display: inline-block;
    margin-left: 5px;
}

.mageworx-shareable-link-text {
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    margin-left: 5px;
}

.mageworx-shareable-link-text a:hover {
    cursor: pointer;
}

.mageworx-shareable-link-success-container {
    width: fit-content;
    padding: 10px;
    background: #F7F7F7;
    border-radius: 3px;
}.dynamic_option_hint_icon {
    margin-bottom: -3px;
}

.dynamic_option_measurement_unit img{
    margin-bottom: -3px;
}

.dynamic_option_measurement_unit {
    font-weight: 400;
}
/*
 * qTip2 - Pretty powerful tooltips - v3.0.3
 * http://qtip2.com
 *
 * Copyright (c) 2017 
 * Released under the MIT licenses
 * http://jquery.org/license
 *
 * Date: Thu Jan 5 2017 01:12 EST-0500
 * Plugins: tips viewport imagemap svg modal ie6
 * Styles: core basic css3
 */
.qtip{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;

	max-width: 280px;
	min-width: 50px;

	font-size: 10.5px;
	line-height: 12px;

	direction: ltr;

	box-shadow: none;
	padding: 0;
}

	.qtip-content{
		position: relative;
		padding: 5px 9px;
		overflow: hidden;

		text-align: left;
		word-wrap: break-word;
	}

	.qtip-titlebar{
		position: relative;
		padding: 5px 35px 5px 10px;
		overflow: hidden;

		border-width: 0 0 1px;
		font-weight: bold;
	}

	.qtip-titlebar + .qtip-content{ border-top-width: 0 !important; }

	/* Default close button class */
	.qtip-close{
		position: absolute;
		right: -9px; top: -9px;
		z-index: 11; /* Overlap .qtip-tip */

		cursor: pointer;
		outline: medium none;

		border: 1px solid transparent;
	}

		.qtip-titlebar .qtip-close{
			right: 4px; top: 50%;
			margin-top: -9px;
		}

		* html .qtip-titlebar .qtip-close{ top: 16px; } /* IE fix */

		.qtip-titlebar .ui-icon,
		.qtip-icon .ui-icon{
			display: block;
			text-indent: -1000em;
			direction: ltr;
		}

		.qtip-icon, .qtip-icon .ui-icon{
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			text-decoration: none;
		}

			.qtip-icon .ui-icon{
				width: 18px;
				height: 14px;

				line-height: 14px;
				text-align: center;
				text-indent: 0;
				font: normal bold 10px/13px Tahoma,sans-serif;

				color: inherit;
				background: transparent none no-repeat -100em -100em;
			}

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.qtip-focus{}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.qtip-hover{}

/* Default tooltip style */
.qtip-default{
	border: 1px solid #F1D031;

	background-color: #FFFFA3;
	color: #555;
}

	.qtip-default .qtip-titlebar{
		background-color: #FFEF93;
	}

	.qtip-default .qtip-icon{
		border-color: #CCC;
		background: #F1F1F1;
		color: #777;
	}

	.qtip-default .qtip-titlebar .qtip-close{
		border-color: #AAA;
		color: #111;
	}


/*! Light tooltip style */
.qtip-light{
	background-color: white;
	border-color: #E2E2E2;
	color: #454545;
}

	.qtip-light .qtip-titlebar{
		background-color: #f1f1f1;
	}


/*! Dark tooltip style */
.qtip-dark{
	background-color: #505050;
	border-color: #303030;
	color: #f3f3f3;
}

	.qtip-dark .qtip-titlebar{
		background-color: #404040;
	}

	.qtip-dark .qtip-icon{
		border-color: #444;
	}

	.qtip-dark .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/*! Cream tooltip style */
.qtip-cream{
	background-color: #FBF7AA;
	border-color: #F9E98E;
	color: #A27D35;
}

	.qtip-cream .qtip-titlebar{
		background-color: #F0DE7D;
	}

	.qtip-cream .qtip-close .qtip-icon{
		background-position: -82px 0;
	}


/*! Red tooltip style */
.qtip-red{
	background-color: #F78B83;
	border-color: #D95252;
	color: #912323;
}

	.qtip-red .qtip-titlebar{
		background-color: #F06D65;
	}

	.qtip-red .qtip-close .qtip-icon{
		background-position: -102px 0;
	}

	.qtip-red .qtip-icon{
		border-color: #D95252;
	}

	.qtip-red .qtip-titlebar .ui-state-hover{
		border-color: #D95252;
	}


/*! Green tooltip style */
.qtip-green{
	background-color: #CAED9E;
	border-color: #90D93F;
	color: #3F6219;
}

	.qtip-green .qtip-titlebar{
		background-color: #B0DE78;
	}

	.qtip-green .qtip-close .qtip-icon{
		background-position: -42px 0;
	}


/*! Blue tooltip style */
.qtip-blue{
	background-color: #E5F6FE;
	border-color: #ADD9ED;
	color: #5E99BD;
}

	.qtip-blue .qtip-titlebar{
		background-color: #D0E9F5;
	}

	.qtip-blue .qtip-close .qtip-icon{
		background-position: -2px 0;
	}


.qtip-shadow{
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.qtip-rounded .qtip-titlebar{
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

/* Youtube tooltip style */
.qtip-youtube{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 0 0 3px #333;
	-moz-box-shadow: 0 0 3px #333;
	box-shadow: 0 0 3px #333;

	color: white;
	border: 0 solid transparent;

	background: #4A4A4A;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,black));
	background-image: -webkit-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -moz-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -ms-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -o-linear-gradient(top,#4A4A4A 0,black 100%);
}

	.qtip-youtube .qtip-titlebar{
		background-color: #4A4A4A;
		background-color: rgba(0,0,0,0);
	}

	.qtip-youtube .qtip-content{
		padding: .75em;
		font: 12px arial,sans-serif;

		filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
		-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
	}

	.qtip-youtube .qtip-icon{
		border-color: #222;
	}

	.qtip-youtube .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* jQuery TOOLS Tooltip style */
.qtip-jtools{
	background: #232323;
	background: rgba(0, 0, 0, 0.7);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
	background-image: -moz-linear-gradient(top, #717171, #232323);
	background-image: -webkit-linear-gradient(top, #717171, #232323);
	background-image: -ms-linear-gradient(top, #717171, #232323);
	background-image: -o-linear-gradient(top, #717171, #232323);

	border: 2px solid #ddd;
	border: 2px solid rgba(241,241,241,1);

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 0 0 12px #333;
	-moz-box-shadow: 0 0 12px #333;
	box-shadow: 0 0 12px #333;
}

	/* IE Specific */
	.qtip-jtools .qtip-titlebar{
		background-color: transparent;
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
	}
	.qtip-jtools .qtip-content{
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
	}

	.qtip-jtools .qtip-titlebar,
	.qtip-jtools .qtip-content{
		background: transparent;
		color: white;
		border: 0 dashed transparent;
	}

	.qtip-jtools .qtip-icon{
		border-color: #555;
	}

	.qtip-jtools .qtip-titlebar .ui-state-hover{
		border-color: #333;
	}


/* Cluetip style */
.qtip-cluetip{
	-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);

	background-color: #D9D9C2;
	color: #111;
	border: 0 dashed transparent;
}

	.qtip-cluetip .qtip-titlebar{
		background-color: #87876A;
		color: white;
		border: 0 dashed transparent;
	}

	.qtip-cluetip .qtip-icon{
		border-color: #808064;
	}

	.qtip-cluetip .qtip-titlebar .ui-state-hover{
		border-color: #696952;
		color: #696952;
	}


/* Tipsy style */
.qtip-tipsy{
	background: black;
	background: rgba(0, 0, 0, .87);

	color: white;
	border: 0 solid transparent;

	font-size: 11px;
	font-family: 'Lucida Grande', sans-serif;
	font-weight: bold;
	line-height: 16px;
	text-shadow: 0 1px black;
}

	.qtip-tipsy .qtip-titlebar{
		padding: 6px 35px 0 10px;
		background-color: transparent;
	}

	.qtip-tipsy .qtip-content{
		padding: 6px 10px;
	}

	.qtip-tipsy .qtip-icon{
		border-color: #222;
		text-shadow: none;
	}

	.qtip-tipsy .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* Tipped style */
.qtip-tipped{
	border: 3px solid #959FA9;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	background-color: #F9F9F9;
	color: #454545;

	font-weight: normal;
	font-family: serif;
}

	.qtip-tipped .qtip-titlebar{
		border-bottom-width: 0;

		color: white;
		background: #3A79B8;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
		background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
	}

	.qtip-tipped .qtip-icon{
		border: 2px solid #285589;
		background: #285589;
	}

		.qtip-tipped .qtip-icon .ui-icon{
			background-color: #FBFBFB;
			color: #555;
		}


/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
.qtip-bootstrap{
	/** Taken from Bootstrap body */
	font-size: 14px;
	line-height: 20px;
	color: #333333;

	/** Taken from Bootstrap .popover */
	padding: 1px;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

	.qtip-bootstrap .qtip-titlebar{
		/** Taken from Bootstrap .popover-title */
		padding: 8px 14px;
		margin: 0;
		font-size: 14px;
		font-weight: normal;
		line-height: 18px;
		background-color: #f7f7f7;
		border-bottom: 1px solid #ebebeb;
		-webkit-border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
	}

		.qtip-bootstrap .qtip-titlebar .qtip-close{
			/**
			 * Overrides qTip2:
			 * .qtip-titlebar .qtip-close{
			 *   [...]
			 *   right: 4px;
			 *   top: 50%;
			 *   [...]
			 *   border-style: solid;
			 * }
			 */
			right: 11px;
			top: 45%;
			border-style: none;
		}

	.qtip-bootstrap .qtip-content{
		/** Taken from Bootstrap .popover-content */
		padding: 9px 14px;
	}

	.qtip-bootstrap .qtip-icon{
		/**
		 * Overrides qTip2:
		 * .qtip-default .qtip-icon {
		 *   border-color: #CCC;
		 *   background: #F1F1F1;
		 *   color: #777;
		 * }
		 */
		background: transparent;
	}

		.qtip-bootstrap .qtip-icon .ui-icon{
			/**
			 * Overrides qTip2:
			 * .qtip-icon .ui-icon{
			 *   width: 18px;
			 *   height: 14px;
			 * }
			 */
			width: auto;
			height: auto;

			/* Taken from Bootstrap .close */
			float: right;
			font-size: 20px;
			font-weight: bold;
			line-height: 18px;
			color: #000000;
			text-shadow: 0 1px 0 #ffffff;
			opacity: 0.2;
			filter: alpha(opacity=20);
		}

		.qtip-bootstrap .qtip-icon .ui-icon:hover{
			/* Taken from Bootstrap .close:hover */
			color: #000000;
			text-decoration: none;
			cursor: pointer;
			opacity: 0.4;
			filter: alpha(opacity=40);
		}


/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar{
	filter: none;
	-ms-filter: none;
}


.qtip .qtip-tip{
	margin: 0 auto;
	overflow: hidden;
	z-index: 10;

}

	/* Opera bug #357 - Incorrect tip position
	https://github.com/Craga89/qTip2/issues/367 */
	x:-o-prefocus, .qtip .qtip-tip{
		visibility: hidden;
	}

	.qtip .qtip-tip,
	.qtip .qtip-tip .qtip-vml,
	.qtip .qtip-tip canvas{
		position: absolute;

		color: #123456;
		background: transparent;
		border: 0 dashed transparent;
	}

	.qtip .qtip-tip canvas{ top: 0; left: 0; }

	.qtip .qtip-tip .qtip-vml{
		behavior: url(../../frontend/Indez/chisholmhunter/en_GB/MageWorx_DynamicOptionsBase/css/#default#VML);
		display: inline-block;
		visibility: visible;
	}


#qtip-overlay{
	position: fixed;
	left: 0; top: 0;
	width: 100%; height: 100%;
}

	/* Applied to modals with show.modal.blur set to true */
	#qtip-overlay.blurs{ cursor: pointer; }

	/* Change opacity of overlay here */
	#qtip-overlay div{
		position: absolute;
		left: 0; top: 0;
		width: 100%; height: 100%;

		background-color: black;

		opacity: 0.7;
		filter:alpha(opacity=70);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	}


.qtipmodal-ie6fix{
	position: absolute !important;
}

.higher-zindex{
	z-index: 10000000 !important;
}
/**
 * Copyright © MageWorx. All rights reserved.
 * See LICENSE.txt for license details.
 */

#mw-sp {
    position: fixed;
    z-index: 5000;
}

#mw-sp.bottom-left {
    bottom: 20px;
    left: 20px;
}

#mw-sp.bottom-right {
    bottom: 20px;
    right: 20px;
}

#mw-sp.top-left {
    top: 20px;
    left: 20px;
}

#mw-sp.top-right {
    top: 20px;
    right: 20px;
}

#mw-sp .mw-sp__rating__text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap
}

#mw-sp {
    width: 350px;
    outline: 0
}

#mw-sp *, #mw-sp :after, #mw-sp :before {
    box-sizing: border-box
}

#mw-sp .mw-sp__container {
    display: -webkit-box;
    display: flex;
    width: 350px;
    height: 100px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .15);
    background-color: #fff;
    position: relative;
    padding: 10px
}

#mw-sp .mw-sp__container--bg-lily-white {
    background-color: #eaeaea
}

#mw-sp .mw-sp__container--bg-nero {
    background-color: #252525
}

#mw-sp .mw-sp__container--bg-tolopea {
    background-color: #150042
}

#mw-sp .mw-sp__container--bg-onahau {
    background-color: #ccf6ff
}

#mw-sp .mw-sp__container--bg-sazerac {
    background-color: #fef5df
}

#mw-sp .mw-sp__container--bg-aero-blue {
    background-color: #c6ffd6
}

#mw-sp .mw-sp__container--bg-zaffre {
    background-color: #1204ad
}

#mw-sp .mw-sp__container--bg-electric-crimson {
    background-color: #ff003d
}

#mw-sp .mw-sp__container--bg-oab-gradient {
    background-color: #ccf6ff;
    background-image: linear-gradient(75deg, #ccf6ff 0, #c6ffd6 100%)
}

#mw-sp .mw-sp__container--bg-electric-crimson .mw-sp__close, #mw-sp .mw-sp__container--bg-electric-crimson .mw-sp__product__link, #mw-sp .mw-sp__container--bg-electric-crimson .mw-sp__product__link:hover, #mw-sp .mw-sp__container--bg-nero .mw-sp__close, #mw-sp .mw-sp__container--bg-nero .mw-sp__product__link, #mw-sp .mw-sp__container--bg-nero .mw-sp__product__link:hover, #mw-sp .mw-sp__container--bg-tolopea .mw-sp__close, #mw-sp .mw-sp__container--bg-tolopea .mw-sp__product__link, #mw-sp .mw-sp__container--bg-tolopea .mw-sp__product__link:hover, #mw-sp .mw-sp__container--bg-zaffre .mw-sp__close, #mw-sp .mw-sp__container--bg-zaffre .mw-sp__product__link, #mw-sp .mw-sp__container--bg-zaffre .mw-sp__product__link:hover {
    color: #fff
}

#mw-sp .mw-sp__container--layout-rounded, #mw-sp .mw-sp__container--layout-rounded .mw-sp__media__aspect-ratio {
    border-radius: 10px
}

#mw-sp .mw-sp__container--layout-circular {
    border-radius: 100px 0 100px 100px
}

#mw-sp .mw-sp__container--layout-circular .mw-sp__media__aspect-ratio, #mw-sp .mw-sp__container--layout-info .mw-sp__media__aspect-ratio {
    border-radius: 50%
}

#mw-sp .mw-sp__container--layout-info .mw-sp__content {
    -webkit-box-pack: center;
    justify-content: center
}

#mw-sp .mw-sp__container--layout-info .mw-sp__message {
    font-size: 16px;
    line-height: 18px;
    max-height: none;
    color: #000
}

#mw-sp .mw-sp__container--layout-info .mw-sp__message strong {
    font-weight: 700;
    color: #000
}

#mw-sp .mw-sp__container--layout-info.mw-sp__container--bg-zaffre .mw-sp__media__aspect-ratio {
    background-color: #1204ad
}

#mw-sp .mw-sp__container--layout-info.mw-sp__container--bg-electric-crimson .mw-sp__media__aspect-ratio {
    background-color: #ff003d
}

#mw-sp .mw-sp__container--layout-info.mw-sp__container--bg-electric-crimson .mw-sp__media, #mw-sp .mw-sp__container--layout-info.mw-sp__container--bg-electric-crimson .mw-sp__message, #mw-sp .mw-sp__container--layout-info.mw-sp__container--bg-electric-crimson .mw-sp__message strong, #mw-sp .mw-sp__container--layout-info.mw-sp__container--bg-zaffre .mw-sp__media, #mw-sp .mw-sp__container--layout-info.mw-sp__container--bg-zaffre .mw-sp__message, #mw-sp .mw-sp__container--layout-info.mw-sp__container--bg-zaffre .mw-sp__message strong {
    color: #fff
}

#mw-sp .mw-sp__container--layout-info.mw-sp__container--icon-zaffre .mw-sp__media__aspect-ratio {
    color: #1204ad
}

#mw-sp .mw-sp__container--layout-info.mw-sp__container--icon-zaffre.mw-sp__container--icon-fill .mw-sp__media__aspect-ratio {
    background-color: #1204ad;
    color: #fff
}

#mw-sp .mw-sp__container--layout-info.mw-sp__container--icon-electric-crimson .mw-sp__media__aspect-ratio {
    color: #ff003d
}

#mw-sp .mw-sp__container--layout-info.mw-sp__container--icon-electric-crimson.mw-sp__container--icon-fill .mw-sp__media__aspect-ratio {
    background-color: #ff003d;
    color: #fff
}

#mw-sp .mw-sp__container--no-media {
    height: auto;
    min-height: 80px;
    padding: 10px 12px
}

#mw-sp .mw-sp__container--no-media .mw-sp__media {
    display: none
}

#mw-sp .mw-sp__container--no-media .mw-sp__message, #mw-sp .mw-sp__container--no-media .mw-sp__product {
    margin-bottom: 5px
}

#mw-sp .mw-sp__media__aspect-ratio {
    display: block;
    position: relative;
    width: 80px;
    padding-bottom: 80px;
    overflow: hidden;
    background-color: #fff
}

#mw-sp .mw-sp__media__image {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

#mw-sp .mw-sp__close {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    padding: 5px;
    margin: 0;
    line-height: 1;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    box-shadow: none;
}

#mw-sp .mw-sp__content {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 20px
}

#mw-sp .mw-sp__message {
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    max-height: 30px;
    overflow-y: hidden;
    font-weight: 400;
    font-style: normal;
    font-family: inherit;
    color: #909090
}

#mw-sp .mw-sp__product {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

#mw-sp .mw-sp__product__icon {
    margin-right: 5px
}

#mw-sp .mw-sp__product__link {
    display: inline-block;
    width: 220px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-style: normal;
    font-family: inherit;
    color: #000;
    text-decoration: none;
    border: 0
}

#mw-sp .mw-sp__product__link:focus {
    color: #000;
    text-decoration: none;
    border: 0
}

#mw-sp .mw-sp__product__link:hover {
    color: #000;
    text-decoration: underline;
    border: 0
}

#mw-sp .mw-sp__verified {
    padding-left: 10px;
    margin-top: 5px
}

#mw-sp .mw-sp__verified__text {
    font-size: 10px;
    line-height: 15px;
    font-weight: 400;
    font-style: normal;
    font-family: inherit;
    color: #909090
}

#mw-sp .mw-sp__verified__logo {
    display: inline-block;
    margin-left: 7px;
    position: relative;
    top: 3px;
    vertical-align: unset;
}

#mw-sp .mw-sp__rating {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

#mw-sp .mw-sp__stars {
    width: 63px;
    height: 11px;
    position: relative;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='63' height='11' viewBox='0 0 63 11' fill='none'%3E%3Cpath d='M5.5 0L6.85778 3.63117L10.7308 3.80041L7.69694 6.21383L8.73282 9.94959L5.5 7.81L2.26718 9.94959L3.30306 6.21383L0.269189 3.80041L4.14222 3.63117L5.5 0Z' fill='%23909090'/%3E%3Cpath d='M18.5 0L19.8578 3.63117L23.7308 3.80041L20.6969 6.21383L21.7328 9.94959L18.5 7.81L15.2672 9.94959L16.3031 6.21383L13.2692 3.80041L17.1422 3.63117L18.5 0Z' fill='%23909090'/%3E%3Cpath d='M31.5 0L32.8578 3.63117L36.7308 3.80041L33.6969 6.21383L34.7328 9.94959L31.5 7.81L28.2672 9.94959L29.3031 6.21383L26.2692 3.80041L30.1422 3.63117L31.5 0Z' fill='%23909090'/%3E%3Cpath d='M44.5 0L45.8578 3.63117L49.7308 3.80041L46.6969 6.21383L47.7328 9.94959L44.5 7.81L41.2672 9.94959L42.3031 6.21383L39.2692 3.80041L43.1422 3.63117L44.5 0Z' fill='%23909090'/%3E%3Cpath d='M57.5 0L58.8578 3.63117L62.7308 3.80041L59.6969 6.21383L60.7328 9.94959L57.5 7.81L54.2672 9.94959L55.3031 6.21383L52.2692 3.80041L56.1422 3.63117L57.5 0Z' fill='%23909090'/%3E%3C/svg%3E%0A");
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 63px 11px;
    background-position: center
}

#mw-sp .mw-sp__rate {
    position: absolute;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='63' height='11' viewBox='0 0 63 11' fill='%23fcb11f' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 0L6.85778 3.63117L10.7308 3.80041L7.69694 6.21383L8.73282 9.94959L5.5 7.81L2.26718 9.94959L3.30306 6.21383L0.269189 3.80041L4.14222 3.63117L5.5 0Z' fill='%23FCB11F'/%3E%3Cpath d='M18.5 0L19.8578 3.63117L23.7308 3.80041L20.6969 6.21383L21.7328 9.94959L18.5 7.81L15.2672 9.94959L16.3031 6.21383L13.2692 3.80041L17.1422 3.63117L18.5 0Z' fill='%23FCB11F'/%3E%3Cpath d='M31.5 0L32.8578 3.63117L36.7308 3.80041L33.6969 6.21383L34.7328 9.94959L31.5 7.81L28.2672 9.94959L29.3031 6.21383L26.2692 3.80041L30.1422 3.63117L31.5 0Z' fill='%23FCB11F'/%3E%3Cpath d='M44.5 0L45.8578 3.63117L49.7308 3.80041L46.6969 6.21383L47.7328 9.94959L44.5 7.81L41.2672 9.94959L42.3031 6.21383L39.2692 3.80041L43.1422 3.63117L44.5 0Z' fill='%23FCB11F'/%3E%3Cpath d='M57.5 0L58.8578 3.63117L62.7308 3.80041L59.6969 6.21383L60.7328 9.94959L57.5 7.81L54.2672 9.94959L55.3031 6.21383L52.2692 3.80041L56.1422 3.63117L57.5 0Z'/%3E%3C/svg%3E%0A");
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 63px 11px;
    background-position: left center
}

#mw-sp .mw-sp__time {
    width: 150px;
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    white-space: nowrap;
    font-style: normal;
    font-family: inherit;
    color: #909090;
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis
}

#mw-ss {
    margin-bottom: 15px;
}

#mw-ss *, #mw-ss :after, #mw-ss :before {
    box-sizing: border-box
}

#mw-ss .mw-ss__container {
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center
}

#mw-ss .mw-ss__container--style-candy-apple {
    color: #d80b2e
}

#mw-ss .mw-ss__container--style-candy-apple .mw-ss__highlighted-text:not(.mw-ss__highlighted-text--subdued) {
    background-color: #d80b2e
}

#mw-ss .mw-ss__container--style-cerulean-blue {
    color: #2c53d0
}

#mw-ss .mw-ss__container--style-cerulean-blue .mw-ss__highlighted-text:not(.mw-ss__highlighted-text--subdued) {
    background-color: #2c53d0
}

#mw-ss .mw-ss__container--style-black {
    color: #000
}

#mw-ss .mw-ss__container--style-black .mw-ss__highlighted-text:not(.mw-ss__highlighted-text--subdued) {
    background-color: #000
}

#mw-ss .mw-ss__media {
    padding-right: 5px
}

#mw-ss .mw-ss__content {
    font-size: 14px;
    line-height: 24px;
    color: #000
}

#mw-ss .mw-ss__highlighted-text {
    font-weight: 700;
    padding: 3px 5px;
    border-radius: 2px;
    line-height: 19px;
    color: #fff
}

#mw-ss .mw-ss__highlighted-text--subdued {
    background-color: #ececec;
    color: #000
}
.mageworx-stock-status-default {
    margin-bottom: 10px;
}

.mageworx-stock-status {
    max-width: 250px;
    margin-bottom: 15px;
}

.mw-stock-status-text {
    font-family: Lato;
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    color: rgba(0, 0, 0, 0.53);
    max-width: 225px;
}

.mw-stock-status-count {
    font-weight: bold;
    color: #000000;
}

.mw-stock-status-low {
    margin-left: 25px;
}
.mw-stock-status-urgent {
    margin-left: 25px;
}

.mw-stock-status-low::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 20px;
    background: url(../../frontend/Indez/chisholmhunter/en_GB/MageWorx_StockStatus/images/fire-yellow.svg) center center / contain no-repeat;
    margin-left: -25px;
}

.mw-stock-status-urgent::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 20px;
    background: url(../../frontend/Indez/chisholmhunter/en_GB/MageWorx_StockStatus/images/fire-red.svg) center center / contain no-repeat;
    margin-left: -25px;
}

.mw-stock-status-urgent-bar {
    width:100%;
    height: 5px;
    margin-top: 15px;
    margin-bottom: 10px;
    background: url(../../frontend/Indez/chisholmhunter/en_GB/MageWorx_StockStatus/images/bar-urgent.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.mw-stock-status-low-bar {
    width:100%;
    height: 5px;
    margin-top: 15px;
    margin-bottom: 10px;
    background: url(../../frontend/Indez/chisholmhunter/en_GB/MageWorx_StockStatus/images/bar-low.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.mw-stock-status-bar {
    width:100%;
    height: 5px;
    margin-top: 15px;
    margin-bottom: 10px;
    background: url(../../frontend/Indez/chisholmhunter/en_GB/MageWorx_StockStatus/images/bar-default.png);
    background-repeat: no-repeat;
    background-size: 100%;
}