.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
* {
    box-sizing: border-box;
}
body {
    font-family: "Open Sans", sans-serif;
    line-height: normal;
}
body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100%;
    width: 100%;
    color: #223A50;
    line-height: normal;
}
a {
    color: #223A50;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
}
/*a:hover {*/
/*    color: #2C88E4;*/
/*}*/
.d-flex {
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap;
}
.row {
    display: inline-block;
    width: 100%;
    margin: 0;
}
.showmobile {
    display: none;
}
.logoblock h1 {
    margin: 0;
}
.logoblock img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 10px 0;
}
.container {
    width: 100%;
    max-width: 1280px;
    position: relative;
    margin: 0 auto;
    padding: 0;
}
.relative {
    position: relative;
}
#bodyblock {
    position: relative;
    min-height: 100%;
    padding-bottom: 483px;
    background: #f6f8fa;
}
section.newproducts.clearfix {
    margin: 0 0 80px;
}
.header-topmain ul {
    display: inline-block;
    margin: 0 0 -4px;
}
.max970 {
    float: right;
    max-width: 970px;
    width: 100%;
}
.floatright {
    float: right;
}
.heademail a {
    color: #000000;
    font-size: 12px;
    padding-left: 24px;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2210%22%20viewBox%3D%220%200%2014%2010%22%3E%3Cdefs%3E%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20id%3D%22header_email%22%20class%3D%22cls-1%22%20d%3D%22M358.5%2C11h-13a0.5%2C0.5%2C0%2C0%2C0-.5.5v9a0.5%2C0.5%2C0%2C0%2C0%2C.5.5h13a0.5%2C0.5%2C0%2C0%2C0%2C.5-0.5v-9A0.5%2C0.5%2C0%2C0%2C0%2C358.5%2C11Zm-0.82%2C1L352%2C16.368%2C346.32%2C12h11.36ZM358%2C20H346V13.015L351.7%2C17.4a0.5%2C0.5%2C0%2C0%2C0%2C.609%2C0l5.7-4.381V20Z%22%20transform%3D%22translate(-345%20-11)%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: left center;
}
.heademail {
    float: left;
}
.logoblock {
    float: left;
    border-right: 1px solid #dde0e3;
    padding-right: 63px;
    margin: 27px 0;
    margin-right: 58px;
}
.header-top ul li a {
    color: #778695;
    text-decoration: underline;
    font-size: 14px;
}
.header-top ul li:last-child {
    margin-right: 0;
}
.header-top ul li {
    display: inline-block;
    list-style: none;
    margin-right: 25px;
}
.header-top ul {
    padding: 0;
    margin: 14px 0 0;
}
.max920 {
    float: left;
    max-width: 940px;
    width: 100%;
}
.user-info {
    width: 100%;
    max-width: 20px;
    float: left;
    line-height: 51px;
    height: 51px;
    margin-top: 20px;
}
.floatleft {
    float: left;
}
.headersocials a {
    color: #778695;
    font-size: 14px;
    font-weight: 400;
    padding-left: 25px;
    box-sizing: border-box;
    text-transform: uppercase;
    background-position: left center;
    background-repeat: no-repeat;
}
.headermail {
    margin-left: 30px;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22Group_1873%22%20data-name%3D%22Group%201873%22%20width%3D%2216.841%22%20height%3D%2211.787%22%20viewBox%3D%220%200%2016.841%2011.787%22%3E%3Cpath%20id%3D%22Path_169%22%20data-name%3D%22Path%20169%22%20d%3D%22M16.841%2C3.355v8.31a1.288%2C1.288%2C0%2C0%2C1-1.347%2C1.218H1.347A1.288%2C1.288%2C0%2C0%2C1%2C0%2C11.664V3.355L8.568%2C8.208Z%22%20transform%3D%22translate(0%20-1.095)%22%20fill%3D%22%234f5b65%22%2F%3E%3Cpath%20id%3D%22Path_168%22%20data-name%3D%22Path%20168%22%20d%3D%22M1.347%2C0H15.494a1.347%2C1.347%2C0%2C0%2C1%2C1.347%2C1.347L8.508%2C6.091%2C0%2C1.347A1.367%2C1.367%2C0%2C0%2C1%2C1.347%2C0Z%22%20transform%3D%22translate(0)%22%20fill%3D%22%234f5b65%22%2F%3E%3C%2Fsvg%3E");
}
.headerskype {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.786%22%20height%3D%2216.786%22%20viewBox%3D%220%200%2016.786%2016.786%22%3E%3Cg%20id%3D%22Group_1874%22%20data-name%3D%22Group%201874%22%20transform%3D%22translate(-1064.032%20-47.813)%22%3E%3Ccircle%20id%3D%22Ellipse_69%22%20data-name%3D%22Ellipse%2069%22%20cx%3D%227.344%22%20cy%3D%227.344%22%20r%3D%227.344%22%20transform%3D%22translate(1065.081%2048.862)%22%20fill%3D%22%234f5b65%22%2F%3E%3Ccircle%20id%3D%22Ellipse_70%22%20data-name%3D%22Ellipse%2070%22%20cx%3D%224.197%22%20cy%3D%224.197%22%20r%3D%224.197%22%20transform%3D%22translate(1064.032%2047.813)%22%20fill%3D%22%234f5b65%22%2F%3E%3Ccircle%20id%3D%22Ellipse_71%22%20data-name%3D%22Ellipse%2071%22%20cx%3D%224.197%22%20cy%3D%224.197%22%20r%3D%224.197%22%20transform%3D%22translate(1072.425%2056.206)%22%20fill%3D%22%234f5b65%22%2F%3E%3Cpath%20id%3D%22Path_735%22%20data-name%3D%22Path%20735%22%20d%3D%22M-2.338%2C8.276a7.713%2C7.713%2C0%2C0%2C1-.817-.046A3.882%2C3.882%2C0%2C0%2C1-5.723%2C6.642s-.035-.688.3-.917%2C1.054%2C0%2C1.054%2C0l0%2C0a2.23%2C2.23%2C0%2C0%2C0%2C1.386.88A2.667%2C2.667%2C0%2C0%2C0-.7%2C6.119.853.853%2C0%2C0%2C0-.664%2C5.071l-.008-.008a2.839%2C2.839%2C0%2C0%2C0-1.873-.669l-.039%2C0A3.9%2C3.9%2C0%2C0%2C1-5.418%2C3.177a2%2C2%2C0%2C0%2C1-.434-1.622c.15-.9.776-2.427%2C3.281-2.515A4.109%2C4.109%2C0%2C0%2C1%2C.63.579s.071.64-.255.887a1.673%2C1.673%2C0%2C0%2C1-1.052.1l0%2C0A2.476%2C2.476%2C0%2C0%2C0-2.514.679c-1.356.047-1.631.606-1.721%2C1.146a.376.376%2C0%2C0%2C0%2C.094.325%2C2.365%2C2.365%2C0%2C0%2C0%2C1.64.606l.034%2C0A4.418%2C4.418%2C0%2C0%2C1%2C.476%2C3.894%2C2.465%2C2.465%2C0%2C0%2C1%2C.508%2C7.227%2C3.682%2C3.682%2C0%2C0%2C1-2.338%2C8.276Z%22%20transform%3D%22translate(1074.715%2052.691)%22%20fill%3D%22%23f7f7f7%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.headersocials {
    float: right;
    margin-top: 14px;
}
.headerstrong {
    display: block;
    color: #000000;
    font-size: 13px;
    font-weight: 800;
    margin-top: 8px;
    text-transform: uppercase;
}
.headertext {
    color: #959595;
    font-size: 12px;
    display: block;
    font-weight: 400;
    margin-top: 4px;
}
.user-info.custom-user-layout {
    margin-top: 24px;
}
@media only screen and (max-width: 767px) {
    .user-info.custom-user-layout {
        margin-top: 0px;
    }
}
.user-info.custom-user-layout .custom-user-layout-ico {
    cursor: pointer;
}

.user-info.custom-user-layout .custom-user-layout-ico,
.user-info > a {
    position: relative;
    padding-left: 0;
    height: 32px;
    width: 100%;
    min-width: 30px;
    box-sizing: BORDER-BOX;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22user_1_%22%20data-name%3D%22user%20(1)%22%20width%3D%2216.976%22%20height%3D%2219.806%22%20viewBox%3D%220%200%2016.976%2019.806%22%3E%3Cpath%20id%3D%22Path_520%22%20data-name%3D%22Path%20520%22%20d%3D%22M94.763%2C4.716A4.716%2C4.716%2C0%2C1%2C1%2C90.048%2C0%2C4.716%2C4.716%2C0%2C0%2C1%2C94.763%2C4.716Zm0%2C0%22%20transform%3D%22translate(-81.56)%22%20fill%3D%22%234f5b65%22%2F%3E%3Cpath%20id%3D%22Path_521%22%20data-name%3D%22Path%20521%22%20d%3D%22M12.5%2C256H4.48A4.485%2C4.485%2C0%2C0%2C0%2C0%2C260.48v3.3a.708.708%2C0%2C0%2C0%2C.707.707H16.269a.708.708%2C0%2C0%2C0%2C.707-.707v-3.3A4.485%2C4.485%2C0%2C0%2C0%2C12.5%2C256Zm0%2C0%22%20transform%3D%22translate(0%20-244.683)%22%20fill%3D%22%234f5b65%22%2F%3E%3C%2Fsvg%3E");
}
.user-info.custom-user-layout .custom-user-layout-ico {
    background-size: 32px;
    background-position: center;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgZmlsbD0ibm9uZSIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIiB3aWR0aD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTggMTBDMTggMTQuNDE4MyAxNC40MTgzIDE4IDEwIDE4QzUuNTgxNzIgMTggMiAxNC40MTgzIDIgMTBDMiA1LjU4MTcyIDUuNTgxNzIgMiAxMCAyQzE0LjQxODMgMiAxOCA1LjU4MTcyIDE4IDEwWk0xMiA3QzEyIDguMTA0NTcgMTEuMTA0NiA5IDEwIDlDOC44OTU0MyA5IDggOC4xMDQ1NyA4IDdDOCA1Ljg5NTQzIDguODk1NDMgNSAxMCA1QzExLjEwNDYgNSAxMiA1Ljg5NTQzIDEyIDdaTTkuOTk5OTMgMTFDNy45ODIzOSAxMSA2LjI0Mzk0IDEyLjE5NSA1LjQ1Mzc0IDEzLjkxNTdDNi41NTQwMyAxNS4xOTIgOC4xODI2NSAxNiA5Ljk5OTk4IDE2QzExLjgxNzMgMTYgMTMuNDQ1OSAxNS4xOTIxIDE0LjU0NjIgMTMuOTE1OEMxMy43NTYgMTIuMTk1IDEyLjAxNzUgMTEgOS45OTk5MyAxMVoiIGZpbGw9IiM0QTU1NjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==");
}

.user-info.custom-user-layout .custom-user-layout-ico .logout {
    display: none;
    position: absolute;
    top: 100%;
    right: 0px;
    min-width: 270px;
    flex-direction: column;

    background-color: #fff;
    box-shadow: 0px 5px 5px rgba(0 0 0/ .2);
    z-index: 9999999;
}
.user-info.custom-user-layout .custom-user-layout-ico .logout.active {
    display: flex;
}
.user-info.custom-user-layout .custom-user-layout-ico .logout.active a {
    white-space: nowrap;
    height: auto;
    width: auto;
    text-align: left;
    padding: 1em;
}
.user-info.custom-user-layout .custom-user-layout-ico .logout.active a:hover {
    background-color: #2c88e4;
    color:#fff;
}
div#blockcart-wrapper {
    float: left;
    max-width: 32px;
    width: 100%;
    margin-left: 20px;
    line-height: 51px;
    display: block;
    height: 51px;
    margin-top: 19px;
}
.headerdiscount span {
    padding-left: 25px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.337%22%20height%3D%2219.078%22%20viewBox%3D%220%200%2015.337%2019.078%22%3E%3Cg%20id%3D%22Group_2788%22%20data-name%3D%22Group%202788%22%20transform%3D%22translate(-789.212%20-421.422)%22%3E%3Cg%20id%3D%22Group_2739%22%20data-name%3D%22Group%202739%22%20transform%3D%22translate(789.212%20421.422)%22%3E%3Cpath%20id%3D%22Path_760%22%20data-name%3D%22Path%20760%22%20d%3D%22M9.508-3.976A13.382%2C13.382%2C0%2C0%2C0%2C11.65.343a28.608%2C28.608%2C0%2C0%2C1%2C3.016%2C3.909%2C5.835%2C5.835%2C0%2C0%2C1%2C1%2C3.524A7.52%2C7.52%2C0%2C0%2C1%2C7.917%2C15.1%2C7.111%2C7.111%2C0%2C0%2C1%2C.539%2C9.4%2C9.072%2C9.072%2C0%2C0%2C1%2C3.066%2C1.132C3.253.959%2C4.941%2C2.807%2C5.326%2C2.355S5.6.2%2C6.419-1.43A6.062%2C6.062%2C0%2C0%2C1%2C9.508-3.976Z%22%20transform%3D%22translate(-0.326%203.976)%22%20fill%3D%22%23f7931e%22%2F%3E%3C%2Fg%3E%3Cg%20id%3D%22percentage%22%20transform%3D%22translate(794.261%20430.677)%22%3E%3Cg%20id%3D%22Group_2473%22%20data-name%3D%22Group%202473%22%20transform%3D%22translate(0)%22%3E%3Cg%20id%3D%22Group_2472%22%20data-name%3D%22Group%202472%22%3E%3Crect%20id%3D%22Rectangle_1257%22%20data-name%3D%22Rectangle%201257%22%20width%3D%226.309%22%20height%3D%220.787%22%20transform%3D%22translate(0.115%204.577)%20rotate(-45)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20id%3D%22Path_1%22%20data-name%3D%22Path%201%22%20d%3D%22M272.288%2C271.063a1.235%2C1.235%2C0%2C1%2C0%2C1.235%2C1.235A1.236%2C1.236%2C0%2C0%2C0%2C272.288%2C271.063Zm0%2C1.683a.448.448%2C0%2C1%2C1%2C.448-.448A.448.448%2C0%2C0%2C1%2C272.288%2C272.746Z%22%20transform%3D%22translate(-268.274%20-268.284)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20id%3D%22Path_2%22%20data-name%3D%22Path%202%22%20d%3D%22M1.245%2C2.47A1.235%2C1.235%2C0%2C1%2C0%2C.01%2C1.235%2C1.236%2C1.236%2C0%2C0%2C0%2C1.245%2C2.47Zm0-1.683A.448.448%2C0%2C1%2C1%2C.8%2C1.235.448.448%2C0%2C0%2C1%2C1.245.787Z%22%20transform%3D%22translate(-0.01)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.headerdiscount {
    float: left;
    color: #4F5B65;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    line-height: 51px;
    margin-top: 26px;
    padding: 0 45px;
    border-left: 1px solid #DDE0E3;
    border-right: 1px solid #DDE0E3;
    margin-left: 60px;
    margin-right: 44px;
}
.blockcart.cart-preview {
    vertical-align: middle;
    display: inline-block;
    line-height: 1;
}
.cartout {
    display: block;
    position: relative;
    box-sizing: border-box;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223.406%22%20height%3D%2220.572%22%20viewBox%3D%220%200%2023.406%2020.572%22%3E%3Cg%20id%3D%22Group_388%22%20data-name%3D%22Group%20388%22%20transform%3D%22translate(-1264.447%20-57.46)%22%3E%3Cg%20id%3D%22shopping-cart_1_%22%20data-name%3D%22shopping-cart%20(1)%22%20transform%3D%22translate(1269.117%2061.564)%22%3E%3Cpath%20id%3D%22Path_108%22%20data-name%3D%22Path%20108%22%20d%3D%22M7.589%2C13.715H19.978a.684.684%2C0%2C0%2C0%2C.659-.5l2.743-9.6a.685.685%2C0%2C0%2C0-.659-.874H6.006L5.515.537A.686.686%2C0%2C0%2C0%2C4.846%2C0H.686a.686.686%2C0%2C0%2C0%2C0%2C1.371H4.3L6.772%2C12.515a2.056%2C2.056%2C0%2C0%2C0%2C.817%2C3.943H19.978a.686.686%2C0%2C1%2C0%2C0-1.371H7.589a.686.686%2C0%2C0%2C1%2C0-1.371Zm0%2C0%22%20transform%3D%22translate(-4.67%20-4.105)%22%20fill%3D%22%234f5b65%22%2F%3E%3Cpath%20id%3D%22Path_109%22%20data-name%3D%22Path%20109%22%20d%3D%22M151%2C362.061A2.057%2C2.057%2C0%2C1%2C0%2C153.057%2C360%2C2.059%2C2.059%2C0%2C0%2C0%2C151%2C362.061Zm0%2C0%22%20transform%3D%22translate(-148.767%20-347.651)%22%20fill%3D%22%234f5b65%22%2F%3E%3Cpath%20id%3D%22Path_110%22%20data-name%3D%22Path%20110%22%20d%3D%22M362%2C362.061A2.057%2C2.057%2C0%2C1%2C0%2C364.061%2C360%2C2.059%2C2.059%2C0%2C0%2C0%2C362%2C362.061Zm0%2C0%22%20transform%3D%22translate(-350.125%20-347.651)%22%20fill%3D%22%234f5b65%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    background-position: left bottom;
}
.menuout {
    margin-bottom: -1px;
    display: block;
    background: #2c88e4;
    z-index: 999;
    position: relative;
    height: 55px;
}
ul#top-menu {
    display: flex;
}
.menuout #top-menu > li {
    width: auto;
}
.menuout .menu > ul > li:hover > a.haschild {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.091%22%20height%3D%225.71%22%20viewBox%3D%220%200%209.091%205.71%22%3E%3Cg%20id%3D%22Group_752%22%20data-name%3D%22Group%20752%22%20transform%3D%22translate(-319.662%20-141.439)%22%3E%3Cline%20id%3D%22Line_173%22%20data-name%3D%22Line%20173%22%20x1%3D%223.584%22%20y2%3D%223.584%22%20transform%3D%22translate(324.107%20142.5)%22%20fill%3D%22none%22%20stroke%3D%22%234f5b65%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%3Cpath%20id%3D%22Path_112%22%20data-name%3D%22Path%20112%22%20d%3D%22M-.778%2C1.049%2C2.537%2C4.595%22%20transform%3D%22translate(321.5%20141.495)%22%20fill%3D%22%23fff%22%20stroke%3D%22%234f5b65%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.menuout ul[data-depth="0"] > li:hover > a {
    background-color: #fff;
    text-decoration: underline;
    color: #223a50;
}
.categorymenu [data-depth="0"] {
    padding: .3rem 0;
    line-height: 1.2;
}
.categorymenu [data-depth="0"] {
    border-bottom: solid 1px #DDE0E3;
}
.menuout ul li {
    margin-right: 18px;
}
.menuout .menu > ul > li > a.haschild {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.091%22%20height%3D%225.71%22%20viewBox%3D%220%200%209.091%205.71%22%3E%3Cg%20id%3D%22Group_754%22%20data-name%3D%22Group%20754%22%20transform%3D%22translate(-319.662%20-141.439)%22%3E%3Cline%20id%3D%22Line_173%22%20data-name%3D%22Line%20173%22%20x1%3D%223.584%22%20y2%3D%223.584%22%20transform%3D%22translate(324.107%20142.5)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%3Cpath%20id%3D%22Path_112%22%20data-name%3D%22Path%20112%22%20d%3D%22M-.778%2C1.049%2C2.537%2C4.595%22%20transform%3D%22translate(321.5%20141.495)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: calc(100% - 5px) center;
    background-repeat: no-repeat;
    padding-right: 14px;
    padding-left: 10px;
}
.container_lab_megamenu {
    height: 55px;
    padding: 0;
    position: relative;
    z-index: 15;
    clear: both;
    border-top: 1px solid rgba(246, 246, 246, 0.1);
    margin-bottom: 30px;
    background: #3998f0;
}
#top-menu .sub-menu ul[data-depth="1"] > li {
    margin: 0;
    float: left;
    width: 25%;
}
#top-menu .sub-menu {
    margin-left: 0;
    box-shadow: 0 10px 10px rgba(0 0 0 / 30%);
}
#top-menu .popover:before {
    display: none;
}
.displayMegamenu .menu {
    width: 100%;
}
.menuout ul li a {
    position: relative;
    font-weight: 400;
    color: #ffffff;
    padding: 18px 20px 18px 10px;
    box-sizing: border-box;
    font-size: 14px;
    display: block;
    -moz-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
.allproducts span {
    color: #f01823;
    font-size: 13px;
    text-transform: uppercase;
}
.allproducts:before {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2214.406%22%20height%3D%229.938%22%20viewBox%3D%220%200%2014.406%209.938%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%233258af%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22sidemenu_arrow%22%20class%3D%22cls-1%22%20d%3D%22M353.219%2C593.813a0.556%2C0.556%2C0%2C0%2C0-.787.787l3.465%2C3.464H344.181a0.557%2C0.557%2C0%2C0%2C0%2C0%2C1.114H355.9l-3.465%2C3.464a0.556%2C0.556%2C0%2C1%2C0%2C.787.787l4.808-4.808Z%22%20transform%3D%22translate%28-343.625%20-593.656%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
}
.greenbtn[disabled] {
    pointer-events: none;
    opacity: 0.5;
}
.menuout ul li ul li li a {
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    padding: 0 0 0 12px;
    box-sizing: BORDER-BOX;
    text-decoration: none;
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225.71%22%20height%3D%229.091%22%20viewBox%3D%220%200%205.71%209.091%22%3E%3Cg%20id%3D%22Group_1962%22%20data-name%3D%22Group%201962%22%20transform%3D%22translate(-141.439%20328.752)%20rotate(-90)%22%3E%3Cline%20id%3D%22Line_173%22%20data-name%3D%22Line%20173%22%20x1%3D%223.584%22%20y2%3D%223.584%22%20transform%3D%22translate(324.107%20142.5)%22%20fill%3D%22none%22%20stroke%3D%22%23f7931e%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%3Cpath%20id%3D%22Path_112%22%20data-name%3D%22Path%20112%22%20d%3D%22M-.778%2C1.049%2C2.537%2C4.595%22%20transform%3D%22translate(321.5%20141.495)%22%20fill%3D%22none%22%20stroke%3D%22%23f7931e%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") 1px 4px no-repeat;
}
.menuout ul li ul li a:hover {
    color: #2C88E4;
}
.menuout ul li ul li a {
    color: #223A50;
    display: block;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 1rem 0;
    text-align: left;
    line-height: 1;
}
.menuout ul li ul li a span {
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}
.menuout ul li,
.menuout ul {
    list-style: none;
}
.menuout ul li ul li:last-child {
    border-bottom: 0;
}
.popupmenu > ul > li {
    width: 100%;
    max-width: 50%;
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    padding: 0 15px;
    box-sizing: BORDER-BOX;
    margin-bottom: 30px;
}
.popupproducttitle {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 18px;
    margin-top: 20px;
    color: #000000;
}
.popupproductdesc {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 20px;
}
.menuout .popupside ul li.active a:before,
.menuout .popupside ul li:hover a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #0c94f5;
    position: Absolute;
    right: -10px;
    top: 50%;
    margin-top: -10px;
    left: auto;
}
.menuout .popupside ul li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    display: block;
    width: 100%;
    padding: 20px 40px;
    box-sizing: border-box;
    position: relative;
}
.popupside:before {
    content: "";
    position: Absolute;
    height: 100%;
    background: #0c94f5;
    max-width: 270px;
    width: 100%;
    top: 0;
}
.popupside ul li {
    list-style: none;
    margin: 0;
}
.menuout .popupside ul {
    padding: 20px 0;
    margin: 0;
}
.popupproduct img {
    max-width: 100%;
    height: auto;
}
.popupproduct {
    display: inline-block;
    padding: 15px;
    vertical-align: top;
    box-sizing: BORDER-BOX;
    max-width: 356px;
}
.popupmenu {
    padding: 15px;
    box-sizing: BORDER-BOX;
    max-width: 600px;
    display: inline-block;
    width: 100%;
}
.popupinner {
    display: none;
}
.popuprightside .popupinner.active {
    display: block;
}
.popuprightside {
    float: left;
    max-width: 960px;
}
.popupside {
    float: left;
    max-width: 270px;
    width: 100%;
    background: #0c94f5;
}
.menuout ul li a.popupbtn:hover {
    background-color: #1da36d;
    color: #fff;
}
.menuout ul li a.popupbtn {
    border-radius: 2px;
    font-size: 14px;
    font-weight: 600;
    max-width: 200px;
    margin: 0 auto;
    display: inline-block;
    line-height: 48px;
    color: #fff;
    padding: 0;
    width: 100%;
    background-color: #22b077;
    text-transform: uppercase;
    text-align: center;
    border: 0;
    cursor: pointer;
    height: 48px;
    -moz-transition: background-color 0.2s ease;
    -ms-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}
span.count {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}
.menuout ul li:last-child {
    margin-right: 0;
}
.menu > ul > li > a > span {
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    font-size: 12px;
}
.menu > ul > li > a{
    line-height:56px;
    padding:0;
}
.menu > ul > li {
    float: left;
    list-style: none;
    width: calc(10.5% - 16px);
    box-sizing: border-box;
}
.menuout ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    margin-bottom: -4px;
    width: 100%;
}
.menu > ul {
    height: 55px;
}
.menu {
    width: 100%;
    box-sizing: BORDER-BOX;
    display: inline-block;
}
.menuout .row {
    margin-bottom: -4px;
}
div#search_widget {
    max-width: 610px;
    float: left;
    position: relative;
    width: 100%;
    margin-top: 33px;
}
div#search_widget input {
    color: #778695;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    line-height: 46px;
    height: 41px;
    font-weight: 400;
    width: 100%;
    padding: 0 20px;
    background: #ffffff;
    border: 1px solid #dde0e3;
    box-sizing: border-box;
}
.searchicon:hover {
    opacity: 0.8;
}
.searchicon {
    position: absolute;
    top: 0;
    right: 0;
    width: 72px;
    border: 0;
    background-color: #2c88e4;
    padding: 0;
    height: 41px;
    cursor: pointer;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.394%22%20height%3D%2215.963%22%20viewBox%3D%220%200%2016.394%2015.963%22%3E%3Cg%20id%3D%22Group_1875%22%20data-name%3D%22Group%201875%22%20transform%3D%22translate(-984%20-80.623)%22%3E%3Cg%20id%3D%22Ellipse_65%22%20data-name%3D%22Ellipse%2065%22%20transform%3D%22translate(984%2080.623)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Ccircle%20cx%3D%226.798%22%20cy%3D%226.798%22%20r%3D%226.798%22%20stroke%3D%22none%22%2F%3E%3Ccircle%20cx%3D%226.798%22%20cy%3D%226.798%22%20r%3D%226.048%22%20fill%3D%22none%22%2F%3E%3C%2Fg%3E%3Cpath%20id%3D%22Path_531%22%20data-name%3D%22Path%20531%22%20d%3D%22M3.064%2C3.725-1.018.211%22%20transform%3D%22translate(996.272%2091.804)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
*:focus {
    -moz-outline: none;
    -ms-outline: none;
    -o-outline: none;
    -webkit-outline: none;
    outline: none;
}
input,
button,
select {
    font-family: "Open Sans", sans-serif;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    font-weight: 500;
    -webkit-appearance: none;
    appearance: none;
}
input.blackplace:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
    -webkit-box-shadow: 0 0 0 30px #3f4e4c inset;
    box-shadow: 0 0 0 30px #3f4e4c inset;
}
input.blackplace::-webkit-input-placeholder,
textarea.blackplace::-webkit-input-placeholder {
    color: #818181;
    opacity: 1;
}
input.blackplace:focus::-webkit-input-placeholder,
textarea.blackplace:focus::-webkit-input-placeholder {
    color: transparent;
}
input.blackplace:-moz-placeholder,
textarea.blackplace:-moz-placeholder {
    color: #818181;
    opacity: 1;
}
input.blackplace:focus:-moz-placeholder,
textarea.blackplace:focus:-moz-placeholder {
    color: transparent;
}
input.blackplace::-moz-placeholder,
textarea.blackplace::-moz-placeholder {
    color: #818181;
    opacity: 1;
}
input.blackplace:focus::-moz-placeholder,
textarea.blackplace:focus::-moz-placeholder {
    color: transparent;
}
input.blackplace:-ms-input-placeholder,
textarea.blackplace:-ms-input-placeholder {
    color: #818181;
    opacity: 1;
}
input.blackplace:focus:-ms-input-placeholder,
textarea.blackplace:focus:-ms-input-placeholder {
    color: transparent;
}
.blackbtn:hover {
    background: #181818;
}
.blackbtn {
    background: #000000;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    border-radius: 2px;
    max-width: 200px;
    line-height: 50px;
    height: 50px;
    -moz-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.bluebtn:hover {
    opacity: 0.8;
}
.bluebtn {
    background: #2c88e4;
    color: #ffffff;
    width: 100%;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 45px;
    box-sizing: border-box;
    line-height: 59px;
    border: 0;
    cursor: pointer;
    height: 59px;
    -moz-transition: background 0.2s ease, color 0.2s ease;
    -ms-transition: background 0.2s ease, color 0.2s ease;
    -o-transition: background 0.2s ease, color 0.2s ease;
    -webkit-transition: background 0.2s ease, color 0.2s ease;
    transition: background 0.2s ease, color 0.2s ease;
}
.list_manufacturer .slick-slide img:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}
.list_manufacturer .slick-slide img {
    display: inline-block;
    vertical-align: middle;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    transition: filter 0, 2s ease;
    -webkit-transition: filter 0, 2s ease;
    -moz-transition: filter 0, 2s ease;
    -ms-transition: filter 0, 2s ease;
    -o-transition: filter 0, 2s ease;
}
.item-inner {
    line-height: 102px;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #dde0e3;
    border-bottom: 1px solid #dde0e3;
}
.products {
    display: inline-block;
    width: 100%;
}
.products {
    display: inline-block;
    width: 100%;
    border-left: 1px solid #e3e3e3;
    box-sizing: border-box;
    border-top: 1px solid #e3e3e3;
}
div#js-product-list .products {
    border-top: 0;
}
.product-miniature:hover {
    -webkit-box-shadow: 6px 6px 18px 0px rgb(0 0 0 / 12%);
    -moz-box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 6px 6px 18px 0px rgb(0 0 0 / 12%);
    z-index: 999;
    overflow: visible;
    background: #fff;
}
.product-miniaturebig .product-title {
    font-size: 23px;
    font-weight: 600;
    line-height: 31px;
    margin: 0 0 7px;
    color: #223a50;
    text-align: left;
    box-sizing: border-box;
}
.product-miniaturebig .listreference {
    font-size: 16px;
    line-height: 16px;
    text-align: left;
    margin-top: 16px;
    color: #778695;
    margin-bottom: 55px;
}
.product-miniaturebig .product-description {
    text-align: left;
    position: relative;
    padding: 0px 36px 0;
    margin-top: 36px;
}
.product-miniaturebig .thumbnail-container img {
    margin-bottom: 0;
    max-height: 293px;
    width: auto;
    height: unset;
}
.bigimage {
    height: 293px;
    margin-bottom: 93px;
}
.product-miniaturebig .thumbnail-container {
    margin-top: 45px;
    padding: 0;
}
.product-miniaturebig {
    height: 690px;
}
.product-miniature {
    float: left;
    position: relative;
    /*overflow: hidden;*/
    width: 100%;
    text-align: center;
    border-right: 1px solid #dde0e3;
    box-sizing: border-box;
    border-bottom: 1px solid #dde0e3;
    -moz-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.08);
    -moz-transition: box-shadow 0.2s ease;
    -ms-transition: box-shadow 0.2s ease;
    -o-transition: box-shadow 0.2s ease;
    -webkit-transition: box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease;
    background: #ffffff;
}
.product-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin: 0 0 7px;
    color: #223a50;
    text-align: left;
    box-sizing: border-box;
    min-height: 66px;
    word-break: break-word;
}
h3.product-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* start showing ellipsis when 3rd line is reached */
    white-space: pre-wrap; /* let the text wrap preserving spaces */
}
.product-miniaturebig .product-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* start showing ellipsis when 3rd line is reached */
    white-space: pre-wrap; /* let the text wrap preserving spaces */
}
article .price {
    color: #2c88e4;
    font-size: 21px;
    font-weight: 500;
    line-height: 24px;
}
.product-description {
    text-align: left;
    position: relative;
    padding: 0px 18px 20px;
    margin-top: 20px;
}
.product-miniaturebig .product-price-and-shipping .pricesmall {
    font-size: 30px;
    line-height: 41px;
}
.product-miniaturesmall span.regular-price {
    line-height: 18px;
    color: #778695;
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    text-decoration: line-through;
    display: inline-block;
    margin-left: 5px;
}
.listreference {
    color: #778695;
    font-size: 13px;
    margin-top: 10px;
    line-height: 14px;
}
.product-miniaturesmall .product-price-and-shipping {
    width: 100%;
    min-height: 1px;
    margin-top: 22px;
}
.product-miniaturesmall span.pricesmall {
    font-size: 18px;
    line-height: 24px;
}
div#js-product-list .page-not-found div#search_widget {
    max-width: 100%;
    float: none;
    position: relative;
    margin-bottom: 50px;
    width: 100%;
    margin-top: 27px;
    margin-right: 0;
    z-index:1;
}
section.register-form {
    background: #fff;
    padding: 20px 30px;
    border: 1px solid #f3f3f3;
}
div#js-product-list .page-not-found {
    padding: 0 50px;
    text-align: center;
    margin-top: 67px;
    font-size: 13px;
}
.thumbnail-container {
    padding-top: 30px;
}
li.product-flag.new {
    list-style: none;
    color: #fff;
    background: #19d15f;
    line-height: 26px;
    min-width: 59px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}
.itemlabel {
    color: #90a4a7;
    font-size: 14px;
    font-weight: 400;
}
.laberLogo_manufacturer {
    margin: 0 0 90px;
}
.sectiontitle span {
    display: inline-block;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
    background: #f6f8fa;
    position: relative;
    z-index: 1;
}
.sectiontitle:before {
    height: 1px;
    background: #dde0e3;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
}
.sectiontitle {
    font-weight: bold;
    margin: 0;
    position: relative;
    color: #223a50;
    text-align: Center;
    font-size: 34px;
}
#footer {
    background: #232323;
    position: Absolute;
    height: 483px;
    width: 100%;
    bottom: 0;
    left: 0;
}
.product-miniature > a {
    display: block;
    position: relative;
}
.listcart:hover {
    background-color: #2c88e4;
    color: #fff;
}
/*.product--outOfStock .product-thumbnail{*/
/*    filter: grayscale(100%);*/
/*    opacity: .6;*/
/*}*/
.product--outOfStock .product-price-and-shipping span {
    background-color: #727272;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    border-radius: 4px;
    padding: 0 2em;
    font-size: 12px;
    border-radius: 30px;
}
.product-miniaturebig .product-price-and-shipping {
    width: auto;
}
.product-miniaturebig .listcart {
    margin-right: -37px;
    margin-top: 1px;
    width: 260px;
    height: 105px;
    font-size: 16px;
    line-height: 33px;
}
.listcart {
    float: right;
    border: 1px solid #dde0e3;
    background-color: transparent;
    color: #4f5b65;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease;
    -moz-transition: background-color 0.2s ease, color 0.2s ease;
    -ms-transition: background-color 0.2s ease, color 0.2s ease;
    -o-transition: background-color 0.2s ease, color 0.2s ease;
    width: 140px;
    height: 58px;
    line-height: 58px;
    margin: 0;
    font-size: 14px;
}
.readproductmore:hover {
    color: #2C88E4;
}
.readproductmore {
    color: #4F5B65;
    float: left;
    padding-left: 18px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    line-height: 58px;
    transition: color 0.2s ease;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
}
.margintop35 {
    margin-top: 35px;
}
.margintop90 {
    margin-top: 90px;
}
button.greenbtn.add-to-cart span {
    display: inline-block;
    padding-right: 40px;
    margin-right: -40px;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.5%22%20height%3D%2217.5%22%20viewBox%3D%220%200%2017.5%2017.5%22%3E%3Cdefs%3E%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20id%3D%22icon_cart_white%22%20class%3D%22cls-1%22%20d%3D%22M1557.79%2C696.5h-3.2a0.756%2C0.756%2C0%2C0%2C0-.7.521l-2.98%2C9.422h-6.35l-1.78-5.251h6.69a0.746%2C0.746%2C0%2C0%2C0%2C0-1.492h-7.7a0.718%2C0.718%2C0%2C0%2C0-.7.932l2.26%2C6.775a0.768%2C0.768%2C0%2C0%2C0%2C.71.486h7.39a0.691%2C0.691%2C0%2C0%2C0%2C.71-0.486l2.97-9.422h2.68A0.743%2C0.743%2C0%2C0%2C0%2C1557.79%2C696.5Zm-13.08%2C12.735a2.383%2C2.383%2C0%2C1%2C0%2C2.38%2C2.382A2.4%2C2.4%2C0%2C0%2C0%2C1544.71%2C709.235Zm0.89%2C2.418a0.891%2C0.891%2C0%2C1%2C1-.89-0.932A0.869%2C0.869%2C0%2C0%2C1%2C1545.6%2C711.653Zm4.9-2.418a2.383%2C2.383%2C0%2C1%2C0%2C2.38%2C2.382A2.39%2C2.39%2C0%2C0%2C0%2C1550.5%2C709.235Zm0.9%2C2.418a0.891%2C0.891%2C0%2C1%2C1-.89-0.932A0.881%2C0.881%2C0%2C0%2C1%2C1551.4%2C711.653Z%22%20transform%3D%22translate(-1541.03%20-696.5)%22%2F%3E%3C%2Fsvg%3E");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 20px;
}
.marginbottom50 {
    margin-bottom: 50px;
}
.product-price-and-shipping {
    display: inline-block;
    width: 100%;
    margin: 0 0;
    margin-top: 25px;
    min-height: 48px;
    vertical-align: bottom;
}
.listbottom .listcart {
    margin-right: 0;
    margin-bottom: -1px;
    border-bottom: 0;
    border-right: 0;
}
.listbottom {
    margin: 25px 0 -4px;
    display: inline-block;
    width: 100%;
}
.w25 {
    float: left;
    width: 25%;
}
.footertitle {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    margin: 60px 0 30px;
}
.footermenu li a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
.footermenu li a {
    color: #778695;
    font-size: 14px;
    line-height: 15px;
    font-weight: 400;
}
.footermenu li {
    list-style: none;
    margin: 0 0 5px;
}
.footermenu {
    margin: 0;
    padding: 0;
}
#footer .w75 {
    width: calc(100% - 260px);
}
.marginbottom130 {
    margin-bottom: 130px;
}
.block_newsletter {
    max-width: 260px;
    width: 100%;
    float: left;
}
.footertext {
    color: #778695;
    font-size: 11px;
    font-weight: 400;
    margin: 7px 0 30px;
}
.block_newsletter .footertitle {
    margin-bottom: 0;
}
.newsletterinput {
    background: #fff;
    border: 0;
    width: 100%;
    padding: 0;
    height: 43px;
    color: #778695;
    font-size: 11px;
    font-weight: 400;
    line-height: 43px;
    padding: 0 20px;
    padding-right: 70px;
    box-sizing: border-box;
}
.newsletterbtn:hover {
    opacity: 0.8;
}
.footersocials {
    margin-top: 40px;
}
.footermail {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22Group_1936%22%20data-name%3D%22Group%201936%22%20width%3D%2216.417%22%20height%3D%2211.49%22%20viewBox%3D%220%200%2016.417%2011.49%22%3E%3Cpath%20id%3D%22Path_169%22%20data-name%3D%22Path%20169%22%20d%3D%22M16.417%2C3.355v8.1A1.255%2C1.255%2C0%2C0%2C1%2C15.1%2C12.642H1.313A1.255%2C1.255%2C0%2C0%2C1%2C0%2C11.455v-8.1L8.353%2C8.086Z%22%20transform%3D%22translate(0%20-1.152)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20id%3D%22Path_168%22%20data-name%3D%22Path%20168%22%20d%3D%22M1.313%2C0H15.1a1.313%2C1.313%2C0%2C0%2C1%2C1.313%2C1.313L8.294%2C5.938%2C0%2C1.313A1.333%2C1.333%2C0%2C0%2C1%2C1.313%2C0Z%22%20transform%3D%22translate(0)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
.footerskype {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20id%3D%22Group_1937%22%20data-name%3D%22Group%201937%22%20transform%3D%22translate(-1064.032%20-47.813)%22%3E%3Ccircle%20id%3D%22Ellipse_69%22%20data-name%3D%22Ellipse%2069%22%20cx%3D%227%22%20cy%3D%227%22%20r%3D%227%22%20transform%3D%22translate(1065.032%2048.813)%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20id%3D%22Ellipse_70%22%20data-name%3D%22Ellipse%2070%22%20cx%3D%224%22%20cy%3D%224%22%20r%3D%224%22%20transform%3D%22translate(1064.032%2047.813)%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20id%3D%22Ellipse_71%22%20data-name%3D%22Ellipse%2071%22%20cx%3D%224%22%20cy%3D%224%22%20r%3D%224%22%20transform%3D%22translate(1072.032%2055.813)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20id%3D%22Path_735%22%20data-name%3D%22Path%20735%22%20d%3D%22M-2.5%2C7.844A7.352%2C7.352%2C0%2C0%2C1-3.283%2C7.8%2C3.7%2C3.7%2C0%2C0%2C1-5.73%2C6.286s-.033-.656.29-.874%2C1%2C0%2C1%2C0l0%2C0a2.126%2C2.126%2C0%2C0%2C0%2C1.321.839A2.542%2C2.542%2C0%2C0%2C0-.943%2C5.787a.813.813%2C0%2C0%2C0%2C.035-1l-.008-.008A2.706%2C2.706%2C0%2C0%2C0-2.7%2C4.144l-.037%2C0a3.714%2C3.714%2C0%2C0%2C1-2.7-1.159%2C1.908%2C1.908%2C0%2C0%2C1-.413-1.546c.143-.859.74-2.314%2C3.127-2.4A3.916%2C3.916%2C0%2C0%2C1%2C.325.507s.068.61-.244.846a1.6%2C1.6%2C0%2C0%2C1-1%2C.1l0%2C0A2.36%2C2.36%2C0%2C0%2C0-2.672.6c-1.292.045-1.554.577-1.64%2C1.092a.358.358%2C0%2C0%2C0%2C.09.31%2C2.254%2C2.254%2C0%2C0%2C0%2C1.563.578l.033%2C0a4.211%2C4.211%2C0%2C0%2C1%2C2.8%2C1.083%2C2.35%2C2.35%2C0%2C0%2C1%2C.03%2C3.177A3.509%2C3.509%2C0%2C0%2C1-2.5%2C7.844Z%22%20transform%3D%22translate(1074.49%2052.508)%22%20fill%3D%22%23293139%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.footersocials a {
    display: block;
    background-repeat: no-repeat;
    background-position: left center;
    width: 100%;
    margin: 0 0 20px;
    padding-left: 30px;
    color: #778695;
    font-size: 14px;
    /*text-transform: uppercase;*/
    box-sizing: BORDER-BOX;
    text-decoration: underline;
}
.newsletterbtn {
    background-color: #2C88E4;
    width: 68px;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    position: Absolute;
    border: 0;
    padding: 0;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.931%22%20height%3D%2215.936%22%20viewBox%3D%220%200%2015.931%2015.936%22%3E%3Cpath%20id%3D%22Icon_awesome-paper-plane%22%20data-name%3D%22Icon%20awesome-paper-plane%22%20d%3D%22M14.813.1.389%2C8.419A.747.747%2C0%2C0%2C0%2C.458%2C9.764l3.308%2C1.388%2C8.94-7.879a.187.187%2C0%2C0%2C1%2C.268.258l-7.5%2C9.133v2.5A.747.747%2C0%2C0%2C0%2C6.8%2C15.66l1.976-2.405%2C3.877%2C1.624a.749.749%2C0%2C0%2C0%2C1.027-.566L15.92.87A.747.747%2C0%2C0%2C0%2C14.813.1Z%22%20transform%3D%22translate(-0.001%200.002)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
.footertext strong {
    display: block;
    font-size: 14px;
    font-weight: 500;
}
.sectiontitle.textleft {
    text-align: left;
}
h1.categorytitle {
    color: #223A50;
    font-size: 23px;
    font-weight: 600;
    line-height: 32px;
    margin: 0 0 15px;
}
.sectiontitle.textleft span {
    padding-left: 0;
}
.homecategories {
    margin: 45px 0 0;
    padding: 0;
}
.homecategories li.active a,
.homecategories li a:hover {
    text-decoration: underline;
    color: #2C88E4;
}
.homecategories li a {
    color: #223A50;
    font-size: 15px;
    line-height: 48px;
    transition: color 0.2s ease;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
}
.homecategories li {
    padding: 0;
    list-style: none;
}
.w75 {
    width: 75%;
    float: left;
}
.categorieslist article.product-miniature.js-product-miniature {
    width: 33.33%;
}
.fourrow .product-miniature {
    width: 25%;
}
.categorieslist.active {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
}
.categorieslist {
    display: none;
    margin-top: 80px;
}
.newproducts .all-product-link {
    margin: 48px 0 -68px;
    position: relative;
    z-index: 1;
}
a.all-product-link {
    color: #2C88E4;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    float: right;
    margin: 0 0 40px;
}
.af_filter.foldered .af-parent-category.open>ul {
    margin-left: 1.2em;
}
.block-categories i.material-icons.remove {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%229%22%20height%3D%221%22%20viewBox%3D%220%200%209%201%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23000000%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Crect%20id%3D%22sidemenu_menu_minus%22%20class%3D%22cls-1%22%20width%3D%229%22%20height%3D%221%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
    background-position: center center;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    -moz-transition: background-color 0.2s ease, background-image 0.2s ease;
    -ms-transition: background-color 0.2s ease, background-image 0.2s ease;
    -o-transition: background-color 0.2s ease, background-image 0.2s ease;
    -webkit-transition: background-color 0.2s ease, background-image 0.2s ease;
    transition: background-color 0.2s ease, background-image 0.2s ease;
    margin: 0;
}

.collapsing,
.dropdown,
.dropup {
    position: relative;
}
.collapsing {
    height: 0;
    overflow: hidden;
    transition-timing-function: ease;
    transition-duration: 0.35s;
    transition-property: height;
}
.block-categories i.material-icons.add {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%229%22%20height%3D%229%22%20viewBox%3D%220%200%209%209%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22sidemenu_menu_plus%22%20class%3D%22cls-1%22%20d%3D%22M576.061%2C493.938V490h-1.123v3.938H571v1.123h3.938V499h1.123v-3.939H580v-1.123h-3.939Z%22%20transform%3D%22translate%28-571%20-490%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
    background-position: center center;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    -moz-transition: background-color 0.2s ease, background-image 0.2s ease;
    -ms-transition: background-color 0.2s ease, background-image 0.2s ease;
    -o-transition: background-color 0.2s ease, background-image 0.2s ease;
    -webkit-transition: background-color 0.2s ease, background-image 0.2s ease;
    transition: background-color 0.2s ease, background-image 0.2s ease;
    margin: 0;
}
.block-categories i.material-icons {
    position: absolute;
    right: 0;
    top: 4px;
    height: 100%;
}
.block-categories .collapse-icons .remove {
    display: none;
}
.block-categories .collapse-icons[aria-expanded="true"] .remove {
    display: block;
}
.block-categories .collapse-icons[aria-expanded="true"] .add {
    display: none;
}
.navbar-toggler {
    width: 2.5em;
    height: 2em;
    padding: 0.5rem 0.75rem;
    font-size: 0.9375rem;
    line-height: 1;
    background: transparent no-repeat 50%;
    background-size: 24px 24px;
    border: 1px solid transparent;
    border-radius: 0;
}
.block-categories .collapse-icons {
    position: absolute;
    right: -10px;
    top: 0;
    padding: 0;
    cursor: pointer;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
ul.categorymenu li a {
    color: #4F5B65;
    font-size: 15px;
    font-weight: 400;
    /*line-height: 38px;*/
}
ul.categorymenu ul,
ul.categorymenu {
    padding: 0;
    margin: 0;
}
ul.categorymenu {
    margin-bottom: 1.5em;
}
ul.categorymenu ul a:hover {
    color: #2C88E4;
    text-decoration: underline;
}
ul.category-sub-menu ul {
    padding-left: 20px;
}
ul.category-sub-menu li a {
    /*padding-left: 20px;*/
    padding-right: 20px;
    font-weight: 600;
}
ul.category-sub-menu ul li a {
    /*padding-left: 20px;*/
    font-weight: 400;
}
ul.categorymenu li {
    list-style: none;
    position: relative;
}
.copyrow {
    font-size: 13px;
    position: absolute;
    left: 0;
    color: #778695;
    padding: 0;
    box-sizing: border-box;
    bottom: 80px;
}
.footerlogo {
    position: absolute;
    top: -9px;
    left: 0;
}
.madeby {
    position: absolute;
    top: -9px;
    right: 0;
    width: 260px;
    text-align: left;
}
.madeby img {
    display: inline-block;
    vertical-align: middle;
    float: right;
}
.madeby span {
    display: inline-block;
    vertical-align: middle;
    color: #F7F7F7;
    margin-right: 20px;
}
.reserved {
    text-align: center;
    font-size: 13px;
}
.imprinttext.workhours strong {
    font-weight: 400;
    display: inline-block;
    width: 125px;
}
.sociallinks {
    padding: 0;
    float: left;
    margin-top: 40px;
    margin-right: 12px;
}
.max320 {
    float: left;
    max-width: 320px;
    width: 100%;
    margin-right: 15px;
}
.max295 {
    float: left;
    max-width: 270px;
    width: 100%;
    margin-right: 40px;
}
.slidermenu ul {
    padding: 0;
    margin: 0;
}
.slidermenu ul.category-sub-menu ul li ul li a:hover {
    text-decoration: underline;
}
.slidermenu ul.category-sub-menu ul li ul li a {
    padding: 4px 30px;
    padding-left: 10px;
    position: relative;
    -moz-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
    box-sizing: border-box;
    font-weight: 400;
}
.slidermenu ul.category-sub-menu ul li a {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    position: relative;
    text-transform: none;
}
.whiteback {
    position: relative;
    margin-bottom: 110px;
}
.breadcrumb a:hover {
    color: #4e6750;
}
.breadcrumb a {
    color: #959595;
    line-height: 20px;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    -moz-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
.breadcrumb {
    color: #778695;
    font-size: 11px;
    line-height: 1;
    margin: 20px 0 50px;
    background: transparent;
    padding: 0;
}
.breadcrumb li {
    list-style: none;
    float: left;
}
.breadcrumb li > span,
.breadcrumb li:last-child a {
    color: #223A50;
}
.breadcrumb li:last-child:after {
    content: "";
    display: none;
}
.breadcrumb li:after {
    content: "/";
    margin: 0 5px 0 0;
    color: #a9a9a9;
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 12px;
    width: 4px;
    height: 6px;
    display: inline-block;
    vertical-align: top;
}
.breadcrumb ol {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}
div#subcategories {
    /*background: #fff;*/
    /*border: 1px solid #DDE0E3;*/
    /*box-sizing: border-box;*/
    /*display: inline-block;*/
    /*width: 100%;*/
    /*margin-top: 30px;*/
    display: grid !important;
    gap: 1em!important;
    align-items: stretch !important;
    grid-auto-rows: 1fr !important;
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
}
@media (min-width: 576px)  {
    div#subcategories {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (min-width: 1024px)  {
    div#subcategories {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
}
/*.categoryblock:nth-child(4n) {*/
/*    border-right: 0;*/
/*}*/
.categoryblock {
    /*display: grid;*/
    /*vertical-align: top;*/
    /*width: 50%;*/
    /*margin-right: -4px;*/
    /*padding: 31px;*/
    /*box-sizing: BORDER-BOX;*/
    /*border-bottom: 1px solid #DDE0E3;*/
    /*min-height: 280px;*/
    background-color: #fff !important;
    border: 1px solid #DDE0E3 !important;
    /*padding-right: 0;*/
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
}
.categoryblock:hover {
    box-shadow: 0 0 8px rgba(0,0,0,.2);
}
.categoryblock a {
    height: 100%;
    width: 100%;
    padding: 1em !important;
    margin: 0 !important;
    word-break: break-word;
}
.categoryblock .subcatimg {
    height: 180px;
    display: flex;
    margin-bottom: 1em;
}
.categoryblock .subcatimg img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.categoryblock ul li a {
    color: #4F5B65;
    font-size: 13px;
    line-height: 22px;
    padding-left: 20px;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225.71%22%20height%3D%229.091%22%20viewBox%3D%220%200%205.71%209.091%22%3E%3Cg%20id%3D%22Group_2091%22%20data-name%3D%22Group%202091%22%20transform%3D%22translate(-141.439%20328.752)%20rotate(-90)%22%3E%3Cline%20id%3D%22Line_173%22%20data-name%3D%22Line%20173%22%20x1%3D%223.584%22%20y2%3D%223.584%22%20transform%3D%22translate(324.107%20142.5)%22%20fill%3D%22none%22%20stroke%3D%22%23f7931e%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%3Cpath%20id%3D%22Path_112%22%20data-name%3D%22Path%20112%22%20d%3D%22M-.778%2C1.049%2C2.537%2C4.595%22%20transform%3D%22translate(321.5%20141.495)%22%20fill%3D%22none%22%20stroke%3D%22%23f7931e%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: left center;
    background-repeat: no-repeat;
}
.categorybigtitle {
    font-weight: bold;
    font-size: 23px;
    text-align: center;
    color: #223a50;
    margin: 0 0 25px;
}
.categoryblock ul li {
    list-style: none;
    position: Relative;
    margin: 0 0 10px;
}
.categoryblock ul {
    padding: 0;
    margin: 0;
    display: inline-block;
}
.subcategorytitle {
    color: #223A50;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 20px;
    display: inline-block;
    display: block;
    text-align: center;
    /*min-height: 48px;*/
}

h1.h1,
.categorytitle {
    color: #000000;
    font-size: 22px;
    font-weight: 900;
    margin: 0 0 5px;
}
.text-muted p {
    margin: 0 0 20px;
}
.text-muted {
    color: #778695;
    font-size: 15px;
    font-weight: 400;
    line-height: 31px;
    text-align: justify;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #373a3c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
}
#block-reassurance li:last-child {
    border-right: 0;
}
.reastitle {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 15px;
    display: block;
}
.reastext {
    color: #000000;
    font-weight: 400;
    display: block;
    font-size: 16px;
}
.block-reassurance-item img {
    position: absolute;
    top: 0;
    left: 0;
}
.block-reassurance-item {
    padding-left: 38px;
    box-sizing: BORDER-BOX;
    position: relative;
}
#block-reassurance li:last-child {
    border-right: 0;
}
#block-reassurance ul {
    border: 1px solid #e3e3e3;
}
#block-reassurance li {
    float: left;
    max-width: 25%;
    width: 100%;
    height: 120px;
    border-right: 1px solid #e3e3e3;
    box-sizing: border-box;
    list-style: none;
    padding: 30px 20px;
}
#block-reassurance ul {
    padding: 0;
    display: inline-block;
    width: 100%;
    margin: 50px 0 80px;
}
.open > .dropdown-menu {
    display: block;
}
.customselectout.open > .dropdown-menu {
    left: 0;
    width: 100%;
}
.dropdown-menu a {
    display: block;
    width: 100%;
    font-size: 13px;
    padding: 5px 10px;
    font-weight: 500;
    font-size: 13px;
    font-weight: 500;
}
.boxborders:last-child {
    border-right: 0;
}
.boxborders {
    position: relative;
    float: left;
    width: 370px;
    height: 54px;
    border-right: 1px solid #DDE0E3;
    box-sizing: border-box;
    margin: 0 0;
    background: #ffffff;
}
#grid a {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220.226%22%20height%3D%2218.965%22%20viewBox%3D%220%200%2020.226%2018.965%22%3E%3Cg%20id%3D%22Group_2974%22%20data-name%3D%22Group%202974%22%20transform%3D%22translate(-1253.714%20-646.014)%22%3E%3Cpath%20id%3D%22Path_748%22%20data-name%3D%22Path%20748%22%20d%3D%22M.153.507h8.34V8.547H.153Z%22%20transform%3D%22translate(1253.561%20656.431)%22%20fill%3D%22%23dde0e3%22%2F%3E%3Cpath%20id%3D%22Path_750%22%20data-name%3D%22Path%20750%22%20d%3D%22M.153.507h8.34V8.547H.153Z%22%20transform%3D%22translate(1253.561%20645.507)%22%20fill%3D%22%23dde0e3%22%2F%3E%3Cpath%20id%3D%22Path_747%22%20data-name%3D%22Path%20747%22%20d%3D%22M.153.507h8.34V8.547H.153Z%22%20transform%3D%22translate(1265.446%20656.431)%22%20fill%3D%22%23dde0e3%22%2F%3E%3Cpath%20id%3D%22Path_749%22%20data-name%3D%22Path%20749%22%20d%3D%22M.153.507h8.34V8.547H.153Z%22%20transform%3D%22translate(1265.446%20645.507)%22%20fill%3D%22%23dde0e3%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.active_grid #grid a {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220.226%22%20height%3D%2218.965%22%20viewBox%3D%220%200%2020.226%2018.965%22%3E%3Cg%20id%3D%22Group_2974%22%20data-name%3D%22Group%202974%22%20transform%3D%22translate(-1253.714%20-646.014)%22%3E%3Cpath%20id%3D%22Path_748%22%20data-name%3D%22Path%20748%22%20d%3D%22M.153.507h8.34V8.547H.153Z%22%20transform%3D%22translate(1253.561%20656.431)%22%20fill%3D%22%234f5b65%22%2F%3E%3Cpath%20id%3D%22Path_750%22%20data-name%3D%22Path%20750%22%20d%3D%22M.153.507h8.34V8.547H.153Z%22%20transform%3D%22translate(1253.561%20645.507)%22%20fill%3D%22%234f5b65%22%2F%3E%3Cpath%20id%3D%22Path_747%22%20data-name%3D%22Path%20747%22%20d%3D%22M.153.507h8.34V8.547H.153Z%22%20transform%3D%22translate(1265.446%20656.431)%22%20fill%3D%22%234f5b65%22%2F%3E%3Cpath%20id%3D%22Path_749%22%20data-name%3D%22Path%20749%22%20d%3D%22M.153.507h8.34V8.547H.153Z%22%20transform%3D%22translate(1265.446%20645.507)%22%20fill%3D%22%234f5b65%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.active_list #list a {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222.943%22%20height%3D%2217.951%22%20viewBox%3D%220%200%2022.943%2017.951%22%3E%3Cg%20id%3D%22Group_2975%22%20data-name%3D%22Group%202975%22%20transform%3D%22translate(-1309.843%20-645.945)%22%3E%3Cline%20id%3D%22Line_200%22%20data-name%3D%22Line%20200%22%20x2%3D%2222.943%22%20transform%3D%22translate(1309.843%20647.445)%22%20fill%3D%22none%22%20stroke%3D%22%234f5b65%22%20stroke-width%3D%223%22%2F%3E%3Cline%20id%3D%22Line_201%22%20data-name%3D%22Line%20201%22%20x2%3D%2222.943%22%20transform%3D%22translate(1309.843%20654.921)%22%20fill%3D%22none%22%20stroke%3D%22%234f5b65%22%20stroke-width%3D%223%22%2F%3E%3Cline%20id%3D%22Line_202%22%20data-name%3D%22Line%20202%22%20x2%3D%2222.943%22%20transform%3D%22translate(1309.843%20662.397)%22%20fill%3D%22none%22%20stroke%3D%22%234f5b65%22%20stroke-width%3D%223%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
#list a {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222.943%22%20height%3D%2217.951%22%20viewBox%3D%220%200%2022.943%2017.951%22%3E%3Cg%20id%3D%22Group_2975%22%20data-name%3D%22Group%202975%22%20transform%3D%22translate(-1309.843%20-645.945)%22%3E%3Cline%20id%3D%22Line_200%22%20data-name%3D%22Line%20200%22%20x2%3D%2222.943%22%20transform%3D%22translate(1309.843%20647.445)%22%20fill%3D%22none%22%20stroke%3D%22%23dde0e3%22%20stroke-width%3D%223%22%2F%3E%3Cline%20id%3D%22Line_201%22%20data-name%3D%22Line%20201%22%20x2%3D%2222.943%22%20transform%3D%22translate(1309.843%20654.921)%22%20fill%3D%22none%22%20stroke%3D%22%23dde0e3%22%20stroke-width%3D%223%22%2F%3E%3Cline%20id%3D%22Line_202%22%20data-name%3D%22Line%20202%22%20x2%3D%2222.943%22%20transform%3D%22translate(1309.843%20662.397)%22%20fill%3D%22none%22%20stroke%3D%22%23dde0e3%22%20stroke-width%3D%223%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
ul.laberGridList li:last-child a {
    border-right: 0;
}
ul.laberGridList li a {
    width: 58px;
    height: 54px;
    box-sizing: border-box;
    border-right: 1px solid #DDE0E3;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
}
ul.laberGridList li {
    list-style: none;
    float: left;
}
ul.laberGridList {
    padding: 0;
    margin: 0;
}
.boxborders.showtotals {
    width: 116px;
}
.max280 {
    width: 280px;
}
.max100 {
    width: 100px;
}
.max57 {
    width: 57px;
}
.showtotals,
.showtotals .labelblock {
    color: #959595;
    font-size: 14px;
}
.sort-by-row {
    width: 100%;
    margin: 0 0 7px;
    background: #fff;
    border: 1px solid #DDE0E3;
    box-sizing: BORDER-BOX;
}
.cmsblock {
    padding: 35px;
    box-sizing: border-box;
    background: #fff;
}
.max400 {
    max-width: 400px;
    width: 100%;
    float: left;
}
.max810 {
    float: left;
    max-width: 810px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.labelblock {
    color: #223A50;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    height: 54px;
    box-sizing: border-box;
    padding: 18px 0;
    text-align: center;
    background: #F6F8FA;
}
button.customselect {
    background-position: right center;
    color: #223A50;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding-right: 0;
}
div#left-column.max240 {
    border-right: 10px solid #f7f7f7;
    box-sizing: BORDER-BOX;
    position: relative;
    background-color: #fff;
}
.customselect {
    width: 100%;
    cursor: pointer;
    padding: 18px 0;
    max-height: 54px;
    overflow: hidden;
    color: #000000;
    white-space: nowrap;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 400;
    border: 0;
    background: transparent;
}
button.btn-unstyle.customselect span {
    padding-right: 20px;
    background-position: right center;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%226%22%20viewBox%3D%220%200%2011%206%22%3E%3Cpath%20id%3D%22Polygon_2%22%20data-name%3D%22Polygon%202%22%20d%3D%22M5.5%2C0%2C11%2C6H0Z%22%20transform%3D%22translate(11%206)%20rotate(180)%22%20fill%3D%22%234f5b65%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
}
.customselectout {
    vertical-align: top;
    display: inline-block;
    max-width: 100%;
    width: 100%;
}
.customselectout.perpage {
    display: inline-block;
    max-width: calc(100% - 165px);
    max-width: -moz-calc(100% - 165px);
    max-width: -ms-calc(100% - 165px);
    max-width: -o-calc(100% - 165px);
    max-width: -webkit-calc(100% - 165px);
    max-width: 100%;
    width: 100%;
    text-align: center;
}
.hide {
    display: none;
}
.category-tree .slidermenu {
    padding-bottom: 60px;
    float: none;
}
.pagination .page-list {
    background: transparent;
    padding: 0;
    margin-bottom: 0;
    box-shadow: none;
    text-align: left;
    width: 100%;
    margin: 23px 0px;
    display: inline-block;
}
.pagination .page-list li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.pagination .spacer,
.pagination a {
    width: 34px;
    height: 32px;
    border-radius: 0;
    display: block;
    color: #778695;
    font-size: 13px;
    font-weight: 600;
    line-height: 30px;
    border: 1px solid transparent;
    box-sizing: border-box;
}
.pagination a:hover,
.pagination .current a {
    color: #223A50;
    text-decoration: none;
    background: #FFFFFF;
    border: 1px solid #DDE0E3;
    box-sizing: border-box;
}
a.next.disabled,
a.previous.disabled {
    display: none;
}
.pagination .previous:hover {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%224.969%22%20height%3D%229.94%22%20viewBox%3D%220%200%204.969%209.94%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22pagination_previous%22%20class%3D%22cls-1%22%20d%3D%22M975.974%2C1561.94a0.616%2C0.616%2C0%2C0%2C0%2C.459-0.21%2C0.832%2C0.832%2C0%2C0%2C0%2C0-1.06l-3.212-3.7%2C3.212-3.71a0.819%2C0.819%2C0%2C0%2C0%2C0-1.05%2C0.581%2C0.581%2C0%2C0%2C0-.918%2C0l-3.671%2C4.23a0.821%2C0.821%2C0%2C0%2C0%2C0%2C1.05l3.671%2C4.24A0.618%2C0.618%2C0%2C0%2C0%2C975.974%2C1561.94Z%22%20transform%3D%22translate%28-971.656%20-1552%29%22/%3E%0A%3C/svg%3E%0A);
    background-position: center center;
    background-repeat: no-repeat;
}
.pagination .previous {
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%224.969%22%20height%3D%229.94%22%20viewBox%3D%220%200%204.969%209.94%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22pagination_previous%22%20class%3D%22cls-1%22%20d%3D%22M975.974%2C1561.94a0.616%2C0.616%2C0%2C0%2C0%2C.459-0.21%2C0.832%2C0.832%2C0%2C0%2C0%2C0-1.06l-3.212-3.7%2C3.212-3.71a0.819%2C0.819%2C0%2C0%2C0%2C0-1.05%2C0.581%2C0.581%2C0%2C0%2C0-.918%2C0l-3.671%2C4.23a0.821%2C0.821%2C0%2C0%2C0%2C0%2C1.05l3.671%2C4.24A0.618%2C0.618%2C0%2C0%2C0%2C975.974%2C1561.94Z%22%20transform%3D%22translate%28-971.656%20-1552%29%22/%3E%0A%3C/svg%3E%0A);
}
.pagination .next:hover {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%224.97%22%20height%3D%229.94%22%20viewBox%3D%220%200%204.97%209.94%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22pagination_next%22%20class%3D%22cls-1%22%20d%3D%22M1184.63%2C1561.95a0.63%2C0.63%2C0%2C0%2C1-.46-0.22%2C0.843%2C0.843%2C0%2C0%2C1%2C0-1.06l3.21-3.7-3.21-3.71a0.829%2C0.829%2C0%2C0%2C1%2C0-1.05%2C0.583%2C0.583%2C0%2C0%2C1%2C.92%2C0l3.67%2C4.23a0.843%2C0.843%2C0%2C0%2C1%2C0%2C1.06l-3.67%2C4.23A0.647%2C0.647%2C0%2C0%2C1%2C1184.63%2C1561.95Z%22%20transform%3D%22translate%28-1183.97%20-1552%29%22/%3E%0A%3C/svg%3E%0A);
    background-position: center center;
    background-repeat: no-repeat;
}
.pagination .next {
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%224.97%22%20height%3D%229.94%22%20viewBox%3D%220%200%204.97%209.94%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22pagination_next%22%20class%3D%22cls-1%22%20d%3D%22M1184.63%2C1561.95a0.63%2C0.63%2C0%2C0%2C1-.46-0.22%2C0.843%2C0.843%2C0%2C0%2C1%2C0-1.06l3.21-3.7-3.21-3.71a0.829%2C0.829%2C0%2C0%2C1%2C0-1.05%2C0.583%2C0.583%2C0%2C0%2C1%2C.92%2C0l3.67%2C4.23a0.843%2C0.843%2C0%2C0%2C1%2C0%2C1.06l-3.67%2C4.23A0.647%2C0.647%2C0%2C0%2C1%2C1184.63%2C1561.95Z%22%20transform%3D%22translate%28-1183.97%20-1552%29%22/%3E%0A%3C/svg%3E%0A);
}
.max920 .product-miniature:nth-child(5n) {
    border-right: 1px solid #e3e3e3;
}
.max920 .product-miniature:nth-child(4n) {
    border-right: 1px solid #e3e3e3;
}
.max920 .product-miniature {
    max-width: 33.33%;
}
.home-block-static .product-miniature {
    max-width: 50%;
}

@media only screen and (min-width: 767px) {
    .home-block-static .product-miniature {
        max-width: 33%;
    }
}



@media only screen and (min-width: 1024px) {
    .home-block-static .product-miniature {
        max-width: 25%;
    }
}


.max565 {
    float: left;
    max-width: 565px;
    width: 100%;
}
.max435 {
    float: left;
    max-width: 438px;
    width: 100%;
}
.marginleft50 {
    margin-left: 50px;
}
.marginbottom30 {
    margin-bottom: 30px;
}
.productitle {
    margin: 0 0 10px;
    color: #223A50;
    font-size: 23px;
    font-weight: 600;
    line-height: 31px;
}
a.readmore:hover {
    text-decoration: none;
}
a.readmore {
    color: #16cb57;
    text-decoration: underline;
    display: inline-block;
    margin-left: 10px;
}
.text p {
    margin: 0 0 10px;
}
.text {
    font-size: 15px;
    line-height: 31px;
    color: #778695;
}
.marginbottom35 {
    margin-bottom: 35px;
}
div#product-modal {
    display: none;
}
.current-price {
    color: #2c88e4;
    font-size: 27px;
    font-weight: 500;
}
.product-price.h5 {
    display: inline-block;
}
.detailstitle {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 10px;
}
.margintop25 {
    margin-top: 25px;
}
.margintop40 {
    margin-top: 40px;
}
.product-quantity {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
}
.input-group {
    display: flex;
    justify-content: space-between;
}
.product-quantity input,
.product-quantity #quantity_wanted {
    display: flex;
    width: 60px;
    border: 0;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    -khtml-appearance: none;
    appearance: none;
    line-height: 59px;
    vertical-align: middle;
    height: 59px;
    text-align: center;
    box-sizing: BORDER-BOX;
    color: #656E80;
    font-size: 13px;
    font-weight: 600;
    background: #fff;
}
.product-quantity input {
    /*width: 68px;*/
}
.input-group-btn-vertical {
    display: flex;
    flex-direction: column;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
.qty {
    /*max-width: 110px;*/
    /*display: inline-block;*/
    display: flex;
    position: relative;
    border: 1px solid #DDE0E3;
    box-sizing: border-box;
    overflow: hidden;
    width: auto !important;
    background: #fff;
}
.marginbottom1 {
    margin-bottom: 1px;
}
.product-quantity .input-group .bootstrap-touchspin {
    display: flex;
    justify-content: space-between;
}
.product-quantity input, .product-quantity #quantity_wanted {

}
.product-quantity .input-group-btn-vertical .btn {
    padding: 0;
    /*position: absolute;*/
    top: 0;
    right: 0;
    z-index: 1;
    height: 30px;
    width: 32px;
    background-color: transparent;
    cursor: pointer;
    border: 0;
    border-left: 1px solid #DDE0E3;
    border-bottom: 1px solid #DDE0E3;
    margin: 0;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226.764%22%20height%3D%223.93%22%20viewBox%3D%220%200%206.764%203.93%22%3E%3Cg%20id%3D%22Group_2646%22%20data-name%3D%22Group%202646%22%20transform%3D%22translate(6.764%203.93)%20rotate(180)%22%3E%3Cpath%20id%3D%22Line_173%22%20data-name%3D%22Line%20173%22%20d%3D%22M.75%2C3.927a.75.75%2C0%2C0%2C1-.5-1.308L2.957.192a.75.75%2C0%2C0%2C1%2C1%2C1.117L1.251%2C3.735A.747.747%2C0%2C0%2C1%2C.75%2C3.927Z%22%20transform%3D%22translate(2.557%200)%22%20fill%3D%22%23778695%22%2F%3E%3Cpath%20id%3D%22Path_112%22%20data-name%3D%22Path%20112%22%20d%3D%22M0%2C0%2C2.5%2C2.4%22%20transform%3D%22translate(0.75%200.78)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20id%3D%22Path_112_-_Outline%22%20data-name%3D%22Path%20112%20-%20Outline%22%20d%3D%22M3.254%2C3.9a.747.747%2C0%2C0%2C1-.519-.209l-2.5-2.4A.75.75%2C0%2C0%2C1%2C1.269.209l2.5%2C2.4A.75.75%2C0%2C0%2C1%2C3.254%2C3.9Z%22%20transform%3D%22translate(0%200.03)%22%20fill%3D%22%23778695%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    -moz-transition: background-color 0.2s ease, background-image 0.2s ease;
    -ms-transition: background-color 0.2s ease, background-image 0.2s ease;
    -o-transition: background-color 0.2s ease, background-image 0.2s ease;
    -webkit-transition: background-color 0.2s ease, background-image 0.2s ease;
    transition: background-color 0.2s ease, background-image 0.2s ease;
}
.product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-down {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22Group_2286%22%20data-name%3D%22Group%202286%22%20width%3D%226.764%22%20height%3D%223.93%22%20viewBox%3D%220%200%206.764%203.93%22%3E%3Cpath%20id%3D%22Line_173%22%20data-name%3D%22Line%20173%22%20d%3D%22M0%2C3.177a.748.748%2C0%2C0%2C1-.559-.249A.75.75%2C0%2C0%2C1-.5%2C1.868L2.207-.558A.75.75%2C0%2C0%2C1%2C3.266-.5.75.75%2C0%2C0%2C1%2C3.208.558L.5%2C2.985A.747.747%2C0%2C0%2C1%2C0%2C3.177Z%22%20transform%3D%22translate(3.307%200.75)%22%20fill%3D%22%23778695%22%2F%3E%3Cpath%20id%3D%22Path_112%22%20data-name%3D%22Path%20112%22%20d%3D%22M-.778%2C1.049l2.5%2C2.4%22%20transform%3D%22translate(1.528%20-0.269)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20id%3D%22Path_112_-_Outline%22%20data-name%3D%22Path%20112%20-%20Outline%22%20d%3D%22M1.726%2C4.2a.747.747%2C0%2C0%2C1-.519-.209l-2.5-2.4A.75.75%2C0%2C0%2C1-1.32.53.75.75%2C0%2C0%2C1-.259.508l2.5%2C2.4A.75.75%2C0%2C0%2C1%2C1.726%2C4.2Z%22%20transform%3D%22translate(1.528%20-0.269)%22%20fill%3D%22%23778695%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    top: 30px;
    border-bottom: 0;
}
.product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-down:hover,
.product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-up:hover {
    background-color: #F6F8FA;
}
.greenbtn:hover {
    background-color: #1da36d;
}
.greenbtn {
    border-radius: 2px;
    font-size: 14px;
    font-weight: 600;
    max-width: 220px;
    margin: 0 auto;
    display: inline-block;
    line-height: 48px;
    color: #fff;
    padding: 0;
    width: 100%;
    background-color: #22b077;
    text-transform: uppercase;
    text-align: center;
    border: 0;
    cursor: pointer;
    height: 48px;
    -moz-transition: background-color 0.2s ease;
    -ms-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}
.redbtn:hover {
    background-color: #cd0000;
}
.redbtn {
    border-radius: 2px;
    font-size: 14px;
    font-weight: 600;
    max-width: 220px;
    margin: 0 auto;
    display: inline-block;
    line-height: 48px;
    color: #fff;
    padding: 0;
    width: 100%;
    background-color: #ed0909;
    text-transform: uppercase;
    text-align: center;
    border: 0;
    cursor: pointer;
    height: 48px;
    -moz-transition: background-color 0.2s ease;
    -ms-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}
.marginbottom20 {
    margin-bottom: 20px;
}
.w100 {
    max-width: 100%;
    width: 100%;
}
.checkboutbtn {
    max-width: 100%;
    padding: 0;
    width: 100%;
}
.add .bluebtn {
    max-width: 100%;
    width: 100%;
}
.add {
    /*max-width: 313px;*/
    /*display: inline-block;*/
    /*width: 100%;*/
    /*margin-left: 10px;*/
    /*vertical-align: top;*/
    flex: 1;
}
.max300 {
    max-width: 300px;
}
.blackborderbtn span {
    vertical-align: middle;
    margin-top: -5px;
    display: inline-block;
}
.blackborderbtn:hover {
    background: #223A50;
    color: #fff;
}
.blackborderbtn {
    font-size: 14px;
    font-weight: 500;
    max-width: 100%;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    line-height: 59px;
    color: #223A50;
    padding: 0;
    width: 100%;
    border: 1px solid #dde0e3;
    background-color: transparent;
    cursor: pointer;
    height: 59px;
    -moz-transition: background-color 0.2s ease, color 0.2s ease, border 0.2s ease;
    -ms-transition: background-color 0.2s ease, color 0.2s ease, border 0.2s ease;
    -o-transition: background-color 0.2s ease, color 0.2s ease, border 0.2s ease;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease, border 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease, border 0.2s ease;
}
.greenborderbtn:hover {
    background: #1da36d;
    color: #fff;
}
.greenborderbtn {
    font-size: 14px;
    font-weight: 600;
    max-width: 100%;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    color: #000000;
    padding: 0;
    width: 100%;
    border: 1px solid #1da36d;
    background-color: transparent;
    text-transform: uppercase;
    cursor: pointer;
    height: 48px;
    -moz-transition: background-color 0.2s ease, color 0.2s ease, border 0.2s ease;
    -ms-transition: background-color 0.2s ease, color 0.2s ease, border 0.2s ease;
    -o-transition: background-color 0.2s ease, color 0.2s ease, border 0.2s ease;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease, border 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease, border 0.2s ease;
}
.layer.hidden-sm-down {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
}
.max300 {
    max-width: 300px;
}
ul.product-images {
    list-style: none;
    padding-left: 0;
}
.product-images > li.thumb-container {
    display: inline;
}
.imageouter {
    display: inline-block;
    position: relative;
    background: #fff;
    border: 1px solid #DDE0E3;
    overflow: hidden;
}
.imageouter img {
    opacity: 0.54;
}
li.thumb-container {
    text-align: center;
}
.productsubtitle {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    margin: 30px 0 20px;
}
.js-qv-mask.mask .product-images .slick-slide {
    margin: 0 5px;
}
.slick-slide img.selected {
    opacity: 1;
    display: block;
}
.slick-slide img {
    max-width: 100%;
    height: auto;
}
.images-container .product-images > li.thumb-container .thumb {
    margin-right: 0;
    opacity: 0.45;
    cursor: pointer;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
.product-cover {
    position: relative;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #DDE0E3;
    text-align: center;
}
.images-container .product-images > li.thumb-container .thumb.selected {
    opacity: 1;
}
.datasheet .row:nth-child(2n) {
    background: #fff;
}
.datasheet .row {
    background: #f1f1f1;
    padding: 0 20px;
    box-sizing: border-box;
}
.line38 {
    line-height: 38px;
}
.datasheet .line38 {
    line-height: 44px;
}
.datasheet .name {
    float: left;
    box-sizing: BORDER-BOX;
    width: 100%;
    max-width: 50%;
    font-size: 14px;
    font-weight: 500;
}
.datasheet .value {
    float: left;
    box-sizing: BORDER-BOX;
    width: 100%;
    max-width: 50%;
    font-size: 14px;
    padding-left: 40px;
    box-sizing: border-box;
    font-weight: bold;
}
.tabs {
    display: inline-block;
    width: 100%;
    margin-top: 40px;
}
ul.nav.nav-tabs li a.active {
    position: relative;
    background: #FFFFFF;
    border-top: 3px solid #4F5B65;
    box-sizing: border-box;
}
ul.nav.nav-tabs li a {
    font-size: 23px;
    display: block;
    text-align: Center;
    font-weight: 600;
    color: #223A50;
    text-transform: uppercase;
    line-height: 36px;
    padding: 21px 45px 24px;
    box-sizing: border-box;
    border-top: 3px solid transparent;
}
.marginbottom60 {
    margin-bottom: 60px;
}
ul.nav.nav-tabs li {
    list-style: none;
    min-width: 150px;
    float: left;
    margin-bottom: -1px;
    margin-right: 1px;
}
ul.nav.nav-tabs {
    padding: 0;
    margin: 0;
    display: inline-block;
    border-top: 1px solid #DDE0E3;
    width: 100%;
    margin: 0 0 -4px;
}
.tab-pane.active {
    display: block;
}
.tab-pane {
    display: none;
    background: #FFFFFF;
    padding: 50px;
    box-sizing: BORDER-BOX;
}
p.h5.text-uppercase {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
}
h4.attachname > a {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}
h4.attachname {
    margin: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 42px;
    float: left;
}
.attachment:first-child {
    border-top: 1px solid #f1f1f1;
}
.attachment {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
}
a.attachpdf:hover {
    text-decoration: none;
}
a.attachpdf {
    float: right;
    text-decoration: underline;
    line-height: 42px;
    color: #22b077;
    font-size: 14px;
    padding-right: 35px;
    box-sizing: BORDER-BOX;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%3E%3Cdefs%3E%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%2322b077%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20id%3D%22icon_download_pdf%22%20class%3D%22cls-1%22%20d%3D%22M1538.81%2C972h-2.75a0.69%2C0.69%2C0%2C0%2C0-.69.688v5.5a0.689%2C0.689%2C0%2C0%2C0%2C.69.687h2.75a1.378%2C1.378%2C0%2C0%2C0%2C1.38-1.374v-4.125A1.379%2C1.379%2C0%2C0%2C0%2C1538.81%2C972Zm0%2C5.5h-2.06v-4.125h2.06V977.5Zm6.19-4.125V972h-3.44a0.69%2C0.69%2C0%2C0%2C0-.69.688v6.187h1.38v-2.749H1545V974.75h-2.75v-1.375H1545Zm-20.63%2C7.562V963.063a0.69%2C0.69%2C0%2C0%2C1%2C.69-0.688h10.31v2.75a1.379%2C1.379%2C0%2C0%2C0%2C1.38%2C1.375h2.75v2.063h1.37v-2.751a0.679%2C0.679%2C0%2C0%2C0-.19-0.488l-4.13-4.125a0.683%2C0.683%2C0%2C0%2C0-.49-0.2h-11a2.06%2C2.06%2C0%2C0%2C0-2.06%2C2.063v17.874a2.059%2C2.059%2C0%2C0%2C0%2C2.06%2C2.062h4.81v-1.375h-4.81A0.689%2C0.689%2C0%2C0%2C1%2C1524.37%2C980.937Zm8.94-8.938h-2.75a0.69%2C0.69%2C0%2C0%2C0-.69.688v6.187h1.38v-2.062h2.06a1.379%2C1.379%2C0%2C0%2C0%2C1.38-1.375v-2.062A1.379%2C1.379%2C0%2C0%2C0%2C1533.31%2C972Zm0%2C3.438h-2.06v-2.062h2.06v2.062Z%22%20transform%3D%22translate(-1523%20-961)%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right center;
}
.marginbottom80 {
    margin-bottom: 80px;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0;
}
.fade.in {
    opacity: 1;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.in {
    opacity: 0.5;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -webkit-transform: translate(0);
    transform: translate(0);
}
.modal-content {
    position: relative;
    background-clip: padding-box;
    outline: 0;
    background: #fff;
    border-radius: 7px;
}
#product .modal-content {
    background: transparent;
}
.modal-body {
    position: relative;
    padding: 15px;
}
#product-modal .modal-content .modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
figure {
    margin: 0 0 1rem;
}
#product-modal .modal-content .modal-body .product-cover-modal {
    background: #fff;
    max-width: 100%;
    height: auto;
}
aside#thumbnails img {
    display: block;
    max-width: 100%;
    padding: 0 0 10px;
}
aside#thumbnails {
    width: 25%;
    margin-left: 5%;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}
.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}
.modal,
.modal-open {
    overflow: hidden;
}
.modal-body ul.product-images {
    margin-top: 0;
}
.modal-body figure {
    width: 70%;
}
.left {
    float: left;
}
.marginleft20 {
    margin-left: 20px;
}
.cartright {
    padding: 20px 0;
    box-sizing: BORDER-BOX;
    max-width: 295px;
    border-radius: 0;
    background: #fff;
    margin-bottom: 80px;
    margin-left: 10px;
    margin-right: 0;
    border: 1px solid #DDE0E3;
    width: 100%;
}
.max850 {
    max-width: 925px;
    width: 100%;
    float: left;
}
.summertitle {
    font-weight: 600;
    margin: 0 0 10px;
    color: #223A50;
    font-size: 23px;
    padding: 0 20px;
}
input.promo-input {
    background: #fff;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    box-sizing: BORDER-BOX;
    font-style: italic;
    width: 100%;
    padding: 0 20px;
    line-height: 46px;
    height: 46px;
    border: 0;
}
.block-promo .promo-code .alert-danger {
    position: relative;
    margin-top: 1.25rem;
    background: #ff4c4c;
    color: #fff;
    display: none;
}
.discountbtn:hover {
    background: #06b873;
    color: #fff;
}
.discountbtn {
    position: Absolute;
    right: 7px;
    top: 7px;
    border: 0;
    background: #d9d9d9;
    height: 32px;
    cursor: pointer;
    color: #010101;
    font-size: 12px;
    font-weight: 500;
    line-height: 32px;
    max-width: 80px;
    width: 100%;
    -moz-transition: background 0.2s ease, color 0.2s ease;
    -ms-transition: background 0.2s ease, color 0.2s ease;
    -o-transition: background 0.2s ease, color 0.2s ease;
    -webkit-transition: background 0.2s ease, color 0.2s ease;
    transition: background 0.2s ease, color 0.2s ease;
}
.cartdetailinner {
    padding: 0 0 0px;
    margin: 0;
    box-sizing: border-box;
}
.cart-summary-line .value {
    float: right;
    color: #223A50;
    font-size: 18px;
    font-weight: bold;
}
.cart-summary-line label {
    float: left;
    font-size: 13px;
    font-weight: 400;
}
.cart-summary-line {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    line-height: 24px;
    color: #223A50;
    font-weight: bold;
    border-bottom: 1px solid #DDE0E3;
    line-height: 60px;
    padding: 0 20px;
    box-sizing: BORDER-BOX;
}
.text-sm-center {
    text-align: center;
}
.cart-summary-line.cart-total .label {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
.cart-summary-line.cart-total .value {
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    color: #F7931E;
}
.cart-summary-line.cart-total {
    padding: 0 20px;
    box-sizing: BORDER-BOX;
    margin: 0px 0 20px;
    background: #FFFFFF;
}
.checkout.cart-detailed-actions.card-block {
    padding: 0 20px;
}
ul.cart-items li:last-child {
    border-bottom: 0;
}
ul.cart-items li {
    list-style: none;
    border-bottom: 1px solid #DDE0E3;
    background: #ffffff;
}
ul.cart-items {
    padding: 0;
    margin: 0 0 30px;
}
.product-line-grid-left.cartimage {
    float: left;
    max-width: 180px;
    text-align: center;
    width: 100%;
    box-sizing: BORDER-BOX;
}
.line138 {
    line-height: 138px;
}
.valign {
    display: inline-block;
    width: 100%;
    line-height: 1;
    vertical-align: middle;
}
.mobilewrap {
    max-width: -moz-calc(100% - 180px);
    max-width: -ms-calc(100% - 180px);
    max-width: -o-calc(100% - 180px);
    max-width: -webkit-calc(100% - 180px);
    max-width: calc(100% - 180px);
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.product-line-info a {
    font-size: 13px;
    font-weight: 600;
    display: block;
    margin: 0 0 8px;
    color: #223A50;
}
.product-line-info.product-price.h5.priceblock .current-price {
    font-size: 25px;
    color: #2C88E4;
    font-weight: bold;
    margin: 0 0 5px;
}
.product-line-grid-body.cartbody {
    float: left;
    max-width: 528px;
    width: 100%;
}
.cartactions {
    float: left;
    width: 100%;
    max-width: 215px;
}
.cartactions .qty {
    border: 1px solid #d9d9d9;
    max-width: 160px;
    box-sizing: border-box;
}
.cartqtyout {
    max-width: 100px;
    float: left;
    width: 100%;
    margin-right: 40px;
}
.cart-line-product-actions a:hover {
    opacity: 0.8
}
.cart-line-product-actions a {
    color: #90a4a7;
    font-size: 13px;
    font-weight: 500;
    padding: 0;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.258%22%20height%3D%2221.682%22%20viewBox%3D%220%200%2016.258%2021.682%22%3E%3Cg%20id%3D%22bin-with-lid%22%20transform%3D%22translate(-76.544)%22%3E%3Cg%20id%3D%22Group_2453%22%20data-name%3D%22Group%202453%22%20transform%3D%22translate(76.544)%22%3E%3Cpath%20id%3D%22Path_1285%22%20data-name%3D%22Path%201285%22%20d%3D%22M111.644%2C170.8H98.336a.729.729%2C0%2C0%2C0-.729.729v11.39a3.515%2C3.515%2C0%2C0%2C0%2C3.511%2C3.511h7.744a3.515%2C3.515%2C0%2C0%2C0%2C3.511-3.511v-11.39A.729.729%2C0%2C0%2C0%2C111.644%2C170.8Zm-8.407%2C11.239a.9.9%2C0%2C0%2C1-1.792%2C0V175.2a.9.9%2C0%2C0%2C1%2C1.792%2C0Zm5.3%2C0a.9.9%2C0%2C0%2C1-1.792%2C0V175.2a.9.9%2C0%2C0%2C1%2C1.792%2C0Z%22%20transform%3D%22translate(-96.861%20-164.753)%22%20fill%3D%22%234f5b65%22%2F%3E%3Cpath%20id%3D%22Path_1286%22%20data-name%3D%22Path%201286%22%20d%3D%22M90.6%2C1.134H87.42V.859A.86.86%2C0%2C0%2C0%2C86.561%2C0H82.785a.86.86%2C0%2C0%2C0-.859.859v.275H78.75A2.208%2C2.208%2C0%2C0%2C0%2C76.544%2C3.34V4.755A.458.458%2C0%2C0%2C0%2C77%2C5.213H92.344a.458.458%2C0%2C0%2C0%2C.458-.458V3.34A2.208%2C2.208%2C0%2C0%2C0%2C90.6%2C1.134Z%22%20transform%3D%22translate(-76.544)%22%20fill%3D%22%234f5b65%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    width: 22px;
    height: 22px;
    display: block;
    margin: 0 auto;
}
.cart-line-product-actions {
    border-left: 1px solid #DDE0E3;
    float: left;
    width: 74px;
}
.product-line-grid {
    display: inline-block;
    width: 100%;
    margin: 0 0 -4px;
    position: relative;
}
ul.cart-items {
    padding: 0;
    margin: 0 0;
    border: 1px solid #DDE0E3;
}
#amazzing_filter a,
#amazzing_filter a:focus {
    max-width: 100%;
}
.af_filter .af-toggle-child {
    padding: 5px 1em;
    margin-left: .5em;
}
.af_filter .af-toggle-child:hover {
    background-color: #2c88e4;
    color: white;
}
.backlink:hover {
    text-decoration: none;
}
.backlink {
    font-size: 13px;
    font-weight: 500;
    text-decoration: underline;
    padding: 26px 0;
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
}
.marginleft40 {
    margin-left: 40px;
}
ul.promo-name.card-block {
    padding: 0;
    margin: 0;
}
.vouchervalue {
    float: right;
    font-weight: 500;
}
a.removevoucherbtn:hover {
    text-decoration: none;
}
a.removevoucherbtn {
    color: #2c88e4;
    font-size: 12px;
    font-weight: 500;
    text-decoration: underline;
}
.w50 {
    float: left;
    width: 50%;
}
#content {
    min-height: 100%;
    position: relative;
}
.formblock .w50:nth-child(2n) {
    margin-right: 0;
}
.formblock .w50 {
    max-width: calc(50% - 10px);
    max-width: -moz-calc(50% - 10px);
    max-width: -ms-calc(50% - 10px);
    max-width: -o-calc(50% - 10px);
    max-width: -webkit-calc(50% - 10px);
    max-width: calc(50% - 10px);
    position: relative;
    float: left;
    width: 100%;
    margin-right: 20px;
}
.formlabel {
    text-align: left;
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
    display: block;
    margin: 0 0 10px;
    min-height: 22px;
    color: #000000;
}
sup.required {
    color: #2c88e4;
    font-size: 14px;
}
.formblock textarea.error,
.formblock input.error {
    border-color: Red;
}
.row.formrow {
    margin: 0 0 20px;
}
.formblock textarea,
.formblock input {
    height: 60px;
    width: 100%;
    line-height: 58px;
    border: 1px solid #DDE0E3;
    box-sizing: border-box;
    font-weight: 500;
    color: #223A50;
    padding: 0 20px;
    background: #F6F8FA;
    margin: 0;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
}
.formblock textarea {
    height: 90px;
    resize: none;
    line-height: normal;
    padding: 10px 20px;
}
.float-xs-right {
    float: right;
}
.customselect2 {
    cursor: pointer;
    box-sizing: border-box;
    color: #000000;
    background: #fff;
    margin: 0;
    border: 0;
    font-size: 12px;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.97%22%20height%3D%225.281%22%20viewBox%3D%220%200%208.97%205.281%22%3E%3Cdefs%3E%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20id%3D%22dropdown_arrow%22%20class%3D%22cls-1%22%20d%3D%22M1548.82%2C479.637a0.587%2C0.587%2C0%2C0%2C1%2C.17-0.407%2C0.572%2C0.572%2C0%2C0%2C1%2C.81%2C0l3.5%2C3.5%2C3.49-3.5a0.577%2C0.577%2C0%2C0%2C1%2C.82.813l-4.31%2C4.309-4.31-4.309A0.583%2C0.583%2C0%2C0%2C1%2C1548.82%2C479.637Z%22%20transform%3D%22translate(-1548.81%20-479.063)%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 16px;
    line-height: 20px;
}
div#_desktop_currency_selector {
    width: 100%;
    max-width: 183px;
    display: inline-block;
    vertical-align: middle;
}
div#_desktop_language_selector {
    width: 100%;
    max-width: 83px;
    display: inline-block;
    vertical-align: middle;
}
span#currency-selector-label {
    display: inline-block;
    color: #000000;
    font-size: 12px;
}
.margintop30 {
    margin-top: 30px;
}
.max240 {
    max-width: 240px;
    width: 100%;
}
.alert {
    padding: 15px 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid;
    border-radius: 0;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}
.alert-danger {
    background-color: #fff;
    border-color: #ff1a1a;
    color: #ff1a1a;
}
.whitebtn:hover {
    background: #242529;
    color: #fff;
}
.whitebtn {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    background: #fff;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
    -moz-transition: background 0.2s ease, color 0.2s ease;
    -ms-transition: background 0.2s ease, color 0.2s ease;
    -o-transition: background 0.2s ease, color 0.2s ease;
    -webkit-transition: background 0.2s ease, color 0.2s ease;
    transition: background 0.2s ease, color 0.2s ease;
    display: inline-block;
    cursor: pointer;
    width: 100%;
    max-width: 200px;
    border-radius: 2px;
}
.w50 {
    width: 50%;
}
.aligncenter {
    text-align: center;
}
#guest-tracking #content,
#password #content,
.page-addresses .address,
.page-authentication #content {
    box-shadow: none;
    padding: 0;
    max-width: 100%;
    margin: 0 auto 80px;
}
#password #content,
.page-addresses .address {
    background: #fff;
    padding: 40px;
    margin-bottom: 130px;
}
#guest-tracking #content,
#password #content {
    padding: 40px;
    border: 1px solid #f3f3f3;
}
.accounthalf .form-group.row.w50 {
    max-width: 100%;
    margin: 0 0 15px;
}
.textright {
    text-align: right;
}
.pagetitle {
    font-size: 34px;
    margin: 0 0 20px;
    font-weight: bold;
    color: #223A50;
}
.accounthalf {
    float: left;
    max-width: 50%;
    width: 100%;
    text-align: left;
    vertical-align: top;
    box-sizing: border-box;
    padding: 40px;
    height: 420px;
    border: 1px solid #e3e3e3;
    background: #fff;
    margin: 0 0 -4px;
    max-width: calc(50% - 20px);
    max-width: -moz-calc(50% - 20px);
    max-width: -ms-calc(50% - 20px);
    max-width: -o-calc(50% - 20px);
    max-width: -webkit-aclc(50% -20px);
    max-width: calc(50% - 20px);
    margin-right: 20px;
    border-radius: 3px;
}
.forgot-password a.frame:hover {
    text-decoration: none;
}
.forgot-password a.frame {
    line-height: 50px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: underline;
}
.registertext {
    color: #4F5B65;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    padding: 0px 0 14px;
    text-align: left;
}
h1.cmstitle {
    font-size: 34px;
    font-weight: bold;
    padding-bottom: 0;
    margin: 0 0 25px;
    color: #223A50;
}
.accounthalf .socialloginbtn {
    margin-top: 32px;
    line-height: 46px;
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
    float: none;
}
.margintop80 {
    margin-top: 80px;
}
span.errorlabel {
    color: red;
    float: right;
    font-size: 10px;
}
.hidden-md-up {
    display: none;
}
.alert-warning {
    background-color: #fff;
    border-color: #cb810d;
    color: #cb810d;
}
#notifications ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.unsucesstext,
.sucesstext {
    display: none;
}
.max800 {
    max-width: 800px;
    width: 100%;
    float: left;
}
.bigformtitle {
    margin: 40px 0 10px;
    font-size: 16px;
    font-weight: 500;
}
.af_filter.expandable .toggle-cut-off {
    display: none;
}
.bigformtitle.margintop0 {
    margin-top: 0;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
}
.controw h2 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}
.controw {
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    padding: 30px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 24px;
}
span.contvalue {
    display: inline-block;
    vertical-align: top;
}
.margintop50 {
    margin-top: 50px;
}
.contactblock strong {
    display: inline-block;
    width: 120px;
    font-weight: 500;
}
.contactblock p {
    margin: 0 0 15px;
}
.contactblock h3 {
    font-size: 14px;
    margin: 0 0 15px;
}
.closebtn {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23ababab%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22msg_close%22%20class%3D%22cls-1%22%20d%3D%22M1568.5%2C563a7.5%2C7.5%2C0%2C1%2C0%2C7.5%2C7.5A7.478%2C7.478%2C0%2C0%2C0%2C1568.5%2C563Zm1.09%2C7.636%2C2.56%2C2.557a0.334%2C0.334%2C0%2C0%2C1%2C0%2C.477l-0.48.478a0.372%2C0.372%2C0%2C0%2C1-.24.1%2C0.319%2C0.319%2C0%2C0%2C1-.24-0.1l-2.55-2.557a0.167%2C0.167%2C0%2C0%2C0-.24%2C0l-2.56%2C2.557a0.372%2C0.372%2C0%2C0%2C1-.24.1%2C0.319%2C0.319%2C0%2C0%2C1-.24-0.1l-0.47-.478a0.314%2C0.314%2C0%2C0%2C1%2C0-.477l2.55-2.557a0.161%2C0.161%2C0%2C0%2C0%2C0-.238l-2.55-2.557a0.315%2C0.315%2C0%2C0%2C1%2C0-.478l0.47-.477a0.333%2C0.333%2C0%2C0%2C1%2C.48%2C0l2.56%2C2.557a0.167%2C0.167%2C0%2C0%2C0%2C.24%2C0l2.55-2.557a0.372%2C0.372%2C0%2C0%2C1%2C.24-0.1%2C0.319%2C0.319%2C0%2C0%2C1%2C.24.1l0.48%2C0.477a0.336%2C0.336%2C0%2C0%2C1%2C0%2C.478l-2.56%2C2.557A0.16%2C0.16%2C0%2C0%2C0%2C1569.59%2C570.636Z%22%20transform%3D%22translate%28-1561%20-563%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
    position: absolute;
    width: 46px;
    height: 46px;
    background-position: center center;
    top: 0;
    right: 0;
    cursor: pointer;
    -moz-transition: background-image 0.2s ease;
    -ms-transition: background-image 0.2s ease;
    -o-transition: background-image 0.2s ease;
    -webkit-transition: background-image 0.2s ease;
    transition: background-image 0.2s ease;
}
.closebtn:hover {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23424645%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22msg_close_hover%22%20class%3D%22cls-1%22%20d%3D%22M1568.5%2C563a7.5%2C7.5%2C0%2C1%2C0%2C7.5%2C7.5A7.478%2C7.478%2C0%2C0%2C0%2C1568.5%2C563Zm1.09%2C7.636%2C2.56%2C2.557a0.334%2C0.334%2C0%2C0%2C1%2C0%2C.477l-0.48.478a0.372%2C0.372%2C0%2C0%2C1-.24.1%2C0.319%2C0.319%2C0%2C0%2C1-.24-0.1l-2.55-2.557a0.167%2C0.167%2C0%2C0%2C0-.24%2C0l-2.56%2C2.557a0.372%2C0.372%2C0%2C0%2C1-.24.1%2C0.319%2C0.319%2C0%2C0%2C1-.24-0.1l-0.47-.478a0.314%2C0.314%2C0%2C0%2C1%2C0-.477l2.55-2.557a0.161%2C0.161%2C0%2C0%2C0%2C0-.238l-2.55-2.557a0.315%2C0.315%2C0%2C0%2C1%2C0-.478l0.47-.477a0.333%2C0.333%2C0%2C0%2C1%2C.48%2C0l2.56%2C2.557a0.167%2C0.167%2C0%2C0%2C0%2C.24%2C0l2.55-2.557a0.372%2C0.372%2C0%2C0%2C1%2C.24-0.1%2C0.319%2C0.319%2C0%2C0%2C1%2C.24.1l0.48%2C0.477a0.336%2C0.336%2C0%2C0%2C1%2C0%2C.478l-2.56%2C2.557A0.16%2C0.16%2C0%2C0%2C0%2C1569.59%2C570.636Z%22%20transform%3D%22translate%28-1561%20-563%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
}
.social-sharing ul {
    padding: 0;
    margin: 0 0 30px;
}
.product-additional-info {
    text-align: right;
}
.social-sharing ul li {
    list-style: none;
    display: inline-block;
    margin-left: 20px;
}
.social-sharing ul li.facebook a {
    background-color: #3b5999;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%226.22%22%20height%3D%2211.687%22%20viewBox%3D%220%200%206.22%2011.687%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22icon_fb_share%22%20class%3D%22cls-1%22%20d%3D%22M1104.89%2C344.11v-1.461a0.757%2C0.757%2C0%2C0%2C1%2C.78-0.73h0.78v-1.826h-1.56a2.262%2C2.262%2C0%2C0%2C0-2.33%2C2.191v1.826H1101v1.826h1.56v5.842h2.33v-5.842h1.56l0.78-1.826h-2.34Z%22%20transform%3D%22translate%28-1101%20-340.094%29%22/%3E%0A%3C/svg%3E%0A);
}
.social-sharing ul li.twitter a {
    background-color: #1496e1;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212.56%22%20height%3D%2210.032%22%20viewBox%3D%220%200%2012.56%2010.032%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22icon_tw_share%22%20class%3D%22cls-1%22%20d%3D%22M1231.69%2C342.349a0.054%2C0.054%2C0%2C0%2C0-.07-0.017%2C5.06%2C5.06%2C0%2C0%2C1-1.17.351%2C2.53%2C2.53%2C0%2C0%2C0%2C.91-1.268%2C0.058%2C0.058%2C0%2C0%2C0-.02-0.067%2C0.064%2C0.064%2C0%2C0%2C0-.07%2C0%2C5.011%2C5.011%2C0%2C0%2C1-1.56.593%2C2.663%2C2.663%2C0%2C0%2C0-1.89-.785%2C2.591%2C2.591%2C0%2C0%2C0-2.61%2C2.567%2C2.825%2C2.825%2C0%2C0%2C0%2C.05.5%2C7.218%2C7.218%2C0%2C0%2C1-5.12-2.591%2C0.083%2C0.083%2C0%2C0%2C0-.06-0.022%2C0.064%2C0.064%2C0%2C0%2C0-.05.03%2C2.549%2C2.549%2C0%2C0%2C0%2C.63%2C3.3%2C2.5%2C2.5%2C0%2C0%2C1-.91-0.289%2C0.059%2C0.059%2C0%2C0%2C0-.06%2C0%2C0.058%2C0.058%2C0%2C0%2C0-.03.052v0.033a2.586%2C2.586%2C0%2C0%2C0%2C1.83%2C2.452%2C2.513%2C2.513%2C0%2C0%2C1-.86-0.012%2C0.064%2C0.064%2C0%2C0%2C0-.06.019%2C0.045%2C0.045%2C0%2C0%2C0-.01.059%2C2.6%2C2.6%2C0%2C0%2C0%2C2.26%2C1.774%2C5.066%2C5.066%2C0%2C0%2C1-2.99.959%2C5.248%2C5.248%2C0%2C0%2C1-.6-0.035%2C0.068%2C0.068%2C0%2C0%2C0-.07.04%2C0.058%2C0.058%2C0%2C0%2C0%2C.03.073%2C7.386%2C7.386%2C0%2C0%2C0%2C3.94%2C1.135%2C7.184%2C7.184%2C0%2C0%2C0%2C7.32-7.19c0-.1-0.01-0.2-0.01-0.294a5.2%2C5.2%2C0%2C0%2C0%2C1.26-1.293A0.066%2C0.066%2C0%2C0%2C0%2C1231.69%2C342.349Z%22%20transform%3D%22translate%28-1219.16%20-341.156%29%22/%3E%0A%3C/svg%3E%0A);
}
.social-sharing ul li.pinterest a {
    background-color: #cb2027;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%229.81%22%20height%3D%2212.375%22%20viewBox%3D%220%200%209.81%2012.375%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22icon_pint_share%22%20class%3D%22cls-1%22%20d%3D%22M1347.39%2C340.192c-3.45%2C0-5.2%2C2.422-5.2%2C4.442a2.735%2C2.735%2C0%2C0%2C0%2C1.49%2C2.717%2C0.256%2C0.256%2C0%2C0%2C0%2C.37-0.178c0.03-.125.11-0.439%2C0.15-0.57a0.364%2C0.364%2C0%2C0%2C0-.11-0.4%2C2.036%2C2.036%2C0%2C0%2C1-.48-1.394%2C3.4%2C3.4%2C0%2C0%2C1%2C3.58-3.407%2C2.693%2C2.693%2C0%2C0%2C1%2C3.02%2C2.726c0%2C2.05-.92%2C3.781-2.3%2C3.781a1.111%2C1.111%2C0%2C0%2C1-1.15-1.37%2C14.823%2C14.823%2C0%2C0%2C0%2C.64-2.523%2C0.961%2C0.961%2C0%2C0%2C0-.98-1.068%2C1.645%2C1.645%2C0%2C0%2C0-1.4%2C1.841%2C2.7%2C2.7%2C0%2C0%2C0%2C.23%2C1.125s-0.79%2C3.3-.93%2C3.875a7.735%2C7.735%2C0%2C0%2C0-.02%2C2.7%2C0.1%2C0.1%2C0%2C0%2C0%2C.17.041%2C7.5%2C7.5%2C0%2C0%2C0%2C1.31-2.328c0.09-.316.51-1.954%2C0.51-1.954a2.109%2C2.109%2C0%2C0%2C0%2C1.78.886c2.33%2C0%2C3.92-2.084%2C3.92-4.874A4.307%2C4.307%2C0%2C0%2C0%2C1347.39%2C340.192Z%22%20transform%3D%22translate%28-1342.19%20-340.188%29%22/%3E%0A%3C/svg%3E%0A);
}
.social-sharing ul li a {
    width: 100px;
    display: block;
    text-align: left;
    line-height: 24px;
    background: #3b5999;
    color: #fff;
    border-radius: 2px;
    font-size: 12px;
    padding-left: 35px;
    font-weight: 500;
    background-position: 10px center;
    box-sizing: BORDER-BOX;
    background-repeat: no-repeat;
}
.icon-icon_tw_share {
    background-repeat: no-repeat;
}
.icon-icon_fb_share {
    background-repeat: no-repeat;
}
.hasdiscount span.pricesmall {
    color: #f7931e;
    margin-top: 0;
}
.has-discount span.pricesmall {
    color: #F7931E;
}
span.pricesmall {
    display: inline-block;
    color: #223A50;
    font-weight: bold;
    font-size: 26px;
    text-align: left;
}
.feattitle {
    color: #4F5B65;
    font-size: 12px;
    line-height: 17px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 20px 0 10px;
}
.mainfeature td:nth-child(2n) {
    border-right: 0;
}
.mainfeature tr:last-child td {
    border-bottom: 0;
}
.mainfeature td:nth-child(2) {
    background: #fff;
}
.mainfeature td:nth-child(1) {
    background: #F6F8FA;
    color: #4F5B65;
    font-weight: bold;
    text-transform: uppercase;
}
.mainfeature td {
    border-right: 1px solid #DDE0E3;
    border-bottom: 1px solid #DDE0E3;
    padding: 10px 20px;
    box-sizing: BORDER-BOX;
    color: #223A50;
    font-size: 13px;
    font-weight: 400;
}
.mainfeature {
    border-collapse: collapse;
    border: 1px solid #DDE0E3;
    margin: 0 0 50px;
    /*max-width: 380px;*/
    width: 100%;
}
.leasingblock span {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    padding: 4px 0;
    padding-left: 30px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22calculator%22%20width%3D%2217.331%22%20height%3D%2219.378%22%20viewBox%3D%220%200%2017.331%2019.378%22%3E%3Cg%20id%3D%22Group_2289%22%20data-name%3D%22Group%202289%22%3E%3Cpath%20id%3D%22Path_771%22%20data-name%3D%22Path%20771%22%20d%3D%22M80.921%2C0H65.834V19.378H83.165V0ZM68.91%2C3.221a.634.634%2C0%2C0%2C1%2C.684-.568h9.811a.634.634%2C0%2C0%2C1%2C.684.568V4.342a.634.634%2C0%2C0%2C1-.684.568H69.594a.634.634%2C0%2C0%2C1-.684-.568Zm2.3%2C12.748a.634.634%2C0%2C0%2C1-.684.568h-.934a.634.634%2C0%2C0%2C1-.684-.568v-.538a.634.634%2C0%2C0%2C1%2C.684-.568h.934a.634.634%2C0%2C0%2C1%2C.684.568Zm0-3.36a.634.634%2C0%2C0%2C1-.684.568h-.934a.634.634%2C0%2C0%2C1-.684-.568v-.538a.634.634%2C0%2C0%2C1%2C.684-.568h.934a.634.634%2C0%2C0%2C1%2C.684.568Zm4.495%2C3.36a.634.634%2C0%2C0%2C1-.684.568h-.934a.634.634%2C0%2C0%2C1-.684-.568v-.538a.634.634%2C0%2C0%2C1%2C.684-.568h.934a.634.634%2C0%2C0%2C1%2C.684.568Zm0-3.36a.634.634%2C0%2C0%2C1-.684.568h-.934a.634.634%2C0%2C0%2C1-.684-.568v-.538a.634.634%2C0%2C0%2C1%2C.684-.568h.934a.634.634%2C0%2C0%2C1%2C.684.568Zm0-3.36a.634.634%2C0%2C0%2C1-.684.568H69.594a.634.634%2C0%2C0%2C1-.684-.568V8.711a.634.634%2C0%2C0%2C1%2C.684-.568h5.429a.634.634%2C0%2C0%2C1%2C.684.568ZM80.2%2C15.968a.634.634%2C0%2C0%2C1-.684.568h-.934a.634.634%2C0%2C0%2C1-.684-.568v-.538a.634.634%2C0%2C0%2C1%2C.684-.568h.934a.634.634%2C0%2C0%2C1%2C.684.568Zm0-3.36a.634.634%2C0%2C0%2C1-.684.568h-.934a.634.634%2C0%2C0%2C1-.684-.568v-.538a.634.634%2C0%2C0%2C1%2C.684-.568h.934a.634.634%2C0%2C0%2C1%2C.684.568Zm0-3.36a.634.634%2C0%2C0%2C1-.684.568h-.934a.634.634%2C0%2C0%2C1-.684-.568V8.711a.634.634%2C0%2C0%2C1%2C.684-.568h.934a.634.634%2C0%2C0%2C1%2C.684.568Z%22%20transform%3D%22translate(-65.834)%22%20fill%3D%22%234f5b65%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.leasingblock {
    color: #4F5B65;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    background: #fff;
    border: 0.5px solid #dde0e3;
    line-height: 60px;
    text-align: Center;
}
.product-price-and-shipping .pricesmall {
    font-size: 25px;
    line-height: 34px;
    margin-top: 14px;
}
.reference {
    color: #959595;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 7px;
}
span.control-label {
    display: block;
    color: #000000;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.product-prices {
    height: 82px;
}
.margintop20 {
    margin-top: 20px;
}
.floatnone {
    float: none;
}
.slick-arrow:hover {
    background-color: #e4e8e8;
}
.slick-arrow {
    position: absolute;
    top: calc(50% - 12px);
    top: -moz-calc(50% - 12px);
    top: -ms-calc(50% - 12px);
    top: -o-calc(50% - 12px);
    top: -webkit-calc(50% - 12px);
    top: calc(50% - 12px);
    right: 0;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 24px;
    width: 24px;
    background-color: #fff;
    margin-top: 0;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-transition: background-color 0.2s ease;
    -ms-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    -webkit-box-shadow: 2px 2px 9px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 2px 2px 9px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 2px 2px 9px 0px rgba(0, 0, 0, 0.09);
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2211.188%22%20viewBox%3D%220%200%207%2011.188%22%3E%3Cdefs%3E%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23000000%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20id%3D%22slide_arrow_next%22%20class%3D%22cls-1%22%20d%3D%22M1622.99%2C634.73a0.983%2C0.983%2C0%2C0%2C1-.69-1.677l3.92-3.928-3.92-3.927a0.972%2C0.972%2C0%2C0%2C1%2C0-1.39%2C0.983%2C0.983%2C0%2C0%2C1%2C1.39%2C0l5.31%2C5.317-5.31%2C5.317A1.008%2C1.008%2C0%2C0%2C1%2C1622.99%2C634.73Z%22%20transform%3D%22translate(-1622%20-623.531)%22%2F%3E%3C%2Fsvg%3E");
}
button.slick-prev.slick-arrow {
    right: auto;
    left: -6px;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226.156%22%20height%3D%2210.406%22%20viewBox%3D%220%200%206.156%2010.406%22%3E%3Cdefs%3E%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20id%3D%22slide_arrow_left%22%20class%3D%22cls-1%22%20d%3D%22M677.861%2C740.476a0.67%2C0.67%2C0%2C0%2C0%2C.474-1.144l-4.075-4.074%2C4.075-4.075a0.67%2C0.67%2C0%2C0%2C0-.948-0.948l-5.022%2C5.023%2C5.022%2C5.022A0.669%2C0.669%2C0%2C0%2C0%2C677.861%2C740.476Z%22%20transform%3D%22translate(-672.375%20-730.063)%22%2F%3E%3C%2Fsvg%3E");
}
.productinfoblock .row strong span {
    color: #F7931E;
    font-size: 15px;
    margin-left: 7px;
}
.productinfoblock .row strong {
    display: block;
    color: #4F5B65;
    font-size: 15px;
    font-weight: bold;
}
.productinfoblock .row {
    padding-left: 57px;
    line-height: 24px;
    box-sizing: border-box;
    color: #4F5B65;
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 25px;
    background-position: center left;
    background-repeat: no-repeat;
}
.productinfoblock {
    padding: 0px 0 18px;
    margin: 37px 0 30px;
    box-sizing: border-box;
}
.productinfoblock .venipak {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22delivery-man%22%20width%3D%2236.622%22%20height%3D%2235.949%22%20viewBox%3D%220%200%2036.622%2035.949%22%3E%3Cpath%20id%3D%22Path_779%22%20data-name%3D%22Path%20779%22%20d%3D%22M18.74%2C279.52v-3.934a3.223%2C3.223%2C0%2C0%2C1%2C3.219-3.219h.689a8.38%2C8.38%2C0%2C0%2C0-5.481-1.431v1.073a4.292%2C4.292%2C0%2C1%2C1-8.583%2C0v-1.073H7.51A7.519%2C7.519%2C0%2C0%2C0%2C0%2C278.447V287.1a1.073%2C1.073%2C0%2C0%2C0%2C1.073%2C1.073H4.292v-7.582a1.073%2C1.073%2C0%2C0%2C1%2C2.146%2C0v7.582H18.925a7.762%2C7.762%2C0%2C0%2C1-.185-2.217V279.52Z%22%20transform%3D%22translate(0%20-252.225)%22%20fill%3D%22%232c88e4%22%2F%3E%3Cpath%20id%3D%22Path_780%22%20data-name%3D%22Path%20780%22%20d%3D%22M388%2C321h2.146v2.861H388Z%22%20transform%3D%22translate(-360.247%20-298.712)%22%20fill%3D%22%232c88e4%22%2F%3E%3Cpath%20id%3D%22Path_781%22%20data-name%3D%22Path%20781%22%20d%3D%22M307.592%2C321h-3.5v3.934a1.073%2C1.073%2C0%2C0%2C1-1.073%2C1.073h-4.292a1.073%2C1.073%2C0%2C0%2C1-1.073-1.073V321h-3.576A1.073%2C1.073%2C0%2C0%2C0%2C293%2C322.073v11.516a1.073%2C1.073%2C0%2C0%2C0%2C1.073%2C1.073h13.519a1.073%2C1.073%2C0%2C0%2C0%2C1.073-1.073V322.073A1.073%2C1.073%2C0%2C0%2C0%2C307.592%2C321Z%22%20transform%3D%22translate(-272.042%20-298.712)%22%20fill%3D%22%232c88e4%22%2F%3E%3Cpath%20id%3D%22Path_782%22%20data-name%3D%22Path%20782%22%20d%3D%22M45.081%2C97.2h.038a7.5%2C7.5%2C0%2C0%2C0%2C5.343%2C6.732v1.383a2.146%2C2.146%2C0%2C0%2C0%2C4.292%2C0v-1.386A7.519%2C7.519%2C0%2C0%2C0%2C60.106%2C97.2h.027a2.288%2C2.288%2C0%2C1%2C0%2C0-4.576h-.016c-2.549-3.319-9.66%2C1.279-15.021%2C0h-.015a2.288%2C2.288%2C0%2C0%2C0%2C0%2C4.576Z%22%20transform%3D%22translate(-39.732%20-85.526)%22%20fill%3D%22%232c88e4%22%2F%3E%3Cpath%20id%3D%22Path_783%22%20data-name%3D%22Path%20783%22%20d%3D%22M92.672%2C4.8A7.511%2C7.511%2C0%2C0%2C0%2C78.4%2C5.612C82.429%2C6.818%2C88.509%2C3.212%2C92.672%2C4.8Z%22%20transform%3D%22translate(-72.791%200)%22%20fill%3D%22%232c88e4%22%2F%3E%3C%2Fsvg%3E");
}
.productinfoblock .fortakas,
.productinfoblock .omnivapickup {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22Group_2292%22%20data-name%3D%22Group%202292%22%20width%3D%2234.707%22%20height%3D%2229.284%22%20viewBox%3D%220%200%2034.707%2029.284%22%3E%3Crect%20id%3D%22Rectangle_1254%22%20data-name%3D%22Rectangle%201254%22%20width%3D%2228.2%22%20height%3D%2219.523%22%20transform%3D%22translate(3.254%209.761)%22%20fill%3D%22%232c88e4%22%2F%3E%3Crect%20id%3D%22Rectangle_1255%22%20data-name%3D%22Rectangle%201255%22%20width%3D%2234.707%22%20height%3D%226.508%22%20fill%3D%22%232c88e4%22%2F%3E%3Crect%20id%3D%22Rectangle_1256%22%20data-name%3D%22Rectangle%201256%22%20width%3D%2210.846%22%20height%3D%223.254%22%20transform%3D%22translate(11.931%2015.184)%22%20fill%3D%22%23f6f8fa%22%2F%3E%3C%2Fsvg%3E");
}
.product-quantity input[type="number"]::-webkit-outer-spin-button,
.product-quantity #quantity_wanted[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.product-quantity input[type="number"],
.product-quantity #quantity_wanted[type="number"],
input[type="number"] {
    -moz-appearance: textfield;
}
.no-account a span {
    vertical-align: middle;
    display: inline-block;
    line-height: 1;
    width: 100%;
    margin-top: -4px;
}
.bigtitle {
    font-size: 22px;
    margin: 30px 0;
    font-weight: 800;
    text-transform: uppercase;
    color: #000000;
}
.padding40 {
    padding: 27px 40px;
    box-sizing: border-box;
    height: 500px;
}
h1.cmspagetitle {
    font-size: 23px;
    font-weight: 600;
    margin: 0 0 20px;
    color: #223A50;
}
.storetitle {
    font-size: 23px;
    font-weight: 600;
    margin: 0 0 20px;
    color: #223A50;
}
#left-column .linklist ul li.activelink a,
#left-column .linklist ul a:hover {
    text-decoration: underline;
    color: #2C88E4;
}
#left-column .linklist ul a {
    display: block;
    color: #4F5B65;
    font-size: 15px;
    font-weight: 400;
    padding: 0px;
    box-sizing: border-box;
    -moz-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
    /*line-height: 38px;*/
}
#left-column .linklist ul {
    list-style: none;
    padding: 20px 0;
    margin: 0;
}
.lefttitle {
    color: #223A50;
    font-size: 23px;
    font-weight: 600;
    line-height: 28px;
}
#left-column .linklist {
    margin-bottom: 110px;
}
.cmscontent {
    background: #fff;
    display: inline-block;
    padding: 40px 35px;
    box-sizing: border-box;
    line-height: 22px;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    min-height: 324px;
    border: 1px solid #DDE0E3;
}
.cmscontent h2 {
    color: #223A50;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
}
.flagblock {
    right: 20px;
    z-index: 1;
    position: absolute;
    top: 0;
    padding: 0;
    left: 0;
}
span.regular-price {
    line-height: 14px;
    color: #778695;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    text-decoration: line-through;
    display: block;
}
.product-discount {
    width: 100%;
}
.flagblock .discount-product {
    width: 44px;
    height: 24px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: #fff;
    background-color: #ff2828;
    display: block;
    margin: 0 0 5px;
}
.dukcontent p:last-child {
    margin-bottom: 0;
}
.dukcontent {
    display: none;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    line-height: 22px;
    color: #000000;
    padding-left: 30px;
}
.active .duktitle {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%229%22%20height%3D%221%22%20viewBox%3D%220%200%209%201%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22faq_minus%22%20class%3D%22cls-1%22%20d%3D%22M620%2C316h9v1h-9v-1h0Z%22%20transform%3D%22translate%28-620%20-316%29%22/%3E%0A%3C/svg%3E%0A);
}
.duktitle {
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    margin: 0;
    padding-left: 30px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%229%22%20height%3D%229%22%20viewBox%3D%220%200%209%209%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22faq_plus%22%20class%3D%22cls-1%22%20d%3D%22M625.061%2C451.938V448h-1.123v3.939H620v1.123h3.938V457h1.123v-3.938H629v-1.123h-3.939Z%22%20transform%3D%22translate%28-620%20-448%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
    background-position: left center;
}
.dukpages li {
    margin: 0 0 20px;
}
.dukpages {
    padding: 0;
    list-style: none;
}
.page-cms {
    margin: 0 0 130px;
}
#cms div#left-column.max240 {
    max-width: 360px;
}
.help-block ul .alert {
    padding: 0;
    border: 0;
    margin: 0;
    font-size: 12px;
    text-transform: none;
}
span.errorlabel {
    color: red;
    font-size: 12px;
    float: right;
    margin-top: 8px;
}
.help-block ul {
    padding: 0;
    list-style: none;
    display: inline-block;
    width: auto;
    font-size: 12px;
    margin: 10px 0 0;
}
.thumbnail-container img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.show640 {
    display: none;
}
.searchmobilebtn {
    display: none;
}
.searchmobilebtn.active {
    background-color: #fff;
}
.mobilemeniu {
    display: none;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.365%22%20height%3D%2212.177%22%20viewBox%3D%220%200%2017.365%2012.177%22%3E%3Cg%20id%3D%22Group_2973%22%20data-name%3D%22Group%202973%22%20transform%3D%22translate(0%20-2.412)%22%3E%3Cg%20id%3D%22Group_2667%22%20data-name%3D%22Group%202667%22%20transform%3D%22translate(0%202.412)%22%3E%3Cpath%20id%3D%22Line_53%22%20data-name%3D%22Line%2053%22%20d%3D%22M17.365.75H0V-.75H17.365Z%22%20transform%3D%22translate(0%200.75)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20id%3D%22Path_1217%22%20data-name%3D%22Path%201217%22%20d%3D%22M17.365.75H0V-.75H17.365Z%22%20transform%3D%22translate(0%206.088)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20id%3D%22Line_55%22%20data-name%3D%22Line%2055%22%20d%3D%22M17.365.75H0V-.75H17.365Z%22%20transform%3D%22translate(0%2011.427)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 30px center;
    padding: 0;
    width: 100%;
    height: 54px;
    color: #FFFFFF;
    line-height: 54px;
    padding-left: 68px;
    box-sizing: BORDER-BOX;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    width: 70%;
    max-width: 200px;
    float: right;
}
.menumore {
    padding-left: 64px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000000;
}
.menu-tel {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23333%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22phone%22%20class%3D%22cls-1%22%20d%3D%22M60.418%2C51.235L57.684%2C48.5a1.936%2C1.936%2C0%2C0%2C0-2.734%2C0l-1.243%2C1.242a1.466%2C1.466%2C0%2C0%2C1-2.071%2C0L46.25%2C44.354a1.464%2C1.464%2C0%2C0%2C1%2C0-2.071l1.243-1.242a1.932%2C1.932%2C0%2C0%2C0%2C0-2.734l-2.733-2.724a1.935%2C1.935%2C0%2C0%2C0-2.732%2C0l-1%2C.987a6.978%2C6.978%2C0%2C0%2C0%2C0%2C9.858l8.535%2C8.538a6.968%2C6.968%2C0%2C0%2C0%2C9.859%2C0l0.994-.994A1.935%2C1.935%2C0%2C0%2C0%2C60.418%2C51.235ZM42.936%2C36.493a0.646%2C0.646%2C0%2C0%2C1%2C.912%2C0l2.733%2C2.724a0.644%2C0.644%2C0%2C0%2C1%2C0%2C.911l-0.456.456-3.643-3.642Zm7.54%2C17.559-8.535-8.538a5.665%2C5.665%2C0%2C0%2C1-.355-7.645L45.219%2C41.5a2.75%2C2.75%2C0%2C0%2C0%2C.12%2C3.765l5.386%2C5.39h0a2.751%2C2.751%2C0%2C0%2C0%2C3.765.12l3.632%2C3.632A5.655%2C5.655%2C0%2C0%2C1%2C50.477%2C54.052Zm9.03-.994-0.456.456-3.645-3.645%2C0.456-.456a0.645%2C0.645%2C0%2C0%2C1%2C.911%2C0l2.734%2C2.734A0.645%2C0.645%2C0%2C0%2C1%2C59.507%2C53.058Z%22%20transform%3D%22translate%28-39%20-35.031%29%22/%3E%0A%3C/svg%3E%0A);
}
.menu-mail {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2222%22%20height%3D%2216%22%20viewBox%3D%220%200%2022%2016%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23333%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22email%22%20class%3D%22cls-1%22%20d%3D%22M61.356%2C42.01a0.619%2C0.619%2C0%2C0%2C1%2C.628.6V57.387a0.619%2C0.619%2C0%2C0%2C1-.628.6H40.6a0.612%2C0.612%2C0%2C0%2C1-.619-0.6V42.614a0.611%2C0.611%2C0%2C0%2C1%2C.619-0.6H61.356ZM50.979%2C50.328l4.706-3.912%2C3.848-3.206H42.425l3.848%2C3.206Zm5.52-3.011-5.1%2C4.252a0.65%2C0.65%2C0%2C0%2C1-.823.009l-5.113-4.261L41.231%2C43.8V56.2l4.229-3.529L47.83%2C50.71a0.627%2C0.627%2C0%2C0%2C1%2C.876.059%2C0.578%2C0.578%2C0%2C0%2C1-.062.842l-2.371%2C1.973-3.848%2C3.2H59.534l-3.848-3.2-2.371-1.973a0.586%2C0.586%2C0%2C0%2C1-.062-0.842%2C0.628%2C0.628%2C0%2C0%2C1%2C.876-0.059L56.5%2C52.675%2C60.737%2C56.2V43.8Z%22%20transform%3D%22translate%28-39.969%20-42%29%22/%3E%0A%3C/svg%3E%0A);
}
.menu-fb {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212%22%20height%3D%2222%22%20viewBox%3D%220%200%2012%2022%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23333%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22fb%22%20class%3D%22cls-1%22%20d%3D%22M51.852%2C61H46.789V51.136H44v-4.53h2.789V44.062c0-2.335%2C1.563-5.062%2C5.968-5.062a24.935%2C24.935%2C0%2C0%2C1%2C2.741.142L55.966%2C39.2l-0.113%2C4.239-0.515%2C0s-1.158-.01-2.421-0.01c-0.94%2C0-1.064.217-1.064%2C1.079v2.1H56l-0.23%2C4.53H51.853V61h0Zm-4.017-.979H50.8V50.158H54.77L54.9%2C47.585H50.8V44.5c0-1.018.251-2.058%2C2.111-2.058%2C0.748%2C0%2C1.458%2C0%2C1.915.007l0.063-2.383c-0.462-.039-1.231-0.088-2.138-0.088-3.628%2C0-4.921%2C2.109-4.921%2C4.083v3.523H45.046v2.573h2.789v9.863h0Z%22%20transform%3D%22translate%28-44%20-39%29%22/%3E%0A%3C/svg%3E%0A);
}
.menuicon {
    background-repeat: no-repeat;
    background-position: center center;
}
#mainmenumobile {
    display: none;
}
nav#mainmenumobile.mm-menu_opened {
    display: block;
}
#cookieNoticeContent {
    padding: 25px 0;
}
#cookieNotice p {
    margin: 0px;
    padding: 0px;
    text-align: left;
    color: #444444;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    max-width: 870px;
}
#cookieNoticeContent a:hover {
    text-decoration: none;
}
#cookieNoticeContent a {
    color: #444;
    font-weight: 500;
    text-decoration: underline;
}
.max270 {
    max-width: 270px;
    width: 100%;
}
.max350 {
    max-width: 350px;
    width: 100%;
    float: left;
}
.max660 {
    max-width: 660px;
    width: 100%;
    float: left;
}
.homecatrow img {
    display: block;
}
.borderleft:before {
    position: absolute;
    width: 10px;
    height: 100%;
    background: #f7f7f7;
    content: "";
    left: -10px;
    top: 0;
}
.homecatrow:last-child {
    margin-bottom: 0;
}
.homecatrow {
    background: #fff;
    margin: 0 0 35px;
    position: relative;
}
.hometitle {
    color: #f01823;
    font-size: 21px;
    font-weight: 500;
    padding-top: 75px;
    margin: 0 0 35px;
}
.catlists {
    padding: 0;
    margin: 0;
}
.catlists li {
    list-style: none;
    margin: 0 0 25px;
}
.banner img {
    max-width: 100%;
    height: auto;
}
.banner {
    display: inline-block;
    width: 100%;
    margin: 20px auto;
}
.no-available-items {
    display: none;
}
span.bigcattitle {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 100px;
    left: 0;
    color: #fff;
    line-height: 45px;
    font-size: 33px;
    font-weight: 900;
    display: block;
}
.marginbottom40 {
    margin-bottom: 40px;
}
.products.marginbottom40 {
    display: inline-block;
    width: 100%;
}
a .cartout span.headertext {
    color: #959595;
    font-weight: 400;
}
.headercount {
    position: absolute;
    display: block;
    color: #ffffff;
    font-size: 8px;
    background: #F7931E;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-weight: 600;
    top: 0;
    right: 0;
    box-sizing: BORDER-BOX;
    text-align: center;
    line-height: 17px;
}
.hidden {
    display: none;
}
span.contlabel {
    display: inline-block;
    width: 120px;
    color: #000000;
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
}
.manufacturersidebar {
    background: #fff;
    padding: 40px 30px;
    box-sizing: border-box;
}
.manubigtitle {
    color: #f01823;
    margin: 0 0 35px;
    font-size: 22px;
    font-weight: 500;
}
.manufacturerlist {
    padding: 0;
    margin: 0;
}
.manufacturerlist li a:hover {
    color: #f01823;
}
.manufacturerlist li a {
    color: #000000;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    -moz-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
.manufacturerlist li:last-child {
    margin: 0;
}
.manufacturerlist li {
    list-style: none;
    margin: 0 0 30px;
}
.brand:nth-child(4n) {
    border-right: 0;
}
.brand a {
    display: block;
    line-height: 250px;
}
.manulogos {
    padding: 0;
    margin: 0 0 80px;
    display: inline-block;
    width: 100%;
    background: #fff;
}
.brand:hover {
    -webkit-box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.12);
    z-index: 1;
    overflow: visible;
    z-index: 10;
    border-bottom: 3px solid #f01823;
}
.brand {
    list-style: none;
    float: left;
    position: relative;
    max-width: 25%;
    height: 250px;
    overflow: hidden;
    width: 100%;
    text-align: center;
    border-right: 1px solid #e1e1e1;
    box-sizing: border-box;
    border-bottom: 1px solid #eeeeee;
    -moz-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.08);
    -moz-transition: box-shadow 0.2s ease;
    -ms-transition: box-shadow 0.2s ease;
    -o-transition: box-shadow 0.2s ease;
    -webkit-transition: box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease;
    background: #ffffff;
}
.brandname {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-top: 20px;
    display: block;
}
.brand-img img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.brand-img {
    display: block;
}
.max480 {
    max-width: 480px;
    float: right;
    width: 100%;
}
.max640 {
    max-width: 660px;
    width: 100%;
    float: left;
}
.storeiner {
    background: #ffffff;
    padding: 40px 30px;
    margin: 0 0 10px;
    box-sizing: border-box;
}
.googlemap {
    height: 300px;
    width: 100%;
}
.summarytitle {
    color: #010101;
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 5px;
}
.storeaddr {
    color: #010101;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 31px;
}
.storecontacts table,
.storecontacts td,
.storecontacts tbody,
.storecontacts tr {
    display: inline-block;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
}
.storecontacts td em {
    display: inline-block;
    width: 120px;
    color: #909090;
    font-size: 14px;
    line-height: 24px;
    font-style: normal;
}
.storecontacts td strong {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px;
    display: block;
}
.storecontacts tr:last-child {
    margin: 0;
}
.storecontacts tr {
    margin: 0 0 35px;
}
.storecontacts td {
    float: left;
    display: block;
    max-width: 50%;
    color: #000000;
    font-size: 14px;
}
.storecontacts p:last-child {
    margin: 0;
}
.storecontacts p {
    margin: 0 0;
}
.storecontacts td p span {
    text-decoration: none !important;
    margin: 0 0 10px;
    display: block;
}
ul.cart-items li:last-child .product-line-grid {
    border-bottom: 0;
}
#guest-tracking #content,
#order-confirmation div#registration-form {
    padding: 20px 30px;
    background: #fff;
}
#guest-tracking #content {
    margin-bottom: 40px;
}
#guest-tracking .accountcontent {
    padding: 0;
    max-width: 100%;
    border: 0;
}
#guest-tracking .accountside {
    display: none;
}
.storecontacts td:nth-child(1) {
    max-width: 356px;
}
.storecontacts td:nth-child(2) {
    max-width: 304px;
}
.max180 {
    max-width: 180px;
}
.marginbottom0 {
    margin-bottom: 0;
}
.searchcode {
    font-size: 10px;
    font-weight: 500;
}
.cmscontent p {
    display: inline-block;
    width: 100%;
    margin: 0 0 15px;
}
.discount-products {
    min-width: 44px;
    background: #ff1c28;
    color: #fff;
    line-height: 24px;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    width: auto;
    margin-bottom: 6px;
    display: inline-block;
    box-sizing: BORDER-BOX;
    position: relative;
    z-index: 10;
    border-radius: 3px;
    border-top-right-radius: 0;
}
.product-new {
    min-width: 44px;
    background: #f3e334;
    color: #000000;
    line-height: 24px;
    font-weight: 600;
    font-size: 12px;
    padding: 0 10px;
    margin-left: -4px;
    width: 38px;
    display: inline-block;
    box-sizing: BORDER-BOX;
    position: relative;
    z-index: 10;
}
.product-online {
    min-width: 38px;
    background-color: #1da36d;
    color: #fff;
    line-height: 24px;
    font-size: 12px;
    padding: 0 10px;
    height: 24px;
    margin-left: -4px;
    width: 38px;
    display: inline-block;
    box-sizing: BORDER-BOX;
    position: relative;
    z-index: 10;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.5%22%20height%3D%2214.5%22%20viewBox%3D%220%200%2014.5%2014.5%22%3E%3Cdefs%3E%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20id%3D%22icon_internet%22%20class%3D%22cls-1%22%20d%3D%22M668.372%2C2007.86l4.128-2.68L658%2C2000l5.185%2C14.5%2C2.671-4.13%2C2.1%2C2.1a1.75%2C1.75%2C0%2C0%2C0%2C1.258.52h0a1.75%2C1.75%2C0%2C0%2C0%2C1.258-.52%2C1.785%2C1.785%2C0%2C0%2C0%2C0-2.52Zm1.259%2C3.77a0.6%2C0.6%2C0%2C0%2C1-.419.18h0a0.608%2C0.608%2C0%2C0%2C1-.42-0.18l-3.135-3.13-2.163%2C3.34-3.533-9.88%2C9.878%2C3.53-3.343%2C2.17%2C3.135%2C3.13A0.594%2C0.594%2C0%2C0%2C1%2C669.631%2C2011.63Z%22%20transform%3D%22translate(-658%20-2000)%22%2F%3E%3C%2Fsvg%3E");
}
.product-onsale {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.337%22%20height%3D%2219.078%22%20viewBox%3D%220%200%2015.337%2019.078%22%3E%3Cg%20id%3D%22Group_2788%22%20data-name%3D%22Group%202788%22%20transform%3D%22translate(-789.212%20-421.422)%22%3E%3Cg%20id%3D%22Group_2739%22%20data-name%3D%22Group%202739%22%20transform%3D%22translate(789.212%20421.422)%22%3E%3Cpath%20id%3D%22Path_760%22%20data-name%3D%22Path%20760%22%20d%3D%22M9.508-3.976A13.382%2C13.382%2C0%2C0%2C0%2C11.65.343a28.608%2C28.608%2C0%2C0%2C1%2C3.016%2C3.909%2C5.835%2C5.835%2C0%2C0%2C1%2C1%2C3.524A7.52%2C7.52%2C0%2C0%2C1%2C7.917%2C15.1%2C7.111%2C7.111%2C0%2C0%2C1%2C.539%2C9.4%2C9.072%2C9.072%2C0%2C0%2C1%2C3.066%2C1.132C3.253.959%2C4.941%2C2.807%2C5.326%2C2.355S5.6.2%2C6.419-1.43A6.062%2C6.062%2C0%2C0%2C1%2C9.508-3.976Z%22%20transform%3D%22translate(-0.326%203.976)%22%20fill%3D%22%23f7931e%22%2F%3E%3C%2Fg%3E%3Cg%20id%3D%22percentage%22%20transform%3D%22translate(794.261%20430.677)%22%3E%3Cg%20id%3D%22Group_2473%22%20data-name%3D%22Group%202473%22%20transform%3D%22translate(0)%22%3E%3Cg%20id%3D%22Group_2472%22%20data-name%3D%22Group%202472%22%3E%3Crect%20id%3D%22Rectangle_1257%22%20data-name%3D%22Rectangle%201257%22%20width%3D%226.309%22%20height%3D%220.787%22%20transform%3D%22translate(0.115%204.577)%20rotate(-45)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20id%3D%22Path_1%22%20data-name%3D%22Path%201%22%20d%3D%22M272.288%2C271.063a1.235%2C1.235%2C0%2C1%2C0%2C1.235%2C1.235A1.236%2C1.236%2C0%2C0%2C0%2C272.288%2C271.063Zm0%2C1.683a.448.448%2C0%2C1%2C1%2C.448-.448A.448.448%2C0%2C0%2C1%2C272.288%2C272.746Z%22%20transform%3D%22translate(-268.274%20-268.284)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20id%3D%22Path_2%22%20data-name%3D%22Path%202%22%20d%3D%22M1.245%2C2.47A1.235%2C1.235%2C0%2C1%2C0%2C.01%2C1.235%2C1.236%2C1.236%2C0%2C0%2C0%2C1.245%2C2.47Zm0-1.683A.448.448%2C0%2C1%2C1%2C.8%2C1.235.448.448%2C0%2C0%2C1%2C1.245.787Z%22%20transform%3D%22translate(-0.01)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    width: 28px;
    height: 35px;
    background-size: 28px;
    background-position: center center;
}
.product-top{
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.3657 0.888071C12.6127 0.352732 13.1484 0 13.75 0C14.9922 0 15.9723 0.358596 16.4904 1.29245C16.7159 1.69889 16.8037 2.13526 16.8438 2.51718C16.8826 2.88736 16.8826 3.28115 16.8826 3.62846L16.8825 7H20.0164C21.854 7 23.2408 8.64775 22.9651 10.4549L21.5921 19.4549C21.3697 20.9128 20.1225 22 18.6434 22H8L8 9H8.37734L12.3657 0.888071Z' fill='%230188cb'/%3E%3Cpath d='M6 9H3.98322C2.32771 9 1 10.3511 1 12V19C1 20.6489 2.32771 22 3.98322 22H6L6 9Z' fill='%23f7931e'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-size: 30px;
    background-position: center center;
}
.product-flag {
    margin-bottom:14px;
}
span.products-tag__text {
    opacity: 0;
    visibility: hidden;
    width: 0;
    overflow: hidden;
    display: none;
    white-space: nowrap;
}
ul.product-flags li:hover .products-tag__text {
    opacity: 1;
    visibility: visible;
    width: auto;
    overflow: hidden;
    display: inline;
}
.active_list ul.product-flags li{
    display:none;
}
ul.product-flags li {
    margin-bottom: 10px;
    text-align: center;
    display: block;
    font-weight: 600;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    text-transform: uppercase;
}
ul.product-flags {
    position: absolute;
    top: 22px;
    padding: 0;
    left: 13px;
    margin: 0;
    text-align: left;
}
.imprintsblock ul.sociallinks {
    margin-top: 0;
}
.imprintsblock .sociallinks li.facebook a {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cdefs%3E%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23ffffff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20id%3D%22icon_facebook%22%20class%3D%22cls-1%22%20d%3D%22M609.032%2C40V60h20V40h-20Zm13.231%2C5.5H620.7a0.677%2C0.677%2C0%2C0%2C0-.622.558v1.594h2.182c-0.088%2C1.222-.268%2C2.34-0.268%2C2.34h-1.925v6.927H617.2V49.995h-1.4V47.664h1.4V45.758c0-.348-0.071-2.682%2C2.939-2.682h2.126V45.5h0Z%22%20transform%3D%22translate(-609.031%20-40)%22%2F%3E%3C%2Fsvg%3E");
}
.imprintsblock .sociallinks li.facebook a:hover {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cdefs%3E%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23000000%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20id%3D%22icon_facebook%22%20class%3D%22cls-1%22%20d%3D%22M609.032%2C40V60h20V40h-20Zm13.231%2C5.5H620.7a0.677%2C0.677%2C0%2C0%2C0-.622.558v1.594h2.182c-0.088%2C1.222-.268%2C2.34-0.268%2C2.34h-1.925v6.927H617.2V49.995h-1.4V47.664h1.4V45.758c0-.348-0.071-2.682%2C2.939-2.682h2.126V45.5h0Z%22%20transform%3D%22translate(-609.031%20-40)%22%2F%3E%3C%2Fsvg%3E");
}
.imprintsblock .sociallinks li.youtube a {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cdefs%3E%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23ffffff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20id%3D%22icon_youtube%22%20class%3D%22cls-1%22%20d%3D%22M577.029%2C40V60h20V40h-20ZM593.71%2C53.273a1.75%2C1.75%2C0%2C0%2C1-1.5%2C1.361%2C70.313%2C70.313%2C0%2C0%2C1-10.369%2C0%2C1.747%2C1.747%2C0%2C0%2C1-1.5-1.361A14.783%2C14.783%2C0%2C0%2C1%2C580.106%2C50a14.838%2C14.838%2C0%2C0%2C1%2C.244-3.272%2C1.748%2C1.748%2C0%2C0%2C1%2C1.5-1.361%2C70.107%2C70.107%2C0%2C0%2C1%2C10.37%2C0%2C1.75%2C1.75%2C0%2C0%2C1%2C1.5%2C1.361A14.836%2C14.836%2C0%2C0%2C1%2C593.952%2C50%2C14.843%2C14.843%2C0%2C0%2C1%2C593.71%2C53.273Zm-8.468-1.123%2C4.4-2.283-4.4-2.3v4.579h0Z%22%20transform%3D%22translate(-577.031%20-40)%22%2F%3E%3C%2Fsvg%3E");
}
.imprintsblock .sociallinks li.youtube a:hover {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cdefs%3E%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23000000%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20id%3D%22icon_youtube%22%20class%3D%22cls-1%22%20d%3D%22M577.029%2C40V60h20V40h-20ZM593.71%2C53.273a1.75%2C1.75%2C0%2C0%2C1-1.5%2C1.361%2C70.313%2C70.313%2C0%2C0%2C1-10.369%2C0%2C1.747%2C1.747%2C0%2C0%2C1-1.5-1.361A14.783%2C14.783%2C0%2C0%2C1%2C580.106%2C50a14.838%2C14.838%2C0%2C0%2C1%2C.244-3.272%2C1.748%2C1.748%2C0%2C0%2C1%2C1.5-1.361%2C70.107%2C70.107%2C0%2C0%2C1%2C10.37%2C0%2C1.75%2C1.75%2C0%2C0%2C1%2C1.5%2C1.361A14.836%2C14.836%2C0%2C0%2C1%2C593.952%2C50%2C14.843%2C14.843%2C0%2C0%2C1%2C593.71%2C53.273Zm-8.468-1.123%2C4.4-2.283-4.4-2.3v4.579h0Z%22%20transform%3D%22translate(-577.031%20-40)%22%2F%3E%3C%2Fsvg%3E");
}
.top-menu .collapse li:hover > .collapse {
    display: block;
}
.menuout ul ul li ul ul {
    position: relative;
    top: auto;
    left: auto;
    box-shadow: none;
    border: 0;
    min-height: 1px;
    padding: 0;
}
.menuout ul ul li .popover ul {
    display: block;
    top: auto;
    border: 0;
    box-shadow: none;
}
.menuout ul ul li .popover a {
    padding-left: 30px;
}
.menuout ul ul li .popover > ul > li > a {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 10px;
}
.menuout li:hover .popover {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
}
.menuout .popover ul ul {
    padding: 0 0 10px;
    display: flex;
    flex-flow: column;
    gap: .5rem;
}
.menuout .popover {
    position: Absolute;
    display: block;
    width: 100%;
    top: 55px;
    border: 0;
    left: 0;
    padding: 20px 30px;
    background: #fff;
    box-sizing: BORDER-BOX;
    z-index: -50;
    opacity: 0;
    pointer-events: none;
}
#top-menu > li.category > ul > li:nth-child(1) > div {
    display: block;
}
.menuout ul li ul li ul li li a {
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    padding: 0 0 4px;
}
.top-menu.masonry > li:nth-child(1),
.grid-sizer,
.grid-item {
    width: 25% !important;
    max-width: none;
    padding: 5px 0;
    float: left;
    margin: 0;
    margin-right: -10px;
    box-sizing: border-box;
}
.top-menu .collapse li > .collapse > ul {
    -webkit-box-shadow: 3px 3px 21px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 3px 3px 21px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 12px 5px 17px 0px rgba(0, 0, 0, 0.08);
    border-left: 1px solid #f4f4f6;
    margin: 0;
    padding: 35px 0;
    box-sizing: BORDER-BOX;
    min-height: 398px;
    background: #fff;
    padding-left: 70px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}
.top-menu .collapse li > .collapse {
    display: none;
    position: Absolute;
    left: 298px;
    background: #fff;
    top: 0;
    height: 100%;
    width: 872px;
    z-index: 0;
}
.controw {
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    padding: 30px;
    box-sizing: border-box;
    min-height: 475px;
}
.contmail {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}
.storerow .max420 {
    max-width: 400px;
    float: left;
    margin-right: 10px;
}
.storerow .max850 {
    max-width: 820px;
    float: left;
    border: 1px solid #e3e3e3;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 3px;
}
.infoblock {
    background: #e3e3e3;
    font-size: 13px;
    padding: 20px;
    box-sizing: BORDER-BOX;
    margin-top: 20px;
}
.slide {
    background: linear-gradient(#273c88 0%, #001347 100%);
}
.slideimg {
    height: 562px;
    background-repeat: no-repeat;
    background-position: 20% center;
}
#product .modal-body figure {
    width: 100%;
}
#product aside#thumbnails {
    width: 100%;
    margin-left: 0;
    display: block;
}
#product-modal .modal-content .modal-body {
    display: inline-block;
}
#product-modal .product-images > li.thumb-container {
    display: inline-block;
    max-width: 24%;
}
#product-modal button.close:hover {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%229.97%22%20height%3D%229.969%22%20viewBox%3D%220%200%209.97%209.969%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23ffffff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22cart_delete%22%20class%3D%22cls-1%22%20d%3D%22M1101.89%2C287.009l4.02-4.035a0.218%2C0.218%2C0%2C0%2C0%2C0-.315l-0.57-.576a0.227%2C0.227%2C0%2C0%2C0-.16-0.065%2C0.2%2C0.2%2C0%2C0%2C0-.15.065l-4.03%2C4.035-4.03-4.035a0.224%2C0.224%2C0%2C0%2C0-.31%2C0l-0.57.576a0.218%2C0.218%2C0%2C0%2C0%2C0%2C.315l4.02%2C4.035-4.02%2C4.035a0.218%2C0.218%2C0%2C0%2C0%2C0%2C.315l0.57%2C0.576a0.227%2C0.227%2C0%2C0%2C0%2C.16.065%2C0.2%2C0.2%2C0%2C0%2C0%2C.15-0.065L1101%2C287.9l4.03%2C4.035a0.2%2C0.2%2C0%2C0%2C0%2C.15.065%2C0.227%2C0.227%2C0%2C0%2C0%2C.16-0.065l0.57-.576a0.218%2C0.218%2C0%2C0%2C0%2C0-.315Z%22%20transform%3D%22translate%28-1096.03%20-282.031%29%22/%3E%0A%3C/svg%3E%0A);
    background-color: #f01823;
    border: 1px solid #f01823;
}
#product-modal button.close {
    color: #90a4a7;
    font-size: 13px;
    font-weight: 500;
    padding: 0;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%229.97%22%20height%3D%229.969%22%20viewBox%3D%220%200%209.97%209.969%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23f01823%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22cart_delete%22%20class%3D%22cls-1%22%20d%3D%22M1101.89%2C287.009l4.02-4.035a0.218%2C0.218%2C0%2C0%2C0%2C0-.315l-0.57-.576a0.227%2C0.227%2C0%2C0%2C0-.16-0.065%2C0.2%2C0.2%2C0%2C0%2C0-.15.065l-4.03%2C4.035-4.03-4.035a0.224%2C0.224%2C0%2C0%2C0-.31%2C0l-0.57.576a0.218%2C0.218%2C0%2C0%2C0%2C0%2C.315l4.02%2C4.035-4.02%2C4.035a0.218%2C0.218%2C0%2C0%2C0%2C0%2C.315l0.57%2C0.576a0.227%2C0.227%2C0%2C0%2C0%2C.16.065%2C0.2%2C0.2%2C0%2C0%2C0%2C.15-0.065L1101%2C287.9l4.03%2C4.035a0.2%2C0.2%2C0%2C0%2C0%2C.15.065%2C0.227%2C0.227%2C0%2C0%2C0%2C.16-0.065l0.57-.576a0.218%2C0.218%2C0%2C0%2C0%2C0-.315Z%22%20transform%3D%22translate%28-1096.03%20-282.031%29%22/%3E%0A%3C/svg%3E%0A);
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 20px;
    display: block;
    border: 1px solid #f01823;
    border-radius: 50%;
    background-color: transparent;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.max220 {
    max-width: 220px;
}
ul.fv_block.productfavorites {
    position: relative;
    float: right;
    top: 0;
    margin: 8px 0 0;
    right: 0;
    opacity: 1;
    padding: 0;
}
ul.fv_block.productfavorites li {
    width: auto;
    padding-right: 30px;
    background-position: right center;
    color: #000000;
    font-size: 12px;
    text-transform: none;
    letter-spacing: normal;
    font-weight: 500;
    line-height: 27px;
}
.stock {
    color: #959595;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 30px;
}
.featurerow {
    font-size: 14px;
    line-height: 22px;
}
.downloadfooter a:hover {
    text-decoration: none;
}
.downloadfooter a {
    font-size: 15px;
    font-weight: 600;
    padding: 2px 0 2px 33px;
    text-decoration: underline;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%3E%3Cdefs%3E%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20id%3D%22icon_download_pdf_black%22%20class%3D%22cls-1%22%20d%3D%22M1282.81%2C3890h-2.75a0.691%2C0.691%2C0%2C0%2C0-.69.69v5.5a0.683%2C0.683%2C0%2C0%2C0%2C.69.68h2.75a1.374%2C1.374%2C0%2C0%2C0%2C1.38-1.37v-4.13A1.381%2C1.381%2C0%2C0%2C0%2C1282.81%2C3890Zm0%2C5.5h-2.06v-4.13h2.06v4.13Zm6.19-4.13V3890h-3.44a0.691%2C0.691%2C0%2C0%2C0-.69.69v6.18h1.38v-2.75H1289v-1.37h-2.75v-1.38H1289Zm-20.63%2C7.57v-17.88a0.683%2C0.683%2C0%2C0%2C1%2C.69-0.68h10.31v2.75a1.381%2C1.381%2C0%2C0%2C0%2C1.38%2C1.37h2.75v2.06h1.37v-2.75a0.687%2C0.687%2C0%2C0%2C0-.19-0.49l-4.13-4.12a0.68%2C0.68%2C0%2C0%2C0-.49-0.2h-11a2.057%2C2.057%2C0%2C0%2C0-2.06%2C2.06v17.88a2.057%2C2.057%2C0%2C0%2C0%2C2.06%2C2.06h4.81v-1.38h-4.81A0.683%2C0.683%2C0%2C0%2C1%2C1268.37%2C3898.94Zm8.94-8.94h-2.75a0.691%2C0.691%2C0%2C0%2C0-.69.69v6.18h1.38v-2.06h2.06a1.374%2C1.374%2C0%2C0%2C0%2C1.38-1.37v-2.07A1.381%2C1.381%2C0%2C0%2C0%2C1277.31%2C3890Zm0%2C3.44h-2.06v-2.07h2.06v2.07Z%22%20transform%3D%22translate(-1267%20-3879)%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: left center;
}
.block-social ul li.twitter a:before {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%3Cdefs%3E%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23242529%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20id%3D%22footer_twitter%22%20class%3D%22cls-1%22%20d%3D%22M1266.02%2C4061v18h18v-18h-18Zm14.27%2C6.47c0.01%2C0.11.01%2C0.22%2C0.01%2C0.32a7.748%2C7.748%2C0%2C0%2C1-11.89%2C6.55h0a5.219%2C5.219%2C0%2C0%2C0%2C3.99-1.14%2C2.675%2C2.675%2C0%2C0%2C1-2.5-1.9%2C2.41%2C2.41%2C0%2C0%2C0%2C1.2-.05%2C2.585%2C2.585%2C0%2C0%2C1-2.15-2.7%2C2.685%2C2.685%2C0%2C0%2C0%2C1.17.35c-2.07-1.82-.77-3.6-0.77-3.6a8.182%2C8.182%2C0%2C0%2C0%2C5.58%2C2.83%2C2.564%2C2.564%2C0%2C0%2C1-.07-0.62%2C2.723%2C2.723%2C0%2C0%2C1%2C2.72-2.72%2C2.694%2C2.694%2C0%2C0%2C1%2C1.98.86c0.14-.04.27-0.08%2C0.4-0.12a9.959%2C9.959%2C0%2C0%2C0%2C1.32-.55%2C2.862%2C2.862%2C0%2C0%2C1-1.18%2C1.51h0a6.011%2C6.011%2C0%2C0%2C0%2C1.54-.4A5.9%2C5.9%2C0%2C0%2C1%2C1280.29%2C4067.47Z%22%20transform%3D%22translate(-1266.03%20-4061)%22%2F%3E%3C%2Fsvg%3E");
}
.block-social ul li.youtube a:before {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%3Cdefs%3E%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23242529%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20id%3D%22footer_youtube%22%20class%3D%22cls-1%22%20d%3D%22M1266.03%2C4033v18h18v-18h-18Zm15.01%2C11.95a1.562%2C1.562%2C0%2C0%2C1-1.35%2C1.22%2C64.091%2C64.091%2C0%2C0%2C1-9.33%2C0%2C1.561%2C1.561%2C0%2C0%2C1-1.34-1.22%2C19.888%2C19.888%2C0%2C0%2C1%2C0-5.9%2C1.561%2C1.561%2C0%2C0%2C1%2C1.34-1.22%2C64.229%2C64.229%2C0%2C0%2C1%2C9.34%2C0%2C1.561%2C1.561%2C0%2C0%2C1%2C1.34%2C1.22A19.888%2C19.888%2C0%2C0%2C1%2C1281.04%2C4044.95Zm-7.62-1.02c1.33-.68%2C2.64-1.36%2C3.96-2.05-1.33-.69-2.64-1.38-3.96-2.07v4.12h0Z%22%20transform%3D%22translate(-1266.03%20-4033)%22%2F%3E%3C%2Fsvg%3E");
}
.block-social ul li.facebook a:before {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%3Cdefs%3E%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23242529%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20id%3D%22footer_facebook%22%20class%3D%22cls-1%22%20d%3D%22M1266.03%2C4005v18h18v-18h-18Zm11.91%2C4.95h-1.41a0.609%2C0.609%2C0%2C0%2C0-.56.51v1.43h1.96c-0.07%2C1.1-.24%2C2.11-0.24%2C2.11h-1.73v6.23h-2.58V4014h-1.26v-2.1h1.26v-1.72c0-.31-0.07-2.41%2C2.64-2.41h1.92v2.18h0Z%22%20transform%3D%22translate(-1266.03%20-4005)%22%2F%3E%3C%2Fsvg%3E");
}
.block-social ul li a:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
}
.block-social ul li a {
    position: Relative;
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    padding-left: 33px;
    line-height: 28px;
}
.block-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.form-group select.customselect2 {
    height: 60px;
    width: 100%;
    line-height: 60px;
    border: 1px solid #DDE0E3;
    box-sizing: border-box;
    font-weight: 500;
    color: #000000;
    padding: 0 20px;
    background-color: #f6f8fa;
    margin: 0;
    font-size: 14px;
    background-position: calc(100% - 20px) center;
}
.product-variants-item {
    margin-bottom: 25px;
}
.bannerblock:nth-child(2n) {
    margin-right: 0;
    color: #ffffff;
}
.bannerblock img {
    max-width: 100%;
}
.bannerblock {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    margin-right: 6px;
    position: relative;
    color: #000000;
}
.bannerinner {
    position: Absolute;
    top: 0;
    left: 0;
    padding: 70px 0 0 60px;
    box-sizing: border-box;
}
h4.guides__title {
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
}
p.guides__subtitle {
    font-size: 16px;
    margin: 8px 0 0;
}
#custom-text h2 {
    margin: 0 0 20px;
    font-size: 34px;
    font-weight: 600;
    line-height: 1;
}
#custom-text p {
    margin: 0 0 50px;
}
#custom-text {
    background-image: url("../img/banner.png");
    height: 500px;
    background-position: right center;
    background-repeat: no-repeat;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    padding-left: 90px;
    padding-right: 450px;
    padding-top: 175px;
    box-sizing: border-box;
    margin: 0 0 80px;
}
.dropdown-backdrop {
    display: none;
}
#checkout #bodyblock {
    position: relative;
    min-height: 100%;
    padding-bottom: 450px;
    height: auto;
}
.active_list .product-miniature {
    max-width: 100%;
}
.active_list .thumbnailimage-container {
    max-width: 133px;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
    height: 100px;
}
.active_list .product-description {
    float: left;
    max-width: calc(100% - 211px);
    width: 100%;
    box-sizing: BORDER-BOX;
    padding: 0;
    margin: 0;
}
.active_list .product-title {
    float: left;
    max-width: 300px;
    width: 100%;
    margin-right: 40px;
    margin-bottom: 0;
}
.active_list .listreference {
    float: left;
    max-width: 136px;
    width: 100%;
    margin: 0;
}
.active_list .listbottom {
    float: right;
    max-width: 78px;
    width: 100%;
    margin: 0;
}
.active_list .product-price-and-shipping {
    float: left;
    max-width: 150px;
    width: 100%;
    margin: 0;
}
.active_list .thumbnail-container {
    padding-top: 0;
    display: inline-block;
    width: 100%;
    margin: 0 0 -5px;
}
.active_list .readproductmore {
    display: none;
}
.active_list .line136 {
    line-height: 118px;
}
.valign {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.listcart[disabled] {
    pointer-events: none;
    opacity: 0.4;
}
.add .bluebtn[disabled] {
    opacity: 0.4;
    pointer-events: none;
}
.listqty {
    display: none;
}
.active_list .listqty {
    display: block;
    float: left;
    max-width: 85px;
    width: 100%;
    text-align: center;
    color: #778695;
    font-size: 13px;
    font-weight: 400;
}
.active_list .listcart:hover {
    background-color: #2C88E4;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223.406%22%20height%3D%2220.572%22%20viewBox%3D%220%200%2023.406%2020.572%22%3E%3Cg%20id%3D%22Group_2132%22%20data-name%3D%22Group%202132%22%20transform%3D%22translate(-1264.447%20-57.46)%22%3E%3Cg%20id%3D%22shopping-cart_1_%22%20data-name%3D%22shopping-cart%20(1)%22%20transform%3D%22translate(1269.117%2061.564)%22%3E%3Cpath%20id%3D%22Path_108%22%20data-name%3D%22Path%20108%22%20d%3D%22M7.589%2C13.715H19.978a.684.684%2C0%2C0%2C0%2C.659-.5l2.743-9.6a.685.685%2C0%2C0%2C0-.659-.874H6.006L5.515.537A.686.686%2C0%2C0%2C0%2C4.846%2C0H.686a.686.686%2C0%2C0%2C0%2C0%2C1.371H4.3L6.772%2C12.515a2.056%2C2.056%2C0%2C0%2C0%2C.817%2C3.943H19.978a.686.686%2C0%2C1%2C0%2C0-1.371H7.589a.686.686%2C0%2C0%2C1%2C0-1.371Zm0%2C0%22%20transform%3D%22translate(-4.67%20-4.105)%22%20fill%3D%22%23ffffff%22%2F%3E%3Cpath%20id%3D%22Path_109%22%20data-name%3D%22Path%20109%22%20d%3D%22M151%2C362.061A2.057%2C2.057%2C0%2C1%2C0%2C153.057%2C360%2C2.059%2C2.059%2C0%2C0%2C0%2C151%2C362.061Zm0%2C0%22%20transform%3D%22translate(-148.767%20-347.651)%22%20fill%3D%22%23ffffff%22%2F%3E%3Cpath%20id%3D%22Path_110%22%20data-name%3D%22Path%20110%22%20d%3D%22M362%2C362.061A2.057%2C2.057%2C0%2C1%2C0%2C364.061%2C360%2C2.059%2C2.059%2C0%2C0%2C0%2C362%2C362.061Zm0%2C0%22%20transform%3D%22translate(-350.125%20-347.651)%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.active_list .listcart {
    max-width: 100%;
    text-indent: -9999px;
    overflow: hidden;
    height: 118px;
    border: 0;
    border-left: 1px solid #eeeff1;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223.406%22%20height%3D%2220.572%22%20viewBox%3D%220%200%2023.406%2020.572%22%3E%3Cg%20id%3D%22Group_2132%22%20data-name%3D%22Group%202132%22%20transform%3D%22translate(-1264.447%20-57.46)%22%3E%3Cg%20id%3D%22shopping-cart_1_%22%20data-name%3D%22shopping-cart%20(1)%22%20transform%3D%22translate(1269.117%2061.564)%22%3E%3Cpath%20id%3D%22Path_108%22%20data-name%3D%22Path%20108%22%20d%3D%22M7.589%2C13.715H19.978a.684.684%2C0%2C0%2C0%2C.659-.5l2.743-9.6a.685.685%2C0%2C0%2C0-.659-.874H6.006L5.515.537A.686.686%2C0%2C0%2C0%2C4.846%2C0H.686a.686.686%2C0%2C0%2C0%2C0%2C1.371H4.3L6.772%2C12.515a2.056%2C2.056%2C0%2C0%2C0%2C.817%2C3.943H19.978a.686.686%2C0%2C1%2C0%2C0-1.371H7.589a.686.686%2C0%2C0%2C1%2C0-1.371Zm0%2C0%22%20transform%3D%22translate(-4.67%20-4.105)%22%20fill%3D%22%234f5b65%22%2F%3E%3Cpath%20id%3D%22Path_109%22%20data-name%3D%22Path%20109%22%20d%3D%22M151%2C362.061A2.057%2C2.057%2C0%2C1%2C0%2C153.057%2C360%2C2.059%2C2.059%2C0%2C0%2C0%2C151%2C362.061Zm0%2C0%22%20transform%3D%22translate(-148.767%20-347.651)%22%20fill%3D%22%234f5b65%22%2F%3E%3Cpath%20id%3D%22Path_110%22%20data-name%3D%22Path%20110%22%20d%3D%22M362%2C362.061A2.057%2C2.057%2C0%2C1%2C0%2C364.061%2C360%2C2.059%2C2.059%2C0%2C0%2C0%2C362%2C362.061Zm0%2C0%22%20transform%3D%22translate(-350.125%20-347.651)%22%20fill%3D%22%234f5b65%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: Center center;
    transition: background-image 0.2s ease, background-color 0.2s ease;
    -webkit-transition: background-image 0.2s ease, background-color 0.2s ease;
    -moz-transition: background-image 0.2s ease, background-color 0.2s ease;
    -ms-transition: background-image 0.2s ease, background-color 0.2s ease;
    -o-transition: background-image 0.2s ease, background-color 0.2s ease;
}
.line55 {
    line-height: 55px;
}
.activeheaders > div:nth-child(1) {
    width: 447px;
}
.activeheaders > div:nth-child(2) {
    width: 150px;
}
.activeheaders > div:nth-child(3) {
    width: 70px;
}
.activeheaders > div {
    float: left;
}
.active_list .activeheaders {
    display: inline-block;
}
.activeheaders {
    padding: 0 25px;
    background: #F6F8FA;
    border: 1px solid #DDE0E3;
    box-sizing: border-box;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    display: none;
    width: 100%;
    margin-bottom: -4px;
}
.accounthalf .pagetitle {
    color: #223A50;
    font-size: 23px;
    font-weight: 600;
    float: none;
}
.contactblock {
    display: inline-block;
    vertical-align: top;
    margin-right: 70px;
}
.storesectiontitle {
    color: #223A50;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 20px;
}
.worktitle {
    color: #4F5B65;
    font-size: 15px;
    font-weight: 400;
    line-height: 36px;
}
.worktime span.dontwork {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cg%20id%3D%22Group_2648%22%20data-name%3D%22Group%202648%22%20transform%3D%22translate(-254%20-15.432)%22%3E%3Crect%20id%3D%22Rectangle_1448%22%20data-name%3D%22Rectangle%201448%22%20width%3D%2215%22%20height%3D%2215%22%20transform%3D%22translate(254%2015.432)%22%20fill%3D%22%234f5b65%22%2F%3E%3Cg%20id%3D%22Group_2717%22%20data-name%3D%22Group%202717%22%20transform%3D%22translate(258.893%2019.775)%22%3E%3Cpath%20id%3D%22Path_1242%22%20data-name%3D%22Path%201242%22%20d%3D%22M-.9%2C5.137l-.631-.628L3.479-.529%2C4.11.1Z%22%20transform%3D%22translate(1.536%200.53)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20id%3D%22Line_191%22%20data-name%3D%22Line%20191%22%20d%3D%22M4.483%2C5.112-.53.1.1-.53%2C5.112%2C4.483Z%22%20transform%3D%22translate(0.533%200.53)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.worktime span {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.416%22%20height%3D%2214.416%22%20viewBox%3D%220%200%2014.416%2014.416%22%3E%3Cg%20id%3D%22Layer_2%22%20data-name%3D%22Layer%202%22%20transform%3D%22translate(-1%20-1)%22%3E%3Cpath%20id%3D%22Path_1259%22%20data-name%3D%22Path%201259%22%20d%3D%22M8.208%2C1a7.208%2C7.208%2C0%2C1%2C0%2C7.208%2C7.208A7.208%2C7.208%2C0%2C0%2C0%2C8.208%2C1Zm2.429%2C9.637a.655.655%2C0%2C0%2C1-.927%2C0L7.745%2C8.671a.655.655%2C0%2C0%2C1-.192-.463V4.276a.655.655%2C0%2C1%2C1%2C1.311%2C0v3.66L10.637%2C9.71a.655.655%2C0%2C0%2C1%2C0%2C.927Z%22%20fill%3D%22%234f5b65%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    box-sizing: border-box;
}
.workhour {
    color: #F7931E;
    font-weight: bold;
    line-height: 39px;
    font-size: 15px;
}
.continfo:before {
    content: '';
    position: Absolute;
    height: 100%;
    width: 20px;
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
}
.continfo a {
    color: #4F5B65;
}
.continfo {
    color: #4F5B65;
    font-size: 14px;
    font-weight: 400;
    line-height: 38px;
    position: relative;
    padding-left: 35px;
    text-transform: uppercase;
    box-sizing: border-box;
}
.contphone:before {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.672%22%20height%3D%2217.672%22%20viewBox%3D%220%200%2017.672%2017.672%22%3E%3Cg%20id%3D%22phone-call%22%20transform%3D%22translate(0%200)%22%3E%3Cg%20id%3D%22Group_2343%22%20data-name%3D%22Group%202343%22%20transform%3D%22translate(0%200)%22%3E%3Cpath%20id%3D%22Path_1260%22%20data-name%3D%22Path%201260%22%20d%3D%22M15.082%2C2.587a8.836%2C8.836%2C0%2C1%2C0%2C2.589%2C6.247A8.836%2C8.836%2C0%2C0%2C0%2C15.082%2C2.587Zm-1.7%2C9.721h0v0l-.448.445a2.356%2C2.356%2C0%2C0%2C1-2.224.636%2C7.829%2C7.829%2C0%2C0%2C1-2.274-1.019%2C10.505%2C10.505%2C0%2C0%2C1-1.794-1.446A10.586%2C10.586%2C0%2C0%2C1%2C5.3%2C9.3%2C8.246%2C8.246%2C0%2C0%2C1%2C4.294%2C7.258a2.356%2C2.356%2C0%2C0%2C1%2C.589-2.406l.524-.524a.374.374%2C0%2C0%2C1%2C.529%2C0h0L7.593%2C5.983a.374.374%2C0%2C0%2C1%2C0%2C.529h0l-.972.972a.792.792%2C0%2C0%2C0-.082%2C1.031A11.367%2C11.367%2C0%2C0%2C0%2C7.7%2C9.873%2C11.3%2C11.3%2C0%2C0%2C0%2C9.233%2C11.16a.8.8%2C0%2C0%2C0%2C1.019-.088l.94-.954a.374.374%2C0%2C0%2C1%2C.529%2C0h0l1.658%2C1.661A.374.374%2C0%2C0%2C1%2C13.381%2C12.308Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%234f5b65%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.contmobphone:before {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.774%22%20height%3D%2219.751%22%20viewBox%3D%220%200%2010.774%2019.751%22%3E%3Cpath%20id%3D%22iphone%22%20d%3D%22M8.841%2C0H2.269a2.1%2C2.1%2C0%2C0%2C0-2.1%2C2.1v15.55a2.1%2C2.1%2C0%2C0%2C0%2C2.1%2C2.1H8.841a2.1%2C2.1%2C0%2C0%2C0%2C2.1-2.1V2.1A2.1%2C2.1%2C0%2C0%2C0%2C8.841%2C0ZM5.555%2C17.956a.9.9%2C0%2C1%2C1%2C.9-.9A.9.9%2C0%2C0%2C1%2C5.555%2C17.956ZM6.9%2C2.693H4.208a.449.449%2C0%2C1%2C1%2C0-.9H6.9a.449.449%2C0%2C0%2C1%2C0%2C.9Zm0%2C0%22%20transform%3D%22translate(-0.168)%22%20fill%3D%22%234f5b65%22%2F%3E%3C%2Fsvg%3E");
}
.contemail:before {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.774%22%20height%3D%2213.348%22%20viewBox%3D%220%200%2019.774%2013.348%22%3E%3Cpath%20id%3D%22Icon_zocial-email%22%20data-name%3D%22Icon%20zocial-email%22%20d%3D%22M.072%2C16.233V5.25q0-.019.057-.362l6.464%2C5.53-6.445%2C6.2a1.616%2C1.616%2C0%2C0%2C1-.076-.381ZM.93%2C4.125a.822.822%2C0%2C0%2C1%2C.324-.057H18.664a1.08%2C1.08%2C0%2C0%2C1%2C.343.057L12.524%2C9.674l-.858.686-1.7%2C1.392-1.7-1.392-.858-.686ZM.949%2C17.358l6.5-6.235%2C2.517%2C2.04%2C2.517-2.04%2C6.5%2C6.235a.916.916%2C0%2C0%2C1-.324.057H1.254a.864.864%2C0%2C0%2C1-.305-.057Zm12.394-6.941%2C6.445-5.53a1.138%2C1.138%2C0%2C0%2C1%2C.057.362V16.233a1.462%2C1.462%2C0%2C0%2C1-.057.381Z%22%20transform%3D%22translate(-0.072%20-4.068)%22%20fill%3D%22%234f5b65%22%2F%3E%3C%2Fsvg%3E");
}
.contaddress:before {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213.833%22%20height%3D%2219.099%22%20viewBox%3D%220%200%2013.833%2019.099%22%3E%3Cg%20id%3D%22maps-and-flags%22%20transform%3D%22translate(-70.573)%22%3E%3Cg%20id%3D%22Group_2499%22%20data-name%3D%22Group%202499%22%20transform%3D%22translate(70.573)%22%3E%3Cpath%20id%3D%22Path_1308%22%20data-name%3D%22Path%201308%22%20d%3D%22M77.49%2C0a6.925%2C6.925%2C0%2C0%2C0-6.917%2C6.917c0%2C4.733%2C6.19%2C11.682%2C6.453%2C11.975a.623.623%2C0%2C0%2C0%2C.927%2C0c.264-.293%2C6.453-7.242%2C6.453-11.975A6.925%2C6.925%2C0%2C0%2C0%2C77.49%2C0Zm0%2C10.4a3.48%2C3.48%2C0%2C1%2C1%2C3.48-3.48A3.484%2C3.484%2C0%2C0%2C1%2C77.49%2C10.4Z%22%20transform%3D%22translate(-70.573)%22%20fill%3D%22%234f5b65%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.contact-form {
    border-top: 1px solid #DDE0E3;
    padding: 50px 0;
    margin: 50px 0;
    border-bottom: 1px solid #DDE0E3;
}
section.contact-form > form {
    max-width: 476px;
    width: 100%;
}
span.buttonText {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -11px;
    text-indent: -9999px;
    overflow: hidden;
}
.bootstrap-filestyle {
    position: relative;
}
span.icon-span-filestyle.glyphicon.glyphicon-folder-open {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.539%22%20height%3D%2220.817%22%20viewBox%3D%220%200%2014.539%2020.817%22%3E%3Cpath%20id%3D%22Path_1280%22%20data-name%3D%22Path%201280%22%20d%3D%22M4.185%2C5.178v8.371a3.085%2C3.085%2C0%2C0%2C0%2C6.17%2C0V5.178A5.177%2C5.177%2C0%2C0%2C0%2C0%2C5.178v8.372a7.268%2C7.268%2C0%2C0%2C0%2C7.268%2C7.267h0a7.269%2C7.269%2C0%2C0%2C0%2C7.269-7.269V8.316a.992.992%2C0%2C1%2C0-1.985%2C0v5.231A5.283%2C5.283%2C0%2C0%2C1%2C7.27%2C18.832h0a5.283%2C5.283%2C0%2C0%2C1-5.283-5.282V5.178a3.193%2C3.193%2C0%2C1%2C1%2C6.385%2C0v8.371a1.1%2C1.1%2C0%2C0%2C1-2.2%2C0V5.178a.992.992%2C0%2C1%2C0-1.985%2C0Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%234f5b65%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
    width: 20px;
    height: 100%;
    background-position: center center;
    position: absolute;
    background-repeat: no-repeat;
    right: 20px;
    transform: rotate(45deg);
}
.bootstrap-filestyle label.btn.btn-default {
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    cursor: pointer;
}
.in_comparison .comparebtn:before {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.702%22%20height%3D%2214.483%22%20viewBox%3D%220%200%2015.702%2014.483%22%3E%3Cg%20id%3D%22Group_2001%22%20data-name%3D%22Group%202001%22%20transform%3D%22translate(-120.571%20-651.035)%22%3E%3Cg%20id%3D%22Path_737%22%20data-name%3D%22Path%20737%22%20transform%3D%22translate(120.571%20653.74)%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M0%2C0H12.849V11.778H0Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M%201%200.9999961853027344%20L%201%2010.77799606323242%20L%2011.84871959686279%2010.77799606323242%20L%2011.84871959686279%200.9999961853027344%20L%201%200.9999961853027344%20M%200%20-3.814697265625e-06%20L%2012.84871959686279%20-3.814697265625e-06%20L%2012.84871959686279%2011.77799606323242%20L%200%2011.77799606323242%20L%200%20-3.814697265625e-06%20Z%22%20stroke%3D%22none%22%20fill%3D%22%23223a50%22%2F%3E%3C%2Fg%3E%3Cpath%20id%3D%22Icon_material-done%22%20data-name%3D%22Icon%20material-done%22%20d%3D%22M9.623%2C16.96%2C6.231%2C13.569%2C5.1%2C14.7l4.523%2C4.523%2C9.691-9.691L18.183%2C8.4Z%22%20transform%3D%22translate(116.96%20642.635)%22%20fill%3D%22%232c88e4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-color: transparent;
}
/* .comparebtn:hover { */
/* } */
span.comparebtn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    background-color: #DDE0E3;
}
span.comparebtn {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #778695;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    padding-left: 30px;
    box-sizing: BORDER-BOX;
}
.productinnercompare .comparebtn {
    margin: 0;
}
.productinnercompare {
    position: Absolute;
    top: -6px;
    right: 0;
}
.reasure {
    float: right;
    width: 100%;
    max-width: 195px;
    text-align: right;
}
.reasure ul li strong {
    display: block;
    font-weight: bold;
}
.reasure ul li:last-child {
    margin: 0;
}
.reasure ul li {
    list-style: none;
    color: #4F5B65;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    margin: 0 0 36px;
}
.reasure ul {
    display: inline-block;
    padding: 0;
}
.icon-settings {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2233.847%22%20height%3D%2233.842%22%20viewBox%3D%220%200%2033.847%2033.842%22%3E%3Cg%20id%3D%22settings%22%20transform%3D%22translate(0.001%20-0.031)%22%3E%3Cg%20id%3D%22Group_2235%22%20data-name%3D%22Group%202235%22%20transform%3D%22translate(0.004%200.031)%22%3E%3Cg%20id%3D%22Group_2234%22%20data-name%3D%22Group%202234%22%20transform%3D%22translate(0%200)%22%3E%3Cg%20id%3D%22Group_2233%22%20data-name%3D%22Group%202233%22%3E%3Cpath%20id%3D%22Path_767%22%20data-name%3D%22Path%20767%22%20d%3D%22M123.583%2C282.013h0C123.6%2C281.992%2C123.6%2C281.993%2C123.583%2C282.013Z%22%20transform%3D%22translate(-115.418%20-263.358)%22%20fill%3D%22%232c88e4%22%2F%3E%3Cpath%20id%3D%22Path_768%22%20data-name%3D%22Path%20768%22%20d%3D%22M33.156%2C14.008l-1.683-.4A14.74%2C14.74%2C0%2C0%2C0%2C29.6%2C9.076l.853-1.432A.992.992%2C0%2C0%2C0%2C30.3%2C6.435l-2.8-2.8a.993.993%2C0%2C0%2C0-1.208-.151l-1.432.853a14.74%2C14.74%2C0%2C0%2C0-4.527-1.877L19.93.781a.991.991%2C0%2C0%2C0-.961-.75H15a.991.991%2C0%2C0%2C0-.961.75l-.4%2C1.683A14.74%2C14.74%2C0%2C0%2C0%2C9.109%2C4.342L7.677%2C3.489a.991.991%2C0%2C0%2C0-1.208.151l-2.8%2C2.8a.992.992%2C0%2C0%2C0-.151%2C1.208l.853%2C1.432A14.74%2C14.74%2C0%2C0%2C0%2C2.5%2C13.6l-1.683.4a.991.991%2C0%2C0%2C0-.75.961v3.966a.99.99%2C0%2C0%2C0%2C.751.961l1.683.4a14.465%2C14.465%2C0%2C0%2C0%2C1.083%2C3.051c.728-.731%2C4.385-4.4%2C4.648-4.666-.013-.067-.155-1.337-.158-1.584A8.914%2C8.914%2C0%2C1%2C1%2C25.9%2C16.983a8.816%2C8.816%2C0%2C0%2C1-8.207%2C8.829%2C7.841%2C7.841%2C0%2C0%2C1-2.44-.1L10.6%2C30.362a14.467%2C14.467%2C0%2C0%2C0%2C3.039%2C1.077l.4%2C1.684a.991.991%2C0%2C0%2C0%2C.961.75h3.966a.991.991%2C0%2C0%2C0%2C.961-.75l.4-1.683a14.74%2C14.74%2C0%2C0%2C0%2C4.527-1.877l1.432.853a.993.993%2C0%2C0%2C0%2C1.208-.151l2.8-2.8a.992.992%2C0%2C0%2C0%2C.151-1.208L29.6%2C24.829A14.711%2C14.711%2C0%2C0%2C0%2C31.473%2C20.3l1.682-.4a.99.99%2C0%2C0%2C0%2C.751-.961V14.969A.991.991%2C0%2C0%2C0%2C33.156%2C14.008Z%22%20transform%3D%22translate(-0.064%20-0.031)%22%20fill%3D%22%232c88e4%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20id%3D%22Group_2237%22%20data-name%3D%22Group%202237%22%20transform%3D%22translate(-0.001%2010.01)%22%3E%3Cg%20id%3D%22Group_2236%22%20data-name%3D%22Group%202236%22%3E%3Cpath%20id%3D%22Path_769%22%20data-name%3D%22Path%20769%22%20d%3D%22M23.634%2C156.115a.979.979%2C0%2C0%2C0-1.642-.45l-2.263%2C2.263a1.983%2C1.983%2C0%2C1%2C1-2.8-2.8l2.263-2.263a.98.98%2C0%2C0%2C0-.451-1.643%2C6.946%2C6.946%2C0%2C0%2C0-8.639%2C5.425%2C7.02%2C7.02%2C0%2C0%2C0%2C.283%2C3.611L.869%2C169.766a2.982%2C2.982%2C0%2C1%2C0%2C4.218%2C4.218l9.512-9.512a7.256%2C7.256%2C0%2C0%2C0%2C4.885-.054A6.977%2C6.977%2C0%2C0%2C0%2C23.634%2C156.115Z%22%20transform%3D%22translate(0.001%20-150.986)%22%20fill%3D%22%232c88e4%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    width: 34px;
    height: 34px;
    margin: 0 auto 10px;
}
.comparelink {
    text-transform: uppercase;
    color: #778695;
    font-size: 14px;
    padding: 18px 30px;
    padding-right: 0;
    display: inline-block;
    margin-left: 25px;
    margin-right: 20px;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.587%22%20height%3D%2210.965%22%20viewBox%3D%220%200%2017.587%2010.965%22%3E%3Cg%20id%3D%22Group_2589%22%20data-name%3D%22Group%202589%22%20transform%3D%22translate(-430.264%20-650.856)%22%3E%3Cline%20id%3D%22Line_173%22%20data-name%3D%22Line%20173%22%20x1%3D%224.251%22%20y2%3D%224.251%22%20transform%3D%22translate(431.324%20656.299)%20rotate(-90)%22%20fill%3D%22none%22%20stroke%3D%22%232c88e4%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%3Cpath%20id%3D%22Path_112%22%20data-name%3D%22Path%20112%22%20d%3D%22M0%2C0%2C3.932%2C4.2%22%20transform%3D%22translate(431.376%20660.314)%20rotate(-90)%22%20fill%3D%22none%22%20stroke%3D%22%232c88e4%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%3Cline%20id%3D%22Line_173-2%22%20data-name%3D%22Line%20173%22%20x1%3D%224.251%22%20y2%3D%224.251%22%20transform%3D%22translate(446.79%20656.063)%20rotate(90)%22%20fill%3D%22none%22%20stroke%3D%22%232c88e4%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%3Cpath%20id%3D%22Path_112-2%22%20data-name%3D%22Path%20112%22%20d%3D%22M0%2C0%2C3.932%2C4.2%22%20transform%3D%22translate(446.738%20652.047)%20rotate(90)%22%20fill%3D%22none%22%20stroke%3D%22%232c88e4%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%3Cline%20id%3D%22Line_372%22%20data-name%3D%22Line%20372%22%20y2%3D%229.465%22%20transform%3D%22translate(439.057%20651.606)%22%20fill%3D%22none%22%20stroke%3D%22%232c88e4%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: left center;
    background-repeat: no-repeat;
    text-decoration: underline;
}
.instocklink.checked {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.702%22%20height%3D%2214.483%22%20viewBox%3D%220%200%2015.702%2014.483%22%3E%3Cg%20id%3D%22Group_2001%22%20data-name%3D%22Group%202001%22%20transform%3D%22translate(-120.571%20-651.035)%22%3E%3Cg%20id%3D%22Path_737%22%20data-name%3D%22Path%20737%22%20transform%3D%22translate(120.571%20653.74)%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M0%2C0H12.849V11.778H0Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M%201%200.9999961853027344%20L%201%2010.77799606323242%20L%2011.84871959686279%2010.77799606323242%20L%2011.84871959686279%200.9999961853027344%20L%201%200.9999961853027344%20M%200%20-3.814697265625e-06%20L%2012.84871959686279%20-3.814697265625e-06%20L%2012.84871959686279%2011.77799606323242%20L%200%2011.77799606323242%20L%200%20-3.814697265625e-06%20Z%22%20stroke%3D%22none%22%20fill%3D%22%23223a50%22%2F%3E%3C%2Fg%3E%3Cpath%20id%3D%22Icon_material-done%22%20data-name%3D%22Icon%20material-done%22%20d%3D%22M9.623%2C16.96%2C6.231%2C13.569%2C5.1%2C14.7l4.523%2C4.523%2C9.691-9.691L18.183%2C8.4Z%22%20transform%3D%22translate(116.96%20642.635)%22%20fill%3D%22%232c88e4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.instocklink {
    color: #223A50;
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 25px;
    display: inline-block;
    text-decoration: underline;
    /*background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.702%22%20height%3D%2214.483%22%20viewBox%3D%220%200%2015.702%2014.483%22%3E%3Cg%20id%3D%22Group_2001%22%20data-name%3D%22Group%202001%22%20transform%3D%22translate(-120.571%20-651.035)%22%3E%3Cg%20id%3D%22Path_737%22%20data-name%3D%22Path%20737%22%20transform%3D%22translate(120.571%20653.74)%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M0%2C0H12.849V11.778H0Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M%201%200.9999961853027344%20L%201%2010.77799606323242%20L%2011.84871959686279%2010.77799606323242%20L%2011.84871959686279%200.9999961853027344%20L%201%200.9999961853027344%20M%200%20-3.814697265625e-06%20L%2012.84871959686279%20-3.814697265625e-06%20L%2012.84871959686279%2011.77799606323242%20L%200%2011.77799606323242%20L%200%20-3.814697265625e-06%20Z%22%20stroke%3D%22none%22%20fill%3D%22%23223a50%22%2F%3E%3C%2Fg%3E%3Cpath%20id%3D%22Icon_material-done%22%20data-name%3D%22Icon%20material-done%22%20d%3D%22M9.623%2C16.96%2C6.231%2C13.569%2C5.1%2C14.7l4.523%2C4.523%2C9.691-9.691L18.183%2C8.4Z%22%20transform%3D%22translate(116.96%20642.635)%22%20fill%3D%22%232c88e4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");*/
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.849%22%20height%3D%2211.778%22%20viewBox%3D%220%200%2012.849%2011.778%22%3E%3Cpath%20id%3D%22Path_741%22%20data-name%3D%22Path%20741%22%20d%3D%22M0%2C0H12.849V11.778H0Z%22%20fill%3D%22%23dde0e3%22%2F%3E%3C%2Fsvg%3E");
    background-position: left center;
    background-repeat: no-repeat;
}
.readmorecategories:hover {
    text-decoration: underline;
}
.readmorecategories {
    color: #2C88E4;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 25px;
    display: inline-block;
}
.cms-id-9 div#left-column {
    display: none;
}
.cms-id-9 .max920 {
    max-width: 100%;
}
.aboutimg img {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
}
.abouttext h4 strong {
    display: block;
    font-size: 46px;
    line-height: 48px;
}
.abouttext h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 34px;
}
.abouttext {
    font-size: 15px;
    line-height: 32px;
}
.w50.abouttext {
    max-width: 530px;
    margin-bottom: 160px;
}
.partnersblock {
    border: 1px solid #DDE0E3;
    border-right: 0;
    border-left: 0;
    line-height: 103px;
    background: #fff;
    margin: 0 0 80px;
}
.partnertitle {
    display: block;
    font-size: 23px;
    font-weight: 600;
    border-right: 1px solid #DDE0E3;
    padding: 0 60px;
    float: left;
}
.partnerslist > div img {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.partnerslist > div {
    float: left;
    width: 25%;
    text-align: center;
    border-right: 1px solid #DDE0E3;
    box-sizing: border-box;
}
.partnerslist {
    width: 100%;
    float: left;
    max-width: calc(100% - 306px);
}
.abouttitle {
    color: #223A50;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 60px;
}
.aboutblock:nth-child(3n) {
    margin-right: 0;
}
.aboutblock .icon-settings {
    width: 60px;
    height: 60px;
    background-size: cover;
}
.aboutblock {
    border: 1px solid #DDE0E3;
    background: #fff;
    padding: 39px 25px;
    margin-right: 8px;
    float: left;
    box-sizing: border-box;
    max-width: calc(33.33% - 8px);
    width: 100%;
    margin-bottom: 14px;
    text-align: center;
}
.aboutblocktext {
    color: #778695;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
}
.aboutblocktitle {
    color: #223A50;
    font-size: 23px;
    font-weight: 600;
    margin: 15px 0 12px;
}
.aboutfeatures {
    padding-bottom: 50px;
    border-bottom: 1px solid #DDE0E3;
    margin: 0 auto 90px;
}
.active_list .add_to_compare,
.showonlist {
    display: none;
}
.active_list .showonlist .add_to_compare,
.active_list .showonlist {
    display: block;
}
.active_list .showonlist span.comparebtn {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 15px;
    display: inline-block;
}
.show1199 {
    display: none;
}
.slideproducts .product-miniature {
    max-width: 100%;
}
.productpagination ul {
    margin: 20px 0 0;
    display: inline-block;
    padding: 0;
}
.productpagination {
    text-align: right;
}
.productpagination .slick-arrow.prev {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.014%22%20height%3D%2212.798%22%20viewBox%3D%220%200%2018.014%2012.798%22%3E%3Cg%20id%3D%22Group_2748%22%20data-name%3D%22Group%202748%22%20transform%3D%22translate(18.014%2012.798)%20rotate(180)%22%3E%3Cpath%20id%3D%22Line_334%22%20data-name%3D%22Line%20334%22%20d%3D%22M16.271%2C1.263H.707A.672.672%2C0%2C0%2C1%2C0%2C.631.672.672%2C0%2C0%2C1%2C.707%2C0H16.271a.672.672%2C0%2C0%2C1%2C.707.631A.672.672%2C0%2C0%2C1%2C16.271%2C1.263Z%22%20transform%3D%22translate(0%205.588)%22%20fill%3D%22%232c88e4%22%2F%3E%3Cpath%20id%3D%22Path_733%22%20data-name%3D%22Path%20733%22%20d%3D%22M5.42%2C6.854a.63.63%2C0%2C0%2C1-.48-.221L.152%2C1.042A.631.631%2C0%2C1%2C1%2C1.111.221L5.9%2C5.812A.631.631%2C0%2C0%2C1%2C5.42%2C6.854Z%22%20transform%3D%22translate(11.963%200)%22%20fill%3D%22%232c88e4%22%2F%3E%3Cpath%20id%3D%22Path_1348%22%20data-name%3D%22Path%201348%22%20d%3D%22M.631%2C7.114A.631.631%2C0%2C0%2C1%2C.133%2C6.1L4.693.243a.631.631%2C0%2C1%2C1%2C1%2C.776L1.129%2C6.871A.63.63%2C0%2C0%2C1%2C.631%2C7.114Z%22%20transform%3D%22translate(12.177%205.684)%22%20fill%3D%22%232c88e4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.productpagination .slick-arrow {
    width: 18px;
    height: 12px;
    list-style: none;
    left: 0;
    background-color: transparent;
    position: relative;
    top: 0;
    float: left;
    cursor: pointer;
    margin-left: 15px;
    background-repeat: no-repeat;
    box-shadow: none;
    border-radius: 0;
    background-position: center center;
    padding: 0;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.014%22%20height%3D%2212.798%22%20viewBox%3D%220%200%2018.014%2012.798%22%3E%3Cg%20id%3D%22Group_2743%22%20data-name%3D%22Group%202743%22%20transform%3D%22translate(0)%22%3E%3Cpath%20id%3D%22Line_334%22%20data-name%3D%22Line%20334%22%20d%3D%22M15.771.763H.207A.672.672%2C0%2C0%2C1-.5.131.672.672%2C0%2C0%2C1%2C.207-.5H15.771a.672.672%2C0%2C0%2C1%2C.707.631A.672.672%2C0%2C0%2C1%2C15.771.763Z%22%20transform%3D%22translate(0.5%206.088)%22%20fill%3D%22%232c88e4%22%2F%3E%3Cpath%20id%3D%22Path_733%22%20data-name%3D%22Path%20733%22%20d%3D%22M4.749%2C7.584a.63.63%2C0%2C0%2C1-.48-.221L-.519%2C1.772A.631.631%2C0%2C0%2C1-.45.882.631.631%2C0%2C0%2C1%2C.44.951L5.228%2C6.542a.631.631%2C0%2C0%2C1-.479%2C1.042Z%22%20transform%3D%22translate(12.634%20-0.73)%22%20fill%3D%22%232c88e4%22%2F%3E%3Cpath%20id%3D%22Path_1348%22%20data-name%3D%22Path%201348%22%20d%3D%22M.131%2C6.083a.631.631%2C0%2C0%2C1-.5-1.019L4.193-.788A.631.631%2C0%2C0%2C1%2C5.079-.9a.631.631%2C0%2C0%2C1%2C.11.886L.629%2C5.84A.63.63%2C0%2C0%2C1%2C.131%2C6.083Z%22%20transform%3D%22translate(12.677%206.715)%22%20fill%3D%22%232c88e4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.slick-list {
    width: 100%;
}
nav#mobilelinkmenu {
    display: none;
}
.logoblock a.mobilehamburg {
    margin: 0;
}
.w50.w50radio {
    display: none;
}
nav#mobilelinkmenu.mm-menu--opened,
nav#mainmenumobile.mm-menu--opened {
    display: block;
}
.displayblock {
    display: block;
}
.product-cover .product-images a {
    display: none;
}
.product-cover .product-images a:first-child {
    display: block;
}
.product-cover img {
    max-width: 100%;
    height: auto;
}
section#content.page-not-found {
    box-sizing: border-box;
    margin-bottom: 80px;
    display: inline-block;
    width: 100%;
}

#mobile-menu.hidden,
#mobile-menu-categories.hidden,
.mobile-menu-categories.hidden,
#mobile-menu-subcategories.hidden,
.mobile-menu-subcategories.hidden,
#mobile-menu-subsubcategories.hidden,
.mobile-menu-subsubcategories.hidden,
#mobile-menu-back-icon.hidden
{
    display: none;
}

.mobile-menu-item {
    cursor: pointer;
}

#mobile-menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    z-index: 500;
    background-color: #f6f8fa;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0.1em;

    overflow-y: scroll;
}

#mobile-menu a:hover {
    text-decoration: none;
}

.mobile-menu-item {
    text-transform: capitalize;
}

#mobile-menu-header {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    margin-bottom: 4px;
    padding: 0 18px;
}

.mobile-menu-item:not(a){
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    margin-bottom: 2px;
    font-weight: 500;
    margin: 0 30px 0 15px;
}

#mobile-menu-footer {
    margin: 36px 30px 0 15px;
    letter-spacing: normal;
}

.mobile-menu-item:not(:last-child), .mobile-menu-subsubcategory, .mobile-menu-item > div {
    border-bottom: 1px solid #f9f9f9;
}

.bg-gray {
    background-color: #f6f8fa;
}

#mobile-menu-items-wrapper {
    background-color: #f6f8fa;
}

body.mobile-menu-on {
    overflow: hidden;
}

#mobile-menu-back-icon,
#mobile-menu-screen-close-icon {
    cursor: pointer;
}

#search_widget {
    z-index: 700;
}

#mobile-menu-screen-close-icon {
    position: relative;
    right: 10px;
}

#mobile-menu-special-offers-label {
    color: #EF9798!important;
    font-weight: 500;

}

#mobile-menu-title {
    text-transform: uppercase;
    position: relative;
}

#mobile-menu-search {
    display: flex;
    background-color: #f8f6f6;
    font-family: 'Mukta';
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 15px;
}

#mobile-menu-search input{
    width: 100%;
    padding-right: 50px;
    border: 0;
    padding: 8px;
    background-color: #f8f6f6;
}
#mobile-search-icon{
    padding-right: 15px;
    display: block;
}
.listcart span {
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}
button.bluebtn.add-to-cart span {
    padding: 0 !important;
}
#mainCarousel {
    --carousel-button-color: #170724;
    --carousel-button-bg: #fff;
    --carousel-button-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%),
    0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);

    --carousel-button-svg-width: 20px;
    --carousel-button-svg-height: 20px;
    --carousel-button-svg-stroke-width: 2.5;
}
#mainCarousel .carousel__nav {
    opacity: 0;
}
#mainCarousel:hover .carousel__nav {
    opacity: 1;
}
#mainCarousel .carousel__slide {
    width: 100%;
    padding: 0;
}
#mainCarousel .carousel__slide img {
    padding: 1rem;
}

#mainCarousel .carousel__button {
    border-radius: 0;
    display: none;
}
#mainCarousel .carousel__button {
    width: 28px;
    height: 28px;
    box-shadow: none;

}
#mainCarousel .carousel__button.is-prev,
#mainCarousel .carousel__button.is-next {

}

#mainCarousel .carousel__button:hover{
    outline: none;
    box-shadow: 0 0 0 4px #2c88e4;
    background-color: #2c88e4;
    color: #fff;
}
.carousel__dots {
    top: calc(100% + 2.5rem);
}
#thumbCarousel .carousel__slide {
    opacity: 0.5;
    padding: 0;
    margin: 0.25rem;
    width: 40px;
    height: 40px;
    overflow: hidden;
}
#thumbCarousel {
    display: none;
}
#thumbCarousel .carousel__slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 4px;
}

#thumbCarousel .carousel__slide.is-nav-selected {
    opacity: 1;
}
.has-compact-filter #amazzing_filter .compact-toggle .compact-toggle-icon,
.has-compact-filter #amazzing_filter .compact-toggle-text {
    background-color: #333;
    color: #fff;
}
/*#amazzing_filter a, #amazzing_filter a:focus {
    width: auto !important;
}*/
.has-compact-filter #amazzing_filter .btn-holder {
    z-index: 50;
}
@media only screen and (max-width: 1199px) {
    .boxborders.filterSortBy {
        max-width: 100% !important;
        border: 0 !important;
    }
    .af_subtitle {
        font-size: 16px;
        padding-right: 30px;
    }

}
@media only screen and (max-width: 1024px)  {
    .cartqtyout {
        margin-bottom: 1em;
    }
    .cart-line-product-actions a {
        margin: 0 0 0 auto;
    }
    .product-line-info a {
        margin-right: 30px;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 768px)  {
    .product-line-info a {
        padding-right: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .boxborders.filterSortBy {
        max-width: 100% !important;
        border: 0 !important;
    }
    .af_subtitle {
        font-size: 16px;
        padding-right: 30px;
    }
}
@media (min-width: 768px) {
    .has-dots {
        margin-bottom: 0;
    }
    #mainCarousel .carousel__button {
        display: flex;
    }
    .carousel__dots {
        display: none;
    }
    #thumbCarousel {
        display: flex;
        justify-content: center;
    }
}

/* cart page, cart summary block, shipping text */
.cartdetailinner .text-free{
    display: flex;
    flex-direction: column;
    line-height: 24px;
    font-size: 16px;
    align-items: flex-end;
    margin-top: 8px;
    text-transform: uppercase;
}

.cartdetailinner .text-free-collect{
    font-weight: normal;
    font-size: 12px;
    text-transform: none;
}

/* add to cart modal, shipping text */
.cart-content .text-upper{
    text-transform: uppercase;
    text-align: right;
}

.text-modal-free{
    line-height: 22px;
    text-transform: none;
}

.energy-class {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 20px;
}

img.no_image {
    margin: 19px auto;
}

/*

Block Reassurance

 */
.invr-reassurance-block {
    display:grid;
    gap: 2rem;
    padding: 3rem .75rem 1rem .75rem;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    max-width: 1518px;
}

@media (min-width: 576px) {
    .invr-reassurance-block {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .invr-reassurance-block {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
}
@media (min-width: 576px) {
    .invr-reassurance-block.checkout-page {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));

    }
}

@media (min-width: 1024px) {
    .invr-reassurance-block.checkout-page {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

.invr-reassurance-block .invr-reassurance-item {
    display: flex;
}

.invr-reassurance-block .invr-reassurance-item img {
    max-width: 100%;
    width: 40px;
    align-self: start;
}

.invr-reassurance-block .invr-reassurance-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.invr-reassurance-block .invr-reassurance-content .invr-title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0;
}

.invr-reassurance-block .invr-reassurance-content .invr-text {
    font-weight: 500;
}

.space-x-8>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem* 0);
    margin-left: 2rem;
}


.categorieslist.active.swiper-block-container {
    display: inline-block !important;
    margin-top: 0px !important;
}

.invrhomeblock-container {
    overflow: visible !important;
    margin-bottom: 80px;
}
.invrhomeblock-container .swiper-container-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.invrhomeblock-container .swiper-block-container {
    display: inline-block !important;
}
.invrhomeblock-container #js-product-list {
    position: relative;
    width: 100%;
    height: 100%;
}
.invrhomeblock-container .swiper-button-next {
    right: -14px;
}
.invrhomeblock-container .swiper-button-prev {
    left: -14px;
}

.invrhomeblock-container .swiper-slide .product-miniature.js-product-miniature {
    width: 100% !important;
    max-width: 100% !important;
}

.invrhomeblock-container .invrhomeblock-heading {
    font-size: 27px;
    font-weight: bold;
    color: #223A50;
    margin-bottom: 1rem;
}

@media only screen and (min-width: 1023px) {
    .invrhomeblock-container .invrhomeblock-heading {
        font-size: 34px;
        margin-bottom: 2rem;
    }
}

.invrhomeblock-container .grid-cols-6 {
    margin: 0;
    padding: 0;
}

.invrhomeblock-container .grid-cols-6 .brand,
.invrhomeblock-container .brand {
    float: none;
    width: 100%;
    max-width: 100%;
}

/*
!********************************


Swiper


 ********************************!
#hero-swiper .swiper {
    margin-left: 1rem;
    margin-right: 1rem;
    overflow: hidden;
}
@media (min-width: 1024px) {
    #hero-swiper .swiper {
        margin-left: 2rem;
        margin-right: 2rem;
        height: calc(100vh - 500px);
        min-height: 599px;
        !*@apply max-h-[65vh];*!
    }
    #hero-swiper .swiper .swiper-slide {
        height: auto;
    }
    #hero-swiper .swiper .swiper-slide img {
        height: 100%;
        width: 100%;
        overflow: hidden;
        border-radius: 1rem;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
#hero-swiper .swiper .swiper-slide {
    height: auto;
}
#hero-swiper .swiper .swiper-slide img {
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 1rem;
    -o-object-fit: cover;
    object-fit: cover;
}

!* Pagination *******************************!

!**
 * Swiper 11.0.5
 * 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: November 22, 2023
 *!

!* FONT_START *!

@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;
}

!* FONT_END *!

:root {
    --swiper-theme-color: #007aff;
    !*
    --swiper-preloader-color: var(--swiper-theme-color);
    --swiper-wrapper-transition-timing-function: initial;
    *!
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    !* Fix of Webkit flickering *!
    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-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
    touch-action: pan-y;
}

.swiper-vertical {
    touch-action: pan-x;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

!* Auto Height *!

.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);
    backface-visibility: hidden;
}

!* 3D Effects *!

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}

.swiper-3d {
    perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
}

!* CSS Mode *!

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    !* For Firefox *!
    -ms-overflow-style: none;
    !* For Internet Explorer and Edge *!
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}

!* Slide styles start *!

!* 3D Shadows *!

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
    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, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 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, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 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, 0.5), rgba(0, 0, 0, 0));
}

.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:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .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);
    }
}

!* Slide styles end *!
:root {
    !*
    --swiper-pagination-color: var(--swiper-theme-color);
    --swiper-pagination-left: auto;
    --swiper-pagination-right: 8px;
    --swiper-pagination-bottom: 8px;
    --swiper-pagination-top: auto;
    --swiper-pagination-fraction-color: inherit;
    --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
    --swiper-pagination-progressbar-size: 4px;
    --swiper-pagination-bullet-size: 8px;
    --swiper-pagination-bullet-width: 8px;
    --swiper-pagination-bullet-height: 8px;
    --swiper-pagination-bullet-border-radius: 50%;
    --swiper-pagination-bullet-inactive-color: #000;
    --swiper-pagination-bullet-inactive-opacity: 0.2;
    --swiper-pagination-bullet-opacity: 1;
    --swiper-pagination-bullet-horizontal-gap: 4px;
    --swiper-pagination-bullet-vertical-gap: 6px;
    *!
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms 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;
}
!* Common Styles *!
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
}
!* Bullets *!
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.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(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.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, 0.2);
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-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-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 200ms transform,
    200ms 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: 200ms transform,
    200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform,
    200ms right;
}
!* Fraction *!
.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit);
}
!* Progress *!
.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 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-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-lock {
    display: none;
}


!*****

Swipers


 *!

.swiper-pagination .swiper-pagination-bullet {
    aspect-ratio: 1 / 1;
    height: 1.5rem;
    width: 1.5rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    background-color: rgb(193 134 81 / 0.3);
    opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(193 134 81 / var(--tw-bg-opacity));
}
.swiper-pagination .swiper-pagination-bullet-active:focus {
    --tw-shadow: inset 0 0 0 1px [object Object];
    --tw-shadow-colored: inset 0 0 0 1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow-color: #fffbeb;
    --tw-shadow: var(--tw-shadow-colored);
}
.section-nav .swiper-button-next,
.section-nav .swiper-button-prev {
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(222 222 222 / var(--tw-bg-opacity));
    position: static;
    height: 44px;
    width: 44px;
    margin-top: 0px !important;
    display: grid !important;
    align-items: center !important;
    --tw-text-opacity: 1 !important;
    color: rgb(115 115 115 / var(--tw-text-opacity)) !important;
}
.section-nav .swiper-button-next::after,
.section-nav .swiper-button-prev::after {
    content: var(--tw-content) !important;
    font-size: clamp(.6875rem,1vw,.875rem) !important;
}
.section-nav .swiper-button-next:not(.swiper-button-disabled):hover,
.section-nav .swiper-button-prev:not(.swiper-button-disabled):hover {
    --tw-shadow: inset 0 0 0 2px [object Object];
    --tw-shadow-colored: inset 0 0 0 2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow-color: #73563D;
    --tw-shadow: var(--tw-shadow-colored);
}
.section-nav .swiper-button-next.swiper-button-disabled,
.section-nav .swiper-button-prev.swiper-button-disabled {
    --tw-bg-opacity: 1;
    background-color: rgb(248 248 250 / var(--tw-bg-opacity));
    opacity: 1;
}
.section-nav .swiper-button-next.swiper-button-disabled::after,
.section-nav .swiper-button-prev.swiper-button-disabled::after {
    opacity: 0.2;
}
.section-nav .swiper-button-next:focus,
.section-nav .swiper-button-prev:focus {
    --tw-shadow: inset 0 0 0 2px [object Object];
    --tw-shadow-colored: inset 0 0 0 2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow-color: #73563D;
    --tw-shadow: var(--tw-shadow-colored);
}
.section-nav .swiper-button-prev::after {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    flex: 1;
    font-size: 13px !important;
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 320 512"><path d="M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"/></svg>') !important;
}
.section-nav .swiper-button-next {
    margin-left: auto;
}
.section-nav .swiper-button-next::after {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    margin-top: 4px;
    font-size: 13px !important;
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 320 512"><path d="M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"/></svg>') !important;
}


.swiper-pagination .swiper-pagination-bullet {
    aspect-ratio: 1 / 1;
    height: 1.5rem;
    width: 1.5rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    background-color: rgb(193 134 81 / 0.3);
    opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(193 134 81 / var(--tw-bg-opacity));
}
.swiper-pagination .swiper-pagination-bullet-active:focus {
    --tw-shadow: inset 0 0 0 1px [object Object];
    --tw-shadow-colored: inset 0 0 0 1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow-color: #fffbeb;
    --tw-shadow: var(--tw-shadow-colored);
}
.section-nav .swiper-button-next,
.section-nav .swiper-button-prev {
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(222 222 222 / var(--tw-bg-opacity));
    position: static;
    height: 44px;
    width: 44px;
    margin-top: 0px !important;
    display: grid !important;
    align-items: center !important;
    --tw-text-opacity: 1 !important;
    color: rgb(115 115 115 / var(--tw-text-opacity)) !important;
}
.section-nav .swiper-button-next::after,
.section-nav .swiper-button-prev::after {
    content: var(--tw-content) !important;
    font-size: clamp(.6875rem,1vw,.875rem) !important;
}
.section-nav .swiper-button-next:not(.swiper-button-disabled):hover,
.section-nav .swiper-button-prev:not(.swiper-button-disabled):hover {
    --tw-shadow: inset 0 0 0 2px [object Object];
    --tw-shadow-colored: inset 0 0 0 2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow-color: #73563D;
    --tw-shadow: var(--tw-shadow-colored);
}
.section-nav .swiper-button-next.swiper-button-disabled,
.section-nav .swiper-button-prev.swiper-button-disabled {
    --tw-bg-opacity: 1;
    background-color: rgb(248 248 250 / var(--tw-bg-opacity));
    opacity: 1;
}
.section-nav .swiper-button-next.swiper-button-disabled::after,
.section-nav .swiper-button-prev.swiper-button-disabled::after {
    opacity: 0.2;
}
.section-nav .swiper-button-next:focus,
.section-nav .swiper-button-prev:focus {
    --tw-shadow: inset 0 0 0 2px [object Object];
    --tw-shadow-colored: inset 0 0 0 2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow-color: #73563D;
    --tw-shadow: var(--tw-shadow-colored);
}
.section-nav .swiper-button-prev::after {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    flex: 1;
    font-size: 13px !important;
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 320 512"><path d="M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"/></svg>') !important;
}
.section-nav .swiper-button-next {
    margin-left: auto;
}
.section-nav .swiper-button-next::after {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    margin-top: 4px;
    font-size: 13px !important;
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 320 512"><path d="M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"/></svg>') !important;
}


!***


Swipers custom

 *!


:root {
    --swiper-navigation-size: 44px;
    !*
    --swiper-navigation-top-offset: 50%;
    --swiper-navigation-sides-offset: 10px;
    --swiper-navigation-color: var(--swiper-theme-color);
    *!
}

#extra-reviews-swiper {
    position: relative;
}

#extra-reviews-swiper .section-nav {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    z-index: 50;
    top: 50%;
    transform: translateY(-50%);
}

#extra-reviews-swiper .section-nav.prev {
    left: 0;
}
#extra-reviews-swiper .section-nav.next {
    right: 0;
}

#extra-reviews-swiper .swiper {
    margin: 0 4rem;
}


.swiper-button-prev,
.swiper-button-next {
    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-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
    display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
    transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
}
.swiper-button-lock {
    display: none;
}
!* Navigation font start *!
.swiper-button-prev:after,
.swiper-button-next: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: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';
}
!* Navigation font end *!*/
