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

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */
@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") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.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-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.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%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
/*
 * Copyright (c) 2020. Cart2Quote B.V. All rights reserved.
 * See COPYING.txt for license details.
 */

@font-face {
    font-family: 'cart2quote-iconset';
    src: url('../../frontend/OCC_Outdoors/occ/en_US/Cart2Quote_Quotation/fonts/cart2quote-iconset.eot?juziyy');
    src: url('../../frontend/OCC_Outdoors/occ/en_US/Cart2Quote_Quotation/fonts/cart2quote-iconset.eot?juziyy#iefix') format('embedded-opentype'),
    url('../../frontend/OCC_Outdoors/occ/en_US/Cart2Quote_Quotation/fonts/cart2quote-iconset.ttf?juziyy') format('truetype'),
    url('../../frontend/OCC_Outdoors/occ/en_US/Cart2Quote_Quotation/fonts/cart2quote-iconset.woff?juziyy') format('woff'),
    url('../../frontend/OCC_Outdoors/occ/en_US/Cart2Quote_Quotation/fonts/cart2quote-iconset.svg?juziyy#cart2quote-iconset') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^='icon-c2q_'],
[class*=' icon-c2q_'] {
    /* use !important to prevent issues with browser extensions that change fonts */
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: 'cart2quote-iconset' !important;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
}

/* Icons */
.icon-c2q_plus:before {
    content: "\e909";
}

.icon-c2q_dustbin:before {
    content: "\e906";
}

.icon-c2q_edit:before {
    content: "\e907";
}

.icon-c2q_reload:before {
    content: "\e908";
}

.icon-c2q_quote:before {
    content: "\e904";
}

.icon-c2q_delete:before {
    content: "\e905";
}

.icon-c2q_arrow-bottom:before {
    content: "\e900";
}

.icon-c2q_arrow-left:before {
    content: "\e901";
}

.icon-c2q_arrow-right:before {
    content: "\e902";
}

.icon-c2q_arrow-top:before {
    content: "\e903";
}

.icon-c2q_dustbin_luma:before {
    content: "\e910";
}

.icon-c2q_edit_luma:before {
    content: "\e911";
}

.block-miniquote .items-total {
    float: none;
    /* Set float to left when Quote Subtotals are visible */
    margin: 0 10px;
}

.block-miniquote .items-total .count {
    font-weight: 700
}

.block-miniquote .subtotal {
    margin: 0 10px;
    text-align: right;
}

.block-miniquote .amount .price-wrapper:first-child .price {
    font-size: 18px;
    font-weight: 700;
}

.block-miniquote .subtitle {
    display: none
}

.block-miniquote .subtitle.empty {
    display: block;
    font-size: 14px;
    padding: 30px 0 20px;
    text-align: center;
}

.block-miniquote .text.empty {
    text-align: center
}

.block-miniquote .block-content > .actions {
    margin-top: 15px
}

.block-miniquote .block-content > .actions > .secondary {
    text-align: center
}

.block-miniquote .block-content > .actions > .primary {
    margin: 0 10px 15px
}

.block-miniquote .block-content > .actions > .primary .action.primary {
    display: block;
    font-size: 1.8rem;
    line-height: 2.2rem;
    padding: 14px 17px;
    width: 100%;
}

.block-miniquote .block-content > .actions .paypal-logo {
    margin-top: 15px;
    text-align: center;
}

.block-miniquote .block-category-link,
.block-miniquote .block-product-link,
.block-miniquote .block-cms-link,
.block-miniquote .block-banners {
    margin: 15px 0 0;
    text-align: center;
}

.miniquote-wrapper {
    display: inline-block;
    float: right;
}

.minicart-wrapper {
    position: inherit;
}

@media (min-width: 640px) and (max-width: 767px) {
    .miniquote-wrapper {
        margin-top: 0;
    }
}

@media (max-width: 639px) {
    .miniquote-wrapper {
        margin-top: 10px;
    }
}

.miniquote-wrapper:before,
.miniquote-wrapper:after {
    content: '';
    display: table;
}

.miniquote-wrapper:after {
    clear: both
}

.miniquote-wrapper .action.showquote {
    cursor: pointer;
    display: inline-block;
    margin: 3px 0;
    text-decoration: none;
}

.miniquote-wrapper .action.showquote:before {
    color: #757575;
    content: '\e904' !important;
    font-family: 'cart2quote-iconset' !important;
    font-size: 26px;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.miniquote-wrapper .action.showquote.active {
    display: inline-block;
    text-decoration: none;
}

.miniquote-wrapper .action.showquote.active:before,
.miniquote-wrapper .action.showquote:hover:before {
    color: #333;
}

.miniquote-wrapper .block-miniquote,
.minicart-wrapper .block-miniquote {
    background: #fff;
    border: 1px solid #bbb;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .15);
    box-sizing: border-box;
    display: none;
    list-style: none none;
    margin: 8px 0 0 0;
    min-width: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 100;
}

.miniquote-wrapper .block-miniquote li {
    margin: 0;
}

.miniquote-wrapper .block-miniquote li:hover {
    cursor: pointer;
}

.miniquote-wrapper .block-miniquote:before,
.miniquote-wrapper .block-miniquote:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

.miniquote-wrapper .block-miniquote:before {
    border: solid 6px;
    border-color: transparent transparent #fff transparent;
    z-index: 99;
}

.miniquote-wrapper .block-miniquote:after {
    border: solid 7px;
    border-color: transparent transparent #bbb transparent;
    z-index: 98;
}

.miniquote-wrapper .block-miniquote:before {
    left: 10px;
    top: -12px;
}

.miniquote-wrapper .block-miniquote:after {
    left: 9px;
    top: -14px;
}

.miniquote-wrapper.active {
    overflow: visible;
}

.miniquote-wrapper.active .block-miniquote {
    display: block;
    margin-top: -24px;
}

@media (max-width: 767px) {
    .miniquote-wrapper.active .block-miniquote {
        margin-top: -14px;
    }
}

.miniquote-wrapper .block-miniquote {
    margin-top: -28px;
    padding: 25px 20px;
    right: 5px;
    width: 390px;
}

@media (max-width: 767px) {
    .miniquote-wrapper .block-miniquote {
        right: 15px;
        width: 320px;
    }
}

@media (max-width: 479px) {
    .miniquote-wrapper .block-miniquote {
        width: 290px;
    }
}

.miniquote-wrapper .block-miniquote .block-title {
    display: none;
}

.miniquote-wrapper .block-miniquote:after {
    left: auto;
    right: 82px;
}

@media (max-width: 767px) {
    .miniquote-wrapper .block-miniquote:after {
        left: auto;
        right: 52px;
    }
}

.miniquote-wrapper .block-miniquote:before {
    left: auto;
    right: 83px;
}

@media (max-width: 767px) {
    .miniquote-wrapper .block-miniquote:before {
        left: auto;
        right: 53px;
    }
}

.miniquote-wrapper .product .actions {
    float: right;
    margin: -24px -5px 0 0;
}

.miniquote-wrapper .product .actions > .primary,
.miniquote-wrapper .product .actions > .secondary {
    display: inline;
}

.miniquote-wrapper .product .actions > .primary:not(:last-child),
.miniquote-wrapper .product .actions > .secondary:not(:last-child) {
    margin-right: 10px;
}

.cart2quote-accept-checkout-btn {
    float: right;
}

.miniquote-wrapper .action.close {
    -moz-box-sizing: content-box;
    background: none;
    border: 0;
    box-shadow: none;
    display: inline-block;
    font-weight: 400;
    height: 40px;
    line-height: inherit;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-shadow: none;
    top: 0;
    width: 40px;
}

.miniquote-wrapper .action.close:focus,
.miniquote-wrapper .action.close:active {
    background: none;
    border: none;
}

.miniquote-wrapper .action.close:hover {
    background: none;
    border: none;
}

.miniquote-wrapper .action.close.disabled,
.miniquote-wrapper .action.close[disabled],
fieldset[disabled] .miniquote-wrapper .action.close {
    cursor: not-allowed;
    opacity: .5;
    pointer-events: none;
}

.miniquote-wrapper .action.close > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.miniquote-wrapper .action.close:before {
    color: #8f8f8f;
    content: '\e905' !important;
    display: inline-block;
    font-family: 'cart2quote-iconset' !important;
    font-size: 23px;
    line-height: 16px;
    margin: 0;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
}

.miniquote-wrapper .action.close:hover:before {
    color: inherit;
}

.miniquote-wrapper .action.close:active:before {
    color: inherit;
}

.miniquote-wrapper .action.showquote {
    white-space: nowrap;
}

.miniquote-wrapper .action.showquote .counter.qty {
    background: #ff5501;
    border-radius: 2px;
    clip: auto;
    color: #fff;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    margin: -2px 0 0 0;
    min-width: 18px;
    overflow: hidden;
    padding: 0 3px;
    text-align: center;
    white-space: normal;
    text-shadow: 0 0 7px #000000;
}

.miniquote-wrapper .action.showquote .counter.qty.empty {
    display: none;
}

.miniquote-wrapper .miniquote-widgets {
    margin-top: 15px;
}

.miniquote-items-wrapper {
    border: 1px solid #ccc;
    border-left: 0;
    border-right: 0;
    clear: both;
    margin: 0 -20px;
    max-height: 714px;
    overflow-x: auto;
    padding: 15px;
}

.miniquote-items {
    list-style: none none;
    margin: 0;
    padding: 0;
}

.miniquote-items .product-item {
    padding: 20px 0;
}

.miniquote-items .product-item:not(:first-child) {
    border-top: 1px solid #ccc;
}

.miniquote-items .product-item:first-child {
    padding-top: 0;
}

.miniquote-items .product-item-pricing .label {
    display: inline-block;
    width: auto;
}

.miniquote-items .price-miniquote {
    margin-bottom: 5px;
}

.miniquote-items .product-item-name {
    font-weight: 400;
    margin: 0 0 10px;
}

.miniquote-items .product-item-name a {
    color: #1979c3;
}

.miniquote-items .product-item-details {
    padding-left: 88px;
}

.miniquote-items .product-item-details .price {
    font-weight: 700;
}

.miniquote-items .product-item-details .price-including-tax,
.miniquote-items .product-item-details .price-excluding-tax {
    margin: 5px 0;
}

.miniquote-items .product-item-details .weee[data-label] {
    font-size: 1.1rem;
}

.miniquote-items .product-item-details .details-qty {
    margin-top: 10px;
}

.miniquote-items .product > .product-item-photo,
.miniquote-items .product > .product-image-container {
    float: left;
}

.miniquote-items .product .toggle {
    border: 0;
    padding: 0 40px 5px 0;
    display: block;
}

.miniquote-items .product .toggle:after {
    color: #8f8f8f;
    margin: -1px 0 0 2px;
    position: absolute;
    font-size: 18px;
}

.miniquote-items .product > .toggle:after {
    content: '\e900' !important;
    font-family: 'cart2quote-iconset' !important;
}

.miniquote-items .product .active > .toggle:after {
    content: '\e903' !important;
    font-family: 'cart2quote-iconset' !important;
}

.miniquote-items .product.pricing {
    margin-top: 3px;
}

.miniquote-items .product.options .tooltip.toggle {
    display: inline-block;
    text-decoration: none;
}

.miniquote-items .product.options .tooltip.toggle > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.miniquote-items .product.options .tooltip.toggle:after {
    -webkit-font-smoothing: antialiased;
    color: inherit;
    content: '\e900' !important;
    display: inline-block;
    font-family: 'cart2quote-iconset' !important;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    margin: -3px 0 0 7px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

.miniquote-items .product.options .details {
    display: none;
}

.miniquote-items .item-qty {
    margin-right: 10px;
    text-align: center;
    width: 40px;
}

.miniquote-items .update-quote-item {
    font-size: 1.1rem;
    vertical-align: top;
}

.miniquote-items .action.edit,
.miniquote-items .action.delete {
    display: inline-block;
    text-decoration: none;
}

.miniquote-items .action.edit {
    position: relative;
    left: 2px;
}

.miniquote-items .action.delete {
    position: relative;
    top: 1px;
}

.miniquote-items .action.edit > span,
.miniquote-items .action.delete > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.miniquote-items .action.edit:before,
.miniquote-items .action.delete:before {
    -webkit-font-smoothing: antialiased;
    color: #757575;
    display: inline-block;
    font-family: 'cart2quote-iconset' !important;
    font-weight: normal;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

.miniquote-items .action.edit:hover:before,
.miniquote-items .action.delete:hover:before {
    color: #333;
}

.miniquote-items .action.edit:active:before,
.miniquote-items .action.delete:active:before {
    color: #757575;
}

.miniquote-items .action.delete:before {
    content: '\e910';
    font-size: 27px;
}

.miniquote-items .action.edit:before {
    content: '\e911';
    font-size: 21px;
}

.miniquote-items .subtitle {
    display: none;
}

.miniquote-wrapper .action.showquote .text,
.miniquote-wrapper .action.showquote .counter-label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

@media (min-width: 768px), print {
    .miniquote-wrapper {
        margin-left: 13px;
    }
}

.cart.table-wrapper .actions-toolbar {
    box-sizing: unset;
}

.cart.table-wrapper .cart.main.actions td {
    padding-right: 0;
    padding-left: 0;
}

.cart.table-wrapper .cart.main.actions .action.clear {
    display: initial;
}

body .cart.table-wrapper .product-item-details {
    padding-bottom: 0;
}

.actions-toolbar .action-edit {
    float: right;
}

.actions-toolbar .action-delete {
    float: right;
}

@media speech {
    .miniquote-wrapper .action.showquote:before {
        speak: none;
    }

    .miniquote-wrapper .action.showquote.active:before {
        speak: none;
    }

    .miniquote-wrapper .action.close:before {
        speak: none;
    }

    .miniquote-items .product.options .tooltip.toggle:after {
        speak: none;
    }

    .miniquote-items .action.edit:before,
    .miniquote-items .action.delete:before {
        speak: none;
    }
}

.quotation-quote-index .opc-wrapper {
    padding-right: 0;
    width: 100%;
    margin-bottom: 10px;
}

.quotation-quote-index .opc-wrapper .step-content {
    margin-bottom: 20px;
}

.quotation-quote-index .opc-wrapper .title {
    display: block;
    margin: 0;
    font-size: 2.4rem;
    font-weight: 300;
}

.quotation-quote-index .opc-wrapper .opc > .title {
    margin: 0 0 20px 0;
    padding: 0 0 7px 0;
    border-bottom: 1px solid #ccc;
}

.cart-summary .block .title strong {
    display: block;
    margin: 0;
    font-size: 1.8rem;
    font-weight: 400;
}

.cart-summary .block.active .title {
    border-bottom: 0;
}

@media (min-width: 768px) {
    .quotation-quote-index .cart-summary .block .fieldset .field > .label {
        display: block;
    }
}

.quotation-quote-index #billing .step-title,
.quotation-quote-index #shipping .step-title,
.quotation-quote-index #opc-shipping_method .step-title {
    cursor: pointer;
    padding: 10px 0;
    position: relative;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: -1px;
}

.quotation-quote-index #opc-shipping_method .custom-form-body{
    display: none !important;
    transition: .3s all;
}

.quotation-quote-index #opc-shipping_method.active .custom-form-body{
    display: block !important;
}

.quotation-quote-index #billing.active .step-title,
.quotation-quote-index #shipping.active .step-title,
.quotation-quote-index #opc-shipping_method.active .step-title {
    border-bottom: 0;
}

.quotation-quote-index #billing .step-title:after,
.quotation-quote-index #shipping .step-title:after,
.quotation-quote-index #opc-shipping_method .step-title:after {
    color: #858585;
    content: '\e900' !important;
    font-family: 'cart2quote-iconset' !important;
    font-weight: bold;
    font-size: 18px;
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 50%;
    line-height: 1;
}

.quotation-quote-index #billing.active .step-title:after,
.quotation-quote-index #shipping.active .step-title:after,
.quotation-quote-index #opc-shipping_method.active .step-title:after {
    content: '\e903' !important;
}

.quotation-quote-index #billing .billing-same-as-shipping {
    padding: 20px 0;
}

.quotation-quote-index #billing .billing-same-as-shipping label {
    font-weight: 600;
}
.quotation-quote-index #checkout #opc-shipping_method .table-checkout-shipping-method tbody tr{
    border-top: 1px solid #cccccc;
}
.quotation-quote-index #checkout #opc-shipping_method .table-checkout-shipping-method tbody tr:first-child{
    border:none
}
.quotation-quote-index #checkout #opc-shipping_method .table-checkout-shipping-method tbody tr:first-child td:nth-child(2){
    width: 0;
    padding: 0;
    min-width: 0;
}
.quotation-quote-index #checkout #opc-shipping_method .table-checkout-shipping-method tbody td{
    border:none
}
.quotation-quote-index #checkout #opc-shipping_method .table-checkout-shipping-method tbody td:nth-child(2){
    width: 100px;
    min-width: 100px;
}
.quotation-quote-index #checkout #opc-shipping_method .table-checkout-shipping-method tbody td:nth-child(3){
    width: 125px;
    min-width: 125px;
}
.quote-summary {
    -ms-flex-order: 2;
    -webkit-order: 2;
    background: #f5f5f5;
    float: right;
    margin-bottom: 25px;
    order: 2;
    padding: 1px 20px 25px;
    position: relative;
    width: 48%;
}

.quotation-quote-index .cart-summary {
    padding: 15px;
    width: 100%;
}

.quotation-quote-index .opc-wrapper .shipping-address-item {
    width: 50% !important;
}

.quotation-quote-index .opc-wrapper .billing-address-details {
    border: 2px solid transparent;
    font-size: 14px;
    line-height: 30px;
    padding: 20px 35px 0px 20px;
    transition: 0.3s border-color;
    width: 100% !important;
    display: inline-block;
    position: relative;
    vertical-align: top;
    word-wrap: break-word;
}

@media all and (min-width: 768px) and (max-width: 1050px), print {
    .quotation-quote-index .opc-wrapper .shipping-address-item {
        width: 100% !important;
    }
}

@media all and (min-width: 768px), print {
    .quotation-quote-index .authentication-wrapper {
        max-width: 100%;
        width: 100%;
        margin-top: 0;
    }

    .quotation-quote-index .quote-details-container .authentication-wrapper {
        margin: 0 0 -21px 0;
    }

    .quotation-quote-index .table-checkout-shipping-method {
        min-width: 0 !important;
        width: 100%;
    }

    .quotation-quote-index .opc-wrapper .shipping-address-item::before,
    .quotation-quote-index .opc-wrapper .billing-address-details::before {
        width: 0 !important;
    }

    .quotation-quote-index .form-cart {
        max-width: 65% !important;
    }

}

@media (max-width: 767px) {
    .quotation-quote-index .quote-details-container .authentication-wrapper {
        margin: 0;
    }
}

.quotation-quote-index .hide-field {
    display: none !important;
}

div.date-zone {
    font-size: 16px;
    margin: 5px 0;
    text-align: right;
}

.quotation-quote-index .control.comment {
    margin-top: 10px;
}

.quotation-quote-index .control.comment a {
    position: relative;
    display: block;
}

.quotation-quote-index .control.comment a:after, .quotation-quote-index .control.comment.active a:after {
    content: '\e900' !important;
    font-family: 'cart2quote-iconset' !important;
    font-weight: bold;
    color: #757575;
    font-size: 15px;
    position: absolute;
}

.quotation-quote-index .control.comment.active a:after {
    content: '\e903' !important;
}

.quotation-product-comment {
    margin-top: 10px;
    min-height: 82px;
    min-width: auto;
    max-width: 250px;
}

.quotation-quote-index .opc-wrapper .fieldset > .field > .label, .quotation-quote-index .opc-wrapper .fieldset > .fields > .field > .label {
    font-weight: 600;
}

/* Request for Quote button */
.movetoquote-button,
.movetocart-button,
.directquote-button,
.miniquote-movetocart-button,
.minicart-movetoquote-button,
div.products-grid .toquote {
    padding: 7px;
    width: auto;
    padding-top: 8px;
    padding-bottom: 10px;
}

div.products-grid .tocart {
    margin: 5px 0;
}

div.list .tocart {
    margin: 5px 0;
}

.product-addtoquote-button,
.quote-btn-list,
.action.upload.secondary {
    background: transparent;
    border: 2px solid #1979c3;
    color: #1979c3;
    width: 100%;
    box-shadow: none;
}

.action.upload.secondary {
    font-size: 1.6rem;
    padding: 10px;
}

@media (min-width: 768px), print {
    .product-addtoquote-button,
    .quote-btn-list {
        background: transparent;
        border: 2px solid #1979c3;
        color: #1979c3;
        width: auto;
    }

    .table-comparison .tocart {
        margin-bottom: 5px;
    }
}

.action.upload.secondary:hover {
    background: #1979c3;
    border-color: #1979c3;
    color: #fff;
}

.action.upload.secondary:focus, .action.upload.secondary:active {
    background: #006bb4;
    border-color: #006bb4;
    color: #fff;
}

.product-addtoquote-button {
    font-size: 1.8rem;
    height: 47px;
}

.product-info-main .product-addtoquote-button {
    line-height: 2.2rem;
    width: 100%;
    font-size: 1.8rem;
}

@media (min-width: 768px), print {
    .product-info-main .product-addtoquote-button {
        padding: inherit;
        width: 49%;
        margin-right: 1%;
        margin-bottom: 15px;
    }
}

.movetoquote-button,
.movetocart-button,
.directquote-button,
.miniquote-movetocart-button,
.minicart-movetoquote-button {
    border: 2px solid #1979c3;
}

.product-addtoquote-button:hover,
.quote-btn-list:hover {
    background: #1979c3;
    border: 2px solid #1979c3;
    box-shadow: none;
    color: #fff;
}

@media (min-width: 768px), print {
    div.products-grid .toquote {
        width: auto;
        min-width: 103px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.movetoquote-button:hover,
.movetocart-button:hover,
.directquote-button:hover,
.miniquote-movetocart-button:hover,
.minicart-movetoquote-button:hover {
    background: #006bb4;
    border: 2px solid #006bb4;
    color: #fff;
}

.movetoquote-button:focus,
.movetocart-button:focus,
.directquote-button:focus,
.miniquote-movetocart-button:focus,
.minicart-movetoquote-button:focus,
.product-addtoquote-button:focus,
.quote-btn-list:focus {
    background: #006bb4;
    border: 2px solid #006bb4;
    color: #fff;
}

@media (min-width: 768px), print {
    .cart.table-wrapper .item .col.item {
        width: 100%;
    }
}

@media all and (min-width: 768px) and (max-width: 1050px), print {
    .quotation-quote-index .item {
        width: 100%;
    }

    .quotation-quote-index .product-item-name {
        width: auto;
    }

    .quotation-quote-index .product-image-container {
        width: 100px;
    }
}

.c2q-price {
    font-size: 1.3rem;
    font-weight: 700;
}

.both-prices-excluding {
    padding-bottom: 4px;
}

.both-prices-including {
    padding-bottom: 11px;
}

.both-prices-excluding span,
.both-prices-including span {
    display: block;
    font-size: 1.3rem;
    line-height: 1;
}

.both-prices-excluding .tax-label,
.both-prices-including .tax-label {
    display: block;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
}

.both-prices-excluding .tax-label span,
.both-prices-including .tax-label span {
    display: inline-block;
    font-size: 1.1rem;
}

.col.qty .both-prices-including:last-child {
    padding-bottom: 0;
}

.col.qty .both-prices-including,
.col.qty .item .both-prices-including {
    padding-bottom: 45px;
}

@media (max-width: 640px) {
    .col.qty .both-prices-including,
    .col.qty .item .both-prices-including {
        padding-bottom: 13px;
    }
}

.price-including span,
.price-excluding span {
    display: block;
    font-size: 1.4rem;
    line-height: 1;
    padding: 4.5px 0;
}

.price-including .tax-label,
.price-excluding span.tax-label {
    padding: 0;
}

.col.qty .item {
    font-weight: 700;
}

.col.qty .item .title,
.col.qty .item .content {
    display: inline-block;
}

@media (max-width: 640px) {
    .col.tier {
        text-align: right;
    }
}

.col.tier input[type='radio'] {
    margin: 0;
}

@media (max-width: 640px) {
    .col.tier input[type='radio'] {
        margin: 2px 5px 0 0;
    }
}

.col.del .action.action-delete {
    color: inherit;
}

.single-price-break {
    height: 3px;
}

.both-prices-break {
    height: 46px;
}

.col.tier div:last-child {
    height: 0;
}

.miniquote-movetocart-button,
.minicart-movetoquote-button {
    width: 100%;
}

.input-text.tierqty {
    margin-top: 5px !important;
}

button#quoteawish.action.primary.quoteawish {
    display: inline-block !important;
}

button#notquotable.action.primary.notquotable {
    display: inline-block !important;
}

.modal-header {
    text-align: center;
}

.tiers-block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.quotation-quote-index .cart.table-wrapper th.col.qty {
    text-align: center;
}

.quotation-quote-index .cart.table-wrapper td.col.qty {
    padding-bottom: 25px;
}

@media (max-width: 767px) {
    .quotation-quote-index .cart.table-wrapper td.col.qty {
        text-align: right;
    }
}

.cart.table-wrapper .add-row-tier, .add-row-tier.actions-toolbar, .cart.table-wrapper .tiers-block .actions-toolbar {
    padding-bottom: 0;
}

.field.qty.tier-qty {
    position: relative;
    padding-right: 14px;
}

@media (max-width: 767px) {
    .field.qty.tier-qty {
        text-align: right;

        padding-right: 0;
    }
}

.cart.table-wrapper .field.qty.tier-qty input {
    width: 60px;
}

body .cart.table-wrapper .tier-qty .action-delete {
    position: absolute;
    right: -25px;
    top: 12px;
}

.action.action-addtier {
    position: relative;
    right: 55px;
    bottom: -4px;
    margin-bottom: 20px;
    color: #757575;
    font-size: 13px;
}

.action.action-addtier:hover {
    color: #333333;
}

.action.action-addtier span {
    display: none;
}

.tier-qty .field-tooltip {
    position: relative;
}

.tier-qty .field-tooltip-content {
    display: none;
    top: 0;
    text-align: left;
}

.cart.table-wrapper .action-addtier.field-tooltip {
    text-align: center;
    border: 1px solid #c2c2c2;
    width: 60px;
    height: 36px;
    display: inline-block;
    right: 0;
    bottom: auto;
    top: 5px;
    margin: 0;
    opacity: .5;
}

.cart.table-wrapper .action-addtier.field-tooltip:hover {
    opacity: 1;
}


.action-addtier.field-tooltip:hover + .field-tooltip-content {
    display: block;
    left: auto;
    right: -288px;
}

@media (max-width: 767px) {
    .action-addtier.field-tooltip:hover + .field-tooltip-content {
        right: -80px;
        top: 56px;
        left: auto;
        white-space: normal;
    }

    .action-addtier.field-tooltip:hover + .field-tooltip-content:before,
    .action-addtier.field-tooltip:hover + .field-tooltip-content:after {
        right: 50%;
        margin-right: -35px;
    }
}


.cart.table-wrapper .tier-qty .action-delete:before {
    font-size: 16px;
}

.action.action-addtier:before {
    content: '\e909' !important;
    font-family: 'cart2quote-iconset' !important;
    font-weight: bold;
    color: #757575;
    font-size: 17px;
    line-height: 36px;
}

.action.action-addtier:hover, .action.action-addtier:active, .action.action-addtier:hover:before {
    text-decoration: none;
}

#customer-email-fieldset {
    padding-bottom: 20px;
}

.cart-summary {
    width: 23%%;
    min-width: 0;
    padding: 20px;
    order: 2;
    -webkit-order: 2;
    background: #f5f5f5;
}

.quote-details-container {
    float: right;
    width: 40%;
    padding: 0 0 0 50px;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

@media (max-width: 767px) {
    .quote-details-container {
        width: 100%;
        padding-left: 0;
    }
}

.quote-details-container .step-title {
    line-height: 1;
    font-family: inherit;
    font-weight: 300;
    font-size: 2.4rem;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #cccccc;
}

@media (min-width: 768px) {
    body.quotation-quote-index .cart-summary {
        max-width: 35%;
        width: 35%;
        float: right;
    }
}

@media (max-width: 767px) {
    body.quotation-quote-index .cart-summary {
        order: 1;
        -webkit-order: 1;
    }

    body.quotation-quote-index .quote-details-container .cart-summary {
        order: 2;
        -webkit-order: 2;
    }
}

@media (max-width: 767px) {
    .cart-summary {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    body.quotation-quote-index .quote-details-container .cart-summary {
        float: none;
        width: 100%;
        max-width: 100%;
    }
}

.cart-summary .form.form-login {
    margin: 0;
    width: 100%;
    max-width: 100%;
    padding-bottom: 0;
    background: transparent;
    border-bottom: 0;
}

@media (max-width: 767px) {
    .cart-summary .form.form-login {
        padding: 0;
    }
}

.cart-summary .form.form-login .fieldset .field {
    margin-bottom: 0;
}

.fieldset > .field:last-child, .fieldset > .fields > .field:last-child {
    margin-bottom: 20px;
}

.cart-summary .form.methods-shipping {
    background: transparent;
}

@media (max-width: 767px) {
    .cart-summary .form.methods-shipping {
        padding: 0;
        border: 0;
    }
}

.cart-summary .authentication-wrapper button span {
    color: inherit;
}

.cart-summary .form-login {
    border-bottom: 0;
}

.cart-summary .fieldset {
    margin: 0;
}

.cart-summary #co-select-form {
    margin-top: 0;
    margin-bottom: 20px;
}

.cart-summary #co-select-form label {
    font-weight: 600;
}

.cart-summary #co-select-form div {
    padding: 2px 0;
}

.cart-summary #co-guest-form {
    margin-bottom: 15px;
}

.cart-summary #co-guest-form label {
    font-weight: 600;
}

.cart-summary #co-guest-form .co-guest-form-explainer {
    display: none;
    font-weight: 400;
    padding: 7px 12px;
    margin: 10px 0 0 0;
    background: #e8e8e8;
    border-radius: 1px;
}

.cart-summary #co-guest-form input[type="checkbox"]:checked + label span.co-guest-form-explainer {
    display: block;
}

.cart-summary .field.choice {
    display: block;
    clear: both;
    float: none;
    margin: 13px 0;
}

@media (max-width: 767px) {
    .cart-summary .checkout-methods-items {
        padding: 0;
    }
}

@media (max-width: 639px) {
    .cart-summary .checkout-methods-items {
        padding: 0 15px;
    }
}

.cart-summary .field.choice:first-child {
    margin-top: 0;
}

.cart-summary .field.choice:last-child {
    margin-bottom: 20px;
}

.file-upload-container {
    float: right;
    width: 40%;
}

.quote-details-container .file-upload-container {
    order: 1;
    -webkit-order: 1;
    padding: 15px 15px 20px 15px;
    width: 100%;
    background: none;
    background: #f5f5f5;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .quote-details-container .file-upload-container {
        order: 1;
        -webkit-order: 1;
    }
}

.file-upload-container ul:not(.uploaded-files) {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.file-upload-container ul:not(.uploaded-files) i {
    font-style: normal;
}

.file-upload-container ul.uploaded-files {
    padding: 10px 0 0px 0;
    margin: 13px 0 0 0;
    list-style: none;
}

.file-upload-container ul.uploaded-files.empty {
    margin: 13px 0 5px 0;
    padding: 0;
}

.file-upload-container ul.uploaded-files li {
    padding: 4px 10px 4px 0;
}

.file-upload-container ul.uploaded-files a.action-delete {
    position: relative;
    padding-left: 20px;
}

.file-upload-container ul.uploaded-files a.action-delete i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
}

#fileUpload .upload-header p, #fileUpload .upload-row div {
    float: left;
    width: 50%;
    font-weight: 600;
}

.file-upload-container .upload-header p {
    margin-bottom: 7px;
}

.file-upload-container.upload-header p:nth-child(2) {
    padding-left: 10px;
}

.file-upload-container .upload-row {
    padding: 5px 0;
}

.file-upload-container input[type="text"] {
    padding: 3px 10px;
}

.file-upload-container input[type="file"] {
    width: 100%;
}

.file-upload-container div.upload-row-title {
    padding-right: 10px;
}

.file-upload-container div.upload-message {
    display: none;
}

.file-upload-container .uploaded-files {
    padding: 11px 0 2px 20px;
    list-style: inherit;
    border-top: 1px solid #ccc;
}

.file-upload-container .uploaded-files:after, .clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.file-upload-container li {
    margin: 0;
    padding: 4px 0;
}


.file-upload-container button.action {
    width: 100%;
    margin-top: 15px;
}

@media (max-width: 767px) {
    .quotation-quote-index .cart-container {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
    }
}

.cart-container * {
    box-sizing: border-box;
}


.quotation-quote-index .cart-container .form.form-cart {
    width: 60%;
    min-width: 60%;
    padding: 0;
}

@media (max-width: 767px) {
    .quotation-quote-index .cart-container .form.form-cart {
        width: 100%;
        min-width: 100%;
        order: 3;
        -webkit-order: 3;
    }
}

div .action.secondary.cart2quote-reject-btn {
    float: right;
    margin-bottom: 5px;
    width: 159px;
}

.rejected_success {
    margin-bottom: 39px;
}

div .action.primary.reject-proposal-button {
    margin-top: 10px;
}

.action.primary.cart2quote-accept-checkout-btn {
    margin-left: 5px;
}

div .return_to_quotation_view_btn {
    margin-top: 8px;
    height: 33px
}

.action.primary.checkout.movetoquote.movetoquote-button {
    width: 100%;
    padding: 14px 17px;
}

.action.primary.checkout.movetocart.movetocart-button {
    width: 100%;
    padding: 14px 17px;
    line-height: 2.2rem;
    font-size: 1.8rem;
}

#miniquote-movetocart,
#minicart-movetoquote {
    font-weight: 400;
    font-size: 1.4rem;
    padding: 5px;
}

#minicart-movetoquote {
    margin-top: 10px;
}

#quotation_quote_success_page {
    text-align: center;
}

#quotation_quote_success_continue_shopping.actions-toolbar .primary {
    float: unset;
}

#quotation_quote_success_continue_shopping {
    text-align: center;
}

.quote-rejected-success-page {
    text-align: center;
}

body .order-details-items.file-uploads table thead th, body .order-details-items.file-uploads table thead td {
    display: table;
    width: 100%;
}

body .order-details-items.file-uploads ul, body .order-details-items.file-uploads ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

body .order-details-items.file-uploads .field-label {
    display: block;
    padding-top: 20px;
    padding-bottom: 10px;
}

body .order-details-items.file-uploads ul li:nth-child(odd) {
    background: #f5f5f5;
}

body .order-details-items.file-uploads ul li a {
    display: block;
    padding: 10px 20px;
}

body .order-details-items.file-uploads table thead th, body .order-details-items.file-uploads table thead td {
    display: table;
    width: 100%;
}

body .order-details-items.file-uploads ul, body .order-details-items.file-uploads ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

body .order-details-items.file-uploads .field-label {
    display: block;
    padding-top: 20px;
    padding-bottom: 10px;
}

body .order-details-items.file-uploads ul li:nth-child(odd) {
    background: #f5f5f5;
}

body .order-details-items.file-uploads ul li a {
    display: block;
    padding: 10px 20px;
}
/*
 * Copyright (c) 2020. Cart2Quote B.V. All rights reserved.
 * See COPYING.txt for license details.
 */

.action.primary.tocart.additional-button {
    text-align: center;
    font-size: 1.4rem;
}ul, ol {
}

ol {
    list-style-type: decimal;
}

nav ul, nav li {
    margin: 0;
    list-style: none;
    list-style-image: none;
}

.clear {
    clear: both;
    width: 100%
}

#wrapper {
    width: 100%;
    margin: 0 auto;
}

ul > li, ol > li {
    list-style: none
}

/*Main Style*/

.attachment_sections_box {
    width: 100%;
    text-align: center;
}

.attachment_sections_box .headbar {
    width: 100%;
    background: #F0F0F0;
    padding: 8px 0;
    text-align: center;
    margin-bottom: 10px;
}

.attachment_sections_box .headbar p {
    font-size: 24px;
    font-weight: normal;
    color: #333;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.attachment_sections_box .box {
    float: left;
    width: 30%;
    min-height: 110px;
    display: inline-block;
    background: #FFF;
    padding: 5px;
    box-shadow: 0 0 3px #F0F0F0;
    box-shadow: 0 0 3px #F0F0F0;
    margin: 5px;
}

.attachment_sections_box .box .name {
    background: #F0F0F0;
    padding: 5px;
}

.attachment_sections_box .box .name p {
    font-size: 12px;
    color: #1979C3;
    line-height: 22px;
}

.attachment_sections_box .box .name p a {
    font-size: 14px;
    color: #1979C3;
    font-weight: bold;
}

.attachment_sections_box .box .name p a:hover {
    color: #333;
}

.attachment_sections_box .box ul {
    list-style: none;
    margin: 8px 0;
    margin-left: 5px;
    text-align: left;
}

.attachment_sections_box .box ul li {
    clear: both;
    background: url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/li-list-icon.png) no-repeat left top 5px;
    line-height: 24px;
    padding-left: 6px;
}

.attachment_sections_box .box ul li a {
    font-size: 12px;
    color: #333;
    padding-left: 18px;
    line-height: 19px;
}

.attachment_sections_box .box ul li a:hover {
    color: #1979C3;
}

.clear {
    clear: both;
}

/*Detail Page*/

.attachment_sections_detail {
    width: 100%;
}

.attachment_sections_detail .headbar {
    background: #F0F0F0;
    padding: 8px;
    text-align: center;
    margin-bottom: 10px;
}

.attachment_sections_detail .headbar p {
    font-size: 24px;
    font-weight: normal;
    color: #333;
}

.attachment_sections_detail .product {
    width: 100%;
}

.attachment_sections_detail .product .name {
    background: #F0F0F0;
    padding: 5px;
    margin-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
}

.attachment_sections_detail .product .name p {
    font-size: 18px;
    font-weight: normal;
    color: #5A5A5A;
}

.attachment_sections_detail .product .name p img {
    float: right;
}

.attachment_sections_detail .product img {
    max-width: 100%;
    height: auto;
}

.attachment_sections_detail .attachment_categories {
    background: #FAFAFA;
    border: #E9E9E9 1px solid;
    padding: 5px;
    margin-top: 10px;
}

.attachment_sections_detail .attachment_categories ul {
    list-style: none;
    margin-top: 5px;
    margin-left: 5px;
}

.attachment_sections_detail .attachment_categories ul li {
    clear: both;
    background: url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/li-list-icon.png) no-repeat left top 5px;
    line-height: 24px;
}

.attachment_sections_detail .attachments ul li {
    clear: both;
    background: url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/li-list-attachment.png) no-repeat left top 5px;
    line-height: 24px;
}

.attachment_sections_detail .attachment_categories ul li p {
    color: #5A5A5A;
}

.attachment_sections_detail .attachment_categories ul li p a {
    font-size: 12px;
    color: #333;
    padding-left: 18px;
    line-height: 19px;
}

.attachment_sections_detail .attachment_categories ul li p a:hover {
    color: #1979C3;
}

/*Responsive CSS*/

@media (min-width: 200px) and (max-width: 400px) {

    .attachment_sections_box {
        width: 98%;
        margin: 0 auto;
}

    .attachment_sections_box .box {
        width: 98%;
        margin: 5px auto;
}

}

@media (min-width: 400px) and (max-width: 600px) {

    .attachment_sections_box {
        width: 98%;
        margin: 0 auto;
}

    .attachment_sections_box .box {
        width: 44%;
        margin: 5px;
}

}

@media (min-width: 600px) and (max-width: 700px) {

    .attachment_sections_box {
        width: 98%;
        margin: 0 auto;
}

    .attachment_sections_box .box {
        width: 29%;
        margin: 5px;
}

}

.attachment_sections_box .box_cms {
    margin-top: 12px;
    float: left;
    width: 100%;
    min-height: 110px;
    display: inline-block;
    background: #FFF;
    box-shadow: 0 0 3px #F0F0F0;
    box-shadow: 0 0 3px #F0F0F0;
    margin: 5px 5px 35px 5px;
}

.attachment_sections_box .box_cms h2 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}

.attachment_sections_box .box_cms .name {
    background: #F0F0F0;
    padding: 5px;
}

.attachment_sections_box .box_cms .name p {
    font-size: 12px;
    color: #1979C3;
    line-height: 22px;
}

.attachment_sections_box .box_cms .name p a {
    font-size: 14px;
    color: #1979C3;
    font-weight: bold;
}

.attachment_sections_box .box_cms .name p a:hover {
    color: #333;
}

.attachment_sections_box .box_cms ul {
    list-style: none;
    margin: 8px 0;
    margin-left: 5px;
    text-align: left;
}

.attachment_sections_box .box_cms ul li {
    clear: both;
    line-height: 24px;
    padding-left: 6px;
}

.attachment_sections_box .box_cms ul li a {
    font-size: 12px;
    color: #333;
    padding-left: 18px;
    line-height: 19px;
}

.attachment_sections_box .box_cms ul li a:hover {
    color: #1979C3;
}

@media (min-width: 200px) and (max-width: 400px) {

    .attachment_sections_box {
        width: 98%;
        margin: 0 auto;
}

    .attachment_sections_box .box_cms {
        width: 98%;
        margin: 5px auto;
}

}

@media (min-width: 400px) and (max-width: 600px) {

    .attachment_sections_box {
        width: 98%;
        margin: 0 auto;
}

    .attachment_sections_box .box_cms {
        width: 44%;
        margin: 5px;
}

}

@media (min-width: 600px) and (max-width: 700px) {

    .attachment_sections_box {
        width: 98%;
        margin: 0 auto;
}

    .attachment_sections_box .box_cms {
        width: 29%;
        margin: 5px;
}

}
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(../../frontend/OCC_Outdoors/occ/en_US/FME_Productattachments/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}/**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
 *
 * Glory to Ukraine! Glory to the heroes!
 */

.clearfix:after {
    content:"";
    display:table;
    clear:both;
}

.post-holder {
    padding-bottom: 20px;
    margin-bottom: 20px;
    
}
.blog-page-list .post-holder {padding: 0 0 30px 0;
    margin: 0 0 40px 0;
    border-bottom: 1px solid #dedede;}

.post-holder .post-header {
    position:relative;
    
}

.post-holder .post-header .post-info {
    margin: 0 0 30px 0;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 10px 0px;
}
.post-holder .post-header .post-info .item {
    display: inline-block;
    margin: 0 15px 0 0;
    position: relative;
    padding: 0 5px 0 0px;
    color: #89c75d;
    font-size: 18px;
}

.post-holder .post-header .post-info .dash {display: none; /* fix for old templates */}
.post-holder .post-header .post-info .label {font-weight: 700;}


.post-list {
    margin-top: 0px;
    margin-bottom: 20px;
    list-style: none;
}
.post-list-wrapper .post-list {padding-left: 0}

.post-list .post-content .post-read-more {padding-top:10px; }

.subcategory-links-wrapper ul,
.post-links-wrapper ul {list-style: none}

.post-content .post-description img {    
    margin: 15px auto;
    height: auto;
    width: 100%;
    max-height: 500px;
    object-fit: contain;
    background: #eee;
    padding: 10px;
}
.post-list .post-content .post-description{
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}
.post-content .post-description ul,
.post-content .post-description ol {list-style-position: outside;}

.post-content .post-description .mfblog-contents li {display: list-item;}
.post-content .post-description .mfblog-contents li li {margin-left: 15px;}

.post-content .post-description .post-ftimg-hld {margin: 0 0 10px 0;}

.post-content .post-description .mfblog-contents-toc {list-style: decimal;}
.post-content .post-description .mfblog-contents-toc li {margin-bottom: 1rem;}
.post-content .post-description .mfblog-contents-toc li > ol {margin-top: 1rem;}
.post-content .post-description .mfblog-contents-toc li:before {content: none;}
.post-content .post-description .mfblog-contents-toc li a {display: inline;}

.toolbar.toolbar-blog-posts{
    text-align: center;
}

/* Post Title */
.post-list .post-header .post-title-holder {display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.post-list .post-header .post-title {margin:0 0 24px 0;padding: 0px 0;}
.post-list .post-header .post-title a {
    text-decoration: none;    
    font-size: 48px;
    font-weight: 600;
    color: #000;
}
.post-list .post-header .post-title a:hover {
    color: #8b5e3b;
}
.post-list .post-holder .post-header .addthis_toolbox a {margin-bottom: 0;}

.post-list .hidden {display:none;}
.post-view .post-bottom {margin-top:30px;}

.post-view .post-nextprev-hld  {margin-bottom: 30px;}
.post-view .post-nextprev-hld .nextprev-link {font-weight: 700;}
.post-view .post-nextprev-hld .prev-link {float:left}
.post-view .post-nextprev-hld .next-link {float:right}

/* Post Gallery */
.post-view .post-gallery {margin:15px 0 15px 0}
.post-view .post-gallery .gallery-image-hld {margin: 0 14px 14px 0; border:1px solid #ccc; display: block; float:left}
.post-view .post-gallery .gallery-image{padding: 0; margin:0; display:block}

.post-view .block {margin-bottom: 30px;}

/* Widget Gallery */
.widget.block-categories ul {padding: 0;margin: 0;list-style: none;}
.widget.block-categories ul li {padding: 5px 0 5px 9px;margin: 0;}
.widget.block-categories ul ul {margin: 0;}

/* Widget RSS */
.widget.block-rss .rss-icon {float: left; width: 23px; padding-right: 10px;}

/* Widget Search */
.widget.blog-search {width:100%;margin-bottom: 40px;position: relative;float: right;}
.widget.blog-search .block-content {margin-bottom: 0;}
.widget.blog-search .block-content .form {position: relative;}
.widget.blog-search label {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;text-decoration: none;display: inline-block;float: right;}
.widget.blog-search .control {border-top: 0;margin: 0;padding: 0;clear: both;}
.widget.blog-search input {position: static;padding-right: 35px;margin: 0;left: -300%;}
.widget.blog-search .action.search {position: absolute;right: 10px;top: 0;bottom: 0;z-index: 1;height: 100%;margin: 0;padding: 0;display: inline-block;background-image: none;background: none;-moz-box-sizing: content-box;border: 0;box-shadow: none;line-height: inherit;text-decoration: none;text-shadow: none;font-weight: 400;}
.widget.blog-search .action.search:before {-webkit-font-smoothing: antialiased;content: '';margin: 0;vertical-align: top;display: inline-block;overflow: hidden;speak: none;width: 16px;height: 32px;background: url(../../frontend/OCC_Outdoors/occ/en_US/Magefan_Blog/images/search-icon.svg) no-repeat -10px -7px;background-size: 35px;opacity: 0.5;}
.widget.blog-search .action.search > span {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}

/* Widget Tag Claud */
.widget.block-tagclaud .smallest{font-size: 0.75em}
.widget.block-tagclaud .small{font-size:1em}
.widget.block-tagclaud .medium{font-size:1.25em}
.widget.block-tagclaud .large{font-size:1.5em}
.widget.block-tagclaud .largest{font-size:2em}

/* Widget Archive */
.widget.block-archive .item {margin: 5px 0;}
.widget.block-archive .item {display: block}

/* Widget Recent */
.blog-widget-recent .post-list {padding: 0;margin: 0;}
.blog-widget-recent .post-holder {width: 31.2%;float: left;margin: 1%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {width: 48%;}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder:nth-child(2n+1) {clear: both;}
@media (max-width: 767px) {
    .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {width: 98%;}
}
@media (max-width: 1024px) {
    .blog-widget-recent .post-holder {
        width: 48%;
    }
    .post-list .post-header .post-title a {
        font-size: 36px;
    }
}
@media (max-width: 767px) {
    .blog-widget-recent .post-holder {
        width: 98%;
    }

    .post-list .post-header .post-title a {
        font-size: 24px;
    }
    .post-list .post-content .post-description,
    .post-holder .post-header .post-info .item{
        font-size: 14px;
        line-height: 24px;
    }
    .blog-page-list .post-holder {
        padding: 0 0 20px 0;
        margin: 0 0 20px 0;
    }
    .post-holder .post-header .post-info {
        margin: 0 0 15px 0;
    }
}

.blog-widget-recent .post-description .post-text-hld {
    min-height: 150px;
    overflow-y: auto;
}

.blog-widget-recent-masonry .post-description .post-text-hld {
    max-height: none;
    min-height: 0;
}
.blog-widget-recent-masonry .post-description .post-ftimg-hld {
    width: 100%;
    margin: 0;
}

.mfblog-autoloader {text-align: center;}
.mfblog-autoloader .mfblog-show-onload {display: none;}


@media (max-width: 420px) {
    #mfblog_gcomments {max-width:345px; overflow-y: scroll;}
}

.blog-category-view .category-content,
.blog-tag-view .tag-content {padding-left: 0}

/* Posts List */
.widget.block-list-posts .block-content .item,
.widget.block-categories ul li,
.widget.block-archive .item {
    padding: 8px 0 0 0;
    position: relative;
    display: block;

}
.widget.block-list-posts .block-content .item a,
.widget.block-categories ul li a,
.widget.block-archive .item a{
    font-size: 20px;
    color: #666666;
    padding: 0 0 0 20px;
    display: inline-block;
    
}
.widget.block-list-posts .block-content .item a:hover,
.widget.block-categories ul li a:hover,
.widget.block-archive .item a:hover,
.widget.block-list-posts .block-content .item:before:hover{
    color: #8b5e3b
}


.widget.block-list-posts .block-content .item a:before,
.widget.block-categories ul li a:before,
.widget.block-archive .item a:before {
    content: "\f101";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    color: #666666;
}
.widget.block-list-posts .block-content .item .post-image {
    width: 60px;
    float: left;
    border-radius: 0;
    padding: 2px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    margin-right: 12px;
}
.widget.block-list-posts .block-content .item .post-image .post-item-link {
    display: inline-block;
}
.widget.block-list-posts .block-content .item .post-image .post-item-link img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}
/* END Posts List */

/* Fix Related Products */
.blog-post-view .products-grid .product-item {
    display: inline-block;
    margin-left: 2%;
    width: calc((100% - 2%)/2);
}
.blog-post-view .product-item:nth-child(2n+1) {
    margin-left: 0;
}
.blog-post-view .products-grid .product-item .product-item-info {
    width: auto;
}
@media (min-width: 640px){
    .blog-post-view .products-grid .product-item {
        display: inline-block;
        margin-left: 2%;
        width: calc((100% - 4%)/3);
    }
    .blog-post-view .products-grid .product-item:nth-child(2n+1) {
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(3n+1) {
        margin-left: 0;
    }
}
@media (min-width: 1024px){
    .blog-post-view .products-grid .product-item {
        width: calc((100% - 8%)/5);
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(3n+1) {
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(5n+1) {
        margin-left: 0;
    }
}
@media (min-width: 768px){
    .blog-page.page-layout-2columns-right .sidebar-additional{
        width: 24%;
    }
    .blog-page.page-layout-2columns-right .column.main{
        width: 71.25%;
    }
    .blog-page.page-layout-2columns-right .page-main{
        margin-top: 0 !important;
    }
    .blog-page .page-main > .page-title-wrapper .page-title{
        padding-top: 0 ;
    }
}

@media (max-width: 767px){
    .widget.block-list-posts .block-content .item a, 
    .widget.block-categories ul li a, 
    .widget.block-archive .item a{
        font-size: 16px;
    }
    .widget.block-list-posts .block-content .item, 
    .widget.block-categories ul li, 
    .widget.block-archive .item{
        padding: 0;
    }
}
/* Icons */
.post-holder .post-header .post-info .item:hover,
.post-holder .post-header .post-info .item:hover a{
    color: #8b5e3b;
}
.mf-blog-icon {cursor: pointer;font-style: normal;}
.mf-blog-icon::before {
    font-family: 'FontAwesome';
    font-size: 16px;
    margin-right: 8px;
    -moz-transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}
.mf-blog-icon.mfbi-calendar::before {content: "\f073";}
.mf-blog-icon.mfbi-folder::before {content: "\f07c";}
.mf-blog-icon.mfbi-comments {background-image: url('../../frontend/OCC_Outdoors/occ/en_US/Magefan_Blog/images/comments-icon.svg')}
.mf-blog-icon.mfbi-tags::before  {content: "\f02c";}
.mf-blog-icon.mfbi-user::before {content: "\f007";}
.mf-blog-icon.mfbi-views {background-image: url('../../frontend/OCC_Outdoors/occ/en_US/Magefan_Blog/images/views-icon.svg')}
/* END Fix Related Products */

/* All Widget Templates ************************************************************************************************
***********************************************************************************************************************/
body.blog-page {
    --color-white: #ffffff;
    --color-green: #28a745;
    --color-yellow: #ffc107;
    --color-blue: #4db2ec;
    --color-black: #222222;
    --color-gray: #6c757d;
    --color-red: #dc3545;
    --border-color: #d5d6da;
}

.fav-color-green {color: #28a745;}
.fav-color-yellow {color: #ffc107;}
.fav-color-blue {color: #4db2ec;}
.fav-color-black {color: #222222;}
.fav-color-gray {color: #6c757d;}
.fav-color-red {color: #dc3545;}


/* Buttons */
.btn-white {background-color: #fff !important;color: #7d7d7d !important;border: 1px solid #bbb !important;}
.btn-white:hover {background-color: #4db2ec !important;color: #fff !important; border: 1px solid #4db2ec !important;}
.btn-black {background-color: #222 !important;color: #fff !important;border: 1px solid #222 !important;}
.btn-black:hover {background-color: #4db2ec !important;color: #fff !important;border: 1px solid #4db2ec !important;}
.btn-blue {background-color: #4db2ec !important;color: #fff !important;border: 1px solid #4db2ec !important;}
.btn-blue:hover {background-color: #222 !important;color: #fff !important;border: 1px solid #222 !important;}


/* Slider *************************************************************************************************************/
.post-slider .post-block .image-wrap {padding-bottom: 450px;}
/* END Slider *********************************************************************************************************/


.clearfix:after {content:"";display:table;clear:both;}

.post-holder {margin-bottom: 40px;border-radius: 0;}



/* Blog Post List *****************************************************************************************************/
.post-list {margin-top: 0;margin-bottom: 20px;list-style: none;padding-left: 0}
.post-list .post-item.post-holder {margin: 0 0 30px 0;padding: 0;display: block;}
.post-list .post-container {display: -ms-flexbox;display: flex;}

/* Post Image ************************************/
.post-list .post-image {-ms-flex: 0 0 30%;flex: 0 0 30%;width: 30%;order: 0;}
.post-list .post-image .image-container {position: relative;}
.post-list .post-image .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.post-list .post-image .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
.post-list .post-image .image-wrap img {width: 100%;height: auto;vertical-align: middle;}
/* Post Category */
.post-list .post-image .post-category {position: absolute;left: 0;bottom: 0;display: block;font-size: 0;line-height: 1;}
.post-list .post-image .post-category a {display: inline-block;margin: 0 5px 0 0;padding: 5px 10px;background: #000;color: #fff;font-size: 11px;line-height: 12px;font-weight: 500;text-decoration: none;text-transform: uppercase;
    /*-webkit-transition: all 0.3s;-ms-transition: all 0.3s;transition: all .3s ease;*/}
.post-list .post-image .post-category a:hover {background: #4db2ec;}

/* Post Info **************************************/
.post-list.modern .post-info {padding: 0 0 0 25px;flex: 0 0 70%;max-width: 70%;width: 70%;order: 1;box-sizing: border-box;}
/* Post Title */
.post-list .post-info .post-title-wrap h3 {margin: 0;}
.post-list .post-info .post-title-wrap h3 a {font-size: 20px;line-height: 25px;font-weight: 500;}
/* Post Data */
.post-list .post-info .post-data-wrap {font-size: 11px;font-family: sans-serif;}
.post-list .post-info .post-data-wrap .post-date {font-size: 11px; margin: 0;padding: 0;box-shadow: none;float: none;width: auto;}
.post-list .post-info .post-data-wrap a {font-weight: 600;}
/* Post Description */
.post-list .post-description {line-height: 21px;font-size: 13px;}
/* Post View */
.post-list .post-view {display: block;background: #000;color: #fff;font-size: 10px;font-weight: 600;text-align: center;line-height: 11px;position: relative;top: -5px;padding: 4px 6px;}
.post-list .post-view:after {position: absolute;left: 0;bottom: -3px;content: '';width: 0;height: 0;border-style: solid;border-width: 3px 3px 0 0;border-color: #000 transparent transparent;}
/*.post-list .post-view {display: block;background: #000;color: #fff;font-size: 10px;font-weight: 600;text-align: center;line-height: 11px;position: relative;top: -5px;padding: 4px 6px;}*/
/*.post-list .post-view:before {display: inline-block;content: "\f06e";width: 10px;height: 10px;text-align: center;margin-right: 3px;*/
/*    font: normal normal normal 14px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}*/
/* Read More */
/*  .post-list .post-read-more {display: none;}  */
.post-read-more a.post-read {display: inline-block;color: #fff;background-color: #4db2ec;font-size: 13px;font-weight: 500;line-height: 1;padding: 10px 15px;}
.post-read-more a.post-read:hover {color: #fff;/*background: #222222;*/text-decoration: none;}
/*@media (max-width: 1200px) {
    .blog-index-index .post-list /*.post-read-more *//* {display: none;}
}
*/
@media (max-width: 768px) {
    .post-list .post-item.post-holder {margin-bottom: 1.5rem;}
}
@media (max-width: 767px) {
    .post-list .post-image .post-category {display: none;}
    .post-list .post-info {padding: 0 0 0 15px;}
    .post-list.modern .post-description {display: none;}
    .post-read-more a.post-read {display: none;}
}
@media (max-width: 640px) {
    .post-list .post-info .post-title-wrap h3 a {font-size: 14px;font-weight: 600;line-height: 1.4;display: inline-block;
        /*max-height: 39px;overflow: hidden;*/}
}


/* Images Format *******************************************/
.post-image .image-wrap._16x9 {padding-bottom: 35% !important;}
.post-image .image-wrap._4x3 {padding-bottom: 67% !important;}
.post-image .image-wrap._3x2 {padding-bottom: 55% !important;}
.post-image .image-wrap._1x1 {padding-bottom: 100% !important;}
@media (max-width: 768px) {

}
/* Blog Post List *****************************************************************************************************/


/* Blog Post List Modern **********************************************************************************************/
.post-list.modern .post-item.post-holder {margin: 0 0 30px 0;padding: 0 0 30px 0;}
.post-list.modern .post-info .post-title-wrap h3 a:hover {text-decoration: none;transition: all .2s ease;}
.post-list.modern .post-info .post-data-wrap a:hover {text-decoration: none;transition: all .2s ease;}
/* Blog Post List Modern **********************************************************************************************/


/* Post View **********************************************************************************************************/
/* Page Title */
/* Category */


/* Post Data */
.blog-post-view .post-data-wrap {
    font-size: 18px;font-family: 
    sans-serif;margin-bottom: 30px;    
    margin: 0 0 30px 0;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 10px 0px;
    color: #89c75d;
}
.blog-post-view .post-data-wrap a {font-weight: 600;}
.blog-post-view .post-data {color: #bbbbbb;}
/* Post View */
/* Post Comments */
.blog-post-view .post-comments {margin-right: 20px;}
/* Social */
.blog-post-view .post-sharing {margin-bottom: 20px;}
/* Image */
.blog-post-view .post-featured-image img{
    font-size: 0;
    margin:  auto;
    height: auto;
    width: 100%;
    padding: 10px;margin-bottom: 20px;
}
/* Tags */
.blog-post-view .post-tag {margin-bottom: 20px;}
.blog-post-view .post-tag .post-tag-title {display: inline-block;padding: 7px 12px;border: 1px solid #222;background: #222;color: #fff;line-height: 1;margin: 0 10px 10px 0;text-transform: uppercase;font-size: 11px;}
.blog-post-view .post-tag .post-tags a {display: inline-block;border: 1px solid var(--border-color); /*color: #222; */background: #fff;padding: 7px 12px;margin-right: 10px;line-height: 1;font-weight: 600;letter-spacing: 1px;font-size: 11px;text-transform: capitalize;}
.blog-post-view .post-tag .post-tags a.current,
.blog-post-view .post-tag .post-tags a:hover {text-decoration: none;opacity: .9;background: #333;color: #fff;}

/* Post Text */
.blog-post-view .post-description {margin-bottom: 30px;}
.blog-post-view .post-description p {font-size: 1.8rem;line-height: 30px;margin: 0 0 1.5em;}

/* Post Bottom *****************************************/
.post-view .post-bottom {margin-top:30px;}

/* Post Sharing Bottom */
.post-sharing-bottom {padding: 30px 0;margin-bottom: 30px;border-top: 1px solid var(--border-color);border-bottom: 1px solid var(--border-color);}
.post-sharing-bottom .addthis_inline_share_toolbox {text-align: center;}

/* Post Gallery */
/*.blog-post-view .post-gallery {display: flex;flex-wrap: wrap;}*/
.blog-post-view .post-gallery {display: grid;grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));grid-gap: 20px;margin-bottom: 20px;}
.blog-post-view .post-gallery .gallery-image-hld {display: inline-block;}
.blog-post-view .post-gallery::before {display: none;}

/* Post Navigation */
.blog-post-view .post-nextprev  {display: flex;padding: 20px 0;margin-bottom: 30px;border-top: 1px solid var(--border-color);border-bottom: 1px solid var(--border-color);}
.blog-post-view .post-nextprev .nextprev-link {display: block;font-size: 20px;/*color: #222222;*/font-weight: 600;text-align: right;opacity: 0.7;}
.blog-post-view .post-nextprev .nextprev-link:hover {text-decoration: none;}
.blog-post-view .post-nextprev .nextprev-link span {display: block;color: #bbbbbb;font-size: 14px;font-weight: normal;}

/* Block Related */
.blog-post-view .post-bottom .block.related {margin-bottom: 0;}
.blog-post-view .post-bottom .block.related .block-title {margin: 0 0 25px;padding: 5px 0;border-bottom: 1px solid #222222;line-height: 1.42857143;}
.blog-post-view .post-bottom .block.related .block-title strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;}

/* Related Posts */
.mfblog-related-posts-block.block.related .post-list {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;
    position: relative;overflow: hidden;margin-left: -10px;margin-right: -10px;}
.mfblog-related-posts-block.block.related .post-list .post-item {-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;margin-bottom: 2rem !important;-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;padding-left: 10px;padding-right: 10px;width: 25%; box-sizing: border-box;}

.mfblog-related-posts-block.block.related .post-list .post-item .image-container {
    -ms-flex: 0 0;flex: 0 0;width: 100%;display: block;order: 0;margin-bottom: 10px;}
.mfblog-related-posts-block.block.related .post-list .image-container .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.mfblog-related-posts-block.block.related .post-list .image-container .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
.mfblog-related-posts-block.block.related .post-list .post-item .block-info {padding-left: 0 !important;padding-right: 0 !important;}
.mfblog-related-posts-block.block.related .post-list .block-info h3.post-title a {font-size: 14px !important;line-height: 20px !important;font-weight: 600 !important; /*color: #222222; */}
@media (max-width: 767px) {
    .mfblog-related-posts-block.block.related .post-list .post-item {flex: 0 0 50%;max-width: 50%;}
    .blog-post-view .post-description p{
        font-size: 14px;line-height: 24px;
    }
}

/* Related Products */
.mfblog-related-products-block.block.related .block-title {margin: 0 0 25px;padding: 5px 0;border-bottom: 1px solid #222222;line-height: 1.42857143;}
.mfblog-related-products-block.block.related .block-title strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;}

/* Block Comments */
.block.comments .c-count {margin: 0 0 20px;padding: 0;border-bottom: 1px solid #222222;font-weight: 400;}
.block.comments .c-count strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;display: inline-block;}
/* END Post Bottom *************************************/

@media (max-width: 767px) {
    .blog-post-view .page-title-wrapper .page-title {font-size: 20px;}
    .blog-post-view .post-nextprev .nextprev-link {font-size: 14px;line-height: 1.4;}
}
/* END Post View ******************************************************************************************************/


/* Animation Zoom */
.image-wrap .animation-type-zoom {display: block;line-height: 0;overflow: hidden;position: relative;}
.image-container .animation-type-zoom {-webkit-transition: transform .3s ease,opacity .3s;transition: transform .3s ease,opacity .3s;}
.image-container:hover .animation-type-zoom {transform: scale3d(1.1,1.1,1);  -webkit-transform: scale3d(1.1,1.1,1);}


/* Sidebar ************************************************************************************************************/
/* Block Search */
.widget.blog-search {width:100%;margin-bottom: 40px;position: relative;float: right;}
.widget.blog-search .block-content {margin-bottom: 0;}
.widget.blog-search .block-content .form {position: relative;}
.widget.blog-search  label {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;text-decoration: none;display: inline-block;float: right;}
.widget.blog-search .control {border-top: 0;margin: 0;padding: 0;clear: both;}
.widget.blog-search input {position: static;padding-right: 35px;margin: 0;left: -300%;}
.widget.blog-search .action.search {position: absolute;top: 0;right: 0;bottom: 0;height: 100%;z-index: 1;display: inline-block;-moz-box-sizing: content-box;border: 0;box-shadow: none;line-height: inherit;margin: 0;padding: 0 10px;text-decoration: none;text-shadow: none;font-weight: 400;border-radius: 0;}
.widget.blog-search .action.search:before {-webkit-font-smoothing: antialiased;content: '';margin: 0;vertical-align: top;display: inline-block;overflow: hidden;speak: none;width: 16px;height: 32px;background: url(../../frontend/OCC_Outdoors/occ/en_US/Magefan_Blog/images/search-icon-white.svg) no-repeat -10px -7px;background-size: 35px;opacity: 1;}
.widget.blog-search .action.search > span {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}
.blog-search .actions .action.search {background: #222222;right: 0;padding: 0 10px;border-radius: 0;}

/* Posts List */
.widget.block-list-posts .post-list .post-item .image-container {flex: 0 0 30%;width: 30%;display: block;order: 0;}
/* Images */
/* Span Background */
.widget.block-list-posts .post-list .image-container .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.widget.block-list-posts .post-list .image-container .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
/* Post Info */
.widget.block-list-posts .post-list .post-item .block-info .post-item-name {font-size: 14px;line-height: 20px;font-weight: 600;text-decoration: none;color: #333333;}
.widget.block-list-posts .post-list .post-item .block-info .block-date {color: #bbbbbb;}
.widget.block-list-posts .post-list .post-item .block-info .block-date .post-data {font-size: 11px;}

/* Post Grid */
.widget.block-list-posts .post-list .post-item {-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;margin-bottom: 2rem !important;}
.widget.block-list-posts .post-list .post-item .image-container {-ms-flex: 0 0;flex: 0 0;width: 100%;display: block;order: 0;margin-bottom: 10px;}
.widget.block-list-posts .post-list .post-item .block-info {padding-left: 0 !important;padding-right: 0 !important;}
/* END Posts List */

/* New Post List */
.widget.block-posts-list .post-item {display: flex;gap: 1.5rem;}
.widget.block-posts-list .post-item .image-container {flex: 0 0 33.333333%;width: 33.333333%;align-self: flex-start;display: block;order: 0;margin-bottom: 10px;}
.widget.block-posts-list .post-item .image-container .image-wrap {display: block;position: relative;overflow: hidden;}
.widget.block-posts-list .post-item .image-container .image-wrap._4x3 {padding-bottom: 70%;}
.widget.block-posts-list .post-item .image-container .image-wrap .bg-img {display: block;position: absolute;width: 100%;height: 100%;max-width: 100%;background-size: cover;background-position: center;}
.widget.block-posts-list .post-item .block-info .post-title {margin: 0 0 0.5rem 0 !important;}
.widget.block-posts-list .post-item .block-info .post-title .post-item-name {display: block;font-size: 16px;line-height: 22px;font-weight: 500;text-decoration: none;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;-o-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
.widget.block-posts-list .post-item .block-info .block-date {line-height: 1rem;}
.widget.block-posts-list .post-item .block-info .block-date .post-date {font-size: 11px;line-height: 1.2rem;color: #bbbbbb;font-family: sans-serif;}
.widget.block-posts-list .post-item .block-info .post-description {display: none;line-height: 21px;font-size: 13px;}
.widget.block-posts-list .post-item .block-info .read-more {display: none;}
/* END New Post List */


/* RSS Feed */
.widget.block-rss .rss-icon {width: 23px;filter: grayscale(100%);vertical-align: middle;}
/* End Sidebar ********************************************************************************************************/
/**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
 *
 * Glory to Ukraine! Glory to the heroes!
 */
/*
Theme Name: OCC Outdoors Child
Theme URI: https://wordpress.org/themes/twentyseventeen/
Template: OCCOutdoors
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Tags: one-column,two-columns,right-sidebar,flexible-header,accessibility-ready,custom-colors,custom-header,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,post-formats,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready
Version: 1.7.1533632817
Updated: 2018-08-07 09:06:57

*/
.blog-post-view .container {
    max-width: 1600px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.blog-page-list .post-content .post-description p img{
    background: #eee;
    width: 100%;
}
.blog-page-list .post-header span.value a {
    color: #89c75d;
}
.blog-page-list .post-description .intro::first-letter {
    color: black; display:inline; float:unset; font-size: 18px; line-height: 0.8em; margin: 0.12em 0.1em 0 0; text-transform:uppercase;
}
.post-description a:visited{
    color: #89c75d;
}
.post-description a:visited:hover{
    color: #8b5e3b;
}
.post-description blockquote {
    padding: 20px;
    margin: 24px 0;
    border-left: 5px solid #8b5e3b;
    background-color: #e3e7ed;
    font-size: 18px;
    border-radius: 2px 0 0 2px;
}
.blog-post-view .post-description blockquote p {
    margin-bottom: 0;
}
.post-content .post-description p img {
    width: auto;
    background-color: white;
}
.post-description h3 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 25px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: #000;
    letter-spacing: 0;
    text-transform: capitalize;
    padding-top: 1em;
    margin-bottom: 25px;
}
.blog-post-view .page-title::before,
.blog-post-view .page-title::after {
    height: 0;
}
.blog-post-view .post-content .post-featured-image {
    padding: 15px;
    background: #e3e7ed;
    text-align: center;
    margin-bottom: 15px
}
.blog-post-view .post-content .post-featured-image img {
    width: auto;
}
.blog-post-view h1{font-size:48px;}
.blog-post-view h2{font-size:44px;}
.blog-post-view h3{font-size:40px;}
.blog-post-view h4{font-size:36px;}
.blog-post-view h5{font-size:32px;}
.blog-post-view h6{font-size:28px;}
.blog-post-view .post-data-wrap span {
    margin: 0 15px 0 0;
}
.blog-post-view .post-data-wrap .post-date{    
    color: #89c75d;
}
.blog-post-view .post-data-wrap .post-date:hover{    
    color: #8b5e3b;
}
.blog-post-view .post-data-wrap .post-category::before,
.blog-post-view .post-data-wrap .post-date::before,
.blog-post-view .post-data-wrap .post-author-name::before {
    font-family: 'FontAwesome';
    font-size: 16px;
    margin-right: 8px;
    -moz-transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    box-sizing: inherit;
}
.blog-post-view .post-data-wrap .post-date::before {
    content: "\f073";
}
.blog-post-view .post-data-wrap .post-category:hover::before,
.blog-post-view .post-data-wrap .post-author-name:hover::before,
.blog-post-view .post-data-wrap .post-date:hover::before {
    color: #8b5e3b;
}
.blog-post-view .post-data-wrap .post-category::before {
    content: "\f07c";
}
.blog-post-view .post-data-wrap .post-author-name::before {
    content: "\f007";
}
.blog-post-view h1.page-title {
    font-weight: 600;
}
h1:first-child, 
h2:first-child, 
h3:first-child, 
h4:first-child, 
h5:first-child, 
h6:first-child {
    padding-top: 0;
}
.post-description h2 {
    font-size: 44px;
    font-weight: 600;
}
.blog-post-view .post-data-wrap.tab a {font-weight: 400;}

.blog-page .sidebar-additional .widget .block-content .item a:hover,
.blog-page .sidebar-additional .widget ul li a:hover,
.blog-page .sidebar-additional .widget .block-content .item a:hover::before,
.blog-page .sidebar-additional .widget ul li a:hover::before,
.blog-post-view .post-nextprev .nextprev-link:hover {
    color: #8b5e3b;
}
.blog-post-view .post-nextprev .nextprev-link span {
    display: none;
}
.blog-post-view .post-nextprev .nextprev-link {
    color: #89c75d;
    position: relative;
    text-align: left;
}
.blog-post-view .post-nextprev .nextprev-link.next-link::after {
    content: "\f178";
    font-family: 'FontAwesome';
}
.blog-post-view .post-nextprev .nextprev-link.prev-link::before {
    content: "\f177";
    font-family: 'FontAwesome';
}


.page-footer .widget.block.block-static-block{
    padding-bottom: 0;
}
.quick_links li{
    padding: 0 22px ;
}
/* 1200  536 */
.navigation li.level0{ margin: 0 0 0 -2.5px; }
.blog-page .page-main{
    padding: 60px 0 ;
}
.has-sidebar:not(.error404) #primary{
    width: 71.25%; 
}
.has-sidebar #secondary{
    width: 24%; padding-bottom: 0;
}
.blog .content-area article{
    padding: 0 0 30px 0; margin: 0 0 40px 0; border-bottom:1px solid #dedede;
}
.blog .content-area article:last-child{
    border-bottom: 0; padding: 0; margin: 0;
}
.post-thumbnail{
    padding: 15px; background: #e3e7ed; margin: 0 0 30px 0;
}
.post-thumbnail img{
    display: block; margin: auto;
}
.blog-page .page-main .page-header .page-title{
    letter-spacing: 0; text-transform: none;
}
.post .entry-header{
    padding: 0 ; margin: 0 0 24px 0;
}
.post .entry-header .entry-title{
    font-size: 48px; font-weight: bold; line-height: 1.3; margin: 0 0 0 0; color: #000; font-weight: 600; letter-spacing: -0.5px;
}
.post .entry-header .entry-title a{
    color: #000;
}
.post .entry-header .entry-title a:hover{
    color: #8b5e3b;
}
.post-thumbnail a:hover img, .post-thumbnail a:focus img{opacity:1;}
.meta-tag{
    margin: 0 0 30px 0; border-top: 1px solid #ededed;border-bottom: 1px solid #ededed; padding: 10px 0px;
}
.post-thumbnail a img{border:1px solid #c3cbd8;}
.meta-tag span{
    margin: 0 15px 0 0; position: relative; padding: 0 5px 0 0px; font-size: 18px; color: #89c75d;  
}
.meta-tag span a{
    color: #89c75d;
}
.meta-tag span a:hover{
    color: #8b5e3b;
}
.meta-tag span a::before{
    font-family: 'FontAwesome'; font-size: 16px;margin-right:8px;
    -moz-transition:0.2s all ease-in-out;-webkit-transition:0.2s all ease-in-out;transition:0.2s all ease-in-out;
}
.meta-tag .post-date a:first-child:before{content:"\f073";}
.meta-tag .post-category a:first-child:before{content: "\f07c";}
.meta-tag .post-tags a:first-child:before{content: "\f02c";}
.meta-tag .post-author a:first-child:before{content: "\f007";}
.post-description .intro::first-letter {
    color: #89c75d; display:inline; float:left; font-size: 3.5em; line-height: 0.8em; margin: 0.12em 0.1em 0 0; text-transform:uppercase;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.entry-content .intro::first-letter {
    color: #89c75d;  display:inline; float:left; font-size: 3.5em; line-height: 0.8em; margin: 0.12em 0.1em 0 0; text-transform:uppercase;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.navigation .ui-menu li.level0:hover ul{display: block ;}
/*== Post Paginate ==*/
.content-area .custom-paginate{background-color: transparent;}
.custom-paginate ol{margin: 0; padding: 0; text-align: center;}
.custom-paginate ol li{margin: 0 3px; padding: 0; display: inline-block;}
.custom-paginate ol li a,.custom-paginate ol li .current{border: 1px solid #e3e7ed ; background-color: #e3e7ed ;  font-size: 16px; font-weight: 400; border-radius: 0 ; font-family: "Poppins",sans-serif ;display: inline-block; width: 36px; line-height: 36px; padding-bottom: 0 ; padding-top: 0 ;}
.custom-paginate ol li a:hover{background-color: #89c75d ; color: #FFF ; border-color: #89c75d ;}
.custom-paginate ol li a.prev,
.custom-paginate ol li a.next{width: auto; padding: 0 15px ;}
.custom-paginate ol li .current{opacity: 1 ; background-color: #89c75d ; color: #FFF ; border-color: #89c75d ;}
.post-description > :last-child{margin-bottom:0 ;}
.entry-content > :last-child{margin-bottom:0 ;}
/*== Post Paginate End ==*/

/*== Sidebar CSS ==*/
#secondary .widget{padding: 0; margin: 0 0 35px 0;}
#secondary .widget:last-child{margin: 0;}
#secondary .widget-title{border-bottom: 1px solid #eee; padding-bottom: 20px; margin: 0 0 30px 0; text-transform: uppercase; font-size: 25px; font-weight: 500; line-height: 1.1; position: relative; letter-spacing: 0;}
#secondary .widget-title::after{content: ""; height: 2px; width: 100px; background-color: #89c75d; position: absolute; left: 0; bottom: 0;}
#secondary .widget ul li a{font-size: 20px; color: #666666; position: relative; padding: 0 0 0 20px; display: inline-block;}
#secondary .widget ul li a:hover{color: #8b5e3b;}
#secondary .widget ul li a:before{content: "\f101"; font-family: 'FontAwesome'; position: absolute; left: 0; top: -1px;}
/*== Sidebar CSS End ==*/
.single-post article.post{margin: 0 0 40px 0;}
.single-post .content-area .navigation{background-color: transparent; margin: 0 0 40px 0;}
.single-post .content-area .navigation .nav-links{padding: 0;}
.single-post .content-area .navigation .nav-title{line-height: 1;   font-size: 18px; font-weight: 500;}
.single-post .content-area .navigation .nav-links a span{color: #89c75d;}
.single-post .content-area .navigation .nav-links a:hover span,.single-post .content-area .navigation .nav-links a:hover .icon{color: #8b5e3b;}
.single-post .content-area .navigation .nav-title .nav-title-icon-wrapper{position: relative; left: 0; right: 0;}
.nav-toggle:before{content:"\f0c9";font-family:'FontAwesome';}
.sfsi_widget .norm_row{min-width:240px;}

/* Media Query */
@media only screen and (min-width: 768px){
    .miniquote-wrapper { margin-left: 13px; }
}
@media only screen and (max-width: 1180px){
    body {
        font-size: 16px;
        line-height: 24px;
    }
}
@media only screen and (max-width: 767px){
    body {
        overflow-x: hidden;
        font-size: 14px;
        line-height: 22px;
    }
    h2 {
        font-size: 24px;
    }
    h1, h2, h3, h4, h5, h6 {
        margin-bottom: 0.5em;
    }
}
@media only screen and (max-width: 1700px){
.post .entry-header .entry-title{ font-size: 44px; }
#secondary .widget-title{ font-size: 22px; }
.meta-tag span{ font-size: 17px; }
}

@media only screen and (max-width: 1440px){
.page-header{ padding-bottom: 10px; }   
.blog-page .page-main{ padding: 50px 0 ; }   
.post-thumbnail{ margin: 0 0 20px 0; padding: 12px; }   
.post .entry-header .entry-title{ font-size: 36px; }
.post .entry-header{ margin: 0 0 15px 0; }

.meta-tag{ margin: 0 0 15px 0; }
.meta-tag span::before{ top: 2px; }
#secondary .widget-title{ font-size: 20px; margin: 0 0 20px 0; }
#secondary .widget ul li a{ font-size: 18px; }
.page-title, h1{font-size:44px;}
h2{font-size:38px;}
h3{font-size:32px;}
h4{font-size:28px;}
h5{font-size:24px;}
h6{font-size:20px;}
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td{padding: 20px 10px;}
}

@media only screen and (max-width: 1340px){
.blog .content-area article{padding: 0 0 15px 0;margin: 0 0 30px 0;}
}

@media only screen and (max-width: 1279px){
.blog-page .page-main{ padding: 40px 0 ; }   
.post .entry-header .entry-title{ font-size: 28px; }
#secondary .widget-title{ font-size: 18px; }
#secondary .widget ul li a{ font-size: 16px; padding: 0 0 0 15px; }
#secondary .widget ul li{ margin-bottom: 0.5rem; }

.blog .content-area article{ padding: 0 0 10px 0; margin: 0 0 20px 0; }
#secondary .widget{ margin: 0 0 25px 0; }
.meta-tag span{ font-size: 15px; padding: 0 0 0 0; margin: 0 10px 0 0; }
.meta-tag span::before{ font-size: 14px; top: -1px; }
.meta-tag .post-date::before{ font-size: 13px; top: -1px; }
.page-title, h1{font-size:38px;}
h2{font-size:32px;}
h3{font-size:28px;}
h4{font-size:24px;}
h5{font-size:22px;}
h6{font-size:20px;}
}

@media only screen and (max-width: 1180px){
body{font-size:16px;line-height:24px;}
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td{padding: 15px 10px;}
}

@media only screen and (max-width: 999px){
.has-sidebar:not(.error404) #primary{width:100%;}
.has-sidebar #secondary{width:100%;}    
.has-sidebar .widget.sfsi .norm_row{width:220px ; }

.meta-tag { margin: 0 0 10px 0; }
#secondary .widget{ margin: 0 0 20px 0; }
#secondary .widget ul li a{ font-size: 15px; }
.page-title, h1{font-size:32px;}
h2{font-size:28px;}
h3{font-size:24px;}
h4{font-size:22px;}
h5{font-size:20px;}
h6{font-size:18px;}
.blog .content-area article{ padding: 0 0 20px 0; margin: 0 0 20px 0; }
.meta-tag{padding:5px 0;}
.quick_links li{padding: 0 20px ;}
.has-sidebar #secondary{margin-top:40px;}
.single-post .content-area .navigation .nav-title{font-size:16px;}
.single-post article.post{margin: 0 0 30px 0;}
/* .navigation .level0 .submenu a{font-size:14px;}
.nav-sections-item-content > .navigation{height:48px;}
.navigation li.level0{float:left;} 
.navigation .level0.parent.nav-5:hover > .submenu{left:auto;right:0;} */
}

@media only screen and (max-width: 767px){
body{ overflow-x: hidden; font-size:14px;line-height:22px;}
h1, h2, h3, h4, h5, h6{margin-bottom:0.5em;}
.post .entry-header .entry-title{ font-size: 26px; }
.post-thumbnail { margin: 0 0 15px 0; padding: 8px; }
#secondary .widget{ margin: 0 0 15px 0; }
h1{font-size:28px;}
h2{font-size:24px;}
h3{font-size:22px;}
h4{font-size:20px;}
h5{font-size:18px;}
.quick_links li{padding: 0 10px ;}
.page-title{font-size:28px;margin-bottom:0;}
.blog-post-view .page-title{font-weight: 600;}
.meta-tag span{font-size:14px;}
blockquote{padding:15px ;}
.single-post .content-area .navigation .nav-title{font-size:14px;}
.post-navigation .nav-next{margin-top:0;}
.single-post article.post{margin: 0 0 20px 0;}
.single-post .content-area .navigation{margin-bottom:15px;}
.single.has-sidebar #secondary{margin-top: -20px;}
blockquote{font-size:16px ;line-height:26px}
.blog-page .page-main{padding:25px 0 40px ;}
p{margin: 0 0 1em;}
.page-header .header.links{margin-bottom:0;}
.page-header{border:none;}
.sidr.left{width:360px;}
}

@media only screen and (max-width: 639px){
.post .entry-header .entry-title{font-size:24px;}
.sidr.left{width:320px;}
}

@media only screen and (max-width: 479px){
.sidr.left{width:280px;}
}

@media only screen and (max-width: 359px){
.sidr.left{ left: -90%; }
}
@media only screen and (max-width: 479px){
    .blog-post-view .columns {
        width: 300px;
    }
}
@media only screen and (max-width: 639px) and (min-width: 479px){
    .blog-post-view .columns {
        width: 440px;
    }
}
@media only screen and (max-width: 767px) and (min-width: 639px) {
    .blog-post-view .columns {
        width: 600px;
    }
}
@media only screen and (max-width: 999px) and (min-width: 767px)  {
    .blog-post-view .columns {
        width: 720px;
    }
}

@media only screen and (max-width: 1180px) and (min-width: 999px) {
    .blog-post-view .columns {
        max-width: 980px;
    }
}
@media only screen and (max-width: 1279px) and (min-width: 1180px) {
    .blog-post-view .columns {
        max-width: 1140px;
    }
}
@media only screen and (max-width: 1340px) and (min-width: 1279px) {
    .blog-post-view .columns {
        max-width: 1200px;
    }
}
@media only screen and (max-width: 1440px) and (min-width: 1340px) {
    .blog-post-view .columns {
        max-width: 1300px;
    }
}
@media only screen and (max-width: 1700px) and (min-width: 1440px) {
    .blog-post-view .columns {
        max-width: 1400px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
    .blog-post-view h1{font-size:44px;}
    .blog-post-view h2{font-size:38px;}
    .blog-post-view h3{font-size:32px;}
    .blog-post-view h4{font-size:28px;}
    .blog-post-view h5{font-size:24px;}
    .blog-post-view h6{font-size:20px;}
}
@media only screen and (min-width: 999px) and (max-width: 1024px) {
    .blog-post-view h1{font-size:38px;}
    .blog-post-view h2{font-size:32px;}
    .blog-post-view h3{font-size:28px;}
    .blog-post-view h4{font-size:24px;}
    .blog-post-view h5{font-size:22px;}
    .blog-post-view h6{font-size:20px;}
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
    .blog-post-view h1{font-size:32px;}
    .blog-post-view h2{font-size:28px;}
    .blog-post-view h3{font-size:24px;}
    .blog-post-view h4{font-size:22px;}
    .blog-post-view h5{font-size:20px;}
    .blog-post-view h6{font-size:18px;}
}
@media only screen and (max-width: 767px) {
    .blog-post-view h1{font-size:28px;}
    .blog-post-view h2{font-size:24px;}
    .blog-post-view h3{font-size:22px;}
    .blog-post-view h4{font-size:20px;}
    .blog-post-view h5{font-size:18px;}
    .blog-post-view h6{font-size:16px;}
}
@media only screen and (max-width: 767px) {
    .blog-post-view h1.page-title {
        padding-bottom: 0;
    }
}