@charset "utf-8";
@media screen and (min-width: 1051px) {
    #page {
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        grid-template-areas: "header" "slider" "title" "fancyheader" "checkout" "main" "footer";
    }

    .dt-mobile-header,
    .dt-mobile-menu-icon,
    .masthead .mobile-header-bar {
        display: none;
    }

    .masthead:not(.side-header):not(.side-header-v-stroke):not(.side-header-menu-icon) {
        padding: 0 20px 0 20px;
    }

    .is-safari .desktop-side-header {
        height: 100vh;
    }

    .is-safari .desktop-side-header .mCustomScrollbar.header-scrollbar-wrap {
        height: 100vh;
    }

    .is-iOS .side-header:not(.sub-sideways) {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .phantom-sticky:not(.overlap):not(.transparent) .masthead {
        -webkit-transition: background-color 330ms ease, background-image 330ms ease;
        transition: background-color 330ms ease, background-image 330ms ease;
    }


    .masthead .hide-on-desktop {
        visibility: hidden;
        position: absolute;
        left: -9999px;
    }


    .masthead .hide-on-desktop.display-none {
        display: none;
    }


    .masthead .mobile-mini-widgets .show-on-first-switch,
    .masthead .mobile-mini-widgets .show-on-second-switch {
        display: none;
    }
}

@media screen and (max-width: 1050px) {

    #page {
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        grid-template-areas: "header" "slider" "title" "fancyheader" "checkout" "main" "footer";
    }

    .masthead {
        grid-area: header;
    }

    .masthead:not(.side-header) {
        padding: 0 20px 0 20px;
    }

    .masthead.masthead-mobile-header:not(#phantom) {
        -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
        box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
    }

    .masthead .main-nav,
    .masthead:not(.side-header) .main-nav,
    .masthead:not(.side-header) .header-bar {
        display: none;
    }


    .dt-mobile-header {
        display: block;
    }

    body:not(.transparent) .masthead:not(.side-header) {
        background-color: #ffffff;
    }

    .masthead .mobile-header-bar {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
    }

    .dt-mobile-menu-icon {
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flexbox;
        display: -ms-inline-flex;
        display: inline-flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .masthead .mobile-header-bar {
        min-height: 60px;
    }

    .top-bar {
        padding-left: 0;
        padding-right: 0;
    }

    .top-bar .soc-ico a {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

    .mobile-branding img.mobile-logo,
    .show-device-logo .branding img,
    .show-device-logo .mobile-branding img {
        display: none;
    }

    .show-device-logo .branding img.mobile-logo,
    .show-device-logo .mobile-branding img.mobile-logo {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .mobile-header-bar .mobile-mini-widgets {
        -webkit-flex: 1 1 0%;
        -moz-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .first-switch-logo-left.first-switch-menu-right .mobile-header-bar {
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-flex-pack: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start;
    }

    .first-switch-logo-left.first-switch-menu-right .mobile-header-bar .mobile-branding {
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-flex-pack: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start;
        -webkit-order: 0;
        -moz-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .first-switch-logo-left.first-switch-menu-right .mobile-header-bar .mobile-mini-widgets {
        -webkit-order: 1;
        -moz-order: 1;
        -ms-flex-order: 1;
        order: 1;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-flex-pack: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: end;
    }

    .first-switch-logo-left.first-switch-menu-right .mobile-header-bar .mobile-navigation {
        -webkit-order: 2;
        -moz-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .mobile-sticky-header-overlay.active {
        opacity: 1;
        visibility: visible;
        z-index: 9601;
    }

    .mobile-mini-widgets-in-menu {
        display: -webkit-flex !important;
        display: -moz-flex !important;
        display: -ms-flexbox !important;
        display: -ms-flex !important;
        display: flex !important;
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .dt-mobile-header .mini-widgets {
        display: none;
    }
}

@media screen and (min-width: 500px) and (max-width: 1050px) {

    .masthead .mobile-mini-widgets .show-on-second-switch {
        display: none;
    }

    .masthead .top-bar .mini-widgets > * {
        display: none;
    }


    .mobile-mini-widgets .near-logo-first-switch {
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flexbox;
        display: -ms-inline-flex;
        display: inline-flex;
    }

    .first-switch-logo-left.first-switch-menu-right .mobile-header-bar .dt-mobile-menu-icon {
        margin-left: 10px;
    }

    .masthead .in-menu-first-switch {
        display: none;
    }

    .masthead .hide-on-first-switch,
    .dt-mobile-header .hide-on-first-switch {
        display: none;
    }

    .mobile-mini-widgets-in-menu .in-menu-second-switch,
    .masthead.widgets .show-on-second-switch,
    .masthead .show-on-second-switch {
        display: none;
    }

    .mobile-mini-widgets-in-menu .in-menu-first-switch:not(.hide-on-first-switch) {
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flexbox;
        display: -ms-inline-flex;
        display: inline-flex;
    }
}

@media screen and (max-width: 500px) {
    html:not(.no-cssgridlegacy.no-cssgrid) .masthead:not(.sticky-mobile-on) {
        top: 0 !important;
    }

    .masthead .top-bar .mini-widgets > * {
        margin: 0 10px !important;
    }

    body.page:not(.sticky-mobile-header):not(.floating-navigation-below-slider) .masthead:not(.side-header) {
        -webkit-transform: none !important;
        transform: none !important;
    }

    .masthead .mobile-header-bar {
        min-height: 60px;
    }

    .masthead .mobile-header-bar .mobile-mini-widgets > *,
    .masthead .mobile-mini-widgets .in-menu-second-switch {
        display: none;
    }

    .masthead .mobile-header-bar .mobile-mini-widgets > *.microwidget-btn,
    .masthead .mobile-mini-widgets .in-menu-second-switch.microwidget-btn {
        display: none;
    }

    .masthead .top-bar .mini-widgets > * {
        display: none;
    }

    .masthead .top-bar .mini-widgets > *.microwidget-btn {
        display: none;
    }

    .hide-on-second-switch {
        display: none !important;
    }

    .show-on-second-switch {
        display: -webkit-flex !important;
        display: -moz-flex !important;
        display: -ms-flexbox !important;
        display: -ms-flex !important;
        display: flex !important;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .dt-mobile-header .mini-widgets {
        display: none;
    }

    .mini-contacts {
        white-space: normal;
    }

    .second-switch-logo-left.second-switch-menu-right .mobile-header-bar {
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-flex-pack: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start;
    }

    .second-switch-logo-left.second-switch-menu-right .mobile-header-bar .mobile-branding {
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-flex-pack: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start;
        -webkit-order: 0;
        -moz-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .second-switch-logo-left.second-switch-menu-right .mobile-header-bar .mobile-mini-widgets {
        -webkit-order: 1;
        -moz-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .second-switch-logo-left.second-switch-menu-right .mobile-header-bar .mobile-navigation {
        -webkit-order: 2;
        -moz-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .second-switch-logo-left.second-switch-menu-right .mobile-header-bar .dt-mobile-menu-icon {
        margin-left: 10px;
    }

    .show-mobile-logo .branding img,
    .show-device-logo .branding img.mobile-logo,
    .show-mobile-logo.show-device-logo .branding img,
    .show-mobile-logo .mobile-branding img,
    .show-device-logo .mobile-branding img.mobile-logo,
    .show-mobile-logo.show-device-logo .mobile-branding img {
        display: none;
    }

    .show-mobile-logo .branding img.mobile-logo,
    .show-mobile-logo.show-device-logo .branding img.mobile-logo,
    .show-device-logo .branding img,
    .show-mobile-logo .mobile-branding img.mobile-logo,
    .show-mobile-logo.show-device-logo .mobile-branding img.mobile-logo,
    .show-device-logo .mobile-branding img {
        display: inline-block;
        max-width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    .footer .widget {
        width: 100%;
    }

    #footer .wf-container-footer {
        padding-top: 50px;
        padding-bottom: 10px;
    }

    #footer > .wf-wrap,
    #footer #bottom-bar > .wf-wrap {
        padding: 0 20px 0 20px;
    }
}

@media screen and (max-width: 990px) {
    #bottom-bar .wf-container-bottom {
        -webkit-flex-flow: column wrap;
        -moz-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-flex-pack: center;
        -ms-justify-content: center;
        justify-content: center;
    }

    #bottom-bar .wf-container-bottom > div {
        margin: 0;
    }


    #bottom-bar .wf-float-right {
        display: block;
        float: none;
        width: auto;
        padding-left: 0;
        padding-right: 0;
        margin-right: auto;
        margin-left: auto;
        text-align: center !important;
    }

    #bottom-bar .bottom-text-block {
        text-align: center;
        margin-left: 0;
    }
}

@media screen and (max-width: 778px) {
    #main {
        padding: 70px 0 70px 0;
    }

    #main > .wf-wrap {
        padding: 0 20px 0 20px;
    }


    .fancy-header .wf-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }

    #main .wf-container {
        margin: 0 -10px 0 -10px;
    }

    .wf-cell {
        padding: 0 10px 0 10px;
    }
}

@media screen and (min-width: 900px) {
    #main > .wf-wrap {
        position: relative;
    }

    #main:not(.sidebar-none) .wf-container-main {
        display: -ms-grid;
        display: grid;
        grid-column-gap: 50px;
    }

    .sidebar-right .wf-container-main {
        grid-template-areas: "content sidebar";
    }

    .sidebar {
        grid-area: sidebar;
        -ms-grid-row: 1;
    }

    .sidebar-right .sidebar {
        -ms-grid-column: 3;
    }

    .content {
        grid-area: content;
        -ms-grid-row: 1;
    }

    .sidebar-right .content {
        -ms-grid-column: 1;
    }

    .sidebar-right .wf-container-main {
        -ms-grid-columns: calc(100% - 30% - 25px) 50px calc(30% - 25px);
        grid-template-columns: calc(100% - 30% - 25px) calc(30% - 25px);
    }
}

@media screen and (max-width: 900px) {

    .sidebar-right .sidebar {
        border: none;
    }

    .sidebar-right .sidebar,
    .sidebar-divider-off.sidebar-right .sidebar,
    .sidebar-right .sidebar.solid-bg,
    .sidebar-right .sidebar.bg-under-widget {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        margin-top: 60px;
    }
}

@media screen and (max-width: 970px) {


    .content .wf-1-3 {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .masthead:not(.side-header) {
        padding: 0 20px 0 20px;
    }

    .first-switch-logo-left.first-switch-menu-right:not(.second-switch-menu-left) .mobile-header-bar .dt-mobile-menu-icon {
        margin-left: 10px;
    }

    .second-switch-logo-left.second-switch-menu-right .mobile-header-bar .dt-mobile-menu-icon {
        margin-left: 10px;
    }

    .second-switch-logo-left.second-switch-menu-right .mobile-header-bar .mobile-mini-widgets {
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-flex-pack: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: end;
    }
}

@media screen and (max-width: 568px) {

    @-webkit-keyframes slide-in-message {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(600px, -50%, 0);
            transform: translate3d(600px, -50%, 0);
        }
        50% {
            opacity: 0;
            -webkit-transform: translate3d(-100px, -50%, 0);
            transform: translate3d(-200px, -50%, 0);
        }
        100% {
            opacity: 1;
            -webkit-transform: translate3d(-300px, -50%, 0);
            transform: translate3d(-300px, -50%, 0);
        }
    }
    @keyframes slide-in-message {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(600px, -50%, 0);
            transform: translate3d(600px, -50%, 0);
        }
        50% {
            opacity: 0;
            -webkit-transform: translate3d(-200px, -50%, 0);
            transform: translate3d(-200px, -50%, 0);
        }
        100% {
            opacity: 1;
            -webkit-transform: translate3d(-300px, -50%, 0);
            transform: translate3d(-300px, -50%, 0);
        }
    }
    @-webkit-keyframes slide-out-message {
        0% {
            opacity: 1;
            -webkit-transform: translate3d(-300px, -50%, 0);
            transform: translate3d(-300px, -50%, 0);
        }
        100% {
            opacity: 0;
            -webkit-transform: translate3d(800px, -50%, 0);
            transform: translate3d(800px, -50%, 0);
        }
    }
    @keyframes slide-out-message {
        0% {
            opacity: 1;
            -webkit-transform: translate3d(-300px, -50%, 0);
            transform: translate3d(-300px, -50%, 0);
        }
        100% {
            opacity: 0;
            -webkit-transform: translate3d(800px, -50%, 0);
            transform: translate3d(800px, -50%, 0);
        }
    }
}

@media screen and (max-width: 450px) {

    .mobile-header-bar {
        position: relative;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    body:after {
        content: 'tablet';
        display: none;
    }
}

@media screen and (max-width: 760px), screen and (max-height: 300px) {
    body:after {
        content: 'phone';
        display: none;
    }
}