﻿.closeMobileNav {
    color: #fff;
    display: none;
    font-size: 26px;
}

/*******NAVBAR TOGGLE ******/
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 250px; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 100001; /* Stay on top */
    top: 90px;
    right: -250px;
    background-color: #1b8db3;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 0px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

    /* The navigation menu links */
    .sidenav a {
        padding: 8px 8px 8px 0px;
        text-decoration: none;
        font-size: 20px;
        color: #fff !important;
        display: block;
        transition: 0.3s;
        font-family: 'Roboto Slab', serif;
        font-weight: 700;
    }

        /* When you mouse over the navigation links, change their color */
        .sidenav a:hover {
            color: #fff;
        }

        .sidenav a.arr {
            position: absolute;
            top: 12px;
            right: 0px;
        }

    /* Position and style the close button (top right corner) */
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#navAccordion .panel-heading {
    border-bottom: 1px solid #dddddd;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
}

#navAccordion > .panel-heading.in {
    background-color: #0082cb;
}

.subItems > div {
    background: #0069a4;
}

.panel-collapse .panel-body {
    padding: 0px;
}

.panel-collapse .panel-group {
    margin-bottom: 0px;
}

.subSubItems {
    margin-right: -15px;
    margin-left: -15px;
}

    .subSubItems .panel-body .subItems > div {
        background: #0082cb !important;
    }

#navAccordion .panel-heading:last-child {
    padding-bottom: 0px;
}

#navAccordion .subSubItems .panel-heading:last-child {
    border-bottom: none;
}

/*#navAccordion .subSubItems .panel-heading a {
    padding-left:15px;
}*/

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

@media only screen and (max-width:1024px) and (min-width:1024px) {
    .hero-image.container {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
}


/**** PHONE PORTRAIT *****/

@media only screen and (max-width: 768px) {
    #videoModal iframe {
        height: 300px;
    }

    body.page-singleProduct .productCollections {
        max-width: 100%;
        margin: 0px auto;
    }


    .navbar {
        right: 15px;
        bottom: 16px;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(255, 255, 255, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
    }

    .productContentSection {
        margin: 25px auto;
        width: 90%;
        margin-top: 45px;
        height: auto;
    }

    .page-laundryTips .w-100 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 60px;
    }

    .slick-dots {
        bottom: -36px;
    }

    .navbar-collapse {
        display: none !important;
    }

    .navbar-toggler {
        border: none !important;
    }

    .hero-image-wrapper {
        background: none;
    }

        .hero-image-wrapper .container, .advertisement.container {
            padding-left: 0px;
            padding-right: 0px;
        }

    .slick-slide img, .advertismentImage img, .advertisement img {
        margin: 0px auto;
    }

    .navbar-toggle {
        display: block;
    }

    #main {
        overflow-x: hidden;
    }

    #main-content {
        padding-top: 89px;
    }

    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    .contact-us.container .row.mobile-only {
        display: flex;
    }

    .navbar-toggle {
        transform: scale(1.5);
        margin-right: 0px;
        margin-top: 0px;
    }

    .closeMobileNav {
        transform: scale(1.5);
    }

    .productButItNow.mobile-only .psWidget .ps-widget {
        display: block;
    }

    .productButItNow.desktop-only .psWidget .ps-widget {
        display: none;
    }

    /*.container {
        padding-left:0px;
        padding-right:0px;
    }*/

    /**** HEADER *****/
    header {
        min-height: 89px;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 1000;
    }

        header .header-wrapper {
            height: 89px;
            background: #21afdf;
        }

    #logo {
        left: 13px;
        bottom: 16px;
    }

    .openMobileNav {
        transform: scale(1.5);
    }

    #logo img {
        width: auto;
        height: 60px;
    }

    /**** FOOTER *****/
    #logo-footer1, #logo-footer2 {
        position: absolute;
        top: -25px;
        left: 25px;
        transform: scale(0.8);
    }

    footer .footer-wrapper {
        height: auto;
        background: #21afdf;
    }

    footer .footer-social-icons a:last-child div.footer-social-icon {
        margin-right: 0px;
    }

    .footer-social-icons {
        text-align: left;
        margin-left: 0px;
    }

    .footer-bear {
        width: 100%;
    }

    .footer-social-icons .footer-social-icon {
        height: 55px;
        width: 55px;
        margin-right: 5px;
        font-size: 25px;
        margin-top: 20px;
    }

    .check-us-out {
        font-family: 'Open Sans', sans-serif;
        font-size: 19px;
        font-weight: 700;
        color: #b9b7b7;
        text-align: center;
    }

    .footer-bear {
        margin-bottom: 4px;
    }

    .footer-key-to-safe {
        text-align: center;
    }

        .footer-key-to-safe img {
            margin: 0px auto;
        }

    .footer-wrapper .col-3, .footer-wrapper .col-4 {
        margin-right: 0px;
        padding-right: 0px;
    }

    .footer-wrapper .col-5 {
        margin-top: -20px;
    }

    .footer-social-icons a {
        margin-right: 0px;
    }

    nav.bottom {
        display: block;
        margin-top: 0px;
        margin-left: 0px;
        width: 100%;
    }

        nav.bottom ul.navItems {
            text-align: left;
        }

            nav.bottom ul.navItems li {
                padding: 5px 10px;
                float: none;
                width: 100%;
            }


                nav.bottom ul.navItems li a {
                    font-size: 15px;
                }

    .copyright {
        margin-top: 20px;
        font-size: 14px;
        width: 100%;
        padding-bottom: 0px;
        text-align: left;
        padding-left: 107px;
    }

    /**** HOME PAGE *****/
    .browseByFormInfo {
        font-size: 30px;
    }

        .browseByFormInfo img {
            margin-top: 0px;
        }

    .page-homePage .productContentSection h2 {
        margin-left: 0px;
        font-size: 1.4375rem;
    }

    .page-homePage .productContentSection {
        margin-top: 50px;
    }

        .page-homePage .productContentSection .gradientBar {
            margin-top: 13px;
            margin-right: 0px;
            margin-left: 8px;
        }

    .featuredSectionContainer {
        padding-right: 0px;
        padding-left: 0px;
    }

    .featuredSectionInfo {
        left: 10px;
        bottom: -12px;
    }

        .featuredSectionInfo p {
            width: 100%;
        }


    .featuredSections {
        margin-top: 0px;
        margin-bottom: 0px;
    }

        .featuredSections .browseByForm {
            margin-bottom: 25px;
        }

            .featuredSections .browseByForm:last-child {
                margin-bottom: 0px;
            }

    .featuredSection {
        overflow: hidden;
        /*padding-left:0px;
        padding-right:0px;*/
    }



        .featuredSection .productContentSection {
            margin: 25px auto;
            margin-top: 45px;
            width: 90%;
        }

        .featuredSection:last-child .productContentSection {
            display: none;
        }

        .featuredSection:last-child {
            margin-bottom: 0px;
        }

        .featuredSection .col-6, .featuredSection .col-12 {
            padding-left: 15px !important;
            padding-right: 15px !important;
        }

    .featuredSectionContainer .featuredSectionImage {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }



    .hero-image a {
        bottom: 40px;
        /*position: absolute;*/
        left: 13px;
    }

    .advertisementInfo {
        top: 20px;
        left: 15px;
    }

    .advertismentTitle h2 {
        font-size: 25px;
        line-height: 26px;
        width: 50%;
        margin-top: -10px;
        margin-bottom: 6px;
    }

    .advertisementDescription {
        font-size: 14px;
        line-height: 18px;
        width: 50%;
        margin-bottom: 0px;
    }

    .advertisementLink {
        width: 50%;
        margin-top: 5px;
    }

    /****** PRODUCTS TILE *****/
    .products .row {
        margin-left: 0px;
        margin-right: 0px;
    }

    .products .product {
        margin-bottom: 30px !important;
        /*width: 47%;
        max-width: 47%;*/
    }

    /****** PRODUCTS MAIN PAGE  ******/
    button.buttonHeroPrevious {
        transform: scale(0.8);
        left: 10px;
        top: 45px;
    }

    button.buttonHeroNext {
        transform: scale(0.8);
        top: 45px;
        right: 10px;
    }

    .products .product .productTitle {
        width: 100%;
        font-size: 18px;
    }

    .productTitle .productType {
        font-size: 16px;
    }

    section#main-content > .container + .productTypeSection {
        margin-top: 30px;
    }

    section#main-content > .container.products + .productTypeSection {
        margin-top: 0px;
    }

    .productTypeSection .productContentSection.mobile-only {
        margin: 0px auto;
        width: 85%;
        margin-top: 45px;
    }

    .productTypeSection:last-child .productContentSection.mobile-only {
        display: none;
    }

    .productTypeSection:last-child {
        margin-bottom: 30px;
    }

    .productTypeSection h1 {
        font-size: 25px;
        text-align: center;
    }

    .productCollections h2 {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .filtersSection.mobile-only h2 {
        text-align: center;
        font-size: 20px;
    }

    .products {
        margin-top: 20px;
        margin-bottom: -15px;
    }

    .single-product-page .products {
    }

    .productContentSection.products {
        display: none;
    }

    .productBearometer {
        overflow: hidden;
        background: #eaf7fd;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .productBearometer p, .productBearometer img {
            width: 50%;
            height: auto;
            display: inline-block;
            float: left;
        }

        .productBearometer p {
            text-align: center;
            line-height: 15px;
            padding-top: 8px;
        }

            .productBearometer p span.bearometer {
                font-size: 18px;
                border-bottom: none;
            }

                .productBearometer p span.bearometer span.bearometer-small {
                    font-size: 14px;
                }

    .productTypeAvailableItemText, .productTypeAvailableItems {
        float: none;
        width: 100%;
        text-align: center;
    }

    .productTypeAvailableItemText {
        margin-bottom: 10px;
        font-size: 24px;
        font-weight: 400;
    }

    .productTypeAvailableItem a {
        font-size: 18px;
    }

    .productTypeAvailableTypes {
        padding-top: 20px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .productTypeAvailableType {
        margin-top: 23px;
    }


        .productTypeAvailableType:first-child {
            margin-top: 0px;
        }

    .productTypeInfo {
        padding-left: 0px;
        padding-right: 0px;
    }

        .productTypeInfo h2 {
            width: 100%;
            text-align: center;
        }

        .productTypeInfo p.productTypeDescription {
            width: 100%;
            text-align: center;
        }

        .productTypeDescription, .productBearometer, .productTypeLink, .productTypeInfo h2 {
            padding-left: 15px;
            padding-right: 15px;
        }

    .productTypeLink {
        text-align: center;
    }

    .productTypeSection {
        margin-bottom: 0px;
    }

    .productBuyItNow {
        margin: 0 auto;
        width: 300px;
    }

    .productBuyItNow, .productExtraInfo {
        text-align: left;
    }
    
    .sl_butItNow {
        display: inline-block;
    }

    .btn_buyItNow {
        display: inline-block !important;
    }

    .btn-smartLabel {
        display: inline-block !important;
        margin-top: 20px !important;
    }

    .btn_smart {
        float: none;
    }

    button.buttonShopNow, button.buttonShopNow:hover {
        width: 160px !important;
        height: 33px !important;
        background: url(../images/buttons/whereToBuyOut.png) no-repeat;
        float: right;
    }

    .productButItNow {
        overflow: hidden;
    }

    .select-selected {
        /*background: url(/images/custom-select-size-mobile.png) no-repeat !important;
        font-size: 14px;*/
    }

    .custom-select2 {
        /*width: 160px !important;
        height: 33px !important;*/
    }

    /**** PRODUCT CATEGORY PAGE *****/
    .justify-content-center {
        justify-content: flex-start !important;
    }

    .productCategoryHero {
        /*height: 335px;*/
        overflow: hidden;
        background-size: contain !important;
        padding-left: 0px;
        padding-right: 0px;
    }

        .productCategoryHero img {
            margin: 0px auto;
        }

        .productCategoryHero h1 {
            font-size: 26px;
            /*bottom: 0px;*/
        }

    .productCategoryHeroWrapper {
        background: none;
    }

    .productCategoryDescription {
        width: 95%;
        font-size: 16px;
    }

        .productCategoryDescription h1 {
            font-family: "omnes-pro";
            font-weight: 400;
            font-size: 24px;
            color: #0398e5;
        }

        .productCategoryDescription h2 {
            font-size: 16px;
        }

    /***** PRODUCT TYPE PAGE *****/
    .page-productType .productContentSection {
        margin-top: 40px;
        width: 90%;
    }

    /***** ABOUT US PAGE *****/
    .about-us .imageTextBlocks {
        margin-top: 0px;
    }

    .about-us .imageTextBlock:last-child {
        margin-bottom: 0px;
    }

    .about-us .imageTextBlock .featuredSectionImage img {
        width: 60%;
        height: auto;
    }

    .about-us .imageTextBlockInfo {
        text-align: center;
    }

        .about-us .imageTextBlockInfo h2,
        .about-us .imageTextBlockInfo h3 {
            display: inline-block;
            font-size: 20px;
            margin-top: 20px;
            margin-bottom: 20px;
        }

        .about-us .imageTextBlockInfo p {
            font-size: 16px;
        }


    /***** LAUNDRY TIPS *****/
    .laundry-tips {
        overflow: hidden;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 30px;
    }

        .laundry-tips .productContentSection {
            margin-top: 10px;
            margin-bottom: 10px;
            width: 95%;
        }

            .laundry-tips .productContentSection .textContainer {
                top: -13px;
            }

            .laundry-tips .productContentSection h2 {
                font-size: 22px;
            }

    .innerPageNavigation .innerNavItem {
        display: block;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
    }

        .innerPageNavigation .innerNavItem:last-child {
            margin-bottom: 0px;
        }

        .innerPageNavigation .innerNavItem a {
            font-size: 18px;
        }

    .vertical {
        margin-bottom: 20px;
        overflow: hidden;
    }

        .vertical .expander {
            padding-right: 22px;
        }

        .vertical:last-child {
            margin-bottom: 30px;
        }

        .vertical .imageTextBlockInfo {
            text-align: left;
        }

            .vertical .imageTextBlockInfo h2 {
                margin-top: 0px;
                font-size: 18px;
                margin-bottom: 0px;
            }

            .vertical .imageTextBlockInfo p {
                font-size: 12px;
            }

    .laundry-tip-expanded p {
        margin-top: 0px;
    }

    .horizontal {
        margin-bottom: 20px;
        overflow: hidden;
    }

        .horizontal.row {
            margin-bottom: 0px;
        }

            .horizontal.row:last-child {
                margin-bottom: 30px;
            }



        .horizontal .imageTextBlockInfo {
            text-align: left;
        }

            .horizontal .imageTextBlockInfo h2 {
                margin-top: 0px;
                font-size: 20px;
            }

            .horizontal .imageTextBlockInfo p {
                font-size: 12px;
            }

    .featuredSectionImage {
        padding-left: 15px;
        padding-right: 0px;
    }



    /***** PRODUCT CONTENT SECTION *****/
    .ingredientsSectionHeading {
        width: 100%;
        height: 42px;
        background-size: cover;
        background: url(/images/ingredientsBG-mobile.png) no-repeat;
        background-position-x: 100px;
    }

        .ingredientsSectionHeading h2 {
            margin-left: -15px;
            margin-top: 9px;
        }

            .ingredientsSectionHeading h2 img {
                height: 26px;
                width: auto;
            }

    .ingredients {
        margin-top: 10px;
    }

    .ratingsReviewSectionHeading {
        width: 100%;
        height: 50px;
        background: url(/images/ratingsReviewsBGMobile.png) no-repeat;
        background-size: 100%;
        margin-bottom: 0px !important;
    }

        .ratingsReviewSectionHeading h2 {
            margin-left: 20px;
            margin-top: 2px;
            font-size: 20px;
        }

            .ratingsReviewSectionHeading h2 img {
                height: 20px;
                width: auto;
                right: 10px;
                top: 8px;
            }

    .productHowToUseWrapper img, .productHowToUseWrapper iframe {
        width: 100% !important;
        height: auto !important;
    }

    .pr_review_summary {
        margin-left: 0px;
    }

    .youMayAlsoLike {
        margin-top: 30px !important;
        text-align: center;
        margin-bottom: 50px !important;
    }

        .youMayAlsoLike h2 {
            font-size: 25px !important;
        }

    /*.productBuyItNow {
        margin-bottom: 90px !important;
    }*/

    .bin-list > li {
        width: 50%;
        padding: 0px;
        padding-bottom:20px;
    }

    button.buttonShopNow {
        vertical-align: middle;
        margin-top: 0px;
        margin-left: 0px;
    }

    .bin-list {
        position: relative;
        margin-top: 15px;
    }

    .extraInfoLinks.desktop-only {
        display: none;
    }

    .extraInfoLinks.mobile-only {
        display: inline-block;
    }

    .ps-container.ps-lightbox {
        display: none;
    }

    /*.productImage img {
        margin-top: -30px;
    }*/

    .page-singleProduct .productContent {
        margin-top: 30px;
    }

    .page-singleProduct .productContentSection {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 95%;
    }

        .page-singleProduct .productContentSection .textContainer {
            top: -13px;
        }

        .page-singleProduct .productContentSection h2 {
            font-size: 22px;
        }

    .page-singleProduct .slick-slide img {
        width: auto;
        height: 265px;
    }

    .page-singleProduct .slick-arrow {
        display: block !important;
    }

    .bin_wrapper {
        float: none !important;
        width: 100%;
        min-height:118px;
    }

    .btn_smart {
        float: none !important;
        margin-top: 10px !important;
        display:block;
    }

    .productBuyItNow.mobile-only {
        overflow: hidden;
        text-align: center;
    }

        .productBuyItNow.mobile-only .psWidget {
            display: inline-block;
        }

    h1.productTitle {
        text-align: center;
        font-size: 30px;
        margin-top: 10px;
    }

        h1.productTitle span.productType {
            font-size: 25px;
        }

    .productReview {
        text-align: center;
    }

    .productDescription p {
        font-size: 17px;
        text-align: left;
    }

        .productDescription p ul li {
            font-size: 17px;
        }

    .productContent .productImage.mobile-only img {
        margin-top: -30px;
    }


    /**** BREAD CRUMBS ****/
    .breadcrumbs-block {
        display: none;
    }

    /***** CONTACT US *****/
    .contact-us.container {
        margin-top: 20px;
    }

        .contact-us.container form select {
            padding-left: 3px;
        }

    .mobile-only .col-sm-6:first-child, .mobile-only .col-xs-6:first-child {
        padding-left: 5px;
    }

    .mobile-only .contactInfoText {
        font-size: 14px;
    }

    .mobile-only .contactInfoBox b {
        font-size: 21px;
    }

    .mobile-only .col-sm-6:last-child, .mobile-only .col-xs-6:last-child {
        padding-right: 5px;
    }

    .singleStaticText h1 {
        font-size: 35px;
    }

    .singleStaticText p {
        font-size: 15px;
    }

    .singleStaticText h2 {
        font-size: 20px;
    }

    .page-homePage .featuredSection:first-child img {
        content: url(/images/mobile/browseByFormAntiSweatMobile.jpg);
    }

    .page-homePage .featuredSection:last-child img {
        content: url(/images/mobile/browseByFormAntiStainMobile.jpg);
    }

    .pr_review_summary header {
        position: relative;
        z-index: 1;
    }

    .productDetail {
        max-width: 90%;
        margin: 0px auto;
    }

    .productTitle {
        margin-bottom: 15px;
    }

    .productTagline {
        font-size: 19px;
        text-align: center;
        margin-top: 15px;
    }

    .pr-snippet-read-and-write {
        margin-top: 0px !important;
        float: right;
    }

    .p-w-r .pr-snippet-stars-reco-inline .pr-snippet-read-and-write a, .p-w-r .pr-snippet-stars-reco-inline .pr-snippet-read-and-write span {
        font-size: 14px !important;
    }

    .spinner {
        margin-top: 50px !important;
        margin-bottom: 50px;
    }


    #myBtn {
        display: none; /* Hidden by default */
        position: fixed;
        bottom: 15%;
        right: 15px;
        z-index: 99;
        border: none;
        outline: none;
        background-color: #21afdf;
        color: white;
        cursor: pointer;
        padding: 5px 15px;
        border-radius: 10px;
        font-size: 34px;
        opacity: 0.6;
    }


    .pr-snippet-rating-decimal {
        display: none !important;
    }

    .coupon h2 {
        font-family: 'Roboto Slab', serif;
        font-size: 45px;
        font-weight: 700;
        color: #14a6d8;
        text-align:center;
    }

    .coupon p {
        font-family: 'Roboto Slab', serif;
        font-size: 25px;
        font-weight: 400;
        text-align:center;
        color: #666666;
    }

    .btnGetCoupon_ShowForm {
        display:block !important;
        margin:0px auto;
    }

    .coupon {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .coupon img {
        width:70%;
        height: auto;
    }
}

@media only screen and (max-width: 768px) and (min-width:767px) {
    .advertisementInfo {
        left: 72px;
    }

    .hero-image a {
        bottom: 86px;
        left: 88px;
    }

    .productCategoryHero {
        background-size: cover !important;
    }

    .productDetail {
        width: 100% !important;
    }
}

@media only screen and (max-width: 768px) and (orientation:landscape) {
    .advertisementInfo {
        left: 72px;
    }

    .productCategoryHero {
        background-size: cover !important;
    }
}

@media only screen and (max-width:1024px) and (orientation:landscape) {
    .advertisementInfo {
        top: -12px;
    }
}
