@media screen and (min-width:1110px){
        
}

@media screen and (min-width:0px) and (max-width:1110px){
    
    body{
        
    }

        body .main-site-wrapper {
            overflow-x: hidden;
        }

        body.boxed-layout {
            width: 100%;
        }

            body.boxed-layout .container,
            .container {
                width: 100% !important;
                padding-left: 5%;
                padding-right: 5%;
            }
    
    body.boxed-layout .main-menu.navbar-fixed-top {
        width: 100%;
    }

    .header-menu.has-fixed-menu.stuck, 
    .header-menu.has-fixed-menu .header-box, 
    .header-menu.has-fixed-menu .search-result-container, 
    .header-menu.has-fixed-menu .main-menu {
        width: 100%;
    }
    
    body .mobile-menu.pushy{
        
    }

    .slick-slider-wrapper .slick-main-slider .slick-list {
        overflow: hidden;
    }

    .sticky-wrapper,
    .serpentsoft-insideplugin-sticky {
        position: static !important;
        top: auto !important;
        width: auto !important;
        height: auto !important;
        bottom: auto !important;
        float: initial !important;
    }

    .bootstrap-column.fix-sticky-responsive {
        min-height: initial !important;
        height: auto !important;
    }

    .bootstrap-column.fix-sticky-responsive .bootstrap-column-inner.ui.sticky {
        position: static !important;
        top: auto !important;
        width: auto !important;
        height: auto !important;
        bottom: auto !important;
        float: initial !important;
    }
    
    .blog-items.style-grid .post-item,
    .blog-items.style-first-grid .post-item.not-first-post,
    .blog-items.style-sections-fisrt-grid .post-item.not-first-post,
    .sb-none-layout .blog-items.style-grid .post-item, 
    .sb-none-layout .blog-items.style-first-grid .post-item.not-first-post, 
    .sb-none-layout .blog-items.style-sections-fisrt-grid .post-item.not-first-post {
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
    }

    .blog-items.style-grid.three-cols .post-item,
    .blog-items.style-first-grid.three-cols .post-item.grid-item {
        width: -webkit-calc(33.33333333333% - 20px);
        width: calc(33.33333333333% - 20px);

    }

        .blog-items.style-grid.three-cols .post-item.second-item,
        .blog-items.style-first-grid.three-cols .post-item.not-first-post.second-item {
           
        }
        
        .blog-items.style-grid.three-cols .post-item.third-item,
        .blog-items.style-first-grid.three-cols .post-item.third-item {
           
        }

        .blog-items.style-grid .post-item .post-box .sec-title .title,
        .blog-items.style-first-grid .post-item:not(.first-post) .post-box .sec-title .title,
        .blog-items.style-sections-fisrt-grid .post-item.not-first-post  .post-box .sec-title .title {
            text-align: left;
        }

    .article-content .featured-post-figure img {
        width: 100%;
    }

    .main-sidebar {
        margin-top: 40px;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 40px;
        column-gap: 40px;
        -webkit-column-gap: 40px;
    }

        .main-sidebar .widget {
            float: left;
            width: 100%;
            clear: none !important;
            margin: 0 0 40px;
            -webkit-column-break-inside: avoid;
            /* -moz-column-break-inside: avoid;
            column-break-inside: avoid; */
            -webkit-column-break-inside: avoid;
            page-break-inside: avoid;
            break-inside: avoid;
        }

    /* Fix */
    .social-icons > ul,
    .wdg-social-counter ul.social-counter li > .zoc-main {
        overflow: visible;
    }

    .wdg-news-in-pictures .post-thumbnail img,
    .blog-items .blog-item-related-box .post-item .sec-image img,
    .sb-none-layout .blog-items .blog-item-related-box .post-item .sec-image img,
    .article-container > .article-content .article-boxes .article-box.related-posts-box .post-item .sec-image img,
    .sb-none-layout .article-container > .article-content .article-boxes .article-box.related-posts-box .post-item .sec-image img {
        height: auto;
    }

}

@media (max-width: 1024px) {

    .main-site-container .bootstrap-row.bs4-row > .bootstrap-row-inner > .bootstrap-column {
        width: 100%;
    }

    .instagram-footer .instagram-shortcode .instagram-url .term .icon:before {
        font-size: 25px;
    }

    .instagram-footer .instagram-shortcode .instagram-url .term .text {
        font-size: 9px;
    }
}


@media (max-width: 991px) {
    
    .sb-left-layout > .bootstrap-row > .bootstrap-row-inner > .column-content {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .sb-left-layout > .bootstrap-row > .bootstrap-row-inner > .column-sidebar {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .visible-md {
        display: none !important;
        visibility: hidden !important;
    }
    
    .navbar-collapse.collapse.visible-md {
        display: none !important;
        visibility: hidden !important;
    }
    
    .visible-sm {
        display: block!important;
        visibility: visible !important;
    }

    body.custom-background {
        background: #fff !important;
    }
    
    .main-site-container .blog-items .post-item,
    .main-sidebar .widget,
    .main-site-container .widget, 
    .main-site-container .blog-items .post-item, 
    .main-site-container .article-container > .article-content .post-content, 
    .main-site-container .article-container > .article-content .article-boxes .article-box {
        padding: 0;
    }

    .blog-items.style-fisrt-list .post-item.first-post, 
    .blog-items.style-sections-fisrt-list .post-item.first-post {
        margin-bottom: 60px;
    }

    .blog-items.style-list .post-item,
    .blog-items.style-fisrt-list .post-item.not-first-post,
    .blog-items.style-sections-fisrt-list .post-item.not-first-post {
        padding: 0 0 30px;
    }

    .blog-items.style-grid .post-item,
    .blog-items.style-first-grid .post-item.not-first-post,
    .blog-items.style-sections-fisrt-grid .post-item.not-first-post {
        margin-bottom: 40px;
    }

        .blog-items.style-grid .post-item.has-post-thumbnail .post-box .sec-media,
        .blog-items.style-first-grid .post-item.not-first-post.has-post-thumbnail .post-box .sec-media,
        .blog-items.style-sections-fisrt-grid .post-item.not-first-post.has-post-thumbnail .post-box .sec-media,
        .blog-items.style-grid .post-item.format-quote .post-box .sec-media,
        .blog-items.style-first-grid .post-item.not-first-post.format-quote .post-box .sec-media,
        .blog-items.style-sections-fisrt-grid .post-item.not-first-post.format-quote .post-box .sec-media,
        .blog-items.style-grid .post-item.format-link .post-box .sec-media,
        .blog-items.style-first-grid .post-item.not-first-post.format-link .post-box .sec-media,
        .blog-items.style-sections-fisrt-grid .post-item.not-first-post.format-link .post-box .sec-media,
        .blog-items.style-grid .post-item.format-audio .post-box .sec-media,
        .blog-items.style-first-grid .post-item.not-first-post.format-audio .post-box .sec-media,
        .blog-items.style-sections-fisrt-grid .post-item.not-first-post.format-audio .post-box .sec-media,
        .blog-items.style-grid .post-item.format-video .post-box .sec-media,
        .blog-items.style-first-grid .post-item.not-first-post.format-video .post-box .sec-media,
        .blog-items.style-sections-fisrt-grid .post-item.not-first-post.format-video .post-box .sec-media,
        .blog-items.style-grid .post-item.format-chat .post-box .sec-media,
        .blog-items.style-first-grid .post-item.not-first-post.format-chat .post-box .sec-media,
        .blog-items.style-sections-fisrt-grid .post-item.not-first-post.format-chat .post-box .sec-media,
        .blog-items.style-grid .post-item.format-status .post-box .sec-media,
        .blog-items.style-first-grid .post-item.not-first-post.format-status .post-box .sec-media,
        .blog-items.style-sections-fisrt-grid .post-item.not-first-post.format-status .post-box .sec-media,
        .blog-items.style-grid .post-item.format-gallery .post-box .sec-media,
        .blog-items.style-first-grid .post-item.not-first-post.format-gallery .post-box .sec-media,
        .blog-items.style-sections-fisrt-grid .post-item.not-first-post.format-gallery .post-box .sec-media {
            margin: 0 0 -13px;
        }


    .blog-items .post-item .post-box .sec-title .meta.meta-icon.post-type-icon {
        display: none;
    }

    .blog-items .blog-item-related-box .post-item {
        padding: 0 5px;
    }
 

    .blog-items.style-first-grid .post-item.first-post,
    .blog-items.style-sections-fisrt-grid .post-item.first-post {
        margin-bottom: 60px;
    }

    .header-widget.widget-blogger .inner .term.photo {
        float: none !important;
        text-align: center !important;
        padding-bottom: 15px;
    }

    .header-widget.widget-blogger .inner .term.details {
        float: left !important;
    }

        .header-widget.widget-blogger .inner .term.details, 
        .header-widget.widget-blogger .inner .term.details .term.footer .social-networks, 
        .header-widget.widget-blogger .inner .term.details .term.footer .social-networks .social-box, 
        .header-widget.widget-blogger .inner .term.details .term.footer .signature {
            text-align: left !important;
        }

    .owl-main-slider {
        margin-bottom: 20px;
    }

    .featured-area-box {
        margin-bottom: 50px;
    }

    .owl-main-slider {
        height: initial;
    }

    .owl-main-slider .owl-item .post-item, 
    .owl-main-slider .owl-item .post-item .post-box {
        height: 100%;
    }

        .owl-main-slider .owl-item .post-box .sec-details.parallelogram {
            margin: 30% 0;
        }

    .btn-mobile-menu {
        display: block;
    }

    .btn-mobile-menu,
    .mobile-menu .close-button{
        
    }
        
    .social-menu .navbar-nav {
        margin: 0;
    }

    
    .header-logo > .logo,
    .header-logo > .site-logo-retina {
        float: none;
        text-align: center;
    }
        
    .featured-area-box .featured-box .sec-content-inner svg {
        height: 120px;
    }

    .featured-area-box .featured-box .sec-readmore .title .word {
        font-size: 15px;
        line-height: 18px;
        letter-spacing: 1px;
        padding: 10px;
    }

    .main-site-container .widget, 
    .main-site-container .blog-items .post-item, 
    .main-site-container .article-container > .article-content .post-content, 
    .main-site-container .article-container > .article-content .article-boxes .article-box {
        margin-bottom: 50px;
    }

    /* Post */
    .article-container > .article-content .article-boxes .article-box.related-posts-box .post-item .sec-image img{
        width: 100% !important;
    }
    
    /* Footer Widgets */    
    .footer-container .footer-inner .footer-widgets .widget {
        float: left;
        width: 50%;
    }
    
    .footer-container .footer-inner .footer-widgets [class*="col-md"] {
        float: left;
        width: 50%;
    }
    
    .footer-container .footer-inner .footer-widgets .col-md-12.f-full {
        float: left;
        width: 100%;
    }
    
    .footer-container .footer-inner .footer-widgets [class*="col-md"] .widget{
        width: 100%;
    }

    .instagram-footer .instagram-shortcode #sb_instagram.sbi #sbi_images .sbi_item {
        width: 20% !important;
    }

    .instagram-footer .instagram-shortcode #sb_instagram{
        width: 100%;
    }
    
    .instagram-footer .instagram-shortcode #sb_instagram.sbi #sbi_images .sbi_item img {
        width: 100% !important;
    }
}


/* For Wordpress Code - ONLY */
@media screen and (max-width: 782px){

    body.admin-bar .header-menu.has-fixed-menu.headroom--pinned.headroom--below-offest {
        top: 46px;
    }

    .sb-none-layout .bootstrap-row > .bootstrap-row-inner {
        width: 100% !important;
    }

    .main-menu {
        height: 45px;
    }

    .main-menu .right-section ul.main-icons > li .menu-btn {
        padding: 15px 14px;
    }


    body.admin-bar .main-menu.navbar-fixed-top,
    body.admin-bar .mobile-menu.pushy {
        top: 0;
    }
    
    body .main-menu.navbar-fixed-top,
    .header-menu.has-fixed-menu .header-box, 
    .header-menu.has-fixed-menu .search-result-container {
        position: absolute !important;
        z-index: 9999;
    }

    .header-menu.has-fixed-menu .header-box,
    .header-menu.has-fixed-menu .search-result-container {
        
    }

    .blog-items.style-grid .post-item,
    .blog-items.style-first-grid .post-item.not-first-post,
    .blog-items.style-sections-fisrt-grid .post-item.not-first-post,
    .sb-none-layout .blog-items.style-grid .post-item,
    .sb-none-layout .blog-items.style-first-grid .post-item.not-first-post,
    .sb-none-layout .blog-items.style-sections-fisrt-grid .post-item.not-first-post {
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
    }

    .blog-items.style-grid.masonry-3cols > ul.grid-paper > .grid-sizer,
    .blog-items.style-grid.masonry-3cols > ul.grid-paper > .post-item.masonry-grid-item,
    .blog-items.style-first-grid.masonry-3cols > ul.grid-paper > .grid-sizer,
    .blog-items.style-first-grid.masonry-3cols > ul.grid-paper > .post-item.masonry-grid-item {
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
    }

    .owl-main-slider {
    }

    .slick-slider-wrapper .slick-main-slider .slick-list {
        overflow: hidden;
    }

    .slick-slider-wrapper .slick-main-slider:hover .slick-arrow.backward {
        opacity: 1;
        filter: alpha(opacity=100);
        left: -18px;
    }

    .slick-slider-wrapper .slick-main-slider:hover .slick-arrow.forward {
        opacity: 1;
        filter: alpha(opacity=100);
        right: -18px;
    }

    .featured-area-box .featured-box {
        
    }

    .mobile-menu.pushy .mobile-menu-inner #sb_instagram #sbi_images .sbi_item {
            width: 33.33% !important;
    }

    .mobile-menu.pushy .mobile-menu-inner #sb_instagram .sbi_item .sbi_photo {
        height: 90px !important;
    }
}

@media screen and (max-width: 675px) {

}

@media screen and (max-width: 600px) {
    .header-menu.has-fixed-menu.headroom--pinned.headroom--below-offest {
        top: 0px !important;
    }
}

@media (max-width: 767px) {

    .sb-none-layout .bootstrap-row > .bootstrap-row-inner .article-container > .article-content.post-page,
    .sb-none-layout .bootstrap-row > .bootstrap-row-inner .article-container > .article-content.page-normal,
    .sb-none-layout .bootstrap-row.bs4-row > .bootstrap-row-inner .article-container > .article-content.post-page, 
    .sb-none-layout .bootstrap-row.bs4-row > .bootstrap-row-inner .article-container > .article-content.page-normal {
        width: 100%;
    }

    html{
        background: none;
    }
    
        .blog-items.style-grid.three-cols .post-item.first-item,
        .blog-items.style-first-grid.three-cols .post-item.first-item {
            clear: none;
        }
        

    .owl-main-slider, 
    .owl-main-slider .owl-item .post-item, 
    .owl-main-slider .owl-item .post-item .post-box {
        height: 400px;
        overflow: hidden;
    }

    .owl-main-slider {
        
    }

    .owl-main-slider .owl-item .post-box .sec-details.parallelogram {
        
    }

    .owl-main-slider .owl-item .post-box .sec-title .title {
        font-size: 20px;
        line-height: 27px;
    }

    .owl-main-slider .owl-item .post-box .sec-readmore {
        padding: 3px 20px;
        font-size: 9px;
        line-height: 20px;
    }

    .featured-area-box .featured-box .sec-readmore .title .word {
        font-size: 12px;
        line-height: 13px;
        letter-spacing: 1px;
        padding: 5px 8px;
    }

    .blog-items .post-item .post-box .sec-footer .sec-block.sec-second .block-inner {
        text-align: left;
    }

    .blog-items .post-item .post-box .sec-footer .sec-block.sec-second .part{
        display: block;
    }

        .blog-items .post-item .post-box .sec-footer .sec-block.sec-second .part.left {
        }

        .blog-items .post-item .post-box .sec-footer .sec-block.sec-second .part.middle {
        }

    .blog-items .post-item .post-box .sec-footer .sec-block.sec-second .part.right{
        padding: 0;
    }

        .blog-items .post-item .post-box .sec-footer .sec-block.sec-second .part.sec-share {
            width: auto;
        }

        .blog-items .post-item .post-box .sec-footer .sec-block.sec-second .part.sec-share .social-icons {
            filter: alpha(opacity=100);
            opacity: 1;
            z-index: 99;
        }

            .blog-items .post-item .post-box .sec-footer .sec-block.sec-second .part.sec-share .social-icons > ul > li.srp-icon-box {
                filter: alpha(opacity=100);
                opacity: 1;
                -webkit-transform: scale(1) rotate(360deg);
                transform: scale(1) rotate(360deg);
            }

    .header-menu .search-result-container ul.results-list > li .wdg-col-8 .right-section{
        display: none;
    }

    .box-quote .title {
        font-size: 20px;
        line-height: 28px;
    }

    .format-chat .box-chat .chatter .sec-info.sec-name:before, 
    .format-chat .box-chat .chatter .sec-info.sec-name:after{
        display: none;
    }

    .format-chat .box-chat .chatter .sec-info.sec-name {
        width: 50%;
    }

    .format-chat .box-chat .chatter .sec-info.sec-comment {
        width: 100%;
    }

    .format-chat .box-chat .chatter.position-left .sec-info.sec-name .inner-text {
        text-align: left;
        border-top-left-radius: 0;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .format-chat .box-chat .chatter.position-left .sec-info.sec-comment .inner-text {
        text-align: left;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 0;
    }

    .format-chat .box-chat .chatter.position-right .sec-info.sec-name .inner-text {
        text-align: right;
        border-top-left-radius: 20px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .format-chat .box-chat .chatter.position-right .sec-info.sec-comment .inner-text {
        text-align: right;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 20px;
    }


    /* Post Page */
    .article-container > .article-content.post-page, 
    .article-container > .article-content.page-normal, 
    .article-container > .article-content.page-attachment, 
    .article-container > .article-content.post-layout {
        border: none;
        padding: 0;
    }
    
    .article-content .entry-header .sec-title .post-info {
        margin: 15px 0;
        padding: 10px 0;
    }
    
    .article-content .entry-header .post-meta ul li {
        
    }
    
    .article-content .entry-header .post-meta ul li:after{
        display: none;
    }
    
    .article-content .navigation-box .prev-article,
    .article-content .navigation-box .next-article{
        padding: initial;
        text-align: center;
    }
    
    .article-content .navigation-box .prev-article{
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }
    
    .article-content .navigation-box .next-article{
        padding-top: 20px;
    }

    .blog-items .blog-item-related-box .post-item {
        margin-bottom: 15px;
    }

        .blog-items .blog-item-related-box .post-item.col-xs-12 {
            width: 33.33333333% !important;
        }

    .article-container > .article-content .article-boxes .article-box.related-posts-box .col-xs-12{
        width: 50% !important;
    }
    
    .blog-items .blog-item-related-box .post-item .sec-image img,
    .article-container > .article-content .article-boxes .article-box.related-posts-box .post-item .sec-image img{
        width: 100% !important;
    }

    .instagram-footer .instagram-shortcode #sb_instagram.sbi #sbi_images .sbi_item {
        width: 33.3333333% !important;
    }
    
    
    /* Footer Widgets */    
    .footer-container .footer-inner .footer-widgets .widget {
        float: left;
        width: 100%;
    }
    
    .footer-container .footer-inner .footer-widgets [class*="col-md"] {
        float: left;
        width: 100%;
    }
    
    .footer-container .footer-inner .footer-widgets .col-md-12.f-full {
        float: left;
        width: 100%;
    }
    
    .footer-container .footer-inner .footer-widgets [class*="col-md"] .widget{
        width: 100%;
    }
}


@media (max-width: 675px) {
    .main-sidebar {
        margin-top: 40px;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -moz-column-gap: 0px;
        column-gap: 0px;
        -webkit-column-gap: 0px;
    }

        .main-sidebar .widget {
            clear: none !important;
            margin: 0 0 40px;
            -webkit-column-break-inside: avoid;
            -moz-column-break-inside: avoid;
            column-break-inside: avoid;
        }


    .blog-items.style-list .post-item .sec-media,
    .blog-items.style-fisrt-list .post-item.not-first-post .sec-media {
        float: none !important;
        margin-right: 0 !important;
        width: 100% !important;
        margin-bottom: 20px !important;
    }

    .blog-items .post-item .post-box .sec-footer .sec-block.sec-second .part.sec-share .social-icons > ul > li.srp-icon-box {
        margin-bottom: 5px;
    }

    .blog-items .post-item .post-box .sec-footer .sec-block.sec-second .block-inner:after {
        display: none;
    }

}

@media (max-width: 525px) {

    img.alignleft,
    img.alignright {
        float: none;
        display: block;
        margin: 0 0 15px;
        width: 100%;
    }

    body.admin-bar .header-menu.has-fixed-menu.stuck {
        top: 0;
    }

    body.boxed-layout {
        width: 100%;
    }
    
    body.boxed-layout .main-menu.navbar-fixed-top{
        width: 100%;
    }

    .featured-area-box {
        margin-bottom: 50px;
    }

    .blog-items.style-list .post-item,
    .blog-items.style-fisrt-list .post-item.not-first-post,
    .blog-items.style-sections-fisrt-list .post-item.not-first-post {
        padding: 0 0 30px;
    }

    .header-widget.widget-mailchimp .mc4wp-form .mc4wp-form-fields > p {
        width: 100%;
        display: block;
        padding: 15px 0 0;
    }
        
        .header-widget.widget-mailchimp .mc4wp-form .mc4wp-form-fields > p:first-child {
            padding-top: 0;
        }


    .slick-slider-wrapper .slick-main-slider .slick-list {
        overflow: hidden;
    }

    .slick-slider-wrapper .slick-main-slider ul.slick-dots {
        
    }

    .blog-items.style-grid .post-item,
    .blog-items.style-first-grid .post-item.not-first-post,
    .blog-items.style-sections-fisrt-grid .post-item.not-first-post,
    .sb-none-layout .blog-items.style-grid .post-item, 
    .sb-none-layout .blog-items.style-first-grid .post-item.not-first-post, 
    .sb-none-layout .blog-items.style-sections-fisrt-grid .post-item.not-first-post {
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
    }

    .blog-items.style-grid.three-cols .post-item,
    .blog-items.style-first-grid.three-cols .post-item.grid-item {
        width: 100%; /* old */
        margin-right: 0;
    }

        .blog-items.style-grid.three-cols .post-item.first-item,
        .blog-items.style-first-grid.three-cols .post-item.first-item {
            clear: none;
        }

    .blog-items.style-grid.masonry-2cols > ul.grid-paper > .grid-sizer,
    .blog-items.style-grid.masonry-2cols > ul.grid-paper > .post-item.masonry-grid-item,
    .blog-items.style-first-grid.masonry-2cols > ul.grid-paper > .grid-sizer,
    .blog-items.style-first-grid.masonry-2cols > ul.grid-paper > .post-item.masonry-grid-item,
    .blog-items.style-grid.masonry-3cols > ul.grid-paper > .grid-sizer,
    .blog-items.style-grid.masonry-3cols > ul.grid-paper > .post-item.masonry-grid-item,
    .blog-items.style-first-grid.masonry-3cols > ul.grid-paper > .grid-sizer,
    .blog-items.style-first-grid.masonry-3cols > ul.grid-paper > .post-item.masonry-grid-item {
        width: 100%;
    }

    
    .blog-items.style-grid .post-item.odd-item, 
    .blog-items.style-first-grid .post-item.not-first-post.odd-item, 
    .blog-items.style-sections-fisrt-grid .post-item.not-first-post.odd-item {
        margin: 0;
    }

    .blog-items.style-grid .post-item,
    .blog-items.style-first-grid .post-item.not-first-post,
    .blog-items.style-sections-fisrt-grid .post-item.not-first-post {
        margin-bottom: 40px;
    }

    .blog-items.style-grid .post-item:last-child,
    .blog-items.style-first-grid .post-item.not-first-post:last-child,
    .blog-items.style-sections-fisrt-grid .post-item.not-first-post:last-child {
        margin-bottom: 0;
    }

    .main-sidebar {
        margin-top: 40px;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -moz-column-gap: 0px;
        column-gap: 0px;
        -webkit-column-gap: 0px;
    }
        
        .main-sidebar .widget {
            clear: none !important;
            margin: 0 0 40px;
            -webkit-column-break-inside: avoid;
            -moz-column-break-inside: avoid;
            column-break-inside: avoid;
        }

    .owl-main-slider .nav-arrows li {
        filter: alpha(opacity=100);
        opacity: 1;
    }

        .owl-main-slider .nav-arrows li:first-child {
            left: 15px;
        }

        .owl-main-slider .nav-arrows li:last-child {
            right: 15px;
        }

    .owl-main-slider .owl-item .post-box .sec-details.parallelogram .sec-meta .post-meta.taxonomy .meta .meta .item {
        margin-bottom: 3px;
    }

    .owl-main-slider .owl-item .post-box .sec-title .title {
        font-size: 20px;
        line-height: 22px;
    }

    .owl-main-slider .owl-item .post-box .sec-readmore {
        display: none;
    }

    .featured-area-box .featured-box {
        float: left;
        width: 100%;
        padding: 10px;    
    }

        .featured-area-box .featured-box .sec-content-inner {
            padding: 30% 0;
        }

            .featured-area-box .featured-box .sec-content-inner svg {
                height: 105px;
            }


        .featured-area-box .featured-box .sec-readmore .title {
            bottom: 25px;
        }

        .featured-area-box .featured-box .sec-readmore .title .word {
            font-size: 18px;
            line-height: 23px;
            letter-spacing: 1px;
            padding: 5px 10px;
        }

    .blog-items .post-item .post-box .sec-footer .sec-block.sec-second {
        margin-top: 60px;
    }

    .blog-items .post-item .post-box .sec-footer .sec-block.sec-second .part.left {
        display: none !important;
    }

    .blog-items .post-item .post-box .sec-footer .sec-block.sec-second .part.middle{
        display: block;
        position: relative;
        text-align: center;
        top: -35px;
    }

        .blog-items .post-item .post-box .sec-footer .sec-block.sec-second .part.sec-share {
            display: block;
            position: relative;
            top: -16px;
        }

    .box-gallery .isotope-col-md-3,
    .box-gallery .isotope-col-md-4,
    .box-gallery .isotope-col-md-6 {
        width: 50% !important;
    }
    
    .isotope-col-md-3,
    .isotope-col-md-4,
    .isotope-col-md-6 {
        width: 100% !important;
    }
    
    .mobile-menu .div-sidebar{
        padding: 0 15px;
    }
    
    .mobile-menu.pushy .mobile-menu-inner {
        width: 330px;
    }
		
    h1 { font-size: 30px; line-height: 36px; } 
    h2 { font-size: 24px; line-height: 32px; }
    h3 { font-size: 16px; line-height: 23px; }
    
    .instagram-footer .instagram-shortcode #sb_instagram.sbi #sbi_images .sbi_item {
        width: 50% !important;
    }

        .instagram-footer .instagram-shortcode #sb_instagram.sbi #sbi_images .sbi_item .sbi_photo {
            height: 195px !important;
        }
            
    .blog-items.style-list .post-item .post-box{
        padding: 0 0 50px;
        border: none;
    }
    
    .blog-items.style-list .post-item .post-box .left-section .sec-media .media{
        width: 100%;
    }
        
    .pagination>li.paged-word:first-child,
    .pagination>li.paged-word:nth-child(+2n),
    .pagination>li.paged-word:last-child,
    .pagination>li.paged-word:nth-last-child(2) {
        display: block;
        text-align: center;
        float: left;
        width: 100%;
    }
    
    .pagination>li.paged-word:first-child,
    .pagination>li.paged-word:nth-child(+2n){
        margin: 0 auto 10px;
    }
    
    .pagination>li.paged-word:last-child,
    .pagination>li.paged-word:nth-last-child(2){
        margin: 10px auto 0;
    }

    .btn-goto-top {
        right: 5px;
    }
    
    /* Post */
    .article-container > .article-content .article-boxes {
    }

        .article-container > .article-content .article-boxes .article-box {
        }

    .main-site-container .article-container > .article-content .post-content,
    .main-site-container .article-container > .article-content .article-boxes .article-box {
        margin-bottom: 50px;
    }

    .blog-items .blog-item-related-box .post-item {
        margin-bottom: 15px;
    }

        .blog-items .blog-item-related-box .post-item.col-xs-12,
        .article-container > .article-content .article-boxes .article-box.related-posts-box .col-xs-12 {
            width: 100% !important;
        }

        .blog-items .blog-item-related-box .post-item .sec-image img,
        .article-container > .article-content .article-boxes .article-box.related-posts-box .post-item .sec-image img {
            width: 100% !important;
        }
      
    .comments-box .comment-respond .comment-form > p.comment-form-author,
    .comments-box .comment-respond .comment-form > p.comment-form-email,
    .comments-box .comment-respond .comment-form > p.comment-form-url {
        width: 100% !important;
        padding: 0;
    }
    
    .comments-box li.comment-main > article.comment .comment-content .options{
        display: block;
        float: none;
        margin-top: 15px;
    }
    
    .comments-box li.comment-main > article.comment .comment-content .text{
        margin-top: 15px;
    }
    
    .comments-box ol.children {
        margin-left: 30px;
    }

    .format-chat .box-chat .chatter .sec-info.sec-name {
        width: 90%;
    }

    .article-container > .article-content .article-boxes .article-box.author-box .author-desc .social-icons li {
        margin-right: 0;
    }
        
}


@-moz-document url-prefix() {
    @media screen and (min-width:1101px){
    
        .box-gallery .isotope-col-md-3 {
            width: 25% !important;
        }

        .box-gallery .isotope-col-md-4 {
            width: 33.23333333% !important;
        }

        .box-gallery .isotope-col-md-6 {
            width: 50% !important;
        }

        .isotope-col-md-3 {
            width: 25% !important;
        }

        .isotope-col-md-4 {
            width: 33.23333333% !important;
        }

        .isotope-col-md-6 {
            width: 50% !important;
        }
    }

    @media screen and (min-width:0px) and (max-width:1110px){
    
        .box-gallery .isotope-col-md-3 {
            width: 25% !important;
        }

        .box-gallery .isotope-col-md-4 {
            width: 33.23333333% !important;
        }

        .box-gallery .isotope-col-md-6 {
            width: 50% !important;
        }

        .isotope-col-md-3 {
            width: 25% !important;
        }

        .isotope-col-md-4 {
            width: 33.23333333% !important;
        }

        .isotope-col-md-6 {
            width: 50% !important;
        }

    }
    
    @media (min-width: 992px) and (max-width: 1110px) {
   
        .box-gallery .isotope-col-md-4,
        .box-gallery .isotope-col-md-6 {
             width: 50% !important;
         }

        .isotope-col-md-4,
        .isotope-col-md-6 {
             width: 50% !important;
         }

    }
 
    @media (max-width: 991px) {
        .box-gallery .isotope-col-md-3,
        .box-gallery .isotope-col-md-4 {
            width: 33.23333333% !important;
        }

        .box-gallery .isotope-col-md-6 {
            width: 50% !important;
        }

        .isotope-col-md-3,
        .isotope-col-md-4,
        .isotope-col-md-6 {
            width: 50% !important;
        }
    }
    
    @media (max-width: 767px) {
        
        .isotope-col-md-3{
            width: 50% !important;
        }

        .isotope-col-md-4 {
            width: 100% !important;
        }

        .isotope-col-md-6 {
            width: 100% !important;
        }
    }
    
    @media (max-width: 479px) {
        .box-gallery .isotope-col-md-3,
        .box-gallery .isotope-col-md-4,
        .box-gallery .isotope-col-md-6 {
            width: 50% !important;
        }

        .isotope-col-md-3,
        .isotope-col-md-4,
        .isotope-col-md-6 {
            width: 100% !important;
        }
    }
}@-moz-document url-prefix() {
    body {
    }

    @-moz-keyframes spinPulse {
        0% {
            -moz-transform: rotate(160deg);
            opacity: 0;
            box-shadow: 0 0 1px #2187e7;
        }

        50% {
            -moz-transform: rotate(145deg);
            opacity: 1;
        }

        100% {
            -moz-transform: rotate(-320deg);
            opacity: 0;
        }
    }

    @-moz-keyframes spinoffPulse {
        0% {
            -moz-transform: rotate(0deg);
        }

        100% {
            -moz-transform: rotate(360deg);
        }
    }

    @-moz-keyframes srpFixFadeIn {
        0% {
            opacity: 0;
            -moz-transform: scale(1);
        }

        50% {
            opacity: 1;
            -moz-transform: scale(1.0);
        }

        70% {
            -moz-transform: scale(1);
        }

        100% {
            -moz-transform: scale(1);
        }
    }

    .srpFixFadeIn {
        animation-name: srpFixFadeIn;
    }

    a,
    a:active,
    a:hover,
    a:focus {
        outline: none;
    }

    .mobile-menu.pushy .dl-menuwrapper li.menu-item.menu-item-has-children .menu-item-inner > .icon {
        right: 17px;
    }

    .mobile-menu.pushy .dl-menuwrapper li.menu-item.menu-item-has-children .menu-item-inner.has-children > a {
        width: 100%;
        width: -o-calc(100% - 57px);
        width: calc(100% - 57px);
        width: -moz-calc(100% - 57px);
        width: -webkit-calc(100% - 57px);
    }

    .btn-mobile-menu button > .icon {
        top: -2px;
    }

    .header-menu .search-result-container ul.results-list > li.view-all-results {
        padding-bottom: 20px;
    }

    .featured-area-box .featured-box .sec-content-inner svg {
        width: -o-calc(100% + 1px);
        width: calc(100% + 1px);
        width: -moz-calc(100% + 1px);
        width: -webkit-calc(100% + 1px);
    }

    .blog-items.style-grid.masonry-3cols > ul.grid-paper > .grid-sizer,
    .blog-items.style-grid.masonry-3cols > ul.grid-paper > .post-item.masonry-grid-item,
    .blog-items.style-first-grid.masonry-3cols > ul.grid-paper > .grid-sizer,
    .blog-items.style-first-grid.masonry-3cols > ul.grid-paper > .post-item.masonry-grid-item {
        width: -webkit-calc(33.33333333% - 20px);
        width: calc(33.33333333% - 20px);
    }

    .blog-items.style-default .box-gallery .nav-arrows li a i,
    .mobile-menu .close-button > i,
    .rating .stars.retina i {
        top: -1px;
    }

    .blog-items.style-grid .post-item,
    .blog-items.style-first-grid .post-item.not-first-post,
    .blog-items.style-sections-fisrt-grid .post-item.not-first-post {
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
    }
    /* Responsive */
    @media screen and (min-width:1110px) {
    }

    @media screen and (min-width:0px) and (max-width:1110px) {

        .main-sidebar {
            margin-top: 40px;
            -webkit-column-count: 2;
            column-count: 2;
            -moz-column-count: 2;
            column-gap: 38px;
            -webkit-column-gap: 38px;
            -moz-column-gap: 38px;
        }

            .main-sidebar .widget {
                float: left;
                width: 100%;
                clear: none !important;
                margin: 0 0 40px;
                -webkit-column-break-inside: avoid;
                page-break-inside: avoid;
                break-inside: avoid;
            }
    }


    @media (max-width: 991px) {

        .featured-area-box .featured-box .sec-content-inner svg {
            height: 100px;
        }

        .featured-area-box .featured-box .sec-content:hover .sec-content-inner svg {
            height: 110px;
        }

        .featured-area-box .featured-box .sec-readmore .title .word {
            font-size: 15px;
            line-height: 18px;
            letter-spacing: 1px;
            padding: 10px;
        }
    }


    @media screen and (max-width: 782px) {

        .blog-items.style-grid .post-item,
        .blog-items.style-first-grid .post-item.not-first-post,
        .blog-items.style-sections-fisrt-grid .post-item.not-first-post,
        .sb-none-layout .blog-items.style-grid .post-item,
        .sb-none-layout .blog-items.style-first-grid .post-item.not-first-post,
        .sb-none-layout .blog-items.style-sections-fisrt-grid .post-item.not-first-post,
        .blog-items.style-grid.masonry-3cols > ul.grid-paper > .grid-sizer,
        .blog-items.style-grid.masonry-3cols > ul.grid-paper > .post-item.masonry-grid-item,
        .blog-items.style-first-grid.masonry-3cols > ul.grid-paper > .grid-sizer,
        .blog-items.style-first-grid.masonry-3cols > ul.grid-paper > .post-item.masonry-grid-item {
            width: -webkit-calc(50% - 20px);
            width: calc(50% - 20px);
        }
    }

    @media (max-width: 767px) {
    }

    @media screen and (max-width: 675px) {

        .main-sidebar {
            margin-top: 40px;
            -webkit-column-count: 1;
            -moz-column-count: 1;
            column-count: 1;
            -moz-column-gap: 0px;
            column-gap: 0px;
            -webkit-column-gap: 0px;
        }

            .main-sidebar .widget {
                clear: none !important;
                margin: 0 0 40px;
                -webkit-column-break-inside: avoid;
                -moz-column-break-inside: avoid;
                column-break-inside: avoid;
            }
    }


    @media (max-width: 525px) {

        .blog-items.style-grid.three-cols .post-item,
        .blog-items.style-first-grid.three-cols .post-item.grid-item {
            width: 100%; /* old */
            margin-right: 0;
        }

            .blog-items.style-grid.three-cols .post-item.first-item,
            .blog-items.style-first-grid.three-cols .post-item.first-item {
                clear: none;
            }

        .blog-items.style-grid .post-item,
        .blog-items.style-first-grid .post-item.not-first-post,
        .blog-items.style-sections-fisrt-grid .post-item.not-first-post,
        .sb-none-layout .blog-items.style-grid .post-item,
        .sb-none-layout .blog-items.style-first-grid .post-item.not-first-post,
        .sb-none-layout .blog-items.style-sections-fisrt-grid .post-item.not-first-post,
        .blog-items.style-grid.masonry-2cols > ul.grid-paper > .grid-sizer,
        .blog-items.style-grid.masonry-2cols > ul.grid-paper > .post-item.masonry-grid-item,
        .blog-items.style-first-grid.masonry-2cols > ul.grid-paper > .grid-sizer,
        .blog-items.style-first-grid.masonry-2cols > ul.grid-paper > .post-item.masonry-grid-item,
        .blog-items.style-grid.masonry-3cols > ul.grid-paper > .grid-sizer,
        .blog-items.style-grid.masonry-3cols > ul.grid-paper > .post-item.masonry-grid-item,
        .blog-items.style-first-grid.masonry-3cols > ul.grid-paper > .grid-sizer,
        .blog-items.style-first-grid.masonry-3cols > ul.grid-paper > .post-item.masonry-grid-item {
            width: 100%;
        }
    }
}.jetpack_subscription_widget #subscribe-email input{padding:.6180469716em!important;width:100%!important}.widget_google_translate_widget img{display:inline}.widget_google_translate_widget a{text-decoration:none!important}.infinite-scroll .pagination,.infinite-scroll .paging-navigation,.infinite-scroll .storefront-sorting,.infinite-scroll .woocommerce-pagination,.infinite-scroll .woocommerce-result-count,.infinite-scroll ul.products+.storefront-sorting,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@font-face {
  font-family: "dearflip";
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SB/AAAAC8AAAAYGNtYXDV1NUQAAABHAAAAGxnYXNwAAAAEAAAAYgAAAAIZ2x5ZvnmsZUAAAGQAAATFGhlYWQkauJPAAAUpAAAADZoaGVhB8ID8QAAFNwAAAAkaG10eLYAG/QAABUAAAAAwGxvY2FUik8GAAAVwAAAAGJtYXhwADoAmgAAFiQAAAAgbmFtZWTWXU4AABZEAAABknBvc3QAAwAAAAAX2AAAACAAAwP1AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADq0QPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAUAAAABAAEAADAAAAAQAg6Sjqk+rK6tH//f//AAAAAAAg6QDqk+rK6tH//f//AAH/4xcEFZoVZBVeAAMAAQAAAAAAAAAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAVYAqwKSAqsABQAAJQcJARcHApI8/wABADzE5zwBAAEAPMQAAAAAAQFuAKsCqgKrAAUAACU3JzcJAQFuxMQ8AQD/AOfExDz/AP8AAAAAAAEBAAEBAwACPQAFAAABFzcXCQEBPMTEPP8A/wACPcTEPP8AAQAAAAABAQABGQMAAlUABQAAAScJAQcnATw8AQABADzEARk8AQD/ADzEAAAAAQAAAAUB8gNRAAUAAAkCBwkBAfL+pgFaTP5aAaYDBf6m/qZMAaYBpgAAAAABAg4ABQQAA1EABQAAJQkBNwkBAg4BWv6mTAGm/lpRAVoBWkz+Wv5aAAAAAAIBAACrAxICqwADAAkAAAEzESMlBwkBFwcBAFZWAhI8/wABADzEAqv+ADw8AQABADzEAAACAO4AqwMAAqsAAwAJAAABMxEjATcJASc3AqpWVv5EPAEA/wA8xAKr/gABxDz/AP8APMQAAQFWAIEDKgLVAAIAAAkCAVYB1P4sAtX+1v7WAAIBAACBAwAC1QADAAcAAAEzESMhETMRAlaqqv6qqgLV/awCVP2sAAACAGoAqwNWAqsAAgAFAAAJAREhCQEB6gFs/oD+lAFsAasBAP4AAQABAAAAAAIAqgCrA5YCqwACAAUAAAkCIREBAioBbP6U/oABbAKr/wD/AAIA/wAAAAAAAQDWAIEDKgLVAAsAAAEHFwcnByc3JzcXNwMq7u487u487u487u4Cme7uPO7uPO7uPO7uAAMAVgABA6oDVQAPAB8AKwAAJTI3NjU0JyYjIgcGFRQXFhMyFxYVFAcGIyInJjU0NzYXFTMVIxUjNSM1MzUCAIxlZWVljIxlZWVljLB9fX19sLB9fX192qysVKysVWVljIxlZWVljIxlZQMAfX2wsH19fX2wsH191KxUrKxUrAAAAwBWAAEDqgNVAA8AHwAjAAAlMjc2NTQnJiMiBwYVFBcWEzIXFhUUBwYjIicmNTQ3NgMhFSECAIxlZWVljIxlZWVljLB9fX19sLB9fX19JgGs/lRVZWWMjGVlZWWMjGVlAwB9fbCwfX19fbCwfX3+gFQAAAABANYAgQMqAtUACwAAASERIxEhNSERMxEhAyr/AFT/AAEAVAEAAYH/AAEAVAEA/wAAAAAAAQDWAYEDKgHVAAMAAAEhNSEDKv2sAlQBgVQAAAYAagBrA4AC6wADAAcACwAbACsAOwAAASEVIRE1IRUBNSEVJTIXFhUUBwYjIicmNTQ3NhMyFxYVFAcGIyInJjU0NzYTMhcWFRQHBiMiJyY1NDc2ASoCVv2qAlb9qgJW/SoaExMTExoaExMTExoaExMTExoaExMTExoaExMTExoaExMTEwLVVP8AVFT/AFRUahMTGhoTExMTGhoTEwIAEhIcHBISEhIcHBIS/wASEhwcEhISEhwcEhIAAAAABAEAAKsDAAKrAAMABwALAA8AAAEzNSMhFTM1AzM1IwUzNSMBAODgASDg4ODg/uDg4AHL4ODg/gDg4OAACACAACsDgAMrAAMABwALAA8AEwAXABsAHwAAJTUjFQMhESEBNSMVAyERIQM1IxUDIREhATUjFQMhESEDKqpWAVb+qgEAqlYBVv6qqqpWAVb+qgEAqlYBVv6qgaqqAQD+qgIAqqoBAP6q/qyqqgEA/qoCAKqqAQD+qgAAAAkAqgBVA1YDAQADAAcACwAPABMAFwAbAB8AIwAAJTUzFQM1MxUBNTMVNzMVIwE1MxUhNTMVAzUzFTM1MxUBNTMVAqqsrKz+VKxUrKz/AKz+VKysrFSs/lSsVaysAQCsrAEArKysrP8ArKysrP8ArKysrAIArKwAAAIAKgAVA9YC6wAJACkAACURJiMiBxE2MzIDMhcRFAcGIyInJiMiByYjIgciBwYjIicmNRE2MzIXNgOAQlSCaGiCTk6YVAcHCAYEUnqCaFaUbGACAwMCCAcHVpaUVlaVAewUQP4WQAJAQP2SCAcHAixAQC4BAQYGCAJyQEBAAAAABQAqABUD1gLrAAkAEwAdACcARwAAATIXFSYjIgc1Nic2MzIXFSYjIgc3Igc1NjMyFxUmExEmIyIHETYzMgMyFxEUBwYjIicmIyIHJiMiByIHBiMiJyY1ETYzMhc2Auo0OChEeEhMTFRsNDgoRHhIwHhIUHA0ODBaQlSCaGiCTk6YVAcHCAYEUnqCaFaUbGACAwMCCAcHVpaUVlYBRwpACipIIlAiCkAKKpwqRiQKQgz+qgHsFED+FkACQED9kggHBwIsQEAuAQEGBggCckBAQAAAAAACAKoAAQNWA1UAAgATAAABMyclIQERFAcGIyEiJyY1EzQ3NgIq7Oz+1gFWAQAaGiL+ACIaGgIZGQIr6kD/AP4AIhkZGRkiAqwiGRkAAwCAAEEDagMrAAMAEwAsAAABMxUjFzI3NjU0JyYjIgcGFRQXFiEXByc1JwYjIicmNTQ3NjMyFxYVFAcGBxcBKtbWbFA4ODg4UFA4ODg4AVDUQNQMTGh0UVFRUXR0UFAUFBoMAisqrDg4UFA4ODg4UFA4ONRA1CIMQlBQdHRRUVFRdCo1NSAMAAMAgABBA2oDKwALABsANAAAASMVIzUjNTM1MxUzBzI3NjU0JyYjIgcGFRQXFiEXByc1JwYjIicmNTQ3NjMyFxYVFAcGBxcCAFYqVlYqVmpQODg4OFBQODg4OAFQ1EDUDExodFFRUVF0dFBQFBQaDAIBVlYqVlbWODhQUDg4ODhQUDg41EDUIgxCUFB0dFFRUVF0KjU1IAwAAwCqAVUDVgIBAA8AHwAvAAABMhcWFRQHBiMiJyY1NDc2ITIXFhUUBwYjIicmNTQ3NiEyFxYVFAcGIyInJjU0NzYCACIaGhoaIiIaGhoaASIiGhoaGiIiGhoaGv4iIhoaGhoiIhoaGhoCARoaIiIaGhoaIiIaGhoaIiIaGhoaIiIaGhoaIiIaGhoaIiIaGgAAAgCqACsDVgMrAAMACgAANyEVIQEHJzMRMxGqAqz9VAIAqqqAVIFWAVasrAGq/lYAAwCAADUDgAMhABEAGAAeAAABFhcWFRQHBgc1Njc2NTQnJicTFAcRFhcWJTM3EScjAlaCVFRUVIJeOzs7O15qaiwfH/3AqtbWqgMhHGlpiIhpaRxYHE5OZmZOThz+4ng0AVgWMjJO1v1U1gAAAQCAAAMDgANVADMAACUyFxYVFAcGIyInJjU0NyUGIyInJjU0NzYzMhclJjU0NzYzMhcWFRQHBiMiJwUWFRQHBTYDADQkJCUlMjIlJQL+0iYyNCYmJiY0MiYBLAQmJjQ0JiYmJjQwKP7UBAQBMCT9JSUyNCUlJSU0FAiwIiYmNDQmJiKuFAo0JiYmJjQ0JiYksBQKChSwIAAFAFYAVQOqAwEAAwANABcAIQArAAABESERExUjIicmPQEzFSUzFRQHBisBNTMBIzU0NzY7ARUjJTMyFxYdASM1IwMA/gAqgCIZGVQCrFQZGSKAgP1UVBkZIoCAAiyAIhkZVIACVf6sAVT+VlYaGiJWVlZWIhoaVgGqViIaGlZWGhoiVlYAAAAABACAACsDgAMrAAYADQAUABsAAAERITcnNxcFIREXNxcHAxEhBxcHJyUhEScHJzcDgP8AYnw+ev5i/wBiej58ngEAYnw+egGeAQBiej58ASv/AGJ6PnyeAQBifD56AZ4BAGJ6Pnye/wBifD56AAAAAAEBKwBVAqsDAAAXAAABMxUjESMRIzUzNTQ2Nz4BOwEVIyIGHQECK4CAgICAGBcYPCNaWhAWAgCA/tUBK4A2JlUaGxqAFhBaAAEAgABzA4AC4gBNAAABPgE3DgEHLgEjIgYHDgEVFBYXJicuAScmJw4BFRQWFy4BJxQWFx4BFw4BIyImJx4BFx4BMw4BIyImJx4BMzI2Nz4BNz4BPQE+ATcOAQcDJhoiCBkyGRY5IiI4FxcXAgMxLS1SJCQgCwsjIxQjDxESES0cChULCg4EBxwUFC4aK2E4DRMGNnlDRXk0NU4YGhgZJw8WLRcCfxAsGw0SBRgYFxcXNyEKEQgCCwspHh4nEygUKkIYAgoIHTMWFRwGAgMCAhgoDw8QIiEBASQjIyMiVTIyaDcUEikXCgwEAAAABABWAAEDqgNVAB0ALQA9AEEAAAEyFxYVFAcGFSM0NzY3Njc2NTQnJiMiBwYVIzQ3NhMyNzY1NCcmIyIHBhUUFxYTMhcWFRQHBiMiJyY1NDc2EzUzFQIARjIyQEBUFBQYGBQUGhoiIhoaVDIyRoxlZWVljIxlZWVljLB9fX19sLB9fX19hlQCqzIyRjY5OS4uISEPDxYWHCIZGRkZIkYyMv2qZWWMjGVlZWWMjGVlAwB9fbCwfX19fbCwfX39VlZWAAAAAAMAVgABA6oDVQAcACAAMAAAATY1NCcmIyIHBhUzNDc2MzIXFhUUDwEGHQEzNDcDNSMVEzIXFhUUBwYjIicmNTQ3NgKCKDIyRkYyMlQaGiIiGhoaNDJUMjJUKrB9fX19sLB9fX19AcsoOEYyMjIyRiIaGhoaIiIaNjZCFkI2/t5UVALUfX2wsH19fX2wsH19AAIAgABBA2oDKwAPACgAAAEyNzY1NCcmIyIHBhUUFxYhFwcnNScGIyInJjU0NzYzMhcWFRQHBgcXAZZQODg4OFBQODg4OAFQ1EDUDExodFFRUVF0dFBQFBQaDAFVODhQUDg4ODhQUDg41EDUIgxCUFB0dFFRUVF0KjU1IAwAAAAABABWACsDqgMrAAMAEwAXACcAAAEVITUBMjc2NTQnJiMiBwYVFBcWAzUhFQEyFxYVESMVITUjETQ3NjMDAP4AAioSDQ0NDRISDAwMDG7+rAHUNCYmqv4AqiYmNAMrqqr+gAwMEhINDQ0NEhIMDP7W1NQB1CYmNP8AqqoBADQmJgADAFYAVQOqAwEAAgAHABsAAAElIQERBSURATIXFhURFAcGIyEiJyY1ETQ3NjMCAAFW/VQCrP6q/qoCrCIZGRkZIv1UIhkZGRkiAdXW/gABqtTU/lYCVhoaIv4AIhoaGhoiAgAiGhoAAAIAVgBVA6oDAQAFABkAAAE1BSUVBQEyFxYVERQHBiMhIicmNRE0NzYzA1b+qv6qAVYBViIZGRkZIv1UIhkZGRkiAlVW1tZW1AGAGhoi/gAiGhoaGiICACIaGgAAAwCAAKsDgAKrAAMABwALAAATIRUhFTUhFQU1IRWAAwD9AAMA/QADAAKrVtRUVNZWVgAAAAMAA/+rA/4DqwAoAFAAlwAAASYnLgEnJiMiBw4BBwYVFBYXAyUeATMxOAExMjc+ATc2NTQnLgEnJicBMSImLwEHNycuATU0Nz4BNzYzMhceARcWFxYXHgEXFhUUBw4BBwYjEy4BJyYiBw4BBw4BJy4BJy4BJyY2Nz4BNz4BNzYmJy4BJy4BIyoBIyIGBw4BFRQWFxYXHgEXFhceARcWMjc+ATc+AScuAScDaSQpKlsxMTNpXF2JKCgiIkgBDTd7QGlcXYooKAoKJhscJP6ZOW0xD6ArCiAhIiFyTU1XKygpTCIjHh0XFyAICCEick1NV+cJRAkJDQcGHAYGDAkKOCQdJAYGBwUECgUEBQMDAQMCHQgHEAUGDAcGEwgJJC8FAhEQOCcnMBYkDhcoERI7CAgCAgMMCgMWJBwbJgoKKCiKXF1pQ4E5/vlGHiAoKIpdXGkzMTFbKSok/PMeHQkqnBAycjxXTU1zISEICCAXFx4dIyJMKSkqV01NcyEhATwFIQMDCQohBwYCBQUZIRk1CgkMBAUMBgUJBwYLBQVGExMDBgkKMS8vTgYDFxc8Hx8VCQ0FBwIDIxcWIgQEBgUAAAADAED/6wPAAysAGQAdACkAAAEzFTM+ATMyFx4BFxYVESMRNCYjIgYVESMRITMRIxMUBiMiJjU0NjMyFgGAsQMSWUNHKyswCQi5GUdIJrn+wMDAwDgoKDg4KCg4AitbIToVFEgxMTn+zAERMWRZN/7qAkD9wALgKDg4KCc5OQAAAAEARP/vA7wDZgBuAAABIgcOAQcGFRQXHgEXFhcuATc2Nz4BNzYxMCY1NDYzMhYVFAYHBhYzMjY1NCYjIgYVFBYXHgEHDgEHDgEnLgE1NDc+ATc2MzIXHgEXFhUUBw4BBwYjIiYnMAYHDgEHHgEzMjc+ATc2NTQnLgEnJiMCAFxRUHkjIxUVSzQ0PQIDBwMICRIHBw0vIRwcGwoIKSE7UGdSXmoTDgMBAQMIAQIHBiowExNKNjdIOTIyShUVERE9KyoyIjkLFwQIIg0fQiJcUVB5IyMjI3lQUVwDZiMieVFQXEdAQGwpKRgaSB0NJCRMHh0lHS4+JRocUCchL3FaUGR3SR04EQMGAwsjBQYDAxRnMTUwMUoWFhMTRS8vNzkyM0oWFh8UWg8dQRYKCiMjeFFRW1xRUXkiIwAAAAABAAAAAQAASQUJd18PPPUACwQAAAAAAOClzv4AAAAA4KXO/gAA/6sEAAOrAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAQAAAEAAAAAAAAAAAAAAAAAAAAwBAAAAAAAAAAAAAAAAgAAAAQAAVYEAAFuBAABAAQAAQAEAAAABAACDgQAAQAEAADuBAABVgQAAQAEAABqBAAAqgQAANYEAABWBAAAVgQAANYEAADWBAAAagQAAQAEAACABAAAqgQAACoEAAAqBAAAqgQAAIAEAACABAAAqgQAAKoEAACABAAAgAQAAFYEAACABAABKwQAAIAEAABWBAAAVgQAAIAEAABWBAAAVgQAAFYEAACABAAAAwQAAEAEAABEAAAAAAAKABQAHgAyAEYAWgBuAIQAmgC0AM4A3ADwAQYBHAE2AXYBsAHKAdgCNgJUApICzgMOA3gDngPiBC4EdgSOBMQFEAVUBYwFsAYmBogG0AcQB1AHhAeyB8wIrAjsCYoAAAABAAAAMACYAAkAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEACAAAAAEAAAAAAAIABwBpAAEAAAAAAAMACAA5AAEAAAAAAAQACAB+AAEAAAAAAAUACwAYAAEAAAAAAAYACABRAAEAAAAAAAoAGgCWAAMAAQQJAAEAEAAIAAMAAQQJAAIADgBwAAMAAQQJAAMAEABBAAMAAQQJAAQAEACGAAMAAQQJAAUAFgAjAAMAAQQJAAYAEABZAAMAAQQJAAoANACwZGVhcmZsaXAAZABlAGEAcgBmAGwAaQBwVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwZGVhcmZsaXAAZABlAGEAcgBmAGwAaQBwZGVhcmZsaXAAZABlAGEAcgBmAGwAaQBwUmVndWxhcgBSAGUAZwB1AGwAYQByZGVhcmZsaXAAZABlAGEAcgBmAGwAaQBwRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=df-icon-]:before, [class*=" df-icon-"]:before,
.df-ui-btn[class^=ti-]:before, .df-ui-btn[class*=" ti-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "dearflip" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.df-icon-arrow-left:before {
  content: "\e900";
}

.df-icon-arrow-right:before {
  content: "\e901";
}

.df-icon-arrow-down:before {
  content: "\e902";
}

.df-icon-arrow-up:before {
  content: "\e903";
}

.df-icon-arrow-left1:before {
  content: "\e904";
}

.df-icon-arrow-right1:before {
  content: "\e905";
}

.df-icon-first-page:before {
  content: "\e906";
}

.df-icon-last-page:before {
  content: "\e907";
}

.df-icon-play:before, .df-icon-play-popup:before {
  content: "\e908";
}

.df-icon-pause:before {
  content: "\e909";
}

.df-icon-fast-rewind:before {
  content: "\e90a";
}

.df-icon-fast-forward:before {
  content: "\e90b";
}

.df-icon-close:before {
  content: "\e90c";
}

.df-icon-add-circle:before {
  content: "\e90d";
}

.df-icon-minus-circle:before {
  content: "\e90e";
}

.df-icon-add:before {
  content: "\e90f";
}

.df-icon-minus:before {
  content: "\e910";
}

.df-icon-list:before {
  content: "\e911";
}

.df-icon-grid:before {
  content: "\e912";
}

.df-icon-grid-view:before {
  content: "\e913";
}

.df-icon-apps:before {
  content: "\e914";
}

.df-icon-double-page:before {
  content: "\e915";
}

.df-icon-book:before {
  content: "\e916";
}

.df-icon-file:before {
  content: "\e917";
}

.df-icon-zoom-out:before {
  content: "\e918";
}

.df-icon-zoom-in:before {
  content: "\e919";
}

.df-icon-more:before {
  content: "\e91a";
}

.df-icon-download:before, .df-ui-btn.ti-download:before {
  content: "\e91b";
}

.df-icon-volume:before {
  content: "\e91c";
}

.df-icon-share:before {
  content: "\e91d";
}

.df-icon-fit-screen:before {
  content: "\e91e";
}

.df-icon-fullscreen:before {
  content: "\e91f";
}

.df-icon-facebook:before {
  content: "\e920";
}

.df-icon-twitter:before {
  content: "\e921";
}

.df-icon-help-outline:before {
  content: "\e922";
}

.df-icon-help:before {
  content: "\e923";
}

.df-icon-search:before, .df-ui-btn.ti-search:before {
  content: "\e924";
}

.df-icon-print:before, .df-ui-btn.ti-printer:before {
  content: "\e925";
}

.df-icon-mail-outline:before {
  content: "\e926";
}

.df-icon-mail:before {
  content: "\e927";
}

.df-icon-menu:before {
  content: "\e928";
}

.df-icon-linkedin:before {
  content: "\eaca";
}

.df-icon-pinterest:before {
  content: "\ead1";
}

.df-icon-whatsapp:before {
  content: "\ea93";
}

/*! DEARVIEWER*/
.df-searching .df-search-info, .df-hybrid-viewer:not(.df-zoom-active) .df-loading + .df-zoomview::after, .df-thumb.df-thumb-requested:before, .df-flipbook-3d.df-loading:after, .df-page.df-loading:after, .df-fetch-pdf .df-loading-info, .df-container .df-loading-icon {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin: auto; background: none; display: block; shape-rendering: auto;' width='48px' height='48px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Ccircle cx='50' cy='50' fill='none' stroke='%2307abcc' stroke-width='9' r='30' stroke-dasharray='141.37166941154067 49.12388980384689'%3E%3CanimateTransform attributeName='transform' type='rotate' repeatCount='indefinite' dur='1s' values='0 50 50;360 50 50' keyTimes='0;1'%3E%3C/animateTransform%3E%3C/circle%3E%3C!-- %5Bldio%5D generated by https://loading.io/ --%3E%3C/svg%3E");
}

.df-hidden {
  display: none !important;
}

.has-text-align-center, .df-text-align-center {
  text-align: center;
}

.df-app {
  min-height: 220px;
  position: relative;
  overflow: hidden;
  width: 100%;
  /*Smoothing of images in Firefox*/
  image-rendering: auto;
  direction: ltr;
  line-height: 1.5;
}

.df-container {
  height: 100%;
}
.df-container * {
  box-sizing: border-box !important;
}
.df-container i {
  font-style: normal;
}
.df-container a {
  outline: none;
  text-decoration: none;
  box-shadow: none;
}
.df-container .df-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: no-repeat 50%;
  background-size: cover;
}
.df-container .df-loading-info {
  position: absolute;
  top: -300px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  max-width: 200px;
  margin-top: 20px;
  padding: 10px 15px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  background-color: #f7f7f7;
  border-radius: 5px;
  font-size: 12px;
  color: #222;
  word-break: break-word;
  letter-spacing: 0.5px;
  opacity: 0;
}
.df-container.df-init .df-loading-info {
  top: 50%;
  opacity: 1;
  max-width: 300px;
}
.df-container.df-init .df-viewer {
  display: none;
}
.df-container.df-error .df-loading-info {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  margin: 0;
  color: #b00;
}
.df-container .df-loading-icon {
  -moz-transition: 0.3s 0.1s opacity;
  -o-transition: 0.3s 0.1s opacity;
  -webkit-transition: 0.3s 0.1s opacity;
  transition: 0.3s 0.1s opacity;
  opacity: 0;
  height: 50px;
  width: 50px;
  left: 50%;
  top: 50%;
  margin: -45px -25px -25px;
  box-sizing: border-box;
  position: absolute;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: 50%;
  background-color: white;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.df-container.df-loading .df-loading-icon {
  opacity: 1;
  z-index: 100;
}

.df-fetch-pdf .df-loading-info {
  opacity: 1;
  top: 0px;
  z-index: 4;
  background-repeat: no-repeat;
  padding-left: 36px;
  background-size: 24px;
  background-position: 6px 6px;
}

.df-viewer .df-3dcanvas {
  right: 0;
  position: absolute;
}

.df-ui {
  color: #666;
  bottom: 0;
  width: 100%;
  height: 42px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  position: absolute;
  vertical-align: top;
  box-sizing: border-box;
  text-align: center;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 4;
  display: block;
}
.df-ui .df-logo {
  height: 100%;
}
.df-ui .df-logo.df-logo-img {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 5px;
}
.df-ui .df-logo.df-logo-img img {
  max-height: 100%;
  max-width: 120px;
}
.df-ui .df-ui-page {
  padding: 0;
  font-size: 12px;
  width: 50px;
  min-width: 50px;
  line-height: 42px;
  margin: 0 0;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.03);
}
.df-ui .df-ui-page label {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 50px;
  height: 100%;
  text-align: center;
  display: block;
  line-height: inherit !important;
  color: #999;
  font-weight: normal;
  cursor: pointer;
  background-color: transparent;
  z-index: 1;
  box-sizing: border-box;
  word-break: normal;
}
.df-ui .df-ui-page input {
  width: 100%;
  background-color: transparent;
  height: 100%;
  margin: 0;
  padding: 0 !important;
  border: 1px solid #8f8f8f;
  text-align: center;
  vertical-align: top;
  line-height: inherit !important;
  color: transparent;
  font-size: 14px;
  top: 0;
  box-sizing: border-box;
  z-index: -1;
  display: block;
  opacity: 0;
}
.df-ui .df-ui-page input:focus {
  z-index: 2;
  opacity: 1;
  color: inherit;
}
.df-ui .df-ui-page input:focus + label {
  opacity: 0;
  display: none;
}

.df-ui-btn {
  color: #777;
  vertical-align: top;
  background-color: #fff;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  width: 40px;
  height: 100%;
  font-size: 20px;
  cursor: pointer;
  z-index: 2;
  display: inline-block;
  padding: 10px 5px;
  /* -webkit-border-radius: 3px; */
  line-height: 1.2;
  transition: 0.3s;
  transition-property: opacity, color, background-color;
}
.df-ui-btn:before {
  box-sizing: border-box;
}
.df-ui-btn:hover, .df-ui-btn.df-active {
  color: #00ACCE;
  background-color: #eee;
}
.df-ui-btn.df-active {
  background-color: #e7e7e7;
}
.df-ui-btn.disabled, .df-ui-btn.disabled:hover {
  color: #bbb;
}
.df-ui-btn span {
  display: none;
}

.df-more-container {
  display: none;
  position: absolute;
  bottom: 100%;
  margin-bottom: 8px !important;
  right: 10px;
  background-color: #f7f7f7;
  z-index: 20;
  border-radius: 5px;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.2);
}
.df-more-container:before {
  content: " ";
  position: absolute;
  border: 7px solid transparent;
  border-top-color: #eee;
  height: 0;
  width: 0;
  bottom: -14px;
  right: 13px;
  margin-right: -8px;
  pointer-events: none;
}

.df-more-container > .df-ui-btn {
  width: 170px;
  text-align: left;
  padding: 6px 8px;
  height: 36px;
  border-top: 1px solid #e4e4e4;
  border-radius: 0;
  line-height: 16px;
}
.df-more-container > .df-ui-btn span {
  font-size: 12px;
  padding-left: 24px;
  vertical-align: middle;
  display: inline-block;
}
.df-more-container > .df-ui-btn:before {
  position: absolute;
  top: 7px;
  font-size: 20px;
  width: 1em;
  text-align: center;
}
.df-more-container > .df-ui-btn:first-child {
  border-radius: 5px 5px 0 0;
  border-top: none;
}
.df-more-container > .df-ui-btn:last-child {
  border-radius: 0 0 5px 5px;
}

.df-ui-more.df-active .df-more-container {
  display: block;
}

.df-ui-search.df-active .df-search-container {
  display: block;
  padding: 5px;
}

.df-ui-nav {
  top: 50%;
  margin-top: -50px;
  position: absolute;
  opacity: 0.8;
  height: 100px;
  font-size: 36px;
  width: 50px;
  z-index: 2;
  cursor: pointer;
}
.df-ui-nav:hover {
  opacity: 1;
}
.df-ui-nav .df-ui-btn {
  height: auto;
  height: initial;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  padding: 15px 5px;
  width: auto;
  font-size: inherit;
  background-color: transparent !important;
}
.df-ui-nav .df-ui-btn:before {
  color: white;
  filter: drop-shadow(0 0 3px black);
}
.df-ui-nav.df-ui-prev {
  left: 0;
  right: auto;
  border-radius: 0;
}
.df-ui-nav.df-ui-prev .df-ui-btn {
  left: 10px;
}
.df-ui-nav.df-ui-prev .df-ui-btn:before {
  text-align: left;
}
.df-ui-nav.df-ui-next {
  right: 0;
}
.df-ui-nav.df-ui-next .df-ui-btn {
  right: 10px;
}
.df-ui-nav.df-ui-next .df-ui-btn:before {
  text-align: right;
}

.df-slider, .df-zoomview, .df-flipbook-3d, .df-flipbook-2d, .df-viewer-container {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.df-flipbook-2d {
  -webkit-filter: blur(0);
  -moz-filter: blur(0);
  -ms-filter: blur(0);
  -o-filter: blur(0);
  filter: blur(0);
}
.df-flipbook-2d .df-viewer-wrapper {
  position: relative;
  margin: 0 auto;
  height: 100%;
  -moz-transition: 0.3s left;
  -o-transition: 0.3s left;
  -webkit-transition: 0.3s left;
  transition: 0.3s left;
}
.df-flipbook-2d .df-book-shadow {
  position: absolute;
  z-index: -1;
  height: 100%;
  display: none;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.df-page-content {
  overflow: hidden;
  opacity: 0.5;
}

.df-page.df-loading:after {
  content: "";
  background-size: 22px;
  height: 22px;
  width: 22px;
  display: block;
  top: 50%;
  left: 50%;
  margin: -11px;
  position: absolute;
  z-index: 0;
}
.df-page.df-loading .df-page-content {
  display: none;
}
.df-page > canvas {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
.df-page .df-page-content {
  position: absolute;
  height: 100%;
  display: block;
  top: 0;
  width: 100%;
  z-index: 1;
}

.df-sheet {
  position: absolute;
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
}
.df-sheet .df-page, .df-sheet .df-page-front, .df-sheet .df-page-back, .df-sheet .df-sheet-wrapper, .df-sheet .df-sheet-fold-inner-shadow, .df-sheet .df-sheet-fold-outer-shadow {
  position: absolute;
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
}
.df-sheet .df-sheet-wrapper {
  overflow: hidden;
}
.df-sheet .df-page {
  width: 100%;
  height: 100%;
  background-color: white;
  box-sizing: border-box;
  z-index: 0;
  background-size: 100% 100%;
}
.df-sheet .df-page:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  width: 15%;
  height: 100%;
  z-index: 5;
  opacity: 0.5;
  pointer-events: none;
}
.df-sheet .df-page > canvas {
  z-index: -1;
}
.df-sheet .df-page-front:before {
  left: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.15) 15%, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.15) 15%, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.15) 15%, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0));
}
.df-sheet .df-page-back:before {
  right: 0;
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.15) 25%, rgba(0, 0, 0, 0) 70%);
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.15) 25%, rgba(0, 0, 0, 0) 70%);
  background-image: -ms-linear-gradient(right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.15) 25%, rgba(0, 0, 0, 0) 70%);
}
.df-sheet.df-left-side {
  right: 50%;
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  transform-origin: right;
}
.df-sheet.df-left-side .df-page-front {
  z-index: 1;
}
.df-sheet.df-left-side .df-page-back {
  z-index: 2;
}
.df-sheet.df-right-side {
  left: 50%;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  transform-origin: left;
}
.df-sheet.df-right-side .df-page-front {
  z-index: 2;
}
.df-sheet.df-right-side .df-page-back {
  z-index: 1;
}
.df-sheet .df-sheet-fold-inner-shadow {
  position: absolute;
  z-index: 5;
  display: none;
}
.df-sheet .df-sheet-fold-outer-shadow {
  z-index: -1;
  width: 100%;
  height: 100%;
}
.df-sheet.df-flipping, .df-sheet.df-folding {
  z-index: 200 !important;
}
.df-sheet.df-folding.df-left-side .df-page-front, .df-sheet.df-folding.df-right-side .df-page-back {
  z-index: 3;
}
.df-sheet.df-folding .df-sheet-fold-inner-shadow {
  display: block;
}
.df-sheet.df-folding .df-page-content {
  display: none;
}

.df-pending .df-page-content, .df-pendingresize .df-page-content {
  display: none !important;
}

.df-sheet.df-left-side.df-folding:not(.df-hard-sheet) .df-page-front {
  z-index: 3;
}

.df-hard-sheet .df-sheet-wrapper {
  width: 100% !important;
  height: 100% !important;
  overflow: visible;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0 50% 0;
  -moz-transform-origin: 0 50% 0;
  transform-origin: 0 50% 0;
}
.df-hard-sheet .df-sheet-fold-inner-shadow, .df-hard-sheet .df-sheet-fold-outer-shadow {
  display: none !important;
}
.df-hard-sheet .df-page-front, .df-hard-sheet .df-page-back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.df-hard-sheet.df-right-side .df-page-back {
  -webkit-transform-origin: right 50%;
  -moz-transform-origin: right 50%;
  transform-origin: right 50%;
  z-index: 3 !important;
}
.df-hard-sheet.df-right-side .df-page-front {
  -webkit-transform-origin: left 50%;
  -moz-transform-origin: left 50%;
  transform-origin: left 50%;
  z-index: 4;
}
.df-hard-sheet.df-left-side .df-page-back {
  -webkit-transform-origin: right 50%;
  -moz-transform-origin: right 50%;
  transform-origin: right 50%;
}
.df-hard-sheet.df-left-side .df-page-front {
  -webkit-transform-origin: left 50%;
  -moz-transform-origin: left 50%;
  transform-origin: left 50%;
}

.df-flipbook-3d.df-loading:after {
  content: "";
  background-size: 22px;
  height: 22px;
  width: 22px;
  display: block;
  top: 50%;
  left: 50%;
  margin: -11px;
  position: absolute;
  z-index: 0;
}

.df-link-content, .df-text-content, .df-auto-link-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  pointer-events: none;
  width: auto !important;
  height: auto !important;
}

.df-page-content.df-double-internal:not(.df-double-internal-fix) > div {
  right: -100%;
}
.df-page-content.df-double-internal-fix > div {
  left: -100%;
}

.annotationLayer section, .df-link-content section, .customLinkAnnotation, .customHtmlAnnotation, .customVideoAnnotation, .linkAnnotation, .highlightAnnotation, .popupAnnotation {
  position: absolute;
  z-index: 5;
  cursor: pointer;
  pointer-events: all;
  border: none !important;
  padding: 0 !important;
}

section.linkAnnotation a,
a.linkAnnotation,
.buttonWidgetAnnotation a,
a.customLinkAnnotation,
.customHtmlAnnotation,
.customVideoAnnotation, a.df-autolink {
  background-color: #ff0;
  display: block;
  height: 100%;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
section.linkAnnotation a:hover,
a.linkAnnotation:hover,
.buttonWidgetAnnotation a:hover,
a.customLinkAnnotation:hover,
.customHtmlAnnotation:hover,
.customVideoAnnotation:hover, a.df-autolink:hover {
  border-color: transparent;
  background-color: #2196F3;
}

a.df-autolink {
  display: inline;
  pointer-events: all;
  color: transparent !important;
}

.df-sidemenu-wrapper {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  left: 0;
  top: 0;
  bottom: 0;
  width: 220px;
  position: absolute;
  z-index: 3;
}
.df-sidemenu-wrapper .df-sidemenu-buttons {
  z-index: 6;
  position: relative;
  top: 0;
  left: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.df-sidemenu-wrapper .df-sidemenu-buttons .df-ui-close {
  float: right;
  display: none;
  /*margin: 0 -40px 0 0;*/
  /* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); */
  background-color: transparent;
  padding: 6px 5px;
}
.df-sidemenu-wrapper:before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(238, 238, 238, 0.9);
  z-index: 3;
  left: 0;
}

.df-sidemenu-open .df-ui-nav.df-ui-prev {
  left: 220px;
}
.df-sidemenu-open .df-sidemenu-wrapper {
  display: block;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  left: 0;
}
.df-sidemenu-open .df-sidemenu-wrapper:before {
  box-shadow: 1px 0 4px rgba(102, 102, 102, 0.38);
}
.df-sidemenu-open .df-sidemenu-buttons .df-ui-close {
  display: block;
}
.df-sidemenu-open .df-flipbook-3d.df-loading:after {
  margin-left: 99px;
}

.df-sidemenu {
  width: 100%;
  height: auto !important;
  position: absolute !important;
  top: 0;
  bottom: 0;
  z-index: 3;
  opacity: 0;
  color: #666;
  font-size: 12px;
}
.df-sidemenu > .df-wrapper {
  overflow: auto;
  position: absolute !important;
  top: 40px;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto !important;
}
.df-sidemenu.df-sidemenu-visible {
  opacity: 1;
  z-index: 5;
}

.df-outline-container .df-wrapper {
  padding: 10px;
}

.df-outline-items > .df-outline-item {
  margin-left: 18px;
}

.df-outline-item a {
  color: inherit !important;
  text-decoration: none !important;
  display: block;
  padding: 5px 0 5px 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  border: none !important;
  box-shadow: none !important;
  margin-bottom: 1px;
}
.df-outline-item a:hover {
  text-decoration: underline !important;
  color: #2196F3 !important;
}

.df-outline-toggle {
  cursor: pointer;
  float: left;
  width: 28px;
  padding: 0 5px 0 10px;
  margin-left: -28px;
  text-align: center;
}
.df-outline-toggle:before {
  content: "\e902";
  font-size: 18px;
  font-family: "dearflip";
}
.df-outline-toggle.df-outlines-hidden:before {
  content: "\e901";
}
.df-outline-toggle.df-outlines-hidden ~ .df-outline-items {
  display: none;
}

.df-outline-item a:hover, .df-outline-toggle:hover, .df-outline-toggle:hover + a, .df-outline-toggle:hover ~ .df-outline-items {
  background-color: rgba(100, 100, 100, 0.05);
}

.df-thumb {
  margin: 0;
  cursor: pointer;
  width: 100%;
  position: relative;
  text-align: center;
}
.df-thumb .df-wrapper {
  box-sizing: content-box !important;
  margin: 6px;
  border-radius: 3px;
  transition: 0.2s background;
  display: inline-block;
  vertical-align: middle;
  border: 2px dashed rgba(0, 0, 0, 0.3);
  position: relative;
}
.df-thumb .df-wrapper .df-thumb-number {
  position: absolute;
  bottom: 8px;
  background-color: rgba(238, 238, 238, 0.85);
  color: #444;
  font-size: 14px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px;
  opacity: 0;
}
.df-thumb .df-bg-image {
  height: 100%;
  background-size: 100%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.df-thumb.df-thumb-requested:before {
  content: "";
  background-size: 22px;
  height: 22px;
  width: 22px;
  display: block;
  top: 50%;
  left: 50%;
  margin: -11px;
  position: absolute;
  z-index: 0;
}
.df-thumb.df-thumb-loaded {
  height: auto !important;
}
.df-thumb.df-thumb-loaded .df-wrapper {
  border: none;
  margin: 0;
  padding: 8px;
}
.df-thumb.df-thumb-loaded:hover .df-wrapper .df-thumb-number {
  opacity: 1;
}
.df-thumb.df-thumb-loaded:hover .df-wrapper, .df-thumb.df-selected .df-wrapper {
  background-color: #ccc;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 1;
}

.df-lightbox-wrapper {
  position: fixed !important;
  top: 0;
  bottom: 0;
  right: 0;
  height: auto !important;
  left: 0;
  z-index: 99999;
}
.df-lightbox-wrapper.df-lightbox-padded {
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
}
.df-lightbox-wrapper .df-lightbox-bg {
  background: #eee;
  position: fixed !important;
  top: 0;
  bottom: 0;
  right: 0;
  height: auto !important;
  left: 0;
}
.df-lightbox-wrapper .df-lightbox-controls {
  float: right;
  padding: 5px;
  z-index: 1000;
  position: relative;
}
.df-lightbox-wrapper .df-app {
  position: absolute !important;
  width: 100%;
  top: 0;
  bottom: 0;
  height: auto !important;
}
.df-lightbox-wrapper .df-container.df-transparent {
  height: 100%;
}
.df-lightbox-wrapper .df-lightbox-close {
  float: right;
  text-align: center;
  font-size: 32px;
  padding: 8px 0;
  height: 48px;
  width: 46px;
  cursor: pointer;
  color: #444;
  border-color: transparent;
  background-color: transparent;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
}
.df-lightbox-wrapper .df-lightbox-close:hover {
  color: white;
  background-color: rgba(0, 0, 0, 0.21);
  border-color: black;
  opacity: 1;
}
.df-lightbox-wrapper .df-lightbox-close:before {
  color: white;
  filter: drop-shadow(0 0 3px black);
}

.df-share-wrapper {
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.35);
  display: none;
}
.df-share-box {
  position: absolute;
  top: 50%;
  width: 280px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 15px 5px;
  text-align: center;
}

span.df-share-title {
  color: #777;
  margin-bottom: 10px;
  display: block;
}

.df-share-url {
  /* border: 0; */
  background-color: #fff;
  height: 60px;
  color: #666;
  padding: 2px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  font-size: 12px;
  box-sizing: border-box;
  margin-bottom: 0;
}

.df-share-button {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 5px 10px;
  /*  margin: 3px;*/
  font-size: 20px;
  color: #aaa;
}
.df-share-button:hover {
  color: #444;
}

.df-reader {
  overflow: auto;
  position: absolute;
  -webkit-overflow-scrolling: touch;
}
.df-reader .df-viewer-wrapper {
  cursor: grab;
}
.df-reader .df-page {
  position: relative;
  transform-origin: initial;
  margin: -10px auto -10px;
  border: 10px solid transparent;
  left: auto;
  left: initial;
  box-sizing: content-box !important;
}
.df-reader .df-page:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.df-reader ~ .df-ui-nav {
  display: none;
}
.df-reader:not(.df-noscroll) {
  margin-right: -12px;
}

.df-reader-scrollbar {
  position: absolute;
  top: 0;
  height: auto;
  right: 0;
  width: auto;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 20px 0 0 20px;
  padding: 6px 8px 6px 12px;
  z-index: 100;
  cursor: ns-resize;
}
.df-reader-scrollbar:hover, .df-reader-scrollbar.df-active {
  background-color: #fff;
}

.df-reader-scroll-page-number {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background-color: #ddd;
  border-radius: 10px;
  padding: 20px;
  font-size: 24px;
  z-index: 100;
  text-align: center;
  color: #333;
}
.df-reader-scroll-page-number.df-active {
  display: block;
}
.df-reader-scroll-page-number div {
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px solid #aaa;
  font-size: 16px;
  font-style: italic;
}

.df-ios .df-viewer.df-reader {
  margin-right: 0;
}

.df-no-transition {
  -moz-transition: none !important;
  -o-transition: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}

.df-float .df-ui {
  bottom: 10px;
  width: auto;
  width: intial;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  margin: 0 auto;
  display: table;
  display: flex;
  border-radius: 5px;
}
.df-float .df-ui > .df-ui-btn:first-child {
  border-radius: 5px 0 0 5px;
}
.df-float .df-ui > .df-ui-btn:last-child {
  border-radius: 0 5px 5px 0;
}

.df-controls-top .df-ui {
  bottom: auto;
  bottom: intial;
  top: 0;
}
.df-controls-top.df-float .df-ui {
  top: 10px;
}
.df-controls-top .df-more-container {
  bottom: auto;
  top: 100%;
  margin: 8px 0 0 !important;
}
.df-controls-top .df-more-container:before {
  border-bottom-color: #eee;
  border-top: 0;
  bottom: auto;
  top: -7px;
}

.df-controls-hidden .df-ui {
  display: none;
}

.df-float-off.df-controls-top .df-sidemenu-wrapper {
  top: 42px;
  bottom: 0;
}
.df-float-off.df-controls-bottom .df-sidemenu-wrapper {
  top: 0;
  bottom: 42px;
}
.df-float-off .df-ui-left {
  justify-content: flex-start;
  display: flex;
  flex: 1;
}
.df-float-off .df-ui-right {
  justify-content: flex-end;
  display: flex;
  flex: 1;
}
.df-float-off .df-ui-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.df-float-off .df-ui {
  display: flex;
}

.df-link-content .annotationTextContent {
  color: transparent;
}
.df-link-content .popupWrapper {
  position: absolute;
  width: 20em;
}
.df-link-content .popup {
  position: absolute;
  z-index: 200;
  max-width: 20em;
  background-color: #FFFF99;
  box-shadow: 0 2px 5px #333;
  border-radius: 2px;
  padding: 0.6em;
  margin-left: 5px;
  cursor: pointer;
  word-wrap: break-word;
}
.df-link-content .popup h1 {
  font-size: 1em;
  border-bottom: 1px solid #000000;
  padding-bottom: 0.2em;
}
.df-link-content .popup p {
  padding-top: 0.2em;
}

html.df-lightbox-open, body.df-lightbox-open {
  overflow: hidden !important;
}

.df-zoomview {
  display: none;
  cursor: move;
}
.df-zoomview .df-viewer-wrapper {
  position: relative;
  margin: 0 auto;
}
.df-zoomview .df-viewer-wrapper .df-book-shadow {
  position: absolute;
  z-index: -1;
  height: 100%;
  display: none;
  -webkit-box-shadow: 0px 1px 15px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 15px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 15px 1px rgba(0, 0, 0, 0.5);
}
.df-zoomview .df-page {
  position: absolute;
  top: 0;
  right: 50%;
  background-color: #fff;
}
.df-zoomview .df-page:before {
  width: 10%;
  opacity: 0.5;
}
.df-zoomview .df-page.df-page-front {
  left: 50%;
}

.df-zoom-active .df-viewer {
  cursor: move;
  cursor: -webkit-grab;
}
.df-zoom-active .df-flipbook {
  display: none;
}
.df-zoom-active .df-zoomview {
  display: block;
}

.df-hybrid-viewer .df-zoomview .df-page:before {
  display: none;
}
.df-hybrid-viewer:not(.df-zoom-active) .df-flipbook.df-loading + .df-zoomview {
  display: none;
}
.df-hybrid-viewer:not(.df-zoom-active) .df-zoomview {
  display: block;
  pointer-events: none;
}
.df-hybrid-viewer:not(.df-zoom-active) .df-zoomview .df-page:before {
  display: none;
}
.df-hybrid-viewer:not(.df-zoom-active) .df-loading + .df-zoomview::after {
  content: "";
  background-size: 22px;
  height: 22px;
  width: 22px;
  display: block;
  top: 50%;
  left: 50%;
  margin: -11px;
  position: absolute;
  z-index: 0;
}
.df-hybrid-viewer:not(.df-zoom-active).df-pending .df-zoomview, .df-hybrid-viewer:not(.df-zoom-active).df-pendingresize .df-zoomview, .df-hybrid-viewer:not(.df-zoom-active).df-hide-zoomview .df-zoomview {
  display: none;
}

.df-container ::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.df-container ::-webkit-scrollbar-button {
  height: 0;
  width: 0;
  cursor: pointer;
}
.df-container ::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50px;
}
.df-container ::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.8);
}
.df-container ::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, 0.8);
}
.df-container ::-webkit-scrollbar-thumb,
.df-container ::-webkit-scrollbar-thumb:hover,
.df-container ::-webkit-scrollbar-thumb:active {
  border-right: 1px;
  border-left: 1px;
  border-style: solid;
  border-color: transparent;
}
.df-container ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 50px;
}
.df-container ::-webkit-scrollbar-track:hover {
  background: rgba(0, 0, 0, 0.1);
}
.df-container ::-webkit-scrollbar-track:active {
  background: rgba(0, 0, 0, 0.15);
}
.df-container ::-webkit-scrollbar-corner {
  background: transparent;
}

.df-sidemenu-wrapper ::-webkit-scrollbar {
  width: 10px;
}

.df-container.df-transparent.df-fullscreen {
  background: #aaa;
}
.df-container.df-fullscreen {
  position: fixed !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 2147483647;
}
.df-container.df-rtl .df-sidemenu-wrapper {
  left: auto;
  left: initial;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  right: -50px;
  direction: rtl;
}
.df-container.df-rtl input.df-search-text {
  padding: 0 15px 0 45px;
}
.df-container.df-rtl .df-sidemenu-title {
  text-align: right;
}
.df-container.df-rtl .df-search-clear {
  right: auto;
  left: 60px;
}
.df-container.df-rtl.df-sidemenu-open .df-sidemenu-wrapper {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  right: 0;
}
.df-container.df-rtl.df-sidemenu-open .df-sidemenu-wrapper .df-sidemenu-buttons .df-ui-close {
  float: left;
}
.df-container.df-rtl.df-sidemenu-open .df-ui-nav.df-ui-prev {
  left: 0;
}
.df-container.df-rtl.df-sidemenu-open .df-ui-nav.df-ui-next {
  right: 220px;
}
.df-container.df-rtl.df-sidemenu-open .df-flipbook-3d.df-loading:after {
  margin-left: -122px;
}
.df-container.df-rtl .df-outline-item {
  margin: 0 18px 0 0;
  text-align: right;
  direction: rtl;
}
.df-container.df-rtl .df-outline-item .df-outline-toggle {
  float: right;
  margin: 0 -18px 0 0;
}
.df-container.df-rtl .df-outline-item .df-outline-toggle.df-outlines-hidden:before {
  content: "\e900";
}
.df-container.df-rtl .df-viewer .df-3dcanvas {
  left: 0;
  right: auto;
  right: initial;
}
.df-container.df-rtl .df-more-container .df-ui-btn {
  text-align: right;
  direction: rtl;
}
.df-container.df-rtl .df-more-container .df-ui-btn:before {
  right: 10px;
}
.df-container.df-rtl .df-more-container .df-ui-btn span {
  padding: 0 24px 0 0;
}

.df-lightbox-wrapper.df-rtl .df-lightbox-controls {
  float: left;
}

/*Lightbox Types*/
.df-element[data-lightbox], .df-element[data-df-lightbox] {
  cursor: pointer;
}

.df-popup-thumb {
  display: inline-block;
  box-sizing: border-box;
  margin: 30px 15px 15px !important;
  text-align: center;
  border: 0;
  width: 140px;
  height: auto;
  word-break: break-word;
  vertical-align: bottom;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -moz-perspective: 800px;
  perspective: 800px;
}
.df-popup-thumb .df-book-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: 0.2s;
  box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.2);
  transform-origin: 30%;
  background-color: #fff;
  width: 100%;
  display: inline-block;
}
.df-popup-thumb .df-book-page1, .df-popup-thumb .df-book-page2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  transform-origin: left;
  background-color: #fff;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.df-popup-thumb .df-book-cover {
  background-size: 100% 100%;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  transform-origin: left;
  top: 0;
  position: relative;
  overflow: hidden;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.24);
  z-index: 1;
}
.df-popup-thumb .df-book-cover.df-thumb-not-found {
  height: 200px;
  position: relative;
}
.df-popup-thumb .df-book-cover:after {
  display: block;
  content: " ";
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.15) 1%, rgba(0, 0, 0, 0.15) 3%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0) 7%);
  box-shadow: inset 0px -1px 3px 0px #5050508c;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
}
.df-popup-thumb .df-book-title {
  bottom: -100%;
  position: absolute;
  width: 100%;
  left: 0;
  padding: 5px;
  font-size: 0.75em;
  background: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  display: block;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
.df-popup-thumb img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.df-popup-thumb:hover .df-book-title, .df-popup-thumb.df-thumb-not-found .df-book-title, .df-popup-thumb.df-tl-book-title-fixed .df-book-title {
  opacity: 1;
  bottom: 0;
}
.df-popup-thumb.df-tl-book-title-fixed .df-book-title {
  position: relative;
}
.df-popup-thumb.df-thumb-not-found .df-book-wrapper {
  width: 100%;
}
.df-popup-thumb.df-tl-book-title-bottom .df-thumb-not-found, .df-popup-thumb.df-tl-cover-title .df-thumb-not-found {
  height: 170px;
}
.df-popup-thumb.df-tl-book-title-bottom .df-book-wrapper, .df-popup-thumb.df-tl-cover-title .df-book-wrapper {
  position: relative;
  z-index: 1;
}
.df-popup-thumb.df-tl-book-title-bottom .df-book-title, .df-popup-thumb.df-tl-cover-title .df-book-title {
  position: relative;
  bottom: 0;
  opacity: 1;
  height: 3em;
  background: transparent;
}
.df-popup-thumb:hover .df-book-page1 {
  transform: rotateY(-8deg) rotateZ(0);
  box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.2);
}
.df-popup-thumb:hover .df-book-page2 {
  transform: rotateY(-14deg) rotateZ(0);
  box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.2);
}
.df-popup-thumb:hover .df-book-wrapper {
  transform: rotateY(-15deg) rotateZ(0);
}
.df-popup-thumb:hover .df-book-cover {
  -webkit-transform: rotateY(-18deg) rotateZ(0);
  -moz-transform: rotateY(-18deg) rotateZ(0);
  -ms-transform: rotateY(-18deg) rotateZ(0);
  transform: rotateY(-18deg) rotateZ(0);
}
.df-popup-thumb.df-tl-cover-title .df-book-wrapper {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.df-popup-thumb.df-tl-cover-title .df-book-cover {
  box-shadow: none;
}
.df-popup-thumb.df-tl-cover-title .df-book-cover:after {
  display: none;
}
.df-popup-thumb.df-tl-cover-title:hover .df-book-wrapper {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  transform: none;
}
.df-popup-thumb.df-tl-cover-title:hover .df-book-cover {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
  box-shadow: none;
}
.df-popup-thumb.df-tl-cover-title:hover .df-book-page1, .df-popup-thumb.df-tl-cover-title:hover .df-book-page2 {
  display: none;
}

.df-popup-button {
  width: auto;
  display: inline-block;
  background: #ddd;
  border-radius: 5px;
  padding: 5px 15px;
  margin: 5px;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition-property: background;
  -o-transition-property: background;
  -webkit-transition-property: background;
  transition-property: background;
}
.df-popup-button:hover {
  background: #aaa;
}

.df-popup-hidden {
  display: none;
}

.df-icon-play-popup {
  position: relative;
}
.df-icon-play-popup:before {
  top: 50%;
  position: absolute;
  left: 50%;
  font-size: 40px;
  background: #777;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0px 1px 5px #777;
  margin-top: -30px;
  margin-left: -30px;
  display: block;
  color: #fff;
  z-index: 1;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  pointer-events: none;
}
.df-icon-play-popup:hover:before {
  opacity: 0;
}

.df-posts {
  max-width: 1140px;
  margin: 0 auto;
}
.df-posts > .df-popup-thumb {
  width: calc(20% - 30px);
  min-width: 100px;
  position: relative;
  z-index: 1;
}

df-post-shelf {
  display: none;
  height: 160px;
  background-color: transparent;
  z-index: 0;
  margin: -105px -40px -40px -40px;
  position: relative;
  background-repeat: no-repeat;
}
df-post-shelf:nth-of-type(5n) {
  display: block;
}
df-post-shelf:after {
  content: " ";
  height: 160px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 240px;
  z-index: 1;
  background-position: 0 -160px;
  background-repeat: no-repeat;
  background-image: inherit;
  background-size: inherit;
}
df-post-shelf:before {
  content: " ";
  display: block;
  position: absolute;
  left: 240px;
  bottom: 0;
  right: 240px;
  height: 160px;
  z-index: 1;
  background-image: inherit;
  background-size: inherit;
  background-repeat: repeat-x;
  background-position: 0 -320px;
}

.df-posts.df-has-shelf {
  padding: 0 40px 50px 40px;
}

@media screen and (max-width: 1100px) {
  .df-posts > .df-popup-thumb {
    width: calc(25% - 30px);
  }

  df-post-shelf:nth-of-type(n) {
    display: none;
  }

  df-post-shelf:nth-of-type(4n) {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .df-posts > .df-popup-thumb {
    width: calc(33% - 30px);
  }

  df-post-shelf:nth-of-type(n) {
    display: none;
  }

  df-post-shelf:nth-of-type(3n) {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .df-posts > .df-popup-thumb {
    width: calc(50% - 30px);
  }

  df-post-shelf:nth-of-type(n) {
    display: none;
  }

  df-post-shelf:nth-of-type(2n) {
    display: block;
  }

  df-post-shelf {
    background-size: 120px 480px;
  }
  df-post-shelf:before {
    left: 120px;
    right: 120px;
  }
  df-post-shelf:after {
    width: 120px;
  }
}
@media screen and (max-width: 420px) {
  .df-posts > .df-popup-thumb, .df-popup-thumb {
    width: calc(100% - 30px);
  }

  df-post-shelf:nth-of-type(n) {
    display: block;
  }
}
df-post-shelf:nth-last-of-type(1) {
  display: block;
}

.df-posts {
  container-type: inline-size;
  container-name: dfposts;
  width: 100%;
  box-sizing: border-box !important;
}

@container dfposts (max-width: 1020px) {
  .df-posts > .df-popup-thumb {
    width: calc(25% - 30px);
  }

  df-post-shelf:nth-of-type(n) {
    display: none;
  }

  df-post-shelf:nth-of-type(4n) {
    display: block;
  }
}
@container dfposts (max-width: 820px) {
  .df-posts > .df-popup-thumb {
    width: calc(33% - 30px);
  }

  df-post-shelf:nth-of-type(n) {
    display: none;
  }

  df-post-shelf:nth-of-type(3n) {
    display: block;
  }
}
@container dfposts (max-width: 520px) {
  .df-posts > .df-popup-thumb {
    width: calc(50% - 30px);
  }

  df-post-shelf:nth-of-type(n) {
    display: none;
  }

  df-post-shelf:nth-of-type(2n) {
    display: block;
  }

  df-post-shelf {
    background-size: 120px 480px;
  }
  df-post-shelf:before {
    left: 120px;
    right: 120px;
  }
  df-post-shelf:after {
    width: 120px;
  }
}
@container dfposts (max-width: 320px) {
  .df-posts > .df-popup-thumb {
    width: calc(100% - 30px);
  }

  df-post-shelf:nth-of-type(n) {
    display: block;
  }
}
@container dfposts (max-width: 150px) {
  .df-posts.df-has-shelf > .df-popup-thumb {
    width: 100%;
    margin: 30px -35px 15px !important;
  }
}
df-post-shelf:nth-last-of-type(1) {
  display: block;
}

.df-page-content {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.df-text-content, .df-auto-link-content {
  line-height: 1;
}

.df-text-content span,
.df-text-content br,
.df-auto-link-content span {
  color: transparent !important;
  position: absolute;
  white-space: pre;
  cursor: text;
  transform-origin: 0% 0%;
}

.df-auto-link-content > span {
  overflow: hidden;
}

.df-text-content .highlight {
  margin: -1px;
  padding: 1px;
  background-color: #b400aa;
  border-radius: 4px;
}

.df-text-content .highlight.appended {
  position: initial;
}

.df-text-content .highlight.begin {
  border-radius: 4px 0 0 4px;
}

.df-text-content .highlight.end {
  border-radius: 0 4px 4px 0;
}

.df-text-content .highlight.middle {
  border-radius: 0;
}

.df-text-content .highlight.selected {
  background-color: darkgreen;
}

.df-text-content .endOfContent {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  bottom: 0;
  z-index: -1;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.df-text-content .endOfContent.active {
  top: 0;
}

body.admin-bar .df-lightbox-wrapper, body.admin-bar .df-lightbox-bg {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .df-lightbox-wrapper, body.admin-bar .df-lightbox-bg {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  body.admin-bar .df-lightbox-wrapper, body.admin-bar .df-lightbox-bg {
    top: 0px;
  }
}
.df-single-content {
  width: 100%;
}

/*Test|Hot-Fixes Region*/
.df-link-content section.textWidgetAnnotation {
  display: none;
}

.df-viewer::-webkit-scrollbar-button {
  height: 50px;
}

.df-viewer::-webkit-scrollbar-thumb {
  min-height: 50px;
}

.df-container .df-reader ::-webkit-scrollbar-track, .df-container .df-reader ::-webkit-scrollbar-thumb {
  background: transparent;
}

.df-container.df-pinch-zoom ::-webkit-scrollbar-track, .df-container.df-pinch-zoom ::-webkit-scrollbar-thumb {
  background: transparent;
}
.df-container.df-pinch-zoom .df-page-content {
  display: none;
}

section.squareAnnotation .popupWrapper, section.textAnnotation .popupWrapper {
  display: none;
}
section.squareAnnotation svg, section.textAnnotation svg {
  display: block;
}

.df-comment-popup {
  display: none;
  position: absolute;
  width: 360px;
  background-color: #FFFF99;
  box-shadow: 0 2px 5px #333;
  border-radius: 2px;
  z-index: 9;
  padding: 10px;
  word-break: break-word;
}
.df-comment-popup.df-active {
  display: block;
}
.df-comment-popup .popup {
  background-color: transparent !important;
}
.df-comment-popup p {
  margin: 0;
}
.df-comment-popup h1 {
  padding-bottom: 5px;
  border-bottom: 1px solid;
  margin-top: 0;
  font-size: 1em;
}

.df-sidemenu-wrapper.df-sidemenu-center {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  display: none;
  top: auto;
  height: 360px;
  bottom: 52px;
  /* opacity: 0.9; */
}

.df-sidemenu-center .df-sidemenu-buttons {
  box-shadow: none;
  text-align: center;
}

.df-sidemenu-center .df-sidemenu-buttons .df-icon-close {
  display: block;
  margin: -55px auto 0 auto;
  float: none;
  border-radius: 50px;
  width: 44px;
}

.df-sidemenu-wrapper.df-sidemenu-center:before {
  background-color: rgba(255, 255, 255, 0.9);
}

.df-sidemenu-open .df-sidemenu-wrapper.df-sidemenu-center {
  display: block;
}

.df-sidemenu-center:before, .df-sidemenu-center .sidemenu {
  border-radius: 10px 10px 0 0;
}

.df-slider {
  -webkit-filter: blur(0);
  -moz-filter: blur(0);
  -ms-filter: blur(0);
  -o-filter: blur(0);
  filter: blur(0);
}
.df-slider .df-viewer-wrapper {
  position: relative;
  margin: 0 auto;
  height: 100%;
  -moz-transition: 0.3s left;
  -o-transition: 0.3s left;
  -webkit-transition: 0.3s left;
  transition: 0.3s left;
}
.df-slider .df-sheet {
  -moz-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
}
.df-slider .df-sheet.df-left-side, .df-slider .df-sheet.df-right-side {
  left: 50% !important;
}
.df-slider .df-sheet:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.df-slider .df-page:before {
  display: none;
}
.df-slider .df-page.df-page-front {
  z-index: 3;
}
.df-slider + .df-zoomview .df-page:before {
  display: none;
}

.df-has-shelf df-post-shelf {
  background: none;
  perspective: 400px;
  margin: 5px 0px 30px 0px;
  /* margin-bottom: 0; */
  height: 0px;
  box-shadow: 0px 5px 40px 15px #00000050;
}
.df-has-shelf df-post-shelf:before, .df-has-shelf df-post-shelf:after {
  background-size: auto;
  left: -40px;
  right: -40px;
  width: auto;
  background-repeat: repeat-x;
  transform-style: preserve-3d;
  background-position: 0 0;
}
.df-has-shelf df-post-shelf:before {
  transform: translateY(-15px) rotateX(50deg);
  height: 50px;
  transform-origin: bottom;
  box-shadow: inset 0px 3px 15px 0px #0000009c;
}
.df-has-shelf df-post-shelf:after {
  transform: translateZ(0);
  height: 15px;
  box-shadow: inset 0px 3px 3px #f3f3f352;
  background-position: 0 -50px;
}

.df-search-highlight {
  position: relative !important;
  background-color: #00f;
}

.df-search-results {
  top: 125px !important;
  padding: 0 10px 10px;
}

.df-search-result {
  color: inherit !important;
  text-decoration: none !important;
  overflow: hidden;
  border: none !important;
  box-shadow: none !important;
  margin-bottom: 1px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.df-search-result.df-active, .df-search-result:hover {
  background-color: rgba(100, 100, 100, 0.2);
}

.df-sidemenu-title {
  padding: 8px 20px;
  text-transform: uppercase;
  text-align: left;
}

.df-search-hits {
  z-index: 10;
  display: none;
}

.df-search-open .df-search-hits {
  display: inline-block;
}

.df-search-form {
  display: flex;
  padding: 10px;
  position: relative;
}

.df-search-clear {
  position: absolute;
  right: 55px;
  top: 22px;
  cursor: pointer;
  display: none;
}

input.df-search-text {
  flex-grow: 1;
  margin: 0;
  border-radius: 4px 0 0 4px;
  outline: 0;
  border: 0;
  height: 40px;
  padding: 0 45px 0 15px;
  width: 100%;
}
input.df-search-text:not(:placeholder-shown) ~ a.df-search-clear {
  display: block;
}

.df-ui-btn.df-search-btn {
  height: 40px;
  padding: 10px;
  background-color: #f7f7f7;
}

.df-search-info {
  padding: 5px 20px;
}

.df-searching .df-search-info {
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 176px;
}

.df-popup-thumb img.df-lazy {
  transform: scale(1.2);
  opacity: 0.5;
}

@media (prefers-reduced-motion: no-preference) {
  .df-popup-thumb img {
    transition: opacity 1.5s ease, transform 1.5s ease;
  }
}
.df-trigger {
  cursor: pointer;
}

.df-element:hover a.df-edit-link {
  display: inline-block;
}

a.df-edit-link {
  display: none;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 50;
  padding: 5px;
  background: #eee;
}

.df-element[data-lightbox], .df-element[data-df-lightbox] {
  position: relative;
}

.df-element[data-lightbox] .df-edit-link, .df-element[data-df-lightbox] .df-edit-link {
  right: 0;
  bottom: 0;
  padding: 0 5px;
  transform: translateY(100%);
  margin: 0 !important;
}

.df-element[data-lightbox=thumb] .df-edit-link, .df-element[data-df-lightbox=thumb] .df-edit-link {
  padding: 10px 5px 5px;
  height: 30px;
}

/*Test|Hot-Fixes Region End*/
.df-posts [skip-parse] {
  display: none;
}

.df-posts {
  text-align: center;
  position: relative;
}

.df-load-more-button-wrapper {
  text-align: center;
  display: none;
  margin-top: 20px;
}

.df-posts [skip-parse] ~ .df-load-more-button-wrapper {
  display: block;
}

.df-load-more-button {
  padding: 10px 15px;
  display: inline-block;
  margin: 0 auto;
  cursor: pointer;
  background: #0085ba;
  color: white;
}

._df_book {
  min-height: 400px;
}@font-face{font-family:'FontAwesomePB';src:url(//alexisfaere.com/wp-content/plugins/woocommerce-product-bundles/assets/fonts/fa-pb-615.eot);src:url(//alexisfaere.com/wp-content/plugins/woocommerce-product-bundles/assets/fonts/fa-pb-615.eot?#iefix) format("embedded-opentype"),url(//alexisfaere.com/wp-content/plugins/woocommerce-product-bundles/assets/fonts/fa-pb-615.woff2) format("woff2"),url(//alexisfaere.com/wp-content/plugins/woocommerce-product-bundles/assets/fonts/fa-pb-615.woff2) format("woff"),url(//alexisfaere.com/wp-content/plugins/woocommerce-product-bundles/assets/fonts/fa-pb-615.ttf) format("truetype"),url(//alexisfaere.com/wp-content/plugins/woocommerce-product-bundles/assets/fonts/fa-pb-615.svg#fapbregular) format("svg");font-weight:normal;font-style:normal}table.wc-block-cart-items .wc-block-cart-items__row.is-bundle__hidden,.wc-block-components-order-summary-item.is-bundle__hidden{display:none !important}table.wc-block-cart-items .wc-block-cart-items__row.is-bundle__price_hidden .wc-block-cart-item__prices,table.wc-block-cart-items .wc-block-cart-items__row.is-bundle__price_hidden .wc-block-components-product-badge,.wc-block-components-order-summary-item.is-bundle__price_hidden .wc-block-cart-item__prices,.wc-block-components-order-summary-item.is-bundle__price_hidden .wc-block-components-product-badge{display:none}table.wc-block-cart-items .wc-block-cart-items__row.is-bundle__title_hidden .wc-block-components-product-name,.wc-block-components-order-summary-item.is-bundle__title_hidden .wc-block-components-product-name{display:none}table.wc-block-cart-items .wc-block-cart-items__row.is-bundle__subtotal_hidden .wc-block-cart-item__total-price-and-sale-badge-wrapper,.wc-block-components-order-summary-item.is-bundle__subtotal_hidden .wc-block-cart-item__total-price-and-sale-badge-wrapper{display:none}table.wc-block-cart-items .wc-block-cart-items__row.is-bundle__meta_hidden .wc-block-components-product-details__includes,.wc-block-components-order-summary-item.is-bundle__meta_hidden .wc-block-components-product-details__includes{display:none}table.wc-block-cart-items .wc-block-cart-items__row.is-bundle .wc-block-components-product-details__includes .wc-block-components-product-details__name,.wc-block-components-order-summary-item.is-bundle .wc-block-components-product-details__includes .wc-block-components-product-details__name{display:block;margin-bottom:0.5em}table.wc-block-cart-items .wc-block-cart-items__row.is-bundle .wc-block-components-product-details__includes:not(:first-of-type) .wc-block-components-product-details__name,.wc-block-components-order-summary-item.is-bundle .wc-block-components-product-details__includes:not(:first-of-type) .wc-block-components-product-details__name{display:none}table.wc-block-cart-items .wc-block-cart-items__row.is-bundle .wc-block-components-product-details__includes+li:not(.wc-block-components-product-details__includes),.wc-block-components-order-summary-item.is-bundle .wc-block-components-product-details__includes+li:not(.wc-block-components-product-details__includes){margin-top:0.5em}table.wc-block-cart-items .wc-block-cart-items__row.is-bundle .wc-block-cart-item__edit,.wc-block-components-order-summary-item.is-bundle .wc-block-cart-item__edit{margin:0.75em 0}table.wc-block-cart-items .wc-block-cart-items__row.is-bundle .wc-block-cart-item__edit a,.wc-block-components-order-summary-item.is-bundle .wc-block-cart-item__edit a{text-decoration:underline;color:inherit}table.wc-block-cart-items .wc-block-cart-items__row.is-bundled:not(.is-bundled__removable) .wc-block-cart-item__remove-link,.wc-block-components-order-summary-item.is-bundled:not(.is-bundled__removable) .wc-block-cart-item__remove-link{display:none}table.wc-block-cart-items .wc-block-cart-items__row.is-bundled__hidden,.wc-block-components-order-summary-item.is-bundled__hidden{display:none !important}table.wc-block-cart-items .wc-block-cart-items__row.is-bundled__description_hidden .wc-block-components-product-metadata__description,.wc-block-components-order-summary-item.is-bundled__description_hidden .wc-block-components-product-metadata__description{display:none}table.wc-block-cart-items .wc-block-cart-items__row.is-bundled__indented.is-bundled__subtotal_aggregated .wc-block-components-product-badge,.wc-block-components-order-summary-item.is-bundled__indented.is-bundled__subtotal_aggregated .wc-block-components-product-badge{display:none}table.wc-block-cart-items .wc-block-cart-items__row.is-bundled__indented.is-bundled__subtotal_aggregated .wc-block-cart-item__total,.wc-block-components-order-summary-item.is-bundled__indented.is-bundled__subtotal_aggregated .wc-block-cart-item__total{font-size:.875em}table.wc-block-cart-items .wc-block-cart-items__row.is-bundled__indented .wc-block-cart-item__wrap,.wc-block-components-order-summary-item.is-bundled__indented .wc-block-cart-item__wrap{padding-top:66px;font-size:.875em}table.wc-block-cart-items .wc-block-cart-items__row.is-bundled__indented .wc-block-cart-item__wrap .wc-block-components-product-metadata,table.wc-block-cart-items .wc-block-cart-items__row.is-bundled__indented .wc-block-cart-item__wrap .wc-block-cart-item__remove-link,.wc-block-components-order-summary-item.is-bundled__indented .wc-block-cart-item__wrap .wc-block-components-product-metadata,.wc-block-components-order-summary-item.is-bundled__indented .wc-block-cart-item__wrap .wc-block-cart-item__remove-link{font-size:0.8572em}table.wc-block-cart-items .wc-block-cart-items__row.is-bundled__indented td.wc-block-cart-item__image,.wc-block-components-order-summary-item.is-bundled__indented td.wc-block-cart-item__image{position:relative;z-index:1}table.wc-block-cart-items .wc-block-cart-items__row.is-bundled__indented td.wc-block-cart-item__image a,.wc-block-components-order-summary-item.is-bundled__indented td.wc-block-cart-item__image a{height:50px;display:block;width:0px}table.wc-block-cart-items .wc-block-cart-items__row.is-bundled__indented td.wc-block-cart-item__image img,.wc-block-components-order-summary-item.is-bundled__indented td.wc-block-cart-item__image img{position:absolute;left:100%;width:50px}table.wc-block-cart-items .wc-block-cart-items__row.is-bundled__indented td.wc-block-cart-item__image:after,.wc-block-components-order-summary-item.is-bundled__indented td.wc-block-cart-item__image:after{margin-left:100%}table.wc-block-cart-items .wc-block-cart-items__row.is-bundled__indented.is-bundled__composited td.wc-block-cart-item__product:after,.wc-block-components-order-summary-item.is-bundled__indented.is-bundled__composited td.wc-block-cart-item__product:after{margin-left:82px}table.wc-block-cart-items .wc-block-cart-items__row.is-bundled__indented.is-bundled__composited td.wc-block-cart-item__product:after,table.wc-block-cart-items .wc-block-cart-items__row.is-bundled__indented.is-bundled__composited td.wc-block-cart-item__total:after,.wc-block-components-order-summary-item.is-bundled__indented.is-bundled__composited td.wc-block-cart-item__product:after,.wc-block-components-order-summary-item.is-bundled__indented.is-bundled__composited td.wc-block-cart-item__total:after{opacity:.1}table.wc-block-cart-items .wc-block-cart-items__row.is-bundled__subtotal_aggregated .wc-block-cart-item__total .wc-block-components-product-badge,.wc-block-components-order-summary-item.is-bundled__subtotal_aggregated .wc-block-cart-item__total .wc-block-components-product-badge{display:none}table.wc-block-cart-items .wc-block-cart-items__row.is-bundled__subtotal_aggregated .wc-block-cart-item__total .wc-block-components-product-price,.wc-block-components-order-summary-item.is-bundled__subtotal_aggregated .wc-block-cart-item__total .wc-block-components-product-price{white-space:nowrap}table.wc-block-cart-items .wc-block-cart-items__row.is-bundled__subtotal_aggregated .wc-block-cart-item__total .wc-block-components-product-price :after,.wc-block-components-order-summary-item.is-bundled__subtotal_aggregated .wc-block-cart-item__total .wc-block-components-product-price :after{font-family:'FontAwesomePB';display:inline-block;font-smoothing:antialiased;-webkit-transform:rotate(90deg)/*rtl:ignore*/;-ms-transform:rotate(90deg)/*rtl:ignore*/;transform:rotate(90deg)/*rtl:ignore*/;content:""/*rtl:''*/;margin-left:0.75em;opacity:.25}table.wc-block-cart-items .wc-block-cart-items__row.is-bundled__price_hidden .wc-block-cart-item__prices,table.wc-block-cart-items .wc-block-cart-items__row.is-bundled__price_hidden .wc-block-components-product-badge,.wc-block-components-order-summary-item.is-bundled__price_hidden .wc-block-cart-item__prices,.wc-block-components-order-summary-item.is-bundled__price_hidden .wc-block-components-product-badge{display:none}table.wc-block-cart-items .wc-block-cart-items__row.is-bundled__subtotal_hidden .wc-block-cart-item__total-price-and-sale-badge-wrapper,.wc-block-components-order-summary-item.is-bundled__subtotal_hidden .wc-block-cart-item__total-price-and-sale-badge-wrapper{display:none}table.wc-block-cart-items .wc-block-cart-items__row.is-bundled__thumbnail_hidden .wc-block-cart-item__image,.wc-block-components-order-summary-item.is-bundled__thumbnail_hidden .wc-block-cart-item__image{visibility:hidden}.is-medium table.wc-block-cart-items .wc-block-cart-items__row.is-bundled__indented .wc-block-cart-item__wrap,.is-small table.wc-block-cart-items .wc-block-cart-items__row.is-bundled__indented .wc-block-cart-item__wrap{padding-top:0;padding-left:66px}.is-medium table.wc-block-cart-items .wc-block-cart-items__row.is-bundled__indented.is-bundled__composited .wc-block-cart-item__wrap,.is-small table.wc-block-cart-items .wc-block-cart-items__row.is-bundled__indented.is-bundled__composited .wc-block-cart-item__wrap{padding-top:0;padding-left:132px}.is-medium table.wc-block-cart-items .wc-block-cart-items__row.is-bundled__indented.is-bundled__composited td.wc-block-cart-item__image img,.is-small table.wc-block-cart-items .wc-block-cart-items__row.is-bundled__indented.is-bundled__composited td.wc-block-cart-item__image img{margin-left:66px}.is-large table.wc-block-cart-items .wc-block-cart-items__row.is-bundled__indented .wc-block-cart-item__wrap{padding-top:0;padding-left:66px}.is-large table.wc-block-cart-items .wc-block-cart-items__row.is-bundled__indented td.wc-block-cart-item__image img{margin-left:16px}.is-large table.wc-block-cart-items .wc-block-cart-items__row.is-bundled__indented.is-bundled__composited .wc-block-cart-item__wrap{padding-top:0;padding-left:132px}.is-large table.wc-block-cart-items .wc-block-cart-items__row.is-bundled__indented.is-bundled__composited td.wc-block-cart-item__image img{margin-left:82px}.is-medium table.wc-block-cart-items .wc-block-cart-items__row.is-bundle:after,.is-medium table.wc-block-cart-items .wc-block-cart-items__row.is-bundled__indented:not(.is-bundled__last):after,.is-small table.wc-block-cart-items .wc-block-cart-items__row.is-bundle:after,.is-small table.wc-block-cart-items .wc-block-cart-items__row.is-bundled__indented:not(.is-bundled__last):after,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row.is-bundle:after,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row.is-bundled__indented:not(.is-bundled__last):after{margin-left:80px}body.woocommerce-page .article-container > .article-content .article-boxes {
    display: none;
}

/* Fix for Responsive Tables */
.woocommerce table {
    word-break: normal;
    -ms-word-wrap: normal;
    word-wrap: normal;
}

.woocommerce-Reviews {
    word-break: break-word;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.wc-main-content-inner {
    position: relative;
}

.woocommerce .clear {
    width: 100% !important;
}

/* Lightbox */
.pswp {
    z-index: 9999;
}
.pswp__bg {
    background: rgb(0 0 0 / 0.7);
}


.main-site-container.wc-newark-container .wc-main-content .wc-product-summary table {
    max-width: 100%;
    line-height: 22px; 
}

/* Lazy Load Images */
body.woocommerce-page .oxibug-lazyload:not(iframe),
body.woocommerce-page [loading="lazy"]:not(iframe) {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

    body.woocommerce-page .oxibug-lazyload:not(iframe):not(.loaded),
    body.woocommerce-page [loading="lazy"]:not(iframe):not([lazy-load="false"]):not(.loaded) {
        display: inline-block;
        position: relative;
        text-indent: -9999px;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        opacity: 1 !important;
    }

        body.woocommerce-page .oxibug-lazyload:not(iframe):not(.loaded):before,
        body.woocommerce-page [loading="lazy"]:not(iframe):not(.loaded):before {
            position: absolute;
            content: '';
            width: 100%;
            height: 100%;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            /* display: block; */
            z-index: 9;
            background: -webkit-linear-gradient(270deg, #e8e8e8, #f7f7f7, #e8e8e8);
            background: linear-gradient(270deg, #e8e8e8, #f7f7f7, #e8e8e8);
            background-size: 300% 300%;
            -webkit-animation: lazyLoadAnimation 1s infinite linear forwards;
            animation: lazyLoadAnimation 1s infinite linear forwards;
        }

body.woocommerce-page ul.products.columns-1 .oxibug-lazyload:not(iframe):not(.loaded),
body.woocommerce-page ul.products.columns-1 [loading="lazy"]:not(iframe):not(.loaded) {
    width: 324px;
    height: 324px;
    max-width: 100%;
    max-height: 100%;
}

body.woocommerce-page ul.products.columns-2 .oxibug-lazyload:not(iframe):not(.loaded),
body.woocommerce-page ul.products.columns-2 [loading="lazy"]:not(iframe):not(.loaded) {
    width: 308px;
    height: 308px;
    max-width: 100%;
    max-height: 100%;
}

body.woocommerce-page ul.products.columns-3 .oxibug-lazyload:not(iframe):not(.loaded),
body.woocommerce-page ul.products.columns-3 [loading="lazy"]:not(iframe):not(.loaded) {
    width: 200px;
    height: 200px;
    max-width: 100%;
    max-height: 100%;
}

body.woocommerce-page ul.products.columns-4 .oxibug-lazyload:not(iframe):not(.loaded),
body.woocommerce-page ul.products.columns-4 [loading="lazy"]:not(iframe):not(.loaded) {
    width: 144px;
    height: 144px;
    max-width: 100%;
    max-height: 100%;
}

body.woocommerce-page ul.products.columns-5 .oxibug-lazyload:not(iframe):not(.loaded),
body.woocommerce-page ul.products.columns-5 [loading="lazy"]:not(iframe):not(.loaded) {
    width: 111px;
    height: 111px;
    max-width: 100%;
    max-height: 100%;
}


body.layout-none.woocommerce-page ul.products.columns-1 .oxibug-lazyload:not(iframe):not(.loaded),
body.layout-none.woocommerce-page ul.products.columns-1 [loading="lazy"]:not(iframe):not(.loaded) {
    width: 324px;
    height: 324px;
    max-width: 100%;
    max-height: 100%;
}

body.layout-none.woocommerce-page ul.products.columns-2 .oxibug-lazyload:not(iframe):not(.loaded),
body.layout-none.woocommerce-page ul.products.columns-2 [loading="lazy"]:not(iframe):not(.loaded) {
    width: 324px;
    height: 324px;
    max-width: 100%;
    max-height: 100%;
}

body.layout-none.woocommerce-page ul.products.columns-3 .oxibug-lazyload:not(iframe):not(.loaded),
body.layout-none.woocommerce-page ul.products.columns-3 [loading="lazy"]:not(iframe):not(.loaded) {
    width: 310px;
    height: 310px;
    max-width: 100%;
    max-height: 100%;
}

body.layout-none.woocommerce-page ul.products.columns-4 .oxibug-lazyload:not(iframe):not(.loaded),
body.layout-none.woocommerce-page ul.products.columns-4 [loading="lazy"]:not(iframe):not(.loaded) {
    width: 228px;
    height: 228px;
    max-width: 100%;
    max-height: 100%;
}

body.layout-none.woocommerce-page ul.products.columns-5 .oxibug-lazyload:not(iframe):not(.loaded),
body.layout-none.woocommerce-page ul.products.columns-5 [loading="lazy"]:not(iframe):not(.loaded) {
    width: 178px;
    height: 178px;
    max-width: 100%;
    max-height: 100%;
}

body.layout-none.woocommerce-page ul.products.columns-6 .oxibug-lazyload:not(iframe):not(.loaded),
body.layout-none.woocommerce-page ul.products.columns-6 [loading="lazy"]:not(iframe):not(.loaded) {
    width: 145px;
    height: 145px;
    max-width: 100%;
    max-height: 100%;
}

.single-product .woocommerce-product-gallery .oxibug-lazyload:not(iframe):not(.loaded),
.single-product .woocommerce-product-gallery [loading="lazy"]:not(iframe):not(.loaded) {
    width: 242px;
    height: 242px;
    max-width: 100%;
    max-height: 100%;
}

.widget.woocommerce .oxibug-lazyload:not(iframe):not(.loaded),
.widget.woocommerce [loading="lazy"]:not(iframe):not(.loaded) {
    width: 75px;
    height: 75px;
    max-width: 100%;
    max-height: 100%;
}

.main-menu .right-section ul.main-icons > li .cart-items .cart-inner .count .count-inner,
.woocommerce ul.products,
.woocommerce ul.products li.product,
.woocommerce ul.products li.product > .product-inner,
.woocommerce ul.products li.product .woocommerce-LoopProduct-link,
.oxb-wc-icon-button .btn-inner,
.wc-newark-sorting,
.wc-newark-sorting .woocommerce-result-count,
.woocommerce-pagination > ul li > a,
.woocommerce-pagination > ul li > span,
.widget.widget_price_filter .price_slider_amount,
.widget.woocommerce .product_list_widget li > .li-inner,
.widget.woocommerce .product_list_widget li > .li-inner .product-details,
.widget_shopping_cart p.buttons,
.widget_shopping_cart p.total {
    position: relative;
}

/* Flex */
.woocommerce-notice, 
.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message, 
.woocommerce-noreviews, 
p.no-comments,
.main-menu .right-section ul.main-icons > li .cart-items .cart-inner .count .count-inner,
.woocommerce ul.products,
.woocommerce ul.products li.product,
.woocommerce ul.products li.product > .product-inner,
.woocommerce ul.products li.product .woocommerce-LoopProduct-link,
.oxb-wc-icon-button .btn-inner,
.oxb-wc-icon-button .btn-inner > .btn-part,
.woocommerce .onsale,
.wc-newark-sorting,
.wc-newark-sorting .woocommerce-result-count,
.woocommerce-pagination > ul li > a,
.woocommerce-pagination > ul li > span,
.widget.widget_price_filter .price_slider_amount,
.widget.woocommerce .product_list_widget li > .li-inner,
.widget.woocommerce .product_list_widget li > .li-inner .product-details,
.widget.widget_product_search .woocommerce-product-search,
.widget_shopping_cart .product_list_widget li a.remove,
.widget_shopping_cart p.buttons,
.widget_shopping_cart p.total,
.widget_shopping_cart [class*="wcppec"],
.widget.woocommerce.widget_rating_filter .widget-content ul li a,
.woocommerce-MyAccount-navigation ul,
.woocommerce-tabs ul.tabs,
.quantity,
.quantity .btn-value,
.quantity .qty,
p.stars > span,
.woocommerce table.cart td.product-remove a.remove,
.cart-collaterals .cart_totals .wc-newark-wrap-table,
.cart-collaterals .shipping_calculator .wc-newark-wrap-table,
.cart-collaterals .wc-newark-wrap-table > .wc-proceed-to-checkout,
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger,
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs,
.single-product div.product,
.single-product div.product .entry-summary > .woocommerce-product-rating,
.single-product div.product form.cart,
.single-product div.product .variations_button,
.single-product div.product .product_meta,
.single-product div.product .product_meta > *:not(script):not(noscript),
#reviews,
#reviews #review_form #commentform > *:not(script):not(noscript),
#reviews #commentform label,
#reviews .commentlist li .comment_container,
#reviews .commentlist li .comment_container .comment-text,
#reviews .commentlist li p.meta,
.woocommerce form.woocommerce-form-coupon,
.woocommerce form.checkout,
.woocommerce form.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper,
#payment .place-order,
#payment .payment_methods li,
#payment .payment_methods > .wc_payment_method > label, 
#payment .payment_methods > .woocommerce-PaymentMethod > label,
.woocommerce .col2-set#customer_login,
.woocommerce .col2-set.addresses,
.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper,
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

/* Flex: Reverse Row */

/* Flex: Wrap */
ul.woocommerce-notice,
ul.woocommerce-error,
ul.woocommerce-info,
ul.woocommerce-message,
ul.woocommerce-noreviews,
.woocommerce ul.products,
.oxb-wc-icon-button .btn-part.btn-loading,
.single-product div.product,
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs,
.single-product div.product .product_meta > *:not(script):not(noscript),
.wc-newark-sorting,
.quantity,
.cart-collaterals .cart_totals .wc-newark-wrap-table,
.cart-collaterals .shipping_calculator .wc-newark-wrap-table,
#reviews .commentlist li .comment_container .comment-text,
.woocommerce .col2-set#customer_login,
.woocommerce .col2-set.addresses,
.woocommerce form.woocommerce-form-coupon,
.woocommerce form.checkout,
.woocommerce form.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper,
.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper,
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm,
#payment .payment_methods li,
#payment .payment_methods > .wc_payment_method > label, 
#payment .payment_methods > .woocommerce-PaymentMethod > label,
.widget.widget_product_search .woocommerce-product-search {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}


    /* Flex Direction: Row Reverse */
    #reviews #commentform label,
    #reviews .commentlist li .comment_container .comment-text {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }


    /* Flex Direction: Column */
    .woocommerce ul.products li.product > .product-inner,
    .woocommerce ul.products li.product .woocommerce-LoopProduct-link,
    .widget.woocommerce .product_list_widget li > .li-inner .product-details,
    .widget.widget_shopping_cart p.buttons:not([class*="wcppec"]),
    .single-product div.product form.cart.variations_form,
    .single-product div.product form.cart.grouped_form,
    .single-product div.product .product_meta,
    #reviews .commentlist li p.meta,
    .cart-collaterals .wc-newark-wrap-table > .wc-proceed-to-checkout,
    #payment .place-order {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    
    #reviews {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    /* Flex: Align Items - Start */
    .woocommerce ul.products li.product > .product-inner,
    .woocommerce ul.products li.product .woocommerce-LoopProduct-link,
    .widget.woocommerce .product_list_widget li > .li-inner,
    #reviews #review_form #commentform > *:not(script):not(noscript),
    #reviews .commentlist li .comment_container,
    #reviews .commentlist li .comment_container .comment-text,
    #payment .place-order {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

/* Flex: Align Items - Stretch */
.oxb-wc-icon-button .btn-inner,
.quantity {
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
}

    /* Flex: Align Items - Center */
    .woocommerce-notice, 
    .woocommerce-error, 
    .woocommerce-info, 
    .woocommerce-message, 
    .woocommerce-noreviews, 
    p.no-comments,
    .oxb-wc-icon-button .btn-inner > .btn-part,
    .oxb-wc-icon-button .btn-part.btn-loading,
    .woocommerce .onsale,
    .wc-newark-sorting,
    .woocommerce-pagination > ul li > a,
    .woocommerce-pagination > ul li > span,
    .widget_shopping_cart .product_list_widget li a.remove,
    .widget.widget_shopping_cart p.buttons,
    .widget.widget_shopping_cart p.total,
    .widget.widget_shopping_cart [class*="wcppec"],
    .woocommerce-MyAccount-navigation ul,
    .woocommerce-tabs ul.tabs,
    .quantity .qty,
    .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger,
    .single-product div.product .entry-summary > .woocommerce-product-rating,
    .single-product div.product .variations_button,
    .single-product div.product .product_meta > *:not(script):not(noscript),
    .woocommerce table.cart td.product-remove a.remove {
        -webkit-align-items: center !important;
        align-items: center !important;
    }

    /* Flex: Align Items - Bottom */
.cart-collaterals .wc-newark-wrap-table > .wc-proceed-to-checkout,
.widget.widget_price_filter .price_slider_amount {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

    /* Flex: Justify Content - Between */
    .wc-newark-no-downloads .woocommerce-info, 
    .wc-newark-no-orders .woocommerce-info,
    .woocommerce ul.products li.product > .product-inner,
    .wc-newark-sorting,
    .widget.widget_price_filter .price_slider_amount,
    .widget.widget_shopping_cart p.buttons:not([class*="wcppec"]),
    .widget.widget_shopping_cart p.total,
    .widget.widget_product_search .woocommerce-product-search,
    .widget.woocommerce.widget_rating_filter .widget-content ul li a,
    .woocommerce-MyAccount-navigation ul,
    .woocommerce-tabs ul.tabs,
    .single-product div.product form.cart:not(.variations_form):not(.grouped_form),
    .single-product div.product .variations_button,
    #reviews .commentlist li .comment_container .comment-text {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }


    /* Flex: Justify Content - Start */
    .oxb-wc-icon-button .btn-inner {
        -webkit-justify-content: start !important;
        justify-content: flex-start !important;
    }

    /* Flex: Justify Content - Center */
    .oxb-wc-icon-button .btn-inner > .btn-part.btn-icon,
    .oxb-wc-icon-button .btn-inner > .btn-part.btn-loading,
    .woocommerce .onsale,
    .woocommerce-pagination > ul li > a,
    .woocommerce-pagination > ul li > span,
    .widget_shopping_cart .product_list_widget li a.remove,
    .widget.widget_shopping_cart [class*="wcppec"],
    .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger,
    .woocommerce table.cart td.product-remove a.remove {
        -webkit-justify-content: center !important;
        justify-content: center !important;
    }

    /* Flex: Justify Content - End */
    .wc-newark-sorting .woocommerce-result-count,
    #reviews #review_form #commentform > .form-submit,
    #reviews #commentform > *:not(script):not(noscript) > label,
    .cart-collaterals .wc-newark-wrap-table > .wc-proceed-to-checkout,
    #payment .place-order {
        -webkit-justify-content: end !important;
        justify-content: flex-end !important;
    }

/* Fill Content 100% */
.woocommerce-MyAccount-navigation ul li,
.woocommerce-tabs ul.tabs li,
.woocommerce .quantity .qty,
.woocommerce table.cart td.product-remove a.remove,
#reviews .commentlist li .comment_container .comment-text {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.oxb-wc-icon-button .btn-inner > .btn-part.btn-icon,
.oxb-wc-icon-button .btn-inner > .btn-part.btn-loading {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

/* Margin Right Auto */
.woocommerce-pagination,
.widget.widget_price_filter .price_slider_amount .button,
.widget.widget_product_search .woocommerce-product-search .search-field,
.widget.woocommerce.widget_rating_filter .widget-content ul li a .star-rating,
.single-product div.product form.cart .oxb-wc-icon-button:only-child,
.single-product div.product form.cart.grouped_form .oxb-wc-icon-button {
    margin-right: auto !important;
}

.single-product div.product form.cart .quantity + .oxb-wc-icon-button,
.widget_shopping_cart p.total .woocommerce-Price-amount,
.woocommerce-error a,
:not(.woocommerce-form-coupon-toggle) .woocommerce-info a,
.woocommerce-message a,
.woocommerce-noreviews a,
p.no-comments a  {
    margin-left: auto !important;
}

.oxb-wc-icon-button.add_to_cart_button {
    margin-top: auto !important;
}


.wc-newark-wrap-table.table-responsive {
    border: none;
}

/* Flex: Columns */
.woocommerce-notices-wrapper {
    position: relative;
}

.woocommerce form p:not(:empty),
.post-entry .woocommerce form p:not(:empty),
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    margin-bottom: 1.614em;
}

.woocommerce fieldset {
    width: 100%;
    padding: 30px 15px;
    border: 1px solid rgb(0 0 0 / 0.1);
    margin: 1em 10px 2em;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    background: #f7f7f7;
}

    .woocommerce fieldset .form-row:first-of-type {
        margin-top: 1.614em;
        margin-bottom: 1.614em;
    }


/* Inputs - Fix Bootstrap */
.woocommerce .radio input[type=radio],
.woocommerce .radio-inline input[type=radio],
.woocommerce .checkbox input[type=checkbox],
.woocommerce .checkbox-inline input[type=checkbox] {
    position: relative;
    margin-left: -10px;
}


/* Columns Container */
.single-product div.product,
#reviews #commentform,
.woocommerce .col2-set#customer_login,
.woocommerce .col2-set.addresses,
.woocommerce form.checkout,
.woocommerce form.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper,
.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper,
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm {
    position: relative;
    margin-right: -10px;
    margin-left: -10px;
}

/* Flex Column: Prepare */
ul.woocommerce-notice li, 
ul.woocommerce-error li, 
ul.woocommerce-info li, 
ul.woocommerce-message li, 
ul.woocommerce-noreviews li,
.oxb-wc-col-wrapper,
.woocommerce-notices-wrapper,
.wc-newark-sorting .woocommerce-result-count,
.single-product div.product .product_meta > *:not(script):not(noscript),
#reviews #commentform > *:not(script):not(noscript),
.cart-collaterals .wc-newark-wrap-table > *:not(script):not(noscript),
.woocommerce .col2-set,
.woocommerce .form-row-first,
.woocommerce .form-row-last,
.woocommerce .form-row-wide,
.woocommerce .col2-set#customer_login,
.woocommerce .col2-set.addresses,
.woocommerce form.checkout > *:not(script):not(noscript) {
    position: relative;
    width: 100%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.oxb-wc-col-wrapper,
#reviews #commentform > *:not(script):not(noscript),
.woocommerce .col2-set,
.woocommerce .form-row-first,
.woocommerce .form-row-last,
.woocommerce .form-row-wide,
.woocommerce .woocommerce-MyAccount-content > form > *,
.woocommerce form.woocommerce-form-coupon > *:not(script):not(noscript):not(.form-row),
.woocommerce .col2-set#customer_login .col-1,
.woocommerce .col2-set#customer_login .col-2,
.woocommerce .col2-set.addresses .col-1,
.woocommerce .col2-set.addresses .col-2,
.woocommerce form.checkout > *:not(script):not(noscript) {
    padding: 0 10px;
}

    .woocommerce .col2-set#customer_login,
    .woocommerce .col2-set.addresses {
        padding: 0;
    }

    /* Forms */
    .woocommerce .woocommerce-form-login > *,
    .woocommerce .woocommerce-form-register > *,
    .woocommerce .woocommerce-ResetPassword > *,
    .woocommerce .col2-set .col-1 > *,
    .woocommerce .col2-set .col-2 > *,
    .woocommerce .col2-set .col-1 > form > *,
    .woocommerce .col2-set .col-2 > form > *,
    .woocommerce .woocommerce-MyAccount-content h3,
    .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields {
        padding: 0;
    }

    .woocommerce-form-login > *:last-child,
    .woocommerce-form-register > *:last-child,
    .woocommerce .woocommerce-MyAccount-content > form > *:last-child, 
    .woocommerce .woocommerce-MyAccount-content > form > p:last-child,
    .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields > *:last-child, 
    .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields > p:last-child {
        margin-bottom: 0 !important;
    }

/* Flex Column: Width: 100% */
.oxb-wc-col-12,
.woocommerce-notices-wrapper,
.widget_shopping_cart p.buttons .button,

ul.woocommerce-notice li:only-child, 
ul.woocommerce-error li:only-child, 
ul.woocommerce-info li:only-child, 
ul.woocommerce-message li:only-child, 
ul.woocommerce-noreviews li:only-child,

.wc-newark-sorting .woocommerce-ordering + .woocommerce-result-count,
#reviews .commentlist li .comment_container .comment-text .description,
.cart-collaterals .wc-newark-wrap-table > .oxb-wc-box-title,
.woocommerce form.woocommerce-form-coupon > *:not(script):not(noscript):not(.form-row),
.woocommerce .form-row-wide,
.woocommerce .col2-set#customer_login,
.woocommerce .col2-set.addresses,
.woocommerce form.checkout > .woocommerce-NoticeGroup {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}



/* Flex Column: Width: 50% */
.oxb-wc-col-6,
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li,
.woocommerce .col2-set,
.woocommerce .form-row-first,
.woocommerce .form-row-last,
.woocommerce .col2-set#customer_login .col-1,
.woocommerce .col2-set#customer_login .col-2,
.woocommerce .col2-set.addresses .col-1,
.woocommerce .col2-set.addresses .col-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

    .woocommerce .col2-set .col-1,
    .woocommerce .col2-set .col-2 {
        margin-bottom: 1.618em;
    }

    .woocommerce .col2-set#customer_login .col-1,
    .woocommerce .col2-set#customer_login .col-2,
    .woocommerce .col2-set.addresses .col-1,
    .woocommerce .col2-set.addresses .col-2 {
        margin-bottom: 0;
    }

.oxb-wc-col-3,
ul.woocommerce-notice li, 
ul.woocommerce-error li, 
ul.woocommerce-info li, 
ul.woocommerce-message li, 
ul.woocommerce-noreviews li,
.single-product div.product .product_meta > *:not(script):not(noscript) > .meta-title,
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}


.oxb-wc-col-4,
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li,
#reviews #commentform > *:not(script):not(noscript) > label {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}


.oxb-wc-col-5,
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}


.cart-collaterals .wc-newark-wrap-table > .wc-proceed-to-checkout {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
}

.oxb-wc-col-40 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}

.oxb-wc-col-60 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}

/* Order - {-1} - First */
.wc-newark-sorting .woocommerce-notices-wrapper,
.widget.woocommerce.widget_rating_filter .widget-content ul li a .star-rating {
    -ms-flex-order: -1;
    order: -1;
}

/* Order - 1 */
.wc-newark-sorting .woocommerce-result-count {
    -ms-flex-order: 1;
    order: 1;
}

/* Order - 2 */
.wc-newark-sorting .woocommerce-pagination {
    -ms-flex-order: 2;
    order: 2;
}

/* Order - 3 */
.wc-newark-sorting .woocommerce-ordering {
    -ms-flex-order: 3;
    order: 3;
}


.woocommerce-error a,
:not(.woocommerce-form-coupon-toggle) .woocommerce-info a,
.woocommerce-message a,
.woocommerce-noreviews a,
p.no-comments a {
    -ms-flex-order: 13;
    order: 13;
}


/* Width: 100% */
.oxb-wc-icon-button .btn-inner .btn-part.btn-title {
    width: 100%;
}

/* Clear: Fix */
.woocommerce table.cart td.product-remove:after,
.woocommerce table.cart td.actions:after,
.woocommerce-error:after,
.woocommerce-info:after,
.woocommerce-message:after,
.woocommerce-noreviews:after,
.woocommerce-MyAccount-navigation:after,
.woocommerce-MyAccount-content:after,
.woocommerce-tabs:after,
p.no-comments:after,
.wc-newark-sorting:after,
.woocommerce ul.products:after,
.product_list_widget li:after,
.single-product div.product form.cart:after,
.wc-newark-handheld-footer-bar:after,
.single-product div.product:after,
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs:after,
.single-product div.product .variations_button:after,
.single-product div.product .woocommerce-product-rating:after,
#reviews .commentlist li:after,
#reviews .commentlist li .comment_container:after,
.wc-proceed-to-checkout:after,
.woocommerce form.checkout:after,
#payment:after,
.woocommerce .order_details:after,
.wc-item-meta li:after,
.single-product div.product .images .thumbnails:after,
.cart-collaterals:after,
.woocommerce .col2-set .woocommerce-billing-fields:after,
.addresses header.title:after {
    display: block;
    clear: both;
    content: "";
}

/* Elements: Input Number - @see w3schools.com/howto/howto_css_hide_arrow_number.asp */
.quantity input[type=number] {
    -moz-appearance: textfield;
}

.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* UL: Inline List */
.woocommerce-pagination > ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0-5px;
}

    .woocommerce-pagination > ul li {
        display: inline-block;
        margin: 0 3px;
    }

        .woocommerce-pagination > ul li > a,
        .woocommerce-pagination > ul li > span {
            text-decoration: none;
            background: #fff;
            width: 32px;
            height: 32px;
            border: none;
            border-radius: 5px;
            font-size: 10px;
            -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 5%);
            box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 5%);
            will-change: box-shadow;
            border-width: 1px;
            border-style: solid;
            border-color: rgb(0 0 0 / 12%);
            -webkit-transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .woocommerce-pagination > ul li > span.current {
            background: var(--theme-color);
            color: #fff;
        }

/* Widget Title */
.oxb-wc-box-title {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

    .oxb-wc-box-title .title-inner {
        position: relative;
    }

        .oxb-wc-box-title .title-inner .title {
            margin: 0 !important;
            position: relative;
            display: inline;
            padding-bottom: 15px;
        }

            .oxb-wc-box-title .title-inner .title:before,
            .oxb-wc-box-title .title-inner .title:after {
                position: absolute;
                content: '';
                bottom: 0;
                height: 2px;
                background-color: rgba(0, 0, 0, 0.03);
            }

            .oxb-wc-box-title .title-inner .title:before {
                left: 0;
                width: 100%;
            }

            .oxb-wc-box-title .title-inner .title:after {
                width: 30px;
                left: 50%;
                margin-left: -15px;
                background-color: #000;
            }


.widget.woocommerce.widget_layered_nav .widget-content ul,
.widget.woocommerce.widget_layered_nav_filters .widget-content ul,
.widget.woocommerce.widget_product_categories .widget-content ul,
.widget.woocommerce.widget_rating_filter .widget-content ul,
.widget.woocommerce.widget_layered_nav .widget-content ol,
.widget.woocommerce.widget_layered_nav_filters .widget-content ol,
.widget.woocommerce.widget_product_categories .widget-content ol,
.widget.woocommerce.widget_rating_filter .widget-content ol {
    list-style: none;
}


.widget.woocommerce.widget_layered_nav .widget-content ul.children,
.widget.woocommerce.widget_layered_nav_filters .widget-content ul.children,
.widget.woocommerce.widget_product_categories .widget-content ul.children,
.widget.woocommerce.widget_rating_filter .widget-content ul.children {
    margin: 3px 8px 1px;
}


    .widget.woocommerce.widget_layered_nav .widget-content ul.children > li:last-child,
    .widget.woocommerce.widget_layered_nav_filters .widget-content ul.children > li:last-child,
    .widget.woocommerce.widget_product_categories .widget-content ul.children > li:last-child,
    .widget.woocommerce.widget_rating_filter .widget-content ul.children > li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }


.widget.woocommerce.widget_layered_nav .widget-content ol ul,
.widget.woocommerce.widget_layered_nav .widget-content ol ol,
.widget.woocommerce.widget_layered_nav_filters .widget-content ol ul,
.widget.woocommerce.widget_layered_nav_filters .widget-content ol ol,
.widget.woocommerce.widget_product_categories .widget-content ol ul,
.widget.woocommerce.widget_product_categories .widget-content ol ol,
.widget.woocommerce.widget_rating_filter .widget-content ol ul,
.widget.woocommerce.widget_rating_filter .widget-content ol ol {
    margin: 3px 8px 1px;
}


.widget.woocommerce.widget_layered_nav .widget-content ul li,
.widget.woocommerce.widget_layered_nav_filters .widget-content ul li,
.widget.woocommerce.widget_product_categories .widget-content ul li,
.widget.woocommerce.widget_rating_filter .widget-content ul li {
    position: relative;
    padding: 6px 0 0 15px;
    -webkit-transition: padding 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transition: padding 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    will-change: padding;
}

.widget.woocommerce.widget_rating_filter .widget-content ul li {
    padding: 6px 0 0 0;
}


.widget.woocommerce.widget_layered_nav .widget-content ul li:before,
.widget.woocommerce.widget_layered_nav_filters .widget-content ul li:before,
.widget.woocommerce.widget_product_categories .widget-content ul li:before {
    position: absolute;
    content: "";
    display: inline-block;
    top: -webkit-calc(0px + 6px);
    top: calc(0px + 6px);
    left: 0;
    width: 0;
    height: 0;
    border-width: 4px 0 4px 6.9px;
    border-style: solid;
    border-color: transparent transparent transparent #999;
    margin-top: 8px;
    -webkit-transition: transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28), color 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transition: transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28), color 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    will-change: transform, color;
}


    .widget.woocommerce.widget_layered_nav .widget-content ul li:hover::before,
    .widget.woocommerce.widget_layered_nav_filters .widget-content ul li:hover::before,
    .widget.woocommerce.widget_product_categories .widget-content ul li:hover::before {
        border-left-color: var(--theme-color);
        -webkit-transform: scale(1.2) translateX(2px);
        transform: scale(1.2) translateX(2px);
    }


/* WooCommerce Notices */
.woocommerce-notice,
.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message, 
.woocommerce-noreviews, 
p.no-comments {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    border: 1px solid transparent;
    border-radius: 3px;
    color: #fff;
    background-color: #00abe6;
    border-color: rgb(0 0 0 / 10%);
}

ul.woocommerce-notice,
ul.woocommerce-error,
ul.woocommerce-info,
ul.woocommerce-message,
ul.woocommerce-noreviews {
    margin: 0;
}


    ul.woocommerce-notice li,
    ul.woocommerce-error li,
    ul.woocommerce-info li,
    ul.woocommerce-message li,
    ul.woocommerce-noreviews li {
        margin: 0 0 5px !important;
        list-style: inside none;
    }

    ul.woocommerce-notice li:last-child,
    ul.woocommerce-error li:last-child,
    ul.woocommerce-info li:last-child,
    ul.woocommerce-message li:last-child,
    ul.woocommerce-noreviews li:last-child {
        margin-bottom: 0 !important;
    }

.woocommerce-notice,
.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
    background-color: #00abe6;
}

.woocommerce-error {
    background-color: #ec4756;
}

.woocommerce-notices-wrapper:not(:empty) {
    margin: 10px 0 15px 0;
}

.woocommerce-notices-wrapper > div {
    margin-top: 5px;
}

    .woocommerce-notices-wrapper > div:first-child {
        margin-top: 0;
    }

    .woocommerce-notices-wrapper ul,
    .woocommerce-notices-wrapper ol {
        list-style: inside disc;
    }

        .woocommerce-notices-wrapper ul li,
        .woocommerce-notices-wrapper ol li {
            margin-bottom: 5px;
        }

            .woocommerce-notices-wrapper ul li:only-child,
            .woocommerce-notices-wrapper ol li:only-child {
                margin-bottom: 0;
            }


    .woocommerce .woocommerce-error a,
    .woocommerce .woocommerce-info a,
    .woocommerce .woocommerce-message a,
    .woocommerce .woocommerce-noreviews a,
    .woocommerce p.no-comments a {
        color: rgb(255 255 255 / 85%);
    }

        .woocommerce-error a:hover,
        .woocommerce-info a:hover,
        .woocommerce-message a:hover,
        .woocommerce-noreviews a:hover,
        p.no-comments a:hover {
            color: #fff;
        }

        .woocommerce-error a.button:hover,
        .woocommerce-info a.button:hover,
        .woocommerce-message a.button:hover,
        .woocommerce-noreviews a.button:hover,
        p.no-comments a.button:hover {
            opacity: 1;
        }

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button,
.woocommerce-noreviews .button,
p.no-comments .button {
    background-color: rgb(255 255 255 / 20%);
    padding: 3px 12px;
    color: #fff;
    outline: none;
    border-radius: 3px;
    border: 1px solid rgb(255 255 255 / 35%);
}

    .woocommerce-error .button:hover,
    .woocommerce-info .button:hover,
    .woocommerce-message .button:hover,
    .woocommerce-noreviews .button:hover,
    p.no-comments .button:hover {
        background: rgb(255 255 255 / 35%);
        color: #fff;
        opacity: .7;
    }

    .woocommerce-error pre,
    .woocommerce-info pre,
    .woocommerce-message pre,
    .woocommerce-noreviews pre,
    p.no-comments pre {
        background-color: rgba(0, 0, 0, .1);
    }

/* Rating */

.star-rating:before,
.star-rating > span:before,
p.stars a:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
}

.star-rating {
    overflow: hidden;
    position: relative;
    height: 1.618em;
    line-height: 1.618;
    font-size: 1em;
    width: 84.38px;
}

    .star-rating:before,
    .star-rating > span:before {
        font-weight: 900;
        content: "\f005\f005\f005\f005\f005";
        font-size: 15px;
    }

    .star-rating:before {
        top: 0;
        left: 0;
        position: absolute;
        float: left;
        color: #ddd;
    }

    .star-rating > span {
        overflow: hidden;
        float: left;
        top: 0;
        left: 0;
        position: absolute;
        padding-top: 1.5em;
    }

        .star-rating > span:before {
            top: 0;
            position: absolute;
            left: 0;
            color: #ffa500;
        }

p.stars {
    display: inline-block;
    margin: 0;
}

    p.stars a {
        position: relative;
        height: 1em;
        width: 1em;
        text-indent: -999em;
        display: inline-block;
        text-decoration: none;
        margin-right: 1px;
        font-weight: 400;
        margin-right: 3px;
    }

        p.stars a:last-child {
            margin-right: 0;
        }

        p.stars a:before,
        p.stars a:hover ~ a:before,
        p.stars:hover a:before,
        p.stars.selected a.active:before,
        p.stars.selected a.active ~ a:before,
        p.stars.selected a:not(.active):before {
            font-weight: 900;
            content: "\f005";
        }

        p.stars a:before {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 1em;
            height: 1em;
            line-height: 1;
            text-indent: 0;
            -webkit-transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }

        p.stars a:before,
        p.stars a:hover ~ a:before {
            color: #ddd;
        }

    p.stars:hover a:before,
    p.stars.selected a.active:before,
    p.stars.selected a.active ~ a:before,
    p.stars.selected a:not(.active):before {
        color: #ffa500;
    
    }

    p.stars:hover a:before,
    p.stars.selected a.active:before {
        opacity: 1;
    }

    p.stars.selected a.active ~ a:before {
        opacity: .25;
    }

    p.stars.selected a:not(.active):before {
        opacity: 1;
    }

/* Stars - Small */
.widget.woocommerce .star-rating,
.woocommerce ul.products li.product .star-rating {
    height: 1.3em;
    width: 67.5px;
}

    .widget.woocommerce .star-rating > span,
    .woocommerce ul.products li.product .star-rating > span {
        padding-top: 1.3em;
    }

    .widget.woocommerce .star-rating:before,
    .widget.woocommerce .star-rating > span:before,
    .woocommerce ul.products li.product .star-rating:before,
    .woocommerce ul.products li.product .star-rating > span:before {
        font-size: 12px;
    }

        .widget.woocommerce .star-rating,
        .woocommerce ul.products li.product .star-rating,
        .widget.woocommerce .star-rating:before,
        .widget.woocommerce .star-rating > span:before,
        .woocommerce ul.products li.product .star-rating:before,
        .woocommerce ul.products li.product .star-rating > span:before {
            line-height: 1.3;
        }


/* Typography */
.wc-main-content-inner {
    font-family: Roboto Slab;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 26px;
    text-align: left;
    text-transform: none;
    color: #333;
}

.woocommerce-tabs .panel h2:first-of-type,
.oxb-wc-box-title h4 {
    font-family: Lato;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 25px;
    text-align: inherit;
    text-transform: uppercase;
    color: #222;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product h3 {
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    font-weight: 700;
    font-style: normal;
    color: #000;
}


.woocommerce table.cart td.product-name a {
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    font-style: normal;
    color: #000;
}

.woocommerce ul.products li.product .price,
.single-product div.product .single_variation .woocommerce-variation-price {
    font-family: Lato;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 20px;
    text-align: left;
    text-transform: uppercase;
    color: #43454b;
}


#reviews .commentlist li p.meta .woocommerce-review__author {
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-align: inherit;
    text-transform: none;
    color: #000;
}
/* Metas */
#reviews .commentlist li p.meta time,
.widget.woocommerce .woocommerce-Price-amount,
.widget.woocommerce .product-details .quantity {
    font-family: Lato;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 16px;
    text-align: left;
    text-transform: uppercase;
    color: #888;
}

.widget.woocommerce .product-title,
.widget.woocommerce .product-title a {
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-align: inherit;
    text-transform: none;
    color: #000;
}

.site-header-cart .widget.woocommerce .product-title,
.site-header-cart .widget.woocommerce .product-title a {
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    text-align: inherit;
    text-transform: none;
    color: #000;
}

.widget_shopping_cart p.total,
.widget_shopping_cart p.total strong,
.widget_shopping_cart p.total .woocommerce-Price-amount,
#reviews #commentform label,
.woocommerce form.woocommerce-form-coupon p {
    font-family: Lato;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 16px;
    text-align: left;
    text-transform: uppercase;
    color: #222;
}

.woocommerce-MyAccount-navigation ul li a,
.woocommerce-tabs ul.tabs li a,
.woocommerce-MyAccount-navigation ul li a {
    font-family: Lato;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #222;
}

.woocommerce .onsale {
    font-family: Lato;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
}

.wc-newark-sorting {
    font-family: Lato;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 20px;
    text-align: left;
    text-transform: none;
    color: #222;
}

    .wc-newark-sorting .woocommerce-result-count,
    .widget.widget_price_filter {
        font-family: Lato;
        font-size: 11px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 20px;
        text-align: left;
        text-transform: none;
        color: #555;
    }

.woocommerce ul.order_details li,
.woocommerce-customer-details address {
    font-family: Lato;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 20px;
    text-align: left;
    text-transform: uppercase;
    color: #444;
}

.woocommerce ul.order_details li strong {
    font-family: Lato;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    text-align: left;
    text-transform: none;
    color: #222;
}


/* Buttons */
.oxb-wc-icon-button,
.woocommerce-Button,
.oxb-wc-icon-button .btn-inner .btn-part.btn-title,
.form-row .button,
.wc-main-content-inner input[type=submit],
.widget_shopping_cart p.buttons .button,
.woocommerce ul.products li.product .added_to_cart.wc-forward,
.single-product div.product .entry-summary > .woocommerce-product-rating .woocommerce-review-link,
.wc-main-content-inner a.reset_variations,
.widget.woocommerce .widget-content button,
.woocommerce table.cart td.actions button,
.woocommerce table.cart td.actions input[type=button],
.wc-proceed-to-checkout .button,
#payment .place-order .button,
.woocommerce-MyAccount-content button[type=submit],
.woocommerce .return-to-shop {
    font-family: Lato;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 18px;
    text-align: left;
    text-transform: uppercase;
    color: #222;
}

    .oxb-wc-icon-button.product_type_external .btn-inner .btn-part.btn-title {
        font-family: Lato;
        font-size: 9px;
        font-weight: 900;
        letter-spacing: 1px;
        line-height: 13px;
        text-align: left;
        text-transform: uppercase;
        color: #222;
    }

/* Metas */
.single-product div.product .product_meta > *:not(script):not(noscript) > .meta-title {
    font-family: Lato;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 18px;
    text-align: left;
    text-transform: uppercase;
    color: #222;
}

.single-product div.product .product_meta > *:not(script):not(noscript), 
.single-product div.product .product_meta > *:not(script):not(noscript) a {
    font-family: Lato;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 22px;
    text-align: left;
    text-transform: none;
    color: #222;
}

.single-product .woocommerce-product-details__short-description,
.single-product .woocommerce-variation-description,
.single-product .woocommerce-Tabs-panel--description p {
    font-family: Lato;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 23px;
    text-align: left;
    text-transform: none;
    color: #222;
}


.woocommerce-notice,
.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.woocommerce-noreviews,
.woocommerce p.no-comments {
    font-family: Lato;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 22px;
    text-align: left;
    text-transform: none;
    color: #fff;
}


/* Inputs - Texts */
.quantity .qty {
    font-family: Lato;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 16px;
    text-align: center;
    text-transform: none;
    color: #555;
}

.select2-container,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce input[type=text],
.woocommerce input[type=color],
.woocommerce input[type=date],
.woocommerce input[type=datetime-local],
.woocommerce input[type=datetime],
.woocommerce input[type=email],
.woocommerce input[type=month],
.woocommerce input[type=number],
.woocommerce input[type=password],
.woocommerce input[type=search],
.woocommerce input[type=tel],
.woocommerce input[type=time],
.woocommerce input[type=url],
.woocommerce input[type=week],
.woocommerce textarea {
    font-family: Lato;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 16px;
    text-align: left;
    text-transform: none;
    color: #555;
}


/* Fors Labels */
.woocommerce form label {
    font-family: Lato;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 16px;
    text-align: left;
    text-transform: uppercase;
    color: #888;
}


.woocommerce input[type=text],
.woocommerce input[type=color],
.woocommerce input[type=date],
.woocommerce input[type=datetime-local],
.woocommerce input[type=datetime],
.woocommerce input[type=email],
.woocommerce input[type=month],
.woocommerce input[type=number],
.woocommerce input[type=password],
.woocommerce input[type=search],
.woocommerce input[type=tel],
.woocommerce input[type=time],
.woocommerce input[type=url],
.woocommerce input[type=week],
.woocommerce textarea {
    padding: 9px 15px;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

.select2-container,
.select2-results__option {
    outline: none;
}

    .select2-container .select2-selection--single {
        height: 34px;
    }

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid rgb(0 0 0 / 0.15);
}


.select2-container--default .select2-results__option--highlighted[aria-selected], 
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #22b2f7;
    color: #fff;
}

.select2-container .select2-selection--single {
    height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
}




/* Outline */
select,
select:focus,
input,
.select2-container,
.select2-container:focus,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single:focus {
    outline: none !important;
}


/* Override Theme's Style */
body.woocommerce-page .sb-none-layout .bootstrap-row.bs4-row > .bootstrap-row-inner .article-container > .article-content.post-page, 
body.woocommerce-page .sb-none-layout .bootstrap-row.bs4-row > .bootstrap-row-inner .article-container > .article-content.page-normal {
    width: 100%;
}

body.woocommerce-page .article-content .post-entry-wrapper .sec-column-post-entry {
    padding-left: 0;
}


/* Globals - Simple Button */
.woocommerce-Button,
.widget.woocommerce .widget-content button,
.form-row .button,
.wc-main-content-inner input[type=submit],
.woocommerce table.cart td.actions button,
.woocommerce table.cart td.actions input[type=button],
.wc-proceed-to-checkout .button,
#payment .place-order .button,
.woocommerce-order-pay button[type=submit],
.woocommerce-MyAccount-content button[type=submit] {
    position: relative;
    padding: 8px 18px;
    outline: none;
    border: 1px solid rgb(0 0 0 / 10%);
    background-color: #f0f0f0;
    border-radius: 3px;
    will-change: box-shadow, color, background-color, border-color;
    -webkit-transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Simple Button: Coloring - Green */
.wc-proceed-to-checkout .button,
#payment .place-order .button,
.woocommerce-order-pay button[type=submit] {
    background: #7bc121;
    color: #fff;
}

.woocommerce-MyAccount-content form .woocommerce-Button,
.woocommerce-MyAccount-content button[type=submit] {
    background: #7bc121;
    color: #fff;
}


    .woocommerce-Button:hover,
    .widget.woocommerce .widget-content button:hover,
    .form-row .button:hover,
    .wc-main-content-inner input[type=submit]:hover,
    .woocommerce table.cart td.actions button:not(:disabled):hover,
    .woocommerce table.cart td.actions input[type=button]:not(:disabled):hover,
    .wc-proceed-to-checkout .button:hover,
    #payment .place-order .button:hover,
    .woocommerce-MyAccount-content form .woocommerce-Button:hover,
    .woocommerce-MyAccount-content button[type=submit]:hover,
    .woocommerce-order-pay button[type=submit]:hover {
        background-color: #fff;
        color: var(--theme-color);
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0, 0.07);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0, 0.07);
    }


    .woocommerce-Button:disabled,
    .widget.woocommerce .widget-content button:disabled,
    .form-row .button:disabled,
    .wc-main-content-inner input[type=submit]:disabled,
    .woocommerce table.cart td.actions button:disabled,
    .woocommerce table.cart td.actions input[type=button]:disabled,
    .wc-proceed-to-checkout .button:disabled,
    #payment .place-order .button:disabled,
    .woocommerce-MyAccount-content button[type=submit]:disabled,
    .woocommerce-order-pay button[type=submit]:disabled {
        background-color: #ddd;
        color: #aaa;
        cursor: not-allowed;
    }



/* Table - Global Settings */
.woocommerce table.cart tr > td.product-remove,
.woocommerce table.cart tr > td.product-thumbnail,
.woocommerce table.cart tr > td.product-price,
.woocommerce table.cart tr > td.product-quantity,
.woocommerce table.cart tr > td.product-subtotal .woocommerce table.cart tr > th.product-price,
.woocommerce table.cart tr > th.product-quantity,
.woocommerce table.cart tr > th.product-subtotal,
#order_review .woocommerce-checkout-review-order-table tr > th.product-total {
    width: 1px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* abbr Required */
.woocommerce form .form-row .required {
    position:relative;
}


/* Quantity Input */
.woocommerce .quantity {
    width: 6em;
}

.woocommerce .quantity .qty {
    position: relative;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
    text-align: center;
    border: 1px solid;
    outline: none;
    padding: 0;
}

    .woocommerce .quantity .btn-value .btn-text {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding: .375rem 1.0rem;
        margin-bottom: 0;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        text-align: center;
        white-space: nowrap;
        background-color: #f7f7f7;
        border: 1px solid;
    }
    
    .woocommerce .quantity .btn-value:nth-of-type(2n+1) .btn-text {
        border-radius: 3px 0 0 3px;
    }

    .woocommerce .quantity .btn-value:nth-of-type(2n+2) .btn-text {        
        border-radius: 0 3px 3px 0;
    }

    .woocommerce .quantity .btn-value.btn-decrease {
        margin-right: -1px;
        border-right: none;
    }

    .woocommerce .quantity .btn-value.btn-increase {
        margin-left: -1px;
        border-left: none;
    }

    .woocommerce .quantity .qty,
    .woocommerce .quantity .btn-value .btn-text {
        border-color: rgb(0 0 0 / 5%);
    }

/* Menu Cart */
.main-menu .right-section ul.main-icons > li .cart-items {
}

    .main-menu .right-section ul.main-icons > li .cart-items .cart-inner {
        position: relative;
        line-height: 0;
    }

        .main-menu .right-section ul.main-icons > li .cart-items .cart-inner .cart-icon {
            position: relative;
            z-index: 4;
        }

        .main-menu .right-section ul.main-icons > li .cart-items .cart-inner .count {
            position: absolute;
            top: 50%;
            margin-top: -20px;
            right: -13px;
            z-index: 5;
        }

            .main-menu .right-section ul.main-icons > li .cart-items .cart-inner .count .count-inner {
                position: relative;
                text-align: center;
                width: 20px;
                height: 20px;
                background: var(--theme-color);
                color: #fff;
                font-size: 11px;
                font-weight: 700;
                line-height: 0;
                letter-spacing: 0;
                border-radius: 50%;
                z-index: 9;
            }

/* Header - Title */
.woocommerce-products-header {
    margin: 0 0 30px;
    text-align: center;
}

.price ins {
    font-weight: 400;
}

.woocommerce-active .site-header .col-full {
    position: relative;
}

.woocommerce-active .site-branding {
    float: left;
}


.site-search {
    font-size: .875em;
    clear: both;
    display: none;
}

    .site-search .widget_product_search input[type=search],
    .site-search .widget_product_search input[type=text] {
        padding: 1em 1.41575em;
        line-height: 1;
    }

    .site-search .widget_product_search form:before {
        top: 1.15em;
        left: 1.15em;
    }

    .site-search .widget_product_search #searchsubmit {
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px, 1px, 1px, 1px);
        position: absolute !important;
    }

.wc-newark-handheld-footer-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
    box-shadow: 0 0 6px rgba(0, 0, 0, .7);
    z-index: 9999;
}


    .wc-newark-handheld-footer-bar ul {
        margin: 0;
    }

        .wc-newark-handheld-footer-bar ul li {
            display: inline-block;
            float: left;
            text-align: center;
        }

            .wc-newark-handheld-footer-bar ul li:last-child > a {
                border-right: 0;
            }

            .wc-newark-handheld-footer-bar ul li > a {
                height: 4.235801032em;
                display: block;
                position: relative;
                text-indent: -9999px;
                z-index: 999;
                border-right: 1px solid rgba(255, 255, 255, .2);
            }

                .wc-newark-handheld-footer-bar ul li > a:active,
                .wc-newark-handheld-footer-bar ul li > a:focus {
                    outline: 0;
                }

            .wc-newark-handheld-footer-bar ul li.search .site-search {
                position: absolute;
                bottom: -2em;
                left: 0;
                right: 0;
                -webkit-transition: all, ease, .2s;
                transition: all, ease, .2s;
                padding: 1em;
                z-index: 1;
                display: block;
            }

            .wc-newark-handheld-footer-bar ul li.search.active .site-search {
                bottom: 100%;
            }

            .wc-newark-handheld-footer-bar ul li.search .site-search,
            .wc-newark-handheld-footer-bar ul li.search .widget,
            .wc-newark-handheld-footer-bar ul li.search form {
                margin-bottom: 0;
            }

            .wc-newark-handheld-footer-bar ul li.cart .count {
                text-indent: 0;
                display: block;
                width: 2em;
                height: 2em;
                line-height: 2;
                box-sizing: content-box;
                font-size: .75em;
                position: absolute;
                top: .875em;
                left: 50%;
                border-radius: 100%;
                border: 1px solid;
            }

        .wc-newark-handheld-footer-bar ul.columns-1 li {
            width: 100%;
            display: block;
            float: none;
        }

        .wc-newark-handheld-footer-bar ul.columns-2 li {
            width: 50%;
        }

        .wc-newark-handheld-footer-bar ul.columns-3 li {
            width: 33.33333%;
        }

        .wc-newark-handheld-footer-bar ul.columns-4 li {
            width: 25%;
        }

        .wc-newark-handheld-footer-bar ul.columns-5 li {
            width: 20%;
        }

@media (max-width: 767.98px) {

    table.shop_table_responsive tr td.product-remove:before {
        display: none;
    }

    table.shop_table_responsive tr td.actions:before,
    table.shop_table_responsive tr td.download-actions:before {
        display: none;
    }

    table.shop_table_responsive tr td.download-actions .button {
        display: block;
        text-align: center;
    }

    table.shop_table_responsive.my_account_orders .order-actions {
        text-align: right;
    }

        table.shop_table_responsive.my_account_orders .order-actions:before {
            display: none;
        }

}


.main-site-container.wc-newark-container .wc-main-content {
    padding: 40px;
    background: #fff;
}

.woocommerce .wrp-products,
.woocommerce ul.products {
    margin: 0;
}

    /* Fix */
    .woocommerce .wrp-products ul.products {
        padding: 0;
        margin: 0 -5px;
    }


.woocommerce ul.products {
    clear: both;
}


    .woocommerce ul.products li.product,
    .woocommerce ul.products li.product > .product-inner {
        position: relative;
    }


    .woocommerce ul.products li.product {
        list-style: none;
        margin-left: 0;
        margin-bottom: 4.235801032em;
        padding: 0 5px;
    }

        .woocommerce ul.products li.product > .product-inner {
            position: relative;
            max-width: 100%;
        }


        .woocommerce ul.products li.product .woocommerce-LoopProduct-link {
            margin-bottom: 1.618em;
        }

        .woocommerce ul.products li.product .woocommerce-LoopProduct-link > *:not(script):not(noscript):not(:first-child):not(.onsale):not(.woocommerce-loop-product__title):not(h2):not(h3) {
            margin-top: 0.5407911001em;
        }

        .woocommerce ul.products li.product img {
            display: block;
            margin: 0 auto;
            -webkit-transition: box-shadow 0.2s linear, transform 0.2s linear;
            transition: box-shadow 0.2s linear, transform 0.2s linear;
            will-change: box-shadow, transform;
        }

        .woocommerce ul.products li.product:hover img {
            -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 0.10);
            box-shadow: 0 0 20px rgb(0 0 0 / 0.10);
            -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
        }


        .woocommerce ul.products li.product .woocommerce-loop-product__title,
        .woocommerce ul.products li.product h2,
        .woocommerce ul.products li.product h3 {
            margin-top: 1em;
            margin-bottom: .5407911001em;
        }


        .woocommerce ul.products li.product .price {
            display: block;
        }

            .woocommerce ul.products li.product .price ins {
                margin-left: .6180469716em;
                background-color: transparent;
            }


        .woocommerce ul.products li.product.product-category .woocommerce-loop-category__title,
        .woocommerce ul.products li.product.product-category h2,
        .woocommerce ul.products li.product.product-category h3 {
            font-size: 1.1em;
        }

        .woocommerce ul.products li.product.product-category img {
            margin-bottom: 1.618em;
        }


.oxb-wc-icon-button {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    padding: 0;
    background: none;
    border-radius: 32px;
    border: 1px solid rgb(0 0 0 / 10%);
    outline: none;
}

            .oxb-wc-icon-button.rad-zero {
                border-radius: 0;
            }

            .oxb-wc-icon-button,
            .oxb-wc-icon-button .btn-inner {
                -webkit-transition: none;
                transition: none;
            }

            .oxb-wc-icon-button:not(.loading):hover,
            .oxb-wc-icon-button:not(.loading):hover .btn-inner .btn-part.btn-title {
                color: #fff;
            }

            .oxb-wc-icon-button:before,
            .oxb-wc-icon-button:after {
                position: absolute;
                content: "";
                display: inline-block;
                z-index: 5;
                height: 100%;
                width: 100%;
                top: 0;
                left: 0;
                opacity: 0;
                -webkit-transform: scale3d(0.5, 1, 1);
                transform: scale3d(0.5, 1, 1);
                -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
                transition: transform 0.4s, opacity 0.4s;
                background-color: #222;
                -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
                transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
                will-change: opacity, transform;
            }
            
            .oxb-wc-icon-button:not(.loading):before,
            .oxb-wc-icon-button:not(.loading):after {
                background: #333;
            }

            .oxb-wc-icon-button:not(.loading):before {
                width: 35px;
                opacity: 1;
                -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
                z-index: 5;
            }

            .oxb-wc-icon-button:not(.loading):after {
                z-index: 6;
            }

                .oxb-wc-icon-button:not(.loading):hover::before {
                    opacity: 0;
                    -webkit-transform: scale3d(0, 1, 1);
                    transform: scale3d(0, 1, 1);
                }

                .oxb-wc-icon-button:not(.loading):hover::after {
                    opacity: 1;
                    -webkit-transform: scale3d(1, 1, 1);
                    transform: scale3d(1, 1, 1);
                    background: rgb(0 0 0 / 13%);
                }

            
            .oxb-wc-icon-button.loading:before,
            .oxb-wc-icon-button.loading:after {
                width: 100%;
                background: #ddd;
            }

            .oxb-wc-icon-button .btn-inner {
                position: relative;
                z-index: 9;
            }

                .oxb-wc-icon-button .btn-inner > .btn-part {
                    padding: 8px 12px;
                }

                    .oxb-wc-icon-button .btn-inner > .btn-part.btn-icon,
                    .oxb-wc-icon-button .btn-inner > .btn-part.btn-loading {
                        position: relative;
                        width: 35px;
                        max-width: 35px;
                        left: 0;
                        line-height: 1;
                        -webkit-transform: scale(1) translateX(0);
                        transform: scale(1) translateX(0);
                        padding: 0;
                        -ms-flex-negative: 0 !important;
                        flex-shrink: 0 !important;
                    }

                    .oxb-wc-icon-button .btn-inner > .btn-part.btn-icon {
                        color: #fff;
                    }


                    .oxb-wc-icon-button .btn-inner > .btn-part.btn-icon,
                    .oxb-wc-icon-button .btn-inner > .btn-part.btn-title {
                        -webkit-transition: color 1.0s cubic-bezier(0.18, 0.89, 0.32, 1.28), transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
                        transition: color 1.0s cubic-bezier(0.18, 0.89, 0.32, 1.28), transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
                        will-change: color, transform;
                    }
                    
                    .oxb-wc-icon-button .btn-inner > .btn-part.btn-loading {
                        -webkit-transition: left 0.2s linear, opacity 0.2s linear, width 0.2s linear, transform 0.3s linear;
                        transition: left 0.2s linear, opacity 0.2s linear, width 0.2s linear, transform 0.3s linear;
                        will-change: left, opacity, width, transform;
                    }

                    .oxb-wc-icon-button .btn-inner > .btn-part.btn-loading .loading-spinner {
                        line-height: 0;
                    }

                .oxb-wc-icon-button .btn-inner .btn-part.btn-title {
                    border-left: 1px solid rgb(0 0 0 / 10%);
                }

                    .oxb-wc-icon-button .btn-inner .btn-part.btn-title .icon {
                        
                    }

            
            .oxb-wc-icon-button:not(.loading) .btn-part.btn-loading,
            .oxb-wc-icon-button.loading .btn-part.btn-icon {
                opacity: 0;
                width: 0;
                max-width: 0;
            }

            .oxb-wc-icon-button:not(.loading) .btn-part.btn-loading {
                -webkit-transform: scale(0) translateX(35px);
                transform: scale(0) translateX(35px);
            }
            
            .oxb-wc-icon-button.loading .btn-part.btn-icon {
                -webkit-transform: scale(0) translateX(-35px);
                transform: scale(0) translateX(-35px);
            }

            .oxb-wc-icon-button.loading .btn-part.btn-loading {
                
            }

                .woocommerce ul.products li.product .oxb-wc-icon-button:not(.loading):before,
                .oxb-wc-icon-button.single_add_to_cart_button:not(.loading):before {
                    background: #9a9b99;
                }

                .woocommerce ul.products li.product .oxb-wc-icon-button:not(.loading):after,
                .oxb-wc-icon-button.single_add_to_cart_button:not(.loading):after {
                    background: #9eba20;
                }

        /* Special Case [Class: add_to_cart - ONLY] - View Cart */
.woocommerce ul.products li.product .added_to_cart.wc-forward {
    position: relative;
    padding: 8px 12px;
    background: #ededed;
    color: #3e3e3e;
    text-align: center;
    border: 1px solid rgb(0 0 0 / 5%);
    border-radius: 32px;
    margin: 3px 0 0;
    width: 100%;
    max-width: 200px;
    outline: none;
}

    .woocommerce ul.products li.product .added_to_cart.wc-forward:hover {
        background-color: #9f9f9f;
        color: #fff;
    }

.price del {
    opacity: .5;
    font-weight: 400;
}

    .price del + ins {
        margin-left: .327em;
    }

.single-product .pswp__button {
    background-color: transparent;
}


.single-product div.product > *:not(script):not(noscript) {
    margin-bottom: 3em;
}

.single-product div.product > *:not(script):not(noscript):last-child {
    margin-bottom: 0;
}


.single-product div.product .woocommerce-product-gallery {
    position: relative;
}

.single-product div.product > .onsale {
    right: auto;
    left: 10px;
}

    .single-product div.product .woocommerce-product-gallery .zoomImg {
        background-color: #fff;
            
        -webkit-transition: none !important;
        transition: none !important;
    }

    .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
        position: absolute;
        opacity: 0;
        top: .875em;
        right: .875em;
        display: block;
        height: 2em;
        width: 2em;
        border-radius: 3px;
        z-index: 99;
        text-align: center;
        background-color: rgb(0 0 0 / 25%);
        border-radius: 50%;
        -webkit-transition: opacity 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28), background-color 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
        transition: opacity 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28), background-color 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
        will-change: opacity, background-color;
    }

    .single-product div.product .woocommerce-product-gallery:hover .woocommerce-product-gallery__trigger {
        opacity: 1;
    }

        .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
            background-color: rgb(0 0 0 / 35%);
        }


        .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger > img {
            display: none !important;
        }

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
    position: absolute;
    z-index: 1;
    background: rgb(0 0 0/25%);
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:after {
    position: absolute;
    z-index: 5;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    content: '\f31e';
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


    .single-product div.product .woocommerce-product-gallery img {
        margin: 0;
    }

    .single-product div.product .woocommerce-product-gallery .flex-viewport {
        margin-bottom: 1.618em;
    }

    .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(:only-child):not(.flex-active-slide) {
        margin-left: 1px;
    }

    .single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
        margin: 0 -1px -2px;
        padding: 0;
    }

            
        .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
            list-style: none;
            padding: 0 1px 2px;
            cursor: pointer;
        }

            .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
                opacity: .5;
                -webkit-transition: all, ease, .2s;
                transition: all, ease, .2s;
            }

                .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
                    opacity: 1;
                }

            .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
                opacity: 1;
            }
        

    .single-product div.product .images .woocommerce-main-image {
        margin-bottom: 1.618em;
        display: block;
    }

    .single-product div.product .images .thumbnails a.zoom {
        display: block;
        width: 22.05%;
        margin-right: 3.8%;
        float: left;
        margin-bottom: 1em;
    }

        .single-product div.product .images .thumbnails a.zoom.last {
            margin-right: 0;
        }

        .single-product div.product .images .thumbnails a.zoom.first {
            clear: both;
        }


.single-product div.product .entry-summary > *:not(script):not(noscript):not(:first-child) {
    margin-top: 1.5em;
}

    .single-product div.product p.price {
        font-size: 1.875em;
    }


.single-product div.product .entry-summary > .woocommerce-product-rating {
    margin-top: 0.5em;
    line-height: 1;
}


    .single-product div.product .entry-summary > .woocommerce-product-rating .star-rating {
    }
    
    .single-product div.product .entry-summary > .woocommerce-product-rating .woocommerce-review-link {
        padding-left: 15px;
    }


    .single-product div.product form.cart {
        
    }
    
        .single-product div.product form.cart .quantity {
            
        }

        .single-product div.product form.cart table.woocommerce-grouped-product-list {
            position: relative;
        }

            .single-product div.product form.cart table.woocommerce-grouped-product-list tr td {
                padding: 4px 0;
            }



        .single-product div.product form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity {
            float: none;
            margin-right: 0;
        }

            .single-product div.product form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity .quantity {
                margin-right: 0;
            }


    .single-product div.product form.cart.grouped_form .oxb-wc-icon-button {
        margin-top: 2em;
    }

    .single-product div.product table.variations {
        margin: 0;
    }
        
        .single-product div.product table.variations .label,
        .single-product div.product table.variations label {
            text-align: left;
        }

        .single-product div.product table.variations td,
        .single-product div.product table.variations th {
            display: list-item;
            padding: 0;
            list-style: none;
            background-color: transparent;
        }

        .single-product div.product table.variations .value {
            margin-bottom: 1em;
        }

.single-product div.product .single_variation .woocommerce-variation-price {
    background-color: #f7f7f7;
    color: #43454b;
    display: inline-block;
    padding: 7px 10px;
    border: 1px solid rgb(0 0 0 / 5%);
    border-radius: 3px;
}

    .single-product div.product .single_variation .price {
        margin: 0;
        display: block;
    }

    .single-product div.product .variations_button {
        padding-top: 1em;
    }



.single-product div.product .product_meta {
}


    .single-product div.product .product_meta > *:not(script):not(noscript) {
        margin-top: 0.5em;
        background: #fff;
        border: 1px solid rgb(0 0 0 / 0.1);
        border-radius: 3px;
    }

            .single-product div.product .product_meta > *:not(script):not(noscript):first-child {
                margin-top: 0;
            }

        .single-product div.product .product_meta > *:not(script):not(noscript) > .meta-title {
            padding: 8px;
            background: #f7f7f7;
        }

        .single-product div.product .product_meta > *:not(script):not(noscript) > .meta-data {
            padding-left: 10px;
        }

        .single-product div.product .product_meta a {
            
        }

            .single-product div.product .product_meta a:hover {
                
            }

.stock:empty:before {
    display: none;
}

.stock.in-stock {
    color: #0f834d;
}

.stock.out-of-stock {
    color: #e2401c;
}

.wc-main-content-inner a.reset_variations {
    display: inline-block;
    margin: 5px 2px 2px;
}

#reviews {
    outline: 0;
}

    #reviews #comments {
        padding-top: 0;
        margin: 50px -30px -30px;
        padding: 30px;
        background: #f9f9f9;
        box-shadow: 0 0 20px rgb(0 0 0 / 16%);
        border-radius: 5px;
    }

    #reviews .comment-reply-title {
        display: none;
    }

    #reviews .commentlist {
        list-style: none;
        margin-left: 0;
    }

        #reviews .commentlist li {
            margin-bottom: 0.875em;
            list-style: none;
            clear: both;
        }

            #reviews .commentlist li .comment_container {
                padding: 15px;
                background: #fff;
                border-radius: 3px;
                -webkit-box-shadow: 0 0 1px rgb(0 0 0 / 10%);
                box-shadow: 0 0 1px rgb(0 0 0 / 10%);
            }

                #reviews .commentlist li .comment_container .comment-text {
                    padding-left: 15px;
                }

                    #reviews .commentlist li .comment_container .comment-text .star-rating {
                
                    }

                    #reviews .commentlist li .comment_container .comment-text .description {
                        margin-top: 1em;
                    }

            #reviews .commentlist li:last-child {
                border-bottom: 0;
                margin-bottom: 0;
            }

            #reviews .commentlist li time {
                margin-top: 0.3em;
            }

            #reviews .commentlist li .avatar {
                height: auto;
            }

            #reviews .commentlist li p.meta {
                
            }

                #reviews .commentlist li p.meta strong {
                    
                }

                #reviews .commentlist li p.meta time {
                    
                }

                #reviews .commentlist li p.meta .verified {
                    font-style: normal;
                    font-size: .875em;
                }

                #reviews .commentlist li p.meta .woocommerce-review__dash {
                    display: none;
                }

            #reviews .commentlist li ul.children {
                margin: 0;
                width: 81.8181818182%;
                float: right;
                margin-right: 0;
                padding-top: 1.618em;
            }

                #reviews .commentlist li ul.children .avatar {
                    width: 11.1111111111%;
                    float: left;
                    margin-right: 11.1111111111%;
                }

                #reviews .commentlist li ul.children .comment-text {
                    width: 77.7777777778%;
                    float: right;
                    margin-right: 0;
                }

                #reviews .commentlist li ul.children li {
                    margin-bottom: 1.618em;
                }

                    #reviews .commentlist li ul.children li:last-child {
                        margin-bottom: 0;
                    }

    #reviews #commentform {
    }

        #reviews #commentform > *:not(script):not(noscript) {
            margin: 3em 0 0;
        }

            #reviews #commentform > *:not(script):not(noscript):first-child {
                margin: 0;
            }

        #reviews #commentform .comment-form-comment textarea {
            border: 1px solid rgba(0, 0, 0, 0.11);
            padding: 10px;
            border-radius: 3px;
            outline: none;
            width: 100% !important;
            max-width: 100%;
        }

    #reviews .comment-form-rating {
        
    }

    #reviews #commentform label {
        margin: 0;
    }

        #reviews #commentform label .required {
            margin-right: 3px;
            font-size: 17px;
        }

    #reviews #commentform p.stars {
        
    }

.woocommerce-breadcrumb {
    margin-left: -1.387rem;
    margin-right: -1.387rem;
    margin-bottom: 1.618em;
    font-size: .875em;
    padding: 1em 1.387rem;
}

    .woocommerce-breadcrumb .breadcrumb-separator {
        display: inline-block;
        padding: 0 .5407911001em;
    }

.product_list_widget {
    list-style: none;
}

    .product_list_widget li {
        float: none;
        padding: 1em 0;
    }

        .product_list_widget li:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }

.main-menu .right-section ul.main-icons .product_list_widget li {
    float: none;
}

.widget.woocommerce .product_list_widget li > .li-inner .product-image,
.widget.woocommerce .product_list_widget li > .li-inner .product-details {
    position: relative;
}

    .widget.woocommerce .product_list_widget li > .li-inner .product-image a,
    .widget.woocommerce .product_list_widget li > .li-inner .product-details a {
        padding: 0;
        outline: none;
    }

.widget.woocommerce .product_list_widget li > .li-inner .product-details {
    padding-left: 15px;
}

.product_list_widget li img {
    max-width: 65px;
    -webkit-transition: box-shadow 0.2s linear, transform 0.2s linear;
    transition: box-shadow 0.2s linear, transform 0.2s linear;
    will-change: box-shadow, transform;
}


.widget ul.products li.product a {
    text-decoration: none;
}

.product_list_widget a:hover {
    color: var(--theme-color);
}

.widget_products a {
    display: block;
}

.widget_shopping_cart .product_list_widget {
    margin-bottom: 0;
}

    .widget_shopping_cart .product_list_widget li {
        position: relative;
        padding: 0;
    }

        .widget_shopping_cart .product_list_widget li > .li-inner {
            padding: 1em 0;
        }
        
        .widget_shopping_cart .product_list_widget li a.remove {
            position: absolute;
            top: 0px;
            right: 0px;
            left: auto;
            z-index: 9;
            width: 20px;
            height: 20px;
            background-color: rgb(255 0 83 / 60%);
            line-height: 0;
            color: #fff !important;
            border-radius: 0;
            -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 18%);
            box-shadow: 0 0 5px rgb(0 0 0 / 18%);
            text-align: center;
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
            -webkit-transition: opacity 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28), transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28), background-color 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
            transition: opacity 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28), transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28), background-color 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
            will-change: opacity, transform, background-color;
        }

            .widget_shopping_cart .product_list_widget li a.remove .icon {
                font-size: 10px;    
            }


        .widget_shopping_cart .product_list_widget li:hover a.remove {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

            .widget_shopping_cart .product_list_widget li:hover a.remove:hover {
                background-color: rgb(255 0 83 / 100%);
                -webkit-transform: translateY(-2px);
                transform: translateY(-2px);
            }


.widget_shopping_cart .woocommerce-mini-cart-footer {
    position: relative;
    width: calc(100% - 0.1px); /* Fix Menu */
    line-height: 1;
    background: #f7f7f7;
}

.widget.widget_shopping_cart [class*="wcppec"] {
    line-height: 0;
    padding: 10px 0;
}


.widget_shopping_cart p.buttons,
.widget_shopping_cart p.total {
    margin: 0;
}

.widget_shopping_cart p.total {
    padding: 1.4em 1em;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, .05);
}

.widget_shopping_cart p.buttons .oxb-wc-icon-button:not(.loading):before {
    background: #9a9b99;
}

.widget_shopping_cart p.buttons .oxb-wc-icon-button:not(.loading):after {
    background: #9eba20;
}

.widget_shopping_cart p.buttons .oxb-wc-icon-button:not(.loading).checkout:before,
.widget_shopping_cart p.buttons .oxb-wc-icon-button:not(.loading).checkout:after {
    background: #599bff;
}


.site-header-cart {
    list-style-type: none;
    margin-left: 0;
    padding: 0;
    margin-bottom: 0;
}
    
    .site-header-cart .shopping-cart-dropdown {
        min-width: 250px;
    }

.main-menu .right-section ul.main-icons .site-header-cart .shopping-cart-dropdown li {
    float: none;
}


    .site-header-cart .cart-contents {
        display: none;
    }

    .site-header-cart .widget_shopping_cart {
        margin: 0;
    }

    .site-header-cart .widget_shopping_cart .woocommerce-mini-cart__empty-message {
        margin: 1.41575em;
    }

    .site-header-cart .widget_shopping_cart .product_list_widget {
        margin-bottom: 0;
        max-height: 273px;
        overflow-y: visible;
        overflow-x: hidden;
    }

        .site-header-cart .widget_shopping_cart .product_list_widget li > .li-inner {
            padding: 1em 1.2em;
        }

        .site-header-cart .widget_shopping_cart p.total,
        .site-header-cart .widget_shopping_cart p.buttons {
            padding: 1.4em 1.3em;
        }

        .site-header-cart .widget_shopping_cart p.total a,
        .site-header-cart .widget_shopping_cart p.buttons a,
        .main-menu .right-section ul.main-icons .site-header-cart .widget_shopping_cart p.total a,
        .main-menu .right-section ul.main-icons .site-header-cart .widget_shopping_cart p.buttons a {
            padding: 0;
        }


        .site-header-cart .widget_shopping_cart p.total {
            border-width: 0 0 1px;
            border-style: solid;
            border-color: rgba(0, 0, 0, .05);
        }

.widget.widget_shopping_cart p.buttons:not([class*="wcppec"]) .oxb-wc-icon-button {
    border-radius: 32px;
    width: 100%;
}
    .widget.widget_shopping_cart p.buttons:not([class*="wcppec"]) .oxb-wc-icon-button:last-child {
        margin-top: 10px;
    }


.widget_layered_nav li {
}

.widget.woocommerce li .count {
    font-size: 1em;
    float: right;
}

.widget_price_filter .price_slider {
    margin-bottom: 15px;
}

.widget_price_filter .price_slider_amount {
    
}

    .widget_price_filter .price_slider_amount input[type="text"],
    .widget_price_filter .price_slider_amount .clear {
        display: none !important;
        width: 0 !important;
    }


.widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
}

    .widget_price_filter .ui-slider .ui-slider-handle {
        position: absolute;
        top: auto;
        z-index: 2;
        width: 1.4em;
        height: 1.4em;
        border-radius: 100%;
        cursor: ew-resize;
        outline: 0;
        background: #aaa;
        box-sizing: border-box;
        margin-top: -0.35em;
        margin-left: auto;
        opacity: 1;
        border: 0;
    }

        .widget_price_filter .ui-slider .ui-slider-handle:last-child {
            margin-left: -1em;
        }

        .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active,
        .widget_price_filter .ui-slider .ui-slider-handle:hover {
            -webkit-box-shadow: 0 0 0 0.236em rgba(0, 0, 0, .1);
            box-shadow: 0 0 0 0.236em rgba(0, 0, 0, .1);
        }

    .widget_price_filter .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: 0.7em;
        display: block;
        border: 0;
        background: #e2e2e2;
        border-radius: 1em;
    }

.widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background: rgba(0, 0, 0, .1);
    border: 0;
}

.widget_price_filter .ui-slider-horizontal {
    height: 0.7em;
}

    .widget_price_filter .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
    }

    .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
        left: -1px;
    }

    .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
        right: -1px;
    }


.woocommerce-cart-form {
    position: relative;
}


.woocommerce table.cart {
    margin-bottom: 3.706325903em;
}

    .woocommerce table.cart tr {
        -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .woocommerce table.cart .product-quantity .minus,
    .woocommerce table.cart .product-quantity .plus {
        display: none;
    }

    .woocommerce table.cart .product-thumbnail img {
        margin: 0 auto;
        max-width: 3.706325903em;
        height: auto;
        border: 1px solid rgb(0 0 0 / 16%);
    }

    .woocommerce table.cart .product-thumbnail:before {
        display: none;
    }

    .woocommerce table.cart tr:first-child td.product-remove {
        
    }

    .woocommerce table.cart td.product-remove {
        position: relative;
        padding: 8px 16px;
    }

        .woocommerce table.cart td.product-remove a.remove {
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
            left: 0;
            margin: 0;
            color: #f00;
            opacity: 0;
            -webkit-transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
            transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-perspective: 1000px;
            perspective: 1000px;
        }

    .woocommerce table.cart tr:hover {
        background-color: #f9f9f9;
    }

        .woocommerce table.cart tr:hover a.remove {
            opacity: 1;
            -webkit-animation: WC_CartRemoveIcon 0.45s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
	        animation: WC_CartRemoveIcon 0.45s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
        }

            .woocommerce table.cart tr:hover a.remove:hover {
                background-color: #ffeded;
            }


    .woocommerce table.cart td.product-name a {
        margin-bottom: 0;
    }

    .woocommerce table.cart td.product-quantity .quantity {
        width: 7em;
    }

    .woocommerce table.cart tr > td,
    .woocommerce table.cart tr > th {
        padding: 1.2em;
    }

        .woocommerce table.cart tr > td.product-thumbnail {
            padding: 5px;
        }

        .woocommerce table.cart tr > td.product-remove {
            padding: 1.875em;
        }

        .woocommerce table.cart td.product-subtotal {
            
        }


    .page-template-template-fullwidth-php .woocommerce table.cart .product-thumbnail {
        display: table-cell;
    }

    .page-template-template-fullwidth-php .woocommerce table.cart thead {
        font-size: 1em;
        text-indent: 0;
    }
    

    .woocommerce table.cart .product-quantity .minus,
    .woocommerce table.cart .product-quantity .plus {
        display: inline-block;
    }

    .woocommerce table.cart .quantity .qty {
        
    }


    

    .woocommerce table.cart td.actions {
        padding: 1.2em;
        background: #f5f5f5;
    }

            .woocommerce table.cart td.actions label {
                display: none;
            }


        .woocommerce table.cart td.actions input,
        .woocommerce table.cart td.actions button {
            padding: 5px 10px;
        }

        .woocommerce table.cart td.actions button,
        .woocommerce table.cart td.actions input[type=button] {
            padding-left: 12px;
            padding-right: 12px;
        }


        .woocommerce table.cart td.actions .coupon button {
            margin-left: 5px;
        }

        .woocommerce table.cart td.actions .coupon,
        .woocommerce table.cart td.actions > button {
            display: -ms-inline-flexbox !important;
            display: inline-flex !important;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }


            .woocommerce table.cart td.actions .coupon input {
                outline: none;
                border: 1px solid rgb(0 0 0 / 30%);
                border-radius: 3px;
            }

        .woocommerce table.cart td.actions > button {
            float: right;
        }


    .cart-collaterals .cart_totals,
    .cart-collaterals .shipping_calculator {
        position: relative;
    }

.cart-collaterals .wc-newark-wrap-table > table tr > th {
    width: 1px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: 1px solid rgb(0 0 0 / 0.1);
    background: #f5f5f5;
    padding: 8px 15px;
}

    .cart-collaterals .cart_totals .wc-newark-wrap-table,
    .cart-collaterals .shipping_calculator .wc-newark-wrap-table {
        overflow: visible;
    }

        .cart-collaterals .cart_totals .wc-newark-wrap-table table {
            margin-bottom: 0;
        }

.cart-collaterals .wc-newark-wrap-table > .wc-proceed-to-checkout > * {
    margin: 0 0 1.5em;
}

.cart-collaterals .wc-newark-wrap-table > .wc-proceed-to-checkout > *:last-child {
    margin: 0;
}

        .cart-collaterals .cart_totals small.includes_tax {
            display: block;
        }

    .cart-collaterals .shipping_calculator {
        clear: right;
    }

    .page-template-template-fullwidth-php .cart-collaterals .cross-sells {
    }

        .page-template-template-fullwidth-php .cart-collaterals .cross-sells ul.products li.product {
        }

    .page-template-template-fullwidth-php .cart-collaterals .cart_totals,
    .page-template-template-fullwidth-php .cart-collaterals .shipping_calculator {
    }

    
.wc-proceed-to-checkout {
    
}
    
    .wc-proceed-to-checkout .button {
        display: inline-block;
    }

        .wc-proceed-to-checkout .button.checkout-button {
            
        }

.woocommerce-shipping-calculator {
    margin: 0;
}

    .woocommerce-shipping-calculator > p:first-child {
        margin: 0;
    }

    .woocommerce-shipping-calculator .shipping-calculator-form {
        padding-top: 1.41575em;
    }

ul#shipping_method {
    list-style: none;
    margin-left: 0;
}

    ul#shipping_method li {
        margin-bottom: .2360828548em;
    }

        ul#shipping_method li:last-child {
            margin-bottom: 0;
        }

    ul#shipping_method input {
        margin-right: .3342343017em;
    }

.woocommerce-checkout ul#shipping_method {
    margin-bottom: 0;
}

.woocommerce form.woocommerce-form-coupon {
    padding: 20px 15px;
    background: #f7f7f7;
    margin: 0;
    border-radius: 5px;
    border: 1px solid rgb(0 0 0 / 15%);
}

    .woocommerce form.woocommerce-form-coupon p:not(:empty) {
        margin: 0 0 1em;
    }

.woocommerce form.checkout {
    padding: 1em 0 0;
}

    .woocommerce form.checkout > .woocommerce-NoticeGroup {
        margin-bottom: 2.618em;
    }

.woocommerce-form-coupon-toggle {
    margin-bottom: 5px;
}
    
    .woocommerce-checkout > .blockUI {
        position: fixed !important;
    }


#payment .create-account {
    clear: both;
}

#payment .payment_methods {
    margin: 0 !important;
    padding: 0 !important;
}

    #payment .payment_methods > .wc_payment_method > label,
    #payment .payment_methods > .woocommerce-PaymentMethod > label {
        display: block;
        padding: 2px 15px 15px 17px;
        cursor: pointer;
    }

    #payment .payment_methods li {
        list-style: none !important;
        margin-left: 0;
        position: relative;
    }

        #payment .payment_methods li img {
            margin: 0 5px;
            border: 0;
            padding: 0;
            max-height: 1.618em;
        }

        #payment .payment_methods li:last-child:not(.woocommerce-notice) {
            padding-bottom: 0;
            border-bottom: 0;
        }

        #payment .payment_methods li p {
            margin: 0;
            padding: 0;
        }

        #payment .payment_methods li .payment_box {
            padding: 0 15px 15px 30px;
            width: 100% !important;
        }

            #payment .payment_methods li .payment_box fieldset {
                border: 0;
                margin: 0;
                padding: 1em 0 0 0;
                font-size: .875em;
            }

                #payment .payment_methods li .payment_box fieldset label {
                    width: auto;
                    margin-left: 0;
                }

                #payment .payment_methods li .payment_box fieldset .form-row {
                    margin-bottom: 1em;
                }

                    #payment .payment_methods li .payment_box fieldset .form-row input[type=checkbox] {
                        margin-right: 5px;
                    }

                #payment .payment_methods li .payment_box fieldset #cvv {
                    width: 22% !important;
                }

                #payment .payment_methods li .payment_box fieldset .help {
                    width: 75%;
                    float: right;
                }

            #payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods {
                padding-top: 1em;
                margin: 0;
            }

                #payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li {
                    margin-top: .6180469716em;
                }

                    #payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li input[type=radio] {
                        margin-right: .236em;
                    }

            #payment .payment_methods li .payment_box ul.wc-saved-payment-methods {
                margin-left: 0;
            }

            #payment .payment_methods li .payment_box .wc-credit-card-form-card-cvc,
            #payment .payment_methods li .payment_box .wc-credit-card-form-card-expiry,
            #payment .payment_methods li .payment_box .wc-credit-card-form-card-number {
                font-size: 1.41575em;
            }

            #payment .payment_methods li .payment_box .wc-credit-card-form-card-number {
                background-repeat: no-repeat;
                background-position: right .6180469716em center;
                background-size: 31px 20px;
                background-image: url(//awscdn.alexisfaere.com/wp-content/themes/newark/framework/assets/images/credit-cards/unknown.svg);
            }

                #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.visa {
                    background-image: url(//awscdn.alexisfaere.com/wp-content/themes/newark/framework/assets/images/credit-cards/visa.svg);
                }

                #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.mastercard {
                    background-image: url(//awscdn.alexisfaere.com/wp-content/themes/newark/framework/assets/images/credit-cards/mastercard.svg);
                }

                #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.laser {
                    background-image: url(//awscdn.alexisfaere.com/wp-content/themes/newark/framework/assets/images/credit-cards/laser.svg);
                }

                #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.dinersclub {
                    background-image: url(//awscdn.alexisfaere.com/wp-content/themes/newark/framework/assets/images/credit-cards/diners.svg);
                }

                #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.maestro {
                    background-image: url(//awscdn.alexisfaere.com/wp-content/themes/newark/framework/assets/images/credit-cards/maestro.svg);
                }

                #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.jcb {
                    background-image: url(//awscdn.alexisfaere.com/wp-content/themes/newark/framework/assets/images/credit-cards/jcb.svg);
                }

                #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.amex {
                    background-image: url(//awscdn.alexisfaere.com/wp-content/themes/newark/framework/assets/images/credit-cards/amex.svg);
                }

                #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.discover {
                    background-image: url(//awscdn.alexisfaere.com/wp-content/themes/newark/framework/assets/images/credit-cards/discover.svg);
                }

#payment .terms {
    width: 100%;
    clear: both;
    float: none;
    margin-bottom: 0;
    margin-bottom: 1em;
}

    #payment .terms label {
        display: block;
        cursor: pointer;
    }

#payment .woocommerce-terms-and-conditions {
    padding: 1em;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
    margin-bottom: 16px;
    background-color: rgba(0, 0, 0, .05);
}

#payment .place-order {
    padding: 1.41575em 0 0;
    margin-bottom: 0;
    margin-top: 2.617924em;
}

    #payment .place-order .button {
        white-space: pre-wrap;
    }

table.woocommerce-checkout-review-order-table .product-name {
    word-wrap: break-word;
}

.admin-bar .woocommerce-checkout #wc_checkout_add_ons label + br {
    display: none;
}

.woocommerce-password-strength {
    text-align: left;
    font-weight: 600;
    padding: .5407911001em 0;
    text-align: right;
    font-size: .875em;
}

    .woocommerce-password-strength.strong {
        color: #0f834d;
    }

    .woocommerce-password-strength.short {
        color: #e2401c;
    }

    .woocommerce-password-strength.bad {
        color: #e2401c;
    }

    .woocommerce-password-strength.good {
        color: #3d9cd2;
    }

label.inline {
    display: inline !important;
    margin-left: 1em;
}


.woocommerce-MyAccount-navigation {
    border-width: 1px;
}

.woocommerce-MyAccount-content {
    padding: 30px 20px;
    background: #fff;
    border-width: 0 1px 1px;
}

.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
    border-style: solid;
    border-color: rgb(0 0 0 / 15%);
}

    .woocommerce-MyAccount-content .woocommerce-customer-details,
    .woocommerce .woocommerce-order .woocommerce-customer-details {
        position: relative;
    }

        .woocommerce-MyAccount-content .woocommerce-customer-details address,
        .woocommerce .woocommerce-order .woocommerce-customer-details address {
            margin: 0;
            padding: 20px;
            background: #f5f5f5;
            border: 1px solid rgb(0 0 0 / 10%);
        }

            .woocommerce-MyAccount-content .woocommerce-customer-details address > p,
            .woocommerce-MyAccount-content .woocommerce-customer-details address > p:not(:empty),
            .woocommerce .woocommerce-order .woocommerce-customer-details address > p,
            .woocommerce .woocommerce-order .woocommerce-customer-details address > p:not(:empty) {
                margin: 5px 0 0;
            }

body.woocommerce-page.woocommerce-view-order .woocommerce-MyAccount-content > *,
.woocommerce .woocommerce-order > * {
    margin-bottom: 1.614em;
}

    body.woocommerce-page.woocommerce-view-order .woocommerce-MyAccount-content > *:last-child,
    .woocommerce .woocommerce-order > *:last-child {
        margin-bottom: 0;
    }


.woocommerce .woocommerce-form-login,
.woocommerce .woocommerce-form-register {
    padding: 20px !important;
    background: #f5f5f5;
    border: 1px solid rgb(0 0 0 / 10%);
    border-radius: 5px;
    box-shadow: 0 0 18px rgb(0 0 0 / 10%);
}


.woocommerce ul.order_details {
    list-style: none;
    position: relative;
    padding: 20px;
    background: #f7f7f7;
    border: 1px solid rgb(0 0 0 / 6%);
    border-radius: 5px;
}

    .woocommerce ul.order_details li {
        list-style: none;
        padding: 1em 1.618em;
    }

        .woocommerce ul.order_details li:first-child {
            padding-top: 1.618em;
        }

        .woocommerce ul.order_details li:last-child {
            border: 0;
            padding-bottom: 1.618em;
        }

        .woocommerce ul.order_details li strong {
            display: block;
        }

.my_account_orders .button,
.woocommerce-MyAccount-downloads .button {
    padding: .6180469716em .875em;
    font-size: .875em;
    margin-right: .236em;
}

.woocommerce-MyAccount-content h2 {
    font-size: 2em;
    font-weight: 600;
}

.woocommerce-MyAccount-content #payment .payment_methods {
    margin-bottom: 1.618em !important;
}

.woocommerce-form__label-for-checkbox {
    cursor: pointer;
    display: block;
}

    .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
        margin-right: .3342343017em;
    }



.form-row {
    position: relative;
}


.form-row label {
    display: block;
}

.form-row input,
.form-row select,
.form-row textarea {
    width: 100%;
    max-width: 100%;
}

    .form-row input[type=checkbox],
    .form-row input[type=radio] {
        width: auto;
    }

.form-row .button {
    width: auto;
}

.form-row.create-account label {
    display: inline-block;
    margin: 0;
}

    .form-row.woocommerce-validated input.input-text,
    .form-row.woocommerce-invalid input.input-text {
        border: none;
    }

    .form-row.woocommerce-validated input.input-text {
        box-shadow: inset 0 0 0 0.125rem #00a34a;
    }

    .form-row.woocommerce-invalid input.input-text {
        box-shadow: inset 0 0 0 0.125rem #e2401c;
    }


.required {
    border-bottom: 0 !important;
    color: red;
}

.demo_store {
    position: fixed;
    left: 0;
    bottom: 69px;
    right: 0;
    margin: 0;
    padding: 1em 1.41575em;
    background-color: #5e5e5e;
    color: #fff;
    z-index: 999999999;
    width: 75%;
    border-radius: 5px 5px 0 0;
    margin: 0 auto;
}

    .demo_store a {
        color: #fff;
        font-weight: 400;
        text-decoration: underline;
    }

        .demo_store a:hover {
            text-decoration: none;
        }

        .demo_store a.woocommerce-store-notice__dismiss-link {
            display: block;
        }


.woocommerce .onsale {
    height: 30px;
    width: 50px;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border-radius: 3px;
    background-color: #f95586;
    color: #fff;
    z-index: 9;
}

.wc-newark-sorting {
    margin-bottom: 2.617924em;
    padding: 20px;
    background: rgb(0 0 0 / 2%);
    border-radius: 3px;
    border: 1px solid rgb(0 0 0 / 0.05);
}

.woocommerce .wrp-products .wc-newark-sorting:last-child {
    margin-bottom: 0;
}

.woocommerce-result-count {
    margin: 0 0 8px;
}

.woocommerce-tabs {
    overflow: hidden;
}

    .woocommerce-tabs .tabs-inner {
        border-radius: 5px;
        border: 1px solid rgb(0 0 0 / 10%);
        overflow: hidden;
    }
    
    .woocommerce-MyAccount-navigation ul,
    .woocommerce-tabs ul.tabs {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: left;
        border: none;
        background: #f7f7f7;
    }

        .woocommerce-MyAccount-navigation ul li,
        .woocommerce-tabs ul.tabs li {
            position: relative;
            display: block;
            margin: 0;
            text-align: center;
        }


.post-entry .woocommerce-MyAccount-navigation ul li,
.post-entry .woocommerce-tabs ul.tabs li {
    margin: 0;
}

            .woocommerce-MyAccount-navigation ul li:before,
            .woocommerce-MyAccount-navigation ul li:after,
            .woocommerce-tabs ul.tabs li:before,
            .woocommerce-tabs ul.tabs li:after {
                position: absolute;
                content: '';
                width: 0;
                left: 50%;
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
                -webkit-transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
                transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            }

            .woocommerce-MyAccount-navigation ul li:before,
            .woocommerce-tabs ul.tabs li:before {
                bottom: 0;
                height: 3px;
                background: var(--theme-color);
                z-index: 9;
            }

            .woocommerce-MyAccount-navigation ul li:after,
            .woocommerce-tabs ul.tabs li:after {
                top: 0;
                height: 100%;
                background: rgb(0 0 0 / 3%);
                z-index: 5;
            }
            
                .woocommerce-MyAccount-navigation ul li:hover::before,
                .woocommerce-tabs ul.tabs li:hover::before {
                    width: 20px;
                }

                .woocommerce-MyAccount-navigation ul li.is-active:before,
                .woocommerce-tabs ul.tabs li.active::before {
                    width: 40px;
                }

            .woocommerce-MyAccount-navigation ul li.is-active:after,
            .woocommerce-tabs ul.tabs li.active:after {
                width: 100%;
            }

            .woocommerce-MyAccount-navigation ul li a,
            .woocommerce-tabs ul.tabs li a {
                position: relative;
                z-index: 9;
                padding: 1.8em 1em;
                display: block;
            }

    .woocommerce-tabs .panel {
        background: #ffffff;
        margin-bottom: 20px;
        border-radius: 0 0 4px 4px;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0;
        padding: 30px;
        border: none;
    }

    .woocommerce-tabs .panel h2:first-of-type {
        margin-bottom: 1em;
    }


    .woocommerce-tabs table {
        width: 100%;
        max-width: 100%;
        border-spacing: 0;
        border-collapse: collapse;
        background-color: transparent;
        border: 1px solid rgb(0 0 0 / 10%);
    }

        .woocommerce-tabs table > thead > tr > th,
        .woocommerce-tabs table > tbody > tr > th,
        .woocommerce-tabs table > tfoot > tr > th,
        .woocommerce-tabs table > thead > tr > td,
        .woocommerce-tabs table > tbody > tr > td,
        .woocommerce-tabs table > tfoot > tr > td {
            padding: 8px;
            line-height: 1.42857143;
            vertical-align: top;
            border-width: 0 1px 1px 0;
            border-style: solid;
            border-color: rgb(0 0 0 / 10%);
        }


        .woocommerce-tabs table > thead > tr > th,
        .woocommerce-tabs table > tbody > tr > th,
        .woocommerce-tabs table > tfoot > tr > th {
            width: 30%;
            background: #f7f7f7;
        }


            .woocommerce-tabs table > thead > tr > th:last-child,
            .woocommerce-tabs table > tbody > tr > th:last-child,
            .woocommerce-tabs table > tfoot > tr > th:last-child,
            .woocommerce-tabs table > thead > tr > td:last-child,
            .woocommerce-tabs table > tbody > tr > td:last-child,
            .woocommerce-tabs table > tfoot > tr > td:last-child {
                border-right: none;
            }

            .woocommerce-tabs table > thead > tr:last-child > th,
            .woocommerce-tabs table > tbody > tr:last-child > th,
            .woocommerce-tabs table > tfoot > tr:last-child > th,
            .woocommerce-tabs table > thead > tr :last-child> td,
            .woocommerce-tabs table > tbody > tr:last-child > td,
            .woocommerce-tabs table > tfoot > tr:last-child > td {
                border-bottom: none;
            }

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout:before {
    background-color: #da2525;
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a {
    color: #da2525;
}

.site-content > .col-full > .woocommerce > .woocommerce-error:first-child,
.site-content > .col-full > .woocommerce > .woocommerce-info:first-child,
.site-content > .col-full > .woocommerce > .woocommerce-message:first-child {
    margin-top: 2.617924em;
}


dl.variation {
    font-size: .875em;
}

    dl.variation dd {
        margin: 0 0 1em;
    }

.wc-item-meta {
    font-size: .875em;
    margin-left: 0;
    list-style: none;
}


    .wc-item-meta li p,
    .wc-item-meta li strong {
        display: inline-block;
    }

.woocommerce-MyAccount-content .woocommerce-Pagination {
    text-align: center;
}

.wc-newark-product-section {
    margin-bottom: 1.618em;
}

    .wc-newark-product-section .section-title {
        text-align: center;
        margin-bottom: 1em;
    }

    .wc-newark-product-section:last-child {
        margin-bottom: 0;
    }

@media (min-width:768px) {
    .demo_store {
        bottom: 0;
    }

        .demo_store a.woocommerce-store-notice__dismiss-link {
            background: rgba(0, 0, 0, .1);
            float: right;
            display: inline-block;
            margin: -1em -1.41575em -1em 0;
            padding: 1em 1.41575em;
        }

    .wc-newark-handheld-footer-bar {
        display: none;
    }

    .woocommerce-breadcrumb {
        padding: 1.41575em 99em 1.41575em;
        margin-left: -99em;
        margin-right: -99em;
        margin-bottom: 4.235801032em;
    }


    .site-header-cart {
        position: relative;
    }

        .site-header-cart .cart-contents {
            padding: 1.618em 0;
            display: block;
            position: relative;
            background-color: transparent;
            height: auto;
            width: auto;
            text-indent: 0;
        }

            .site-header-cart .cart-contents .amount {
                margin-right: .327em;
            }

            .site-header-cart .cart-contents .count {
                font-weight: 400;
                opacity: .5;
                font-size: .875em;
            }

            .site-header-cart .cart-contents span {
                display: inline;
            }

        .site-header-cart .widget_shopping_cart {
        }

            .site-header-cart .widget_shopping_cart.sub-menu--is-touch-device {
                display: none;
                left: 0;
            }

            .site-header-cart .widget_shopping_cart h2.widgettitle {
                display: none;
            }

    .site-search {
        display: block;
    }

        .site-search form {
            margin: 0;
        }

    .woocommerce ul.products li.product {
        clear: none;
        width: 100%;
        font-size: .875em;
    }

        .woocommerce ul.products li.product.first {
            clear: both !important;
        }

        .woocommerce ul.products li.product.last {
            margin-right: 0 !important;
        }

    .wc-main-content-inner .columns-1 ul.products li.product,
    .woocommerce ul.products.columns-1 li.product,
    .page-template-template-fullwidth-php .wc-main-content-inner .columns-1 ul.products li.product,
    .page-template-template-homepage-php .wc-main-content-inner .columns-1 ul.products li.product,
    .wc-newark-full-width-content .wc-main-content-inner .columns-1 ul.products li.product,
    .woocommerce ul.products li.product > .product-inner {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .wc-main-content-inner .columns-2 ul.products li.product,
    .woocommerce ul.products.columns-2 li.product,
    .page-template-template-fullwidth-php .wc-main-content-inner .columns-2 ul.products li.product,
    .page-template-template-homepage-php .wc-main-content-inner .columns-2 ul.products li.product,
    .wc-newark-full-width-content .wc-main-content-inner .columns-2 ul.products li.product {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    body.woocommerce-page.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
    .wc-main-content-inner .columns-3 ul.products li.product,
    .woocommerce ul.products.columns-3 li.product,
    .page-template-template-fullwidth-php .wc-main-content-inner .columns-3 ul.products li.product,
    .page-template-template-homepage-php .wc-main-content-inner .columns-3 ul.products li.product,
    .wc-newark-full-width-content .wc-main-content-inner .columns-3 ul.products li.product {
        -ms-flex: 0 0 33.3333333%;
        flex: 0 0 33.3333333%;
        max-width: 33.333333333%;
    }

    .wc-main-content-inner .columns-4 ul.products li.product,
    .woocommerce ul.products.columns-4 li.product,
    .page-template-template-fullwidth-php .wc-main-content-inner .columns-4 ul.products li.product,
    .page-template-template-homepage-php .wc-main-content-inner .columns-4 ul.products li.product,
    .wc-newark-full-width-content .wc-main-content-inner .columns-4 ul.products li.product {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .wc-main-content-inner .columns-5 ul.products li.product,
    .woocommerce ul.products.columns-5 li.product,
    .page-template-template-fullwidth-php .wc-main-content-inner .columns-5 ul.products li.product,
    .page-template-template-homepage-php .wc-main-content-inner .columns-5 ul.products li.product,
    .wc-newark-full-width-content .wc-main-content-inner .columns-5 ul.products li.product {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .wc-main-content-inner .columns-6 ul.products li.product,
    .woocommerce ul.products.columns-6 li.product,
    .page-template-template-fullwidth-php .wc-main-content-inner .columns-6 ul.products li.product,
    .page-template-template-homepage-php .wc-main-content-inner .columns-6 ul.products li.product,
    .wc-newark-full-width-content .wc-main-content-inner .columns-6 ul.products li.product {
        -ms-flex: 0 0 16.66666666666667%;
        flex: 0 0 16.66666666666667%;
        max-width: 16.66666666666667%;
    }


    body:not(.layout-none) .wc-main-content-inner .columns-5 ul.products li.product,
    body:not(.layout-none) .woocommerce ul.products.columns-5 li.product,
    body:not(.layout-none) .page-template-template-fullwidth-php .wc-main-content-inner .columns-5 ul.products li.product,
    body:not(.layout-none) .page-template-template-homepage-php .wc-main-content-inner .columns-5 ul.products li.product,
    body:not(.layout-none) .wc-newark-full-width-content .wc-main-content-inner .columns-5 ul.products li.product,
    body:not(.layout-none) .wc-main-content-inner .columns-6 ul.products li.product,
    body:not(.layout-none) .woocommerce ul.products.columns-6 li.product,
    body:not(.layout-none) .page-template-template-fullwidth-php .wc-main-content-inner .columns-6 ul.products li.product,
    body:not(.layout-none) .page-template-template-homepage-php .wc-main-content-inner .columns-6 ul.products li.product,
    body:not(.layout-none) .wc-newark-full-width-content .wc-main-content-inner .columns-6 ul.products li.product {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }


    .single-product div.product .images {
    }

        .single-product div.product .images .thumbnails a.zoom {
            width: 14.2857142857%;
            float: left;
            margin-right: 14.2857142857%;
        }

            .single-product div.product .images .thumbnails a.zoom.last {
                float: right;
                margin-right: 0;
            }
            
    .wc-newark-full-width-content.single-product div.product .images {
        width: 39.1304347826%;
        float: left;
        margin-right: 4.347826087%;
        margin-bottom: 3.706325903em;
    }

        .wc-newark-full-width-content.single-product div.product .images .thumbnails a.zoom {
            width: 11.1111111111%;
            float: left;
            margin-right: 11.1111111111%;
        }

            .wc-newark-full-width-content.single-product div.product .images .thumbnails a.zoom.last {
                margin-right: 0;
            }

    .wc-newark-full-width-content.single-product div.product .woocommerce-product-gallery {
        width: 39.1304347826%;
        float: left;
        margin-right: 4.347826087%;
        margin-bottom: 3.706325903em;
    }

        .wc-newark-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
            width: 44.4444444444%;
            float: left;
            margin-right: 11.1111111111%;
        }

            .wc-newark-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
                margin-right: 0;
            }

        .wc-newark-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
            width: 25.9259259333%;
            float: left;
            margin-right: 11.1111111111%;
        }

            .wc-newark-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
                margin-right: 0;
            }

        .wc-newark-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
            width: 16.6666666667%;
            float: left;
            margin-right: 11.1111111111%;
        }

            .wc-newark-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
                margin-right: 0;
            }

        .wc-newark-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
            width: 11.1111111111%;
            float: left;
            margin-right: 11.1111111111%;
        }

            .wc-newark-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
                margin-right: 0;
            }

    .wc-newark-full-width-content.single-product div.product .summary {
        width: 56.5217391304%;
        float: right;
        margin-right: 0;
        margin-bottom: 3.706325903em;
    }

    .wc-newark-full-width-content.single-product div.product .woocommerce-tabs {
        clear: both;
    }

    .wc-newark-full-width-content.single-product #reviews .commentlist li .avatar {
        width: 6.6666666667%;
        float: left;
        margin-right: 6.6666666667%;
    }

    .wc-newark-full-width-content.single-product #reviews .commentlist li .comment_container .comment-text {
        width: 86.6666666667%;
        float: right;
        margin-right: 0;
    }

    .wc-newark-full-width-content.single-product #reviews .commentlist ul.children {
        width: 86.6666666667%;
        float: right;
        margin-right: 0;
    }

        .wc-newark-full-width-content.single-product #reviews .commentlist ul.children .avatar {
            width: 7.6923076923%;
            float: left;
            margin-right: 7.6923076923%;
        }

        .wc-newark-full-width-content.single-product #reviews .commentlist ul.children .comment-text {
            width: 84.6153846154%;
            float: right;
            margin-right: 0;
        }

    .wc-newark-full-width-content.single-product .related ul.products li.product,
    .wc-newark-full-width-content.single-product .upsells ul.products li.product {
        width: 30.4347826087%;
        float: left;
        margin-right: 4.347826087%;
    }

    .wc-newark-full-width-content .woocommerce-products-header,
    .wc-newark-full-width-content.woocommerce-account .entry-header,
    .wc-newark-full-width-content.woocommerce-cart .entry-header,
    .wc-newark-full-width-content.woocommerce-checkout .entry-header {
        text-align: center;
        padding: 0 0 5.9968353111em;
    }

        .wc-newark-full-width-content .woocommerce-products-header h1:last-child,
        .wc-newark-full-width-content.woocommerce-account .entry-header h1:last-child,
        .wc-newark-full-width-content.woocommerce-cart .entry-header h1:last-child,
        .wc-newark-full-width-content.woocommerce-checkout .entry-header h1:last-child {
            margin-bottom: 0;
        }

    .wc-newark-full-width-content .related.products > h2:first-child,
    .wc-newark-full-width-content .up-sells > h2:first-child {
        text-align: center;
    }

    .woocommerce .page-description {
        margin-bottom: 1.618em;
    }

    .wc-newark-sorting {
    }

        .wc-newark-sorting select {
            width: auto;
        }

    .woocommerce-cart .hentry,
    .woocommerce-checkout .hentry {
        border-bottom: 0;
        padding-bottom: 0;
    }




    #ship-to-different-address {
        position: relative;
    }

        #ship-to-different-address label {
            font-weight: 300;
        }

        #ship-to-different-address .woocommerce-form__input-checkbox {
            position: absolute;
            top: 50%;
            right: 0;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            margin-right: 0;
        }

    .col2-set {
    }

        .col2-set .form-row-first {
            
        }

        .col2-set .form-row-last {
            
        }

        .col2-set + #customer_details {
            display: none;
        }


    #customer_details + #wc_checkout_add_ons {
        width: 41.1764705882%;
        float: right;
        margin-right: 0;
    }

    #wc_checkout_add_ons input[type=radio] {
        float: left;
        margin-right: .5407911001em;
        clear: left;
        margin-top: .35em;
    }

    #order_review,
    #order_review_heading {
        
    }

    #order_review {
        -webkit-transition: box-shadow ease .4s;
        transition: box-shadow ease .4s;
    }

    #order_review_heading {
        margin-bottom: 0;
        padding-bottom: .6180469716em;
    }

    .page-template-template-fullwidth-php.woocommerce-order-pay #order_review,
    .woocommerce-order-pay #order_review {
        width: 100%;
        float: none;
    }

        .page-template-template-fullwidth-php.woocommerce-order-pay #order_review #payment h3,
        .woocommerce-order-pay #order_review #payment h3 {
            padding-left: 1em;
            padding-top: 1em;
        }


    .page-template-template-fullwidth-php #order_review,
    .page-template-template-fullwidth-php #order_review_heading {
        width: 47.8260869565%;
        float: right;
        margin-right: 0;
    }

    .page-template-template-fullwidth-php #customer_details + #wc_checkout_add_ons {
        width: 47.8260869565%;
        float: right;
        margin-right: 0;
    }

    #order_review .woocommerce-checkout-review-order-table {
        margin-bottom: 2.617924em;
    }

       
    table + .addresses {
        margin-top: 1.618em;
    }
       

    table.my_account_orders {
        font-size: .875em;
    }

    .addresses header.title a {
        float: right;
    }

    .addresses header.title h3 {
        float: left;
    }


}

@media (min-width:568px) and (max-width:66.4989378333em) {
    
    .woocommerce-breadcrumb {
        margin-left: -2.618rem;
        margin-right: -2.618rem;
        padding-left: 2.618rem;
        padding-right: 2.618rem;
    }


    .woocommerce ul.products li.product {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

}

@media (max-width:568px) {
    
    .oxb-wc-col-wrapper,
    .woocommerce ul.products li.product {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

}

@media (min-width:768px) and (max-width:900px) {
    body:not(.page-template-template-fullwidth-php) table.cart td,
    body:not(.page-template-template-fullwidth-php) table.cart th {
        padding: 1em;
    }
}

/* Plugins -  */
.wcppec-checkout-buttons {
    margin: 0;
}

.wcppec-checkout-buttons__separator {
    display: none !important;
}

wc_ppec_responsive_payment_buttons:empty {
    display: none !important;
}/**
 * WooCommerce Brands
 */
/**
 * Imports
 */
.header-widget-region .widget_brand_thumbnails ul.brand-thumbnails {
  text-align: center; }
  .header-widget-region .widget_brand_thumbnails ul.brand-thumbnails:before, .header-widget-region .widget_brand_thumbnails ul.brand-thumbnails:after {
    content: "";
    display: table; }
  .header-widget-region .widget_brand_thumbnails ul.brand-thumbnails:after {
    clear: both; }
  .header-widget-region .widget_brand_thumbnails ul.brand-thumbnails li {
    display: inline-block;
    width: auto !important;
    float: none !important;
    margin-bottom: 0 !important; }
    .header-widget-region .widget_brand_thumbnails ul.brand-thumbnails li img {
      max-height: 16px;
      width: auto;
      display: block; }
/**
 * WooCommerce AJAX Layered Nav
 */
/**
 * Imports
 */
.bundle_form div.bundled_product_summary {
  padding-bottom: 1.618em !important;
  margin-bottom: 1.618em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

@media (min-width: 768px) {
  .bundle_form div.bundled_product_summary {
    padding-left: 0; }
    .bundle_form div.bundled_product_summary .bundled_product_images {
      margin-left: 0;
      width: 15.7894736842%;
      float: left;
      margin-right: 5.2631578947%; }
      .bundle_form div.bundled_product_summary .bundled_product_images a {
        margin: 0 !important; }
      .bundle_form div.bundled_product_summary .bundled_product_images img {
        width: 100% !important; }
    .bundle_form div.bundled_product_summary .details {
      width: 78.9473684211%;
      float: right;
      margin-right: 0;
      font-size: 0.875em; }
  .bundle_form div.bundled_product_summary.thumbnail_hidden {
    padding-left: 0; }
    .bundle_form div.bundled_product_summary.thumbnail_hidden .details {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
  .page-template-template-fullwidth-php .bundle_form div.bundled_product_summary,
  .storefront-full-width-content .bundle_form div.bundled_product_summary {
    padding-left: 0; }
    .page-template-template-fullwidth-php .bundle_form div.bundled_product_summary .bundled_product_images,
    .storefront-full-width-content .bundle_form div.bundled_product_summary .bundled_product_images {
      margin-left: 0;
      width: 20%;
      float: left;
      margin-right: 6.6666666667%; }
    .page-template-template-fullwidth-php .bundle_form div.bundled_product_summary .details,
    .storefront-full-width-content .bundle_form div.bundled_product_summary .details {
      width: 73.3333333333%;
      float: right;
      margin-right: 0;
      font-size: 1em; }
  .page-template-template-fullwidth-php .bundle_form div.bundled_product_summary.thumbnail_hidden,
  .storefront-full-width-content .bundle_form div.bundled_product_summary.thumbnail_hidden {
    padding-left: 0; }
    .page-template-template-fullwidth-php .bundle_form div.bundled_product_summary.thumbnail_hidden .details,
    .storefront-full-width-content .bundle_form div.bundled_product_summary.thumbnail_hidden .details {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }@font-face{font-family:'FontAwesomePB';src:url(//alexisfaere.com/wp-content/plugins/woocommerce-product-bundles/assets/fonts/fa-pb-615.eot);src:url(//alexisfaere.com/wp-content/plugins/woocommerce-product-bundles/assets/fonts/fa-pb-615.eot?#iefix) format("embedded-opentype"),url(//alexisfaere.com/wp-content/plugins/woocommerce-product-bundles/assets/fonts/fa-pb-615.woff2) format("woff2"),url(//alexisfaere.com/wp-content/plugins/woocommerce-product-bundles/assets/fonts/fa-pb-615.woff2) format("woff"),url(//alexisfaere.com/wp-content/plugins/woocommerce-product-bundles/assets/fonts/fa-pb-615.ttf) format("truetype"),url(//alexisfaere.com/wp-content/plugins/woocommerce-product-bundles/assets/fonts/fa-pb-615.svg#fapbregular) format("svg");font-weight:normal;font-style:normal}.bundled_table_item .product-name,.bundled_table_item .product-price,.bundled_table_item:not(.order_item) .product-quantity,.bundled_table_item .product-subtotal,.bundled_table_item .product-total{font-size:.875em}.bundled_table_item .bundled_table_item_indent{padding-left:32px}.woocommerce .bundled_table_item td.product-name dl.variation,.woocommerce-page .bundled_table_item td.product-name dl.variation,.bundled_table_item td.product-name .wc-item-meta{font-size:100%}.bundled_table_item,.bundled_table_item td{border-top:none !important;border-bottom:none !important}.bundle_table_item,.bundle_table_item td{border-bottom:none !important}.bundled_table_item_price,.bundled_table_item_subtotal{white-space:nowrap}.bundled_table_item_price:after,.bundled_table_item_subtotal:after{font-family:'FontAwesomePB';font-size:1rem;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transform:rotate(90deg)/*rtl:ignore*/;-ms-transform:rotate(90deg)/*rtl:ignore*/;transform:rotate(90deg)/*rtl:ignore*/;content:""/*rtl:''*/;margin:0 2px 0 12px;opacity:.25}dt.bundled_title_meta,.bundled_notice{margin:12px 0 5px}a.edit_bundle_in_cart_text{color:#888;font-weight:normal;text-decoration:none}a.edit_bundle_in_cart_text:hover small{text-decoration:underline}.wcsatt-add-cart-to-subscription-options .bundled_table_item{font-size:.875em}.wcsatt-add-cart-to-subscription-options .bundled_table_item:after{font-family:'FontAwesomePB';display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transform:rotate(90deg)/*rtl:ignore*/;-ms-transform:rotate(90deg)/*rtl:ignore*/;transform:rotate(90deg)/*rtl:ignore*/;content:""/*rtl:''*/;margin:0 2px 0 12px;opacity:.25}