body {
    font-family: "Gotham Rounded A", "Gotham Rounded B";
    outline: none;
}

    body.menuHoverd {
        background: #00205B;
    }

/* globals  */

.initial {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.clearfix {
    clear: both;
}

.paddingCustom {
    padding: 0 30px;
}

.noPadding {
    padding: 0;
}

.noSpace {
    margin-bottom: 0 !important;
}

.shaded {
    background: #F3F3F3;
    width: 95%;
}

.detail-wrapper.flushabilityMigration-wrapper .hoverState {
    color: #fff;
    border-color: #fff;
    background-color: #00205B;
}

    .detail-wrapper.flushabilityMigration-wrapper .hoverState:before {
        top: -6px;
        right: -6px;
        bottom: -6px;
        left: -6px;
        content: "";
    }
@media (min-width: 1200px) {
    .container {
        width: 74.06em; /*1185px*/
    }
}

@media (min-width: 767px) {
    .row.row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width:100%;
    }

        .row.row-eq-height > [class*='col-'] {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
}


.content-wrapper {
    background: #fff;
    display: block;
    width: 100%;
    margin: 0;
    padding-top: 210px;
    transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    -ms-transition-transition: all 200ms ease-in;
    -moz-transitiontransition: all 200ms ease-in;
    overflow: hidden;
}

body.menuHoverd .content-wrapper {
    transition: all 200ms ease-in;
    transform: scale(0.9,.95);
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(0.9,.95);
    -ms-transition-transition: all 200ms ease-in;
    -ms-transition-transform: scale(0.9,.95);
    -moz-transitiontransition: all 200ms ease-in;
    -moz-transitiontransform: scale(0.9,.95);
}

    body.menuHoverd .content-wrapper:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 3;
        background: rgba(255,255,255, .5);
    }
/* Globals End */

/* Header start */
.header-wrapper {
    background: #fff;
    float: left;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11;
}

.header .kleenex {
    max-width: 50px;
}

.header .kotex {
    max-width: 20px;
}

.header .huggies {
    max-width: 50px;
}

.header .viva {
    max-width: 30px;
}

.header .scott {
    max-width: 30px;
}

.navbar-brand > img {
    display: inline-block;
    width: 224px;
}

.nav > li.dropdown.open {
    position: static;
}

    .nav > li.dropdown.open .dropdown-menu {
        padding-top: 0;
        padding-bottom: 0;
        display: table;
        border-radius: 0px;
        width: 100%;
        text-align: center;
        left: 0;
        right: 0;
    }

.nav .dropdown-menu > li {
    display: table-cell;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
}

@media (max-width: 990px) {

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
        background: #fff;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .navbar-header .cancelMenu {
        color: #001F5B;
        font-size: 30px;
        font-weight: 400;
        position: relative;
        top: -5px;
        left: 5px;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
        max-height: 600px;
    }

    .content-wrapper {
        padding-top: 10px;
    }

    .nav.navbar-nav > li.dropdown.open.first .dropdown-menu,
    .nav.navbar-nav > li.dropdown.open.second .dropdown-menu {
        display: none;
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .controls {
            z-index: 0 !important;
        }
    }

    .skyblue .smallHead {
        color: #098BDE;
    }

    .skyblue .bigHead {
        color: #098BDE;
        margin: 0;
    }

    .magenta .smallHead {
        color: #904799;
    }

    .magenta .bigHead {
        color: #904799;
        margin: 0;
    }

    .green .smallHead {
        color: #00B550;
    }

    .green .bigHead {
        color: #00B550;
        margin: 0;
    }

    .skyblueLight .smallHead {
        color: #32C4F1;
    }

    .skyblueLight .bigHead {
        color: #32C4F1;
        margin: 0;
    }



    .navbar-nav > li.mob-dropdown img {
        margin-left: 10px;
    }

    .navbar-nav > li > .dropdown-menu.language img {
        margin-left: 10px;
        float: right;
        margin-top: 3px;
        margin-right: 88%;
    }

    .productDesc-wrapper .productDetail .ratings button.bv-write-review  {
        display:none !important;
    }

}

@media (min-width: 991px) {
    .navbar-brand {
        padding: 25px 0 0 0;
    }

    .navbar-default .navbar-nav > li > a {
        color: #00205b;
        padding: 68px 0 50px 0;
    }

    .nav.navbar-nav.navbar-left > li:first-child {
        margin-right: 50px;
    }

    .nav.navbar-nav.navbar-right > li:last-child {
        margin-left: 120px;
    }

    .navbar-default .navbar-nav > li a:hover {
        font-weight: 500;
    }

    .navbar-default .navbar-nav > li.open > a {
        font-weight: 500;
    }

    .nav.navbar-nav {
        text-align: center;
    }

        .nav.navbar-nav.navbar-right {
            margin-right: 0;
        }

        .nav.navbar-nav .dropdown-menu li {
            display: inline-block;
            min-width: 195px;
            height: auto;
            width: 192px;
            margin: 0;
            padding: 50px 6px;
            line-height: 1;
        }

            .nav.navbar-nav .dropdown-menu li:hover {
                background: #F5F5F5;
            }

            /* menu item  desktop */

            .nav.navbar-nav .dropdown-menu li .imageWrap {
                margin-bottom: 6px;
                height: 81px;
                position: relative;
            }

                .nav.navbar-nav .dropdown-menu li .imageWrap img {
                    max-height: 85px;
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    margin: auto;
                    max-width: 130px;
                }

    .skyblue .smallHead {
        color: #098BDE;
    }

    .skyblue .bigHead {
        color: #098BDE;
        margin: 0;
    }

    .magenta .smallHead {
        color: #904799;
    }

    .magenta .bigHead {
        color: #904799;
        margin: 0;
    }

    .green .smallHead {
        color: #00B550;
    }

    .green .bigHead {
        color: #00B550;
        margin: 0;
    }

    .skyblueLight .smallHead {
        color: #32C4F1;
    }

    .skyblueLight .bigHead {
        color: #32C4F1;
        margin: 0;
    }


    .nav.navbar-nav .dropdown-menu li .smallHead {
        width: 100%;
        display: inline-block;
        font-size: 12px;
        font-weight: 400;
        line-height: 13px;
        text-align: center;
        margin: 4px 0;
    }

    .nav.navbar-nav .dropdown-menu li .bigHead {
        width: 100%;
        display: inline-block;
        font-size: 16px;
        font-weight: 400;
        line-height: 19px;
        text-align: center;
        margin: 0;
    }

    .nav.navbar-nav .dropdown-menu li .learnmore {
        margin-top: 22px;
    }

    .nav.navbar-nav .second .dropdown-menu li {
        padding: 40px 6px;
    }

        .nav.navbar-nav .second .dropdown-menu li .bigHead {
            min-height: 40px;
            display: inline-block;
        }

        .nav.navbar-nav .second .dropdown-menu li .img {
            height: 142px;
        }

        .nav.navbar-nav .second .dropdown-menu li .imageWrap {
            height: 138px;
        }

            .nav.navbar-nav .second .dropdown-menu li .imageWrap img {
                max-height: 138px;
            }

        .nav.navbar-nav .second .dropdown-menu li .learnmore {
            margin-top: 14px;
        }
    /* menu item desktop end */

}

@media (min-width: 1199px) {
    .nav.navbar-nav.navbar-left > li:first-child {
        margin-right: 70px;
    }

    .nav.navbar-nav.navbar-right > li:last-child {
        margin-left: 140px;
    }
}

.navbar-brand {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    margin: auto;
}

.navbar-toggle {
    z-index: 3;
}

header.header {
    background: #00205B;
}

    header.header p {
        color: #fff;
        margin: 4px 16px 0 0;
        font-size: 12px;
        font-weight: 300;
    }

    header.header .partner-logo a {
        margin-right: 8px;
    }

        header.header .partner-logo a:hover img {
            transform: scale(1.1);
        }

    header.header .header-signin .countryDropdown.open > a {
        font-weight: 500;
    }


    header.header .header-brand {
        padding: 9px 0;
    }

    header.header .header-signin a {
        padding: 10px 0;
        color: #fff;
        margin: 4px 4px 0 0;
        font-size: 12px;
        font-weight: 300;
        display: inline-block;
    }

        header.header .header-signin a:hover {
            font-weight: 500;
        }

    header.header .header-signin p {
        display: inline-block;
        margin: 0;
    }

        header.header .header-signin p:first-child a:first-child {
            margin-right: 0;
        }

        header.header .header-signin p:first-child a:last-child {
            margin-left: -3px;
        }

    header.header .header-signin .searchBar {
        width: auto;
        display: inline-block;
        margin-left: 20px;
    }

    header.header .header-signin .countryDropdown.open > a {
        font-weight: 500;
    }

    header.header .header-signin .countryDropdown .dropdown-menu {
        top: 25px;
        min-width: 100px;
        left: -10px;
    }

        header.header .header-signin .countryDropdown .dropdown-menu > li > a {
            margin-right: 0;
            padding: 3px 8px;
            font-weight: 400;
            color: #00205b;
            display: block;
        }

            header.header .header-signin .countryDropdown .dropdown-menu > li > a img {
                margin-left: 4px;
                float: right;
            }

    header.header .header-signin .countryDropdown .dropdown-toggle img {
        margin-left: 10px;
    }

    header.header .header-signin .loginDropdown.open > a {
        font-weight: 500;
    }

    header.header .header-signin .loginDropdown {
        display: inline-block;
    }

        header.header .header-signin .loginDropdown .dropdown-menu {
            min-width: 100px;
            left: -10px;
            top: 37px;
        }

            header.header .header-signin .loginDropdown .dropdown-menu > li {
                text-align: center;
            }

                header.header .header-signin .loginDropdown .dropdown-menu > li > a {
                    padding: 3px 8px;
                    font-weight: 400;
                    color: #00205b;
                }

/* search bar*/
.input-holder {
    display: inline-block;
}

.search-wrapper .search-input {
    height: 26px;
    width: 202px;
    border-radius: 52.97px;
    background-color: #FFF;
    outline: 0;
    padding: 4px 30px 4px 10px;
    font-size: 12px;
    font-style: initial;
    color: #000;
    border: 1px;
    display: none;
    margin: -2px 0;
}

    .search-wrapper .search-input::-webkit-input-placeholder {
        font-style: italic;
        color: #646464;
        font-size: 12px;
        font-style: italic;
        font-weight: 300;
        line-height: 14px;
    }

    .search-wrapper .search-input:-moz-placeholder {
        font-style: italic;
        color: #646464;
        font-size: 12px;
        font-style: italic;
        font-weight: 300;
        line-height: 14px;
    }

    .search-wrapper .search-input::-moz-placeholder {
        font-style: italic;
        color: #646464;
        font-size: 12px;
        font-style: italic;
        font-weight: 300;
        line-height: 14px;
    }

    .search-wrapper .search-input:-ms-input-placeholder {
        font-style: italic;
        color: #646464;
        font-size: 12px;
        font-style: italic;
        font-weight: 300;
        line-height: 14px;
    }

.search-wrapper .x {
    outline: 0;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    display: none;
    cursor: pointer;
}

.search-wrapper .search-icon {
    background: none;
    border: none;
    outline: 0;
}

    .search-wrapper .search-icon .blue {
        display: none;
    }

    .search-wrapper .search-icon .white {
        display: inline-block;
    }

.search-wrapper.active .search-icon .blue {
    display: inline-block;
    max-width: 16px;
}

.search-wrapper.active .search-icon .white {
    display: none;
}

.search-wrapper.active .x {
    display: inline-block;
    margin: 0 0 0 4px;
    float: right;
}

.search-wrapper.active .search-input {
    display: inline-block;
}

    .search-wrapper.active .search-input::placeholder,
    .search-wrapper.active .search-input::-webkit-input-placeholder,
    .search-wrapper.active .search-input::-ms-input-placeholder,
    .search-wrapper.active .search-input::-moz-placeholder {
        color: #646464;
        font-size: 12px;
        font-style: italic;
        font-weight: 300;
        line-height: 14px;
    }

.search-wrapper.active .search-icon {
    margin-left: -36px;
}
/* search bar end*/


/******************************** header tablet and mobile CSS starts here ****************************************/
@media screen and (max-width: 990px) {
    .nav .dropdown-menu > li {
        display: block;
    }
    /*CSS for Mobile and Tablet header starts*/
    .navbar-header {
        padding-bottom: 20px;
    }

        .navbar-header .search-icon {
            z-index: 1;
            position: relative;
            top: 15px;
            right: 28px;
            float: right;
            background: none;
            border: none;
            outline: 0;
        }

    .navbar-toggle {
        float: left;
    }

    .navbar-brand > img {
        width: 120px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #00205B;
    }

    .navbar-toggle .icon-bar {
        width: 33px;
        height: 3px;
    }

    .navbar-collapse {
        border-top: 0.5px solid #979797;
    }

    .navbar-nav {
        margin: 0 -6px;
    }

        .navbar-nav > li {
            border-bottom: 1px solid rgba(0,0,0,0.1);
        }

            .navbar-nav > li > a {
                font-size: 18px;
                padding-top: 17px;
                padding-bottom: 17px;
                padding-left: 36px;
            }

                .navbar-nav > li > a.signInReg {
                    display: inline-block;
                }

                    .navbar-nav > li > a.signInReg:first-child {
                        padding-right: 0;
                    }

                    .navbar-nav > li > a.signInReg:last-child {
                        padding-left: 0;
                    }

            .navbar-nav > li.open > a {
                font-weight: 500;
            }

        .navbar-nav .open .dropdown-menu.logged-in-view, .navbar-nav .open .dropdown-menu.language {
            height: 74px;
            box-shadow: 0 2px 4px 0 rgba(0,0,0,0.34);
            width: 85%;
            margin: 0 auto;
            margin-bottom: 25px;
        }

            .nav .dropdown-menu.logged-in-view > li, .navbar-nav .open .dropdown-menu.language > li {
                height: 37px;
            }

            .navbar-nav .open .dropdown-menu.logged-in-view a, .navbar-nav .open .dropdown-menu.language a {
                font-size: 12px;
            }

        .navbar-nav .open .dropdown-menu.products {
            display: none !important;
        }

    .navbar .search-wrapper {
        height: 74px;
        background-color: #00205B;
        margin-right: -7px;
        margin-left: -7px;
    }

    .search-wrapper .search-input {
        display: block;
        height: 31px;
        width: 269px;
        border-radius: 63.57px;
    }

    .search-wrapper .input-holder {
        display: table;
        margin: 0 auto;
        padding-top: 21px;
    }

    .search-icon .cancel-search {
        color: #001F5B;
        font-size: 30px;
        font-weight: 400;
    }

    .arrow {
        color: #001F5B;
        float: right;
        font-size: 26px;
        line-height: 20px;
        padding-right: 5px;
    }

    .search-wrapper .search-icon {
        display: block;
        position: relative;
        top: -26px;
        left: 210px;
    }

        .search-wrapper .search-icon img {
            max-width: 24px;
        }
}

@media (min-width: 990px) {
    .navbar-fixed-top {
        position: relative;
        top: auto;
        z-index: 2;
        margin-bottom: 10px;
    }

    .navbar-collapse {
        max-height: none;
    }

    body {
        margin: 0;
    }
}
/* Header end */

/*CSS for Mobile starts*/
@media (max-width: 767px) {
    .navbar-nav > li > .dropdown-menu.language img {
        margin-left: 10px;
        float: right;
        margin-top: 3px;
        margin-right: 68%;
    }

    .navbar-toggle {
        padding-top: 15px;
        padding-left: 23px;
    }

    .navbar-header .search-icon {
        top: 20px;
        right: 10px;
    }

        .navbar-header .search-icon img {
            width: 50%;
        }

    .search-icon .cancel-search {
        position: absolute;
        top: -8px;
        right: 18px;
    }
}

/*CSS for Tablet view starts here*/
@media (min-width: 768px) and (max-width: 991px) {
    .navbar .navbar-collapse {
        margin: 0 -24px;
    }

    .navbar-nav > li > a {
        padding-left: 32px;
        padding-top: 26px;
    }

    .navbar .search-wrapper {
        margin: 0 -24px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #00205b;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
    }

        .navbar-nav .open .dropdown-menu.logged-in-view, .navbar-nav .open .dropdown-menu.language {
            width: 94%;
        }

            .navbar-nav .open .dropdown-menu.logged-in-view a, .navbar-nav .open .dropdown-menu.language a {
                padding-left: 16px;
            }

    .search-wrapper .search-input {
        width: 400px;
    }

    .search-wrapper .search-icon .blue {
        display: block;
        position: relative;
        top: -25px;
        right: -355px;
    }

    .search-wrapper .search-icon {
        left: 345px;
    }

    .navbar-toggle {
        margin-top: 26px;
    }

    .navbar-header .search-icon {
        top: 30px;
    }

        .navbar-header .search-icon img {
            width: 46%;
        }

    .search-icon .cancel-search {
        position: absolute;
        top: -7px;
        right: 20px;
    }
}


/********************************** header tablet and mobile CSS ends here ********************************************/



/* Header end */



/* global button */
.btn {
    display: inline-block;
    position: relative;
    transform: translateZ(0);
    margin: .4em;
    padding: 6px 34px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .5px;
    outline: 0;
}

.content-wrapper .btn {
    padding: 8.5px 34px;
    font-size: 16px;
}

.btn:before {
    content: '';
    position: absolute;
    border-radius: 25px;
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
    transition-duration: .3s;
    transition-property: top right bottom left;
}

.btn:hover {
    font-weight: 500 !important;
}

    .btn:hover:before, .btn.hovered:before {
        top: -6px;
        right: -6px;
        bottom: -6px;
        left: -6px;
    }

/* skyblue button */
.btn-primary {
    box-shadow: 0 0 1px#00205B;
    -webkit-tap-highlight-color: #00205B;
    background-color: #00205B;
    border: 4px solid #00205B;
}

    .btn-primary:before {
        border: #00205B solid 3px;
    }

    .btn-primary:hover, .btn-primary.hovered {
        border-color: #fff;
        background-color: #00205B;
    }

    .btn-primary:active, .btn-primary:hover, .btn-primary:focus, .btn-primary:active:hover,
    .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover,
    .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus,
    .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
        background-color: #00205B;
        outline: 0;
    }
/*skyblue button*/
.skyblue .btn-primary {
    box-shadow: 0 0 1px#009BDE;
    -webkit-tap-highlight-color: #009BDE;
    background-color: #009BDE;
    border: 4px solid #009BDE;
}

    .skyblue .btn-primary:before {
        border: #009BDE solid 3px;
    }

    .skyblue .btn-primary:hover, .skyblue .btn-primary.hovered {
        border-color: #fff;
        background-color: #009BDE;
    }
/* magenta button */
.magenta .btn-primary {
    box-shadow: 0 0 1px#904799;
    -webkit-tap-highlight-color: #904799;
    background-color: #904799;
    border: 4px solid #904799;
}

    .magenta .btn-primary:before {
        border: #904799 solid 3px;
    }

    .magenta .btn-primary:hover, .magenta .btn-primary.hovered {
        border-color: #fff;
        background-color: #904799;
    }

/*  green button */
.green .btn-primary {
    box-shadow: 0 0 1px#00B550;
    -webkit-tap-highlight-color: #00B550;
    background-color: #00B550;
    border: 4px solid #00B550;
}

    .green .btn-primary:before {
        border: #00B550 solid 3px;
    }

    .green .btn-primary:hover, .green .btn-primary.hovered {
        border-color: #fff;
        background-color: #00B550;
    }

/* light sky bule */
.skyblueLight .btn-primary {
    box-shadow: 0 0 1px #32C4F1;
    -webkit-tap-highlight-color: #32C4F1;
    background-color: #32C4F1;
    border: 4px solid #32C4F1;
}

    .skyblueLight .btn-primary:before {
        border: #32C4F1 solid 3px;
    }

    .skyblueLight .btn-primary:hover, .skyblueLight .btn-primary.hovered {
        border-color: #fff;
        background-color: #32C4F1;
    }

@media screen and (max-width: 990px) {
    .btn-primary:active, .btn-primary:hover, .btn-primary:focus, .btn-primary:active:hover,
    .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover,
    .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus,
    .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
        border-color: #fff;
        background-color: #00205B;
    }

    .btn {
        border-color: #fff;
        background-color: #00205B;
    }

        .btn:before {
            top: -6px;
            right: -6px;
            bottom: -6px;
            left: -6px;
        }

    .btn-primary {
        border-color: #fff;
        background-color: #00205B;
    }

    .skyblue .btn-primary {
        border-color: #fff;
        background-color: #009BDE;
    }

    .magenta .btn-primary {
        border-color: #fff;
        background-color: #904799;
    }

    .green .btn-primary {
        border-color: #fff;
        background-color: #00B550;
    }

    .skyblueLight .btn-primary {
        border-color: #fff;
        background-color: #32C4F1;
    }
}

/* global button end */


/*footer css starts*/
.footer-wrapper {
    padding-bottom: 30px;
}

.footer .footer-img {
    padding-bottom: 100px;
    width: 100%;
}

.footer .footer-nav ul {
    padding: 0;
}

    .footer .footer-nav ul li {
        list-style: none;
        padding-bottom: 20px;
    }

        .footer .footer-nav ul li a {
            color: #00205B;
            font-weight: 400;
            font-size: 15px;
        }

.footer .footer-social .terms-conditions {
    color: #737373;
    font-size: 12px;
    line-height: 17px;
    font-weight: 300;
}

.footer .footer-nav ul li a:hover {
    transform: scale(1.3);
}

.footer .footer-social .terms-conditions a {
    color: #737373;
    text-decoration: underline;
}

.footer .footer-social .terms-conditions p {
    margin-bottom: 0;
}

.footer .footer-social .social-links {
    padding-bottom: 32px;
}

    .footer .footer-social .social-links img {
        max-width: 30px;
        margin-left: 15px;
        display: inline-block;
    }

        .footer .footer-social .social-links img:hover {
            transform: scale(1.1);
        }

.footer .kc-family p {
    font-size: 12px;
    color: #00205B;
    text-align: center;
}

.footer .kc-family {
    padding-top: 10px;
}

    .footer .kc-family img {
        padding-right: 7px;
    }

    .footer .kc-family .brands {
        text-align: center;
    }

.footer .footer-nav ul li a:hover {
    font-weight: bold;
}

.footer .kleenex {
    max-width: 93px;
}

.footer .kotex {
    max-width: 39px;
}

.footer .huggies {
    max-width: 95px;
}

.footer .viva {
    max-width: 61px;
}

.footer .scott {
    max-width: 61px;
}

ul#footerScene {
    padding-top: 20px;
    padding-left: 0;
}

ul#footerSceneHome {
    padding-top: 0;
    padding-left: 0;
    margin-top: -40px;
}

    ul#footerSceneHome li.layer {
        width: 100%;
    }

ul#footerScene li.layer {
    width: 100%;
}


@media (max-width: 767px) {

   .footer .kleenex {
        max-width: 50px;
    }

    .footer .kotex {
        max-width: 20px;
    }

    .footer .huggies {
        max-width: 50px;
    }

    .footer .viva {
        max-width: 30px;
    }

    .footer .scott {
        max-width: 32px;
    }
    .footer .footer-nav, .footer .footer-social {
        padding: 0 44px;
    }

    .footer .footer-nav {
        text-align: center;
    }

        .footer .footer-nav ul li {
            display: inline-block;
            text-align: center;
            padding-left: 30px;
        }

            .footer .footer-nav ul li a {
                font-size: 12px;
            }

    .footer .footer-img {
        padding-bottom: 60px;
    }

    .footer .footer-nav li:first-child {
        padding-left: 0;
    }

    .footer .footer-social .social-links {
        text-align: center;
        padding-bottom: 20px;
    }

        .footer .footer-social .social-links img {
            max-width: 27px;
            margin-left: 10px;
            display: inline-block;
        }

    .footer .footer-social .terms-conditions {
        text-align: center;
        font-size: 10px;
        line-height: 14px;
    }

    .footer .kc-family p {
        font-size: 12px;
        color: #00205B;
        text-align: center;
    }

    .footer .kc-family {
        padding-top: 45px;
    }

        .footer .kc-family img {
            padding-right: 7px;
        }

        .footer .kc-family .brands {
            text-align: center;
        }

    .footer-wrapper {
        padding-bottom: 60px;
    }

    ul#footerScene {
        padding-top: 65%;
    }

        ul#footerScene li.layer {
            width: 120%;
            left: -12% !important;
            right: -8% !important;
            /*right: 0% !important;*/
            /* top: -100% !important;*/
        }

    ul#footerSceneHome {
        padding-top: 14%;
        margin-top: -40px;
    }

        ul#footerSceneHome li.layer {
            width: 180%;
            left: -20% !important;
            right: 0% !important;
            top: -100% !important;
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    ul#footerScene {
        padding-top: 35%;
    }

        ul#footerScene li.layer {
            width: 120%;
            left: -10% !important;
            /*right: 0% !important;
            top: -60% !important;*/
        }

    ul#footerSceneHome {
        padding-top: 17%;
        margin-top: -140px;
        z-index: -1;
    }

        ul#footerSceneHome li.layer {
            width: 150%;
            left: -10% !important;
            right: 0% !important;
            top: -60% !important;
        }
}
/*footer css ends*/


@media (min-width: 992px) and (max-width: 1199px) {
    .content-wrapper {
        padding-top: 200px;
    }

    ul#footerScene {
        padding-top: 28%;
        padding-bottom: 20px;
    }

        ul#footerScene li.layer, ul#footerSceneHome li.layer {
            width: 126%;
            left: -10% !important;
            right: -10% !important;
        }

    ul#footerSceneHome {
        margin-top: 35px;
        z-index: -1;
    }
}

/**********************************************CSS for Congrats Page starts**********************************************************/
.detail-wrapper.congrats-wrapper {
    background: none;
    padding-top: 35px;
}

.detail-wrapper .subheading {
    font-size: 30px;
    font-weight: 300;
    color: #009BDE;
}

.detail-wrapper.congrats-wrapper .section-heading {
    margin-bottom: 15px;
}

.congrats-wrapper .subheading {
    margin: 0;
    padding-bottom: 30px;
}

.detail-wrapper.congrats-wrapper p a {
    color: #009BDE;
}

/*CSS for Tablet view starts here*/
@media (min-width: 768px) and (max-width: 991px) {
    .detail-wrapper.congrats-wrapper {
        padding-top: 30px;
    }

    .detail-wrapper .subheading {
        font-size: 28px;
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .detail-wrapper.congrats-wrapper {
        padding: 20px 0 30px 0;
        width: 80%;
        margin: 0 auto;
    }

    .detail-wrapper .subheading {
        font-size: 28px;
    }
}
/**********************************************CSS for Congrats Page ends************************************************************/



/**********************************************CSS for Product Landing Page starts**********************************************************/
.detail-wrapper.product-wrapper {
    background: none;
    margin-bottom: -200px;
}

    .detail-wrapper.product-wrapper .section-heading {
        margin-bottom: 75px;
    }

.product-wrapper .product {
    padding-bottom: 100px;
}

    .product-wrapper .product .smallHead {
        font-size: 15px;
    }

        .product-wrapper .product .smallHead.replace-rate {
            margin: 15px 0 0 0;
        }

        .product-wrapper .product .smallHead.replace-desc {
            margin: 0 0 49px 0;
        }

    .product-wrapper .product .bigHead {
        font-size: 25px;
        font-weight: 300;
    }

    .product-wrapper .product .rating {
        display: none;
        margin: 0 0 18px 0;
        cursor: pointer;
    }

        .product-wrapper .product .rating .bv_stars .bv_stars__top {
            color: #FFC026 !important;
        }

        .product-wrapper .product .rating [data-bv-rating] {
            text-align: center !important;
        }

        .product-wrapper .product .rating [data-bv-show="inline_rating"] [path], .product-wrapper .product .rating [data-bv-show="inline_rating"] polygon {
            font-size: 18px !important;
            fill: #FFC026 !important;
        }

.product-wrapper [data-bv-show="inline_rating"] path, .product-wrapper [data-bv-show="inline_rating"] polygon {
    cursor: pointer !important;
}

.product-wrapper .product .rating [data-bv-rating] .bv_main_container .bv_stars_component_container .bv_stars_svg_no_wrap svg [path] {
    font-size: 18px !important;
    color: #FFC026 !important;
}

.product-wrapper .product .rating [data-bv-rating] .bv_main_container .bv_stars_component_container .bv_stars_button_container.bv_hover {
    padding: 4px 0 !important;
}

.product-wrapper .product .rating .bv_averageRating_component_container,
.product-wrapper .product .rating .bv_text,
.product-wrapper .product .rating .bv_numReviews_component_container {
    display: none !important;
}

.product-wrapper .product .desc {
    min-height: 75px;
    font-size: 14px;
    color: #737373;
    line-height: 18px;
    width: 80%;
    margin: 0 auto;
    font-weight: 300;
    padding-bottom: 10px;
    padding-top: 10px;
}

.product-wrapper .product .textWrap {
    min-height: 160px;
}

    .product-wrapper .product .textWrap .btn {
        font-size: 16px;
        padding: 8px 48px;
    }

.product-wrapper .product .imageWrap {
    position: relative;
    height: 155px;
}

    .product-wrapper .product .imageWrap img {
        max-height: 155px;
        width: 210px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

.product-wrapper .product .replace-desc {
    display: block;
}

.product-wrapper .product .desc {
    display: none;
}


@media (min-width: 990px) {
    .product-wrapper .product:hover .replace-desc {
        display: none;
    }

    .product-wrapper .product:hover .desc {
        display: block;
    }

    .product-wrapper .product:hover .replace-rate {
        display: none;
    }

    .product-wrapper .product:hover .rating {
        display: block;
    }

    .product-wrapper .product:hover .btn:before {
        top: -6px;
        right: -6px;
        bottom: -6px;
        left: -6px;
    }
    /* skyblue button */
    .product-wrapper .product:hover .btn-primary {
        border-color: #fff;
        background-color: #098BDE;
    }
    /* magenta button */
    .product-wrapper .magenta.product:hover .btn-primary {
        border-color: #fff;
        background-color: #904799;
    }
    /*  green button */
    .product-wrapper .green.product:hover .btn-primary {
        border-color: #fff;
        background-color: #00B550;
    }
    /* light sky bule */
    .product-wrapper .skyblueLight.product:hover .btn-primary {
        border-color: #fff;
        background-color: #32C4F1;
    }


    /*$(this).find(".replace-desc").toggleClass("hidden");
         $(this).find(".desc").toggleClass("hidden");
         $(this).find(".btn.btn-primary").toggleClass("hovered");*/
}

@media (max-width: 767px) {
    .detail-wrapper.product-wrapper {
        padding-bottom: 70px;
        margin-bottom: -120px;
    }

        .detail-wrapper.product-wrapper .section-heading {
            margin-bottom: 50px;
        }

    .product-wrapper .product .bigHead {
        margin: 0;
    }

    .product-wrapper .product .desc {
        display: block;
    }

    .product-wrapper .product .rating {
        display: block;
        margin-top: 2px;
        margin-bottom: 15px;
    }

    .product-wrapper .product .smallHead.replace-desc {
        margin-bottom: 0;
    }

    .product-wrapper .product {
        padding-bottom: 90px;
    }

        .product-wrapper .product.last {
            padding-bottom: 0;
        }

        .product-wrapper .product .smallHead.replace-rate {
            margin-top: 15px;
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    .detail-wrapper.product-wrapper {
        margin-bottom: -70px;
    }

        .detail-wrapper.product-wrapper .section-heading {
            margin-bottom: 50px;
        }

    .product-wrapper .product .bigHead {
        font-size: 23px;
    }

    .product-wrapper .product .desc {
        display: block;
    }

    .product-wrapper .product .rating {
        display: block;
        margin-top: 2px;
        margin-bottom: 15px;
    }

    .product-wrapper .product .smallHead.replace-rate {
        margin-top: 15px;
    }

    .product-wrapper .product .desc {
        width: 100%;
    }

    .product-wrapper .product .smallHead.replace-desc {
        margin: 0 0 10px 0;
    }

    .product-wrapper .product {
        padding-bottom: 90px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .product-wrapper .product .desc {
        width: 100%;
    }
}
/**********************************************CSS for Product Landing Page ends************************************************************/



/**********************************************CSS for Product Description Page starts*****************************************************/
.detail-wrapper.productDesc-wrapper {
    background: none;
}

    .detail-wrapper.productDesc-wrapper span {
        display: inline-block;
        padding-right: 15px;
    }

.productDesc-wrapper .productDetail {
    margin-left: 50px;
}

.productDesc-wrapper .ratings {
    padding-bottom: 30px;
}

.productDesc-wrapper .review {
    color: #737373;
    font-size: 15px;
}

.productDesc-wrapper .ratings a {
    color: #098BDE;
    font-size: 15px;
    text-decoration: underline;
}

.productDesc-wrapper .productDetail .ratings button.bv-write-review,
.productDesc-wrapper .productDetail .ratings button.bv-write-review:hover,
.productDesc-wrapper .productDetail .ratings button.bv-write-review:focus,
.productDesc-wrapper .productDetail .ratings button.bv-write-review:active {
    color: #098BDE !important;
    font-size: 15px !important;
    text-decoration: underline !important;
    position: absolute !important;
    top: 152px !important;
    right: 200px !important;
    border: none !important;
    font-weight: normal !important;
    text-transform: none !important;
    padding: 0 !important;
    background: #fff !important;
    font-family: "Gotham Rounded A", "Gotham Rounded B" !important;
}

.productDesc-wrapper .description {
    width: 84%;
}

.productDesc-wrapper .page-links {
    padding-bottom: 70px;
    padding-top: 150px;
}



    .productDesc-wrapper .page-links span {
        font-size: 20px;
        color: #7E7E7E;
        padding-top: 20px;
        font-weight: 500;
    }

.productDesc-wrapper .heroImage div img {
    margin: 0 auto;
}

.productDesc-wrapper .heroCarousel div img {
    width: 88px;
    height: 88px;
    margin: 0 auto;
}

.productDesc-wrapper .videoReviewSlider img {
    margin: 0 auto;
}

.productDesc-wrapper .videoReviewSlider .slick-prev {
    background-image: url(../images/productDesc/slickPrev.png);
    background-repeat: no-repeat;
    font-family: none;
    color: transparent;
    opacity: 1;
}

.productDesc-wrapper .videoReviewSlider .slick-next {
    background-image: url(../images/productDesc/slickNext.png);
    background-repeat: no-repeat;
    font-family: none;
    color: transparent;
    opacity: 1;
}

.productDesc-wrapper .videoReviewHeading, .productDesc-wrapper .pickRollHeading {
    color: #098BDE;
    font-size: 30px;
    padding-bottom: 30px;
}

.slick-next:before, .slick-prev:before {
    content: '';
}

.productDesc-wrapper .pack .selecter {
    max-width: 90%;
}

.productDesc-wrapper .pack .selecter-selected {
    width: 520px;
    text-align: left;
    font-size: 16px;
    color: #7E7E7E;
    border: 1px solid #979797;
}

.productDesc-wrapper .pack .selecter-item {
    text-align: left;
    border: none;
    font-size: 16px;
    color: #7E7E7E;
}

    .productDesc-wrapper .pack .selecter-item.selected {
        background: #fff;
        color: #2297E2;
        font-weight: bold;
    }

.productDesc-wrapper .pack .selecter-options {
    border: 1px solid #979797;
    top: 88%;
}

.productDesc-wrapper .pickRollHeading {
    padding-top: 120px;
}

.productDesc-wrapper .selecter-selected:after {
    border: none;
    content: "\f078";
    font-family: "FontAwesome";
    font-weight: 300;
    font-size: 20px;
    color: #979797;
    top: -30px;
    right: 30px;
}

.productDesc-wrapper .btns span:first-child .btn {
    padding: 6px 45px;
}

.productDesc-wrapper .errorMsg {
    font-size: 16px;
    font-weight: 300;
    color: #CB0C0C;
    padding-top: 30px;
    display: none;
}


.productDesc-wrapper .modal-dialog  .modal-header .close {
    color: #aaa;
    cursor: pointer;
    font-size: 4rem;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: .625rem;
    right: 1.375rem;
    text-decoration: none;
    opacity:1;
}

.productDesc-wrapper .modal-dialog  .modal-header{
    border-bottom:none;
}

.productDesc-wrapper .modal-dialog .widescreen {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
    padding-bottom: 56.25%;
}

.productDesc-wrapper .modal-dialog .widescreen iframe{
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
}

.productDesc-wrapper .modal {
    background: rgba(0,0,0,.45);

}
/*Buy now popup*/
#buyNowModal .modal-dialog, #findStoreModal .modal-dialog {
    width: 90%;
    max-width: 1214px;
}

    #buyNowModal .modal-dialog .container, #findStoreModal .modal-dialog .container {
        width: 94%;
    }

#buyNowModal .modal-backdrop, #findStoreModal .modal-backdrop {
    background-color: #F6F4F6;
}

#buyNowModal .modal-content, #findStoreModal .modal-content {
    padding-bottom: 70px;
}

#buyNowModal .modal-header, #findStoreModal .modal-header {
    border: none;
    padding-bottom: 0;
}

    #buyNowModal .modal-header span, #findStoreModal .modal-header span {
        color: #787878;
        font-size: 17px;
        font-style: italic;
        font-weight: 300;
    }

    #buyNowModal .modal-header .close, #findStoreModal .modal-header .close {
        margin-top: 0px;
        margin-left: 5px;
        opacity: .7;
    }

#buyNowModal h2, #findStoreModal h2 {
    font-size: 40px;
    color: #009BDE;
    font-weight: 500;
    padding-bottom: 55px;
    margin: 0;
}

#buyNowModal h3, #findStoreModal h3 {
    font-size: 28px;
    color: #A4A4A4;
    font-weight: 500;
    padding-bottom: 20px;
    margin: 0;
}

#buyNowModal .selectedProduct, #findStoreModal .selectedProduct {
    overflow: hidden;
    padding: 44px 0 36px 0;
    border: 3px solid #E6E6E6;
    border-radius: 12px;
    margin-bottom: 65px;
}

#buyNowModal .productImage img, #findStoreModal .productImage img {
    margin: 0 auto;
}

#buyNowModal .productName, #findStoreModal .productName {
    color: #098BDE;
    font-size: 28px;
    padding-bottom: 10px;
}

#buyNowModal .productInfo p, #findStoreModal .productInfo p {
    font-size: 18px;
    color: #7E7E7E;
    font-weight: 300;
}

    #buyNowModal .productInfo p span, #findStoreModal .productInfo p span {
        font-weight: 500;
    }

#buyNowModal .modal-dialog h4, #findStoreModal .modal-dialog h4 {
    font-size: 25px;
    color: #009BDE;
    font-weight: bold;
}

#buyNowModal .subsAndSave, #findStoreModal .retailerName {
    overflow: hidden;
    border: 3px solid #E6E6E6;
    border-radius: 12px;
    padding: 33px 30px 30px 30px;
    text-align: left;
}

    #buyNowModal .subsAndSave ul {
        padding: 0;
        list-style: none;
        color: #7E7E7E;
        font-size: 14px;
        margin-bottom: 20px;
    }

        #buyNowModal .subsAndSave ul li {
            padding-top: 4px;
        }

    #buyNowModal .subsAndSave span {
        font-size: 16px;
        font-weight: 500;
        color: #737373;
        padding-bottom: 30px;
        display: inline-block;
    }

    #buyNowModal .subsAndSave ul li span {
        padding-right: 10px;
        font-weight: 300;
        color: #7E7E7E;
        padding-bottom: 0;
    }

    #buyNowModal .subsAndSave .price {
        color: #098BDE;
        font-size: 24px;
    }

    #buyNowModal .subsAndSave .stock {
        color: #7E7E7E;
        font-size: 18px;
    }

    #buyNowModal .subsAndSave .btn {
        padding: 6px 55px;
    }

    #buyNowModal .subsAndSave .retailerInfo {
        padding-bottom: 44px;
    }

        #buyNowModal .subsAndSave .retailerInfo:last-child {
            padding-bottom: 0;
        }

    #buyNowModal .subsAndSave .unavailable p {
        font-size: 15px;
        color: #009BDE;
        font-weight: 500;
    }

        #buyNowModal .subsAndSave .unavailable p.subPara {
            color: #737373;
            font-weight: 300;
        }

    /*Find a store popup*/
    #findStoreModal .retailerName div {
        padding-bottom: 10px;
    }

        #findStoreModal .retailerName div a {
            font-size: 18px;
            text-decoration: underline;
            color: #009BDE;
            font-weight: 300;
        }

#findStoreModal .condition {
    color: #737373;
    font-size: 16px;
    font-weight: 300;
    padding-top: 20px;
}



/*CSS for Tablet*/
@media (min-width: 768px) and (max-width: 991px) {

    .productDesc-wrapper .productDetail {
        margin-left: 35px;
    }

    .productDesc-wrapper .review {
        font-size: 14px;
    }

    .productDesc-wrapper .page-links span {
        padding-right: 0;
        min-height: 124px;
    }

    .productDesc-wrapper .videoReviewHeading, #buyNowModal h2, .productDesc-wrapper .pickRollHeading {
        font-size: 28px;
    }

    .productDesc-wrapper .pack .selecter-selected {
        width: 280px;
    }

    .productDesc-wrapper .pack .packSelector, .productDesc-wrapper .pack .rollSelector {
        z-index: 3;
    }

    .productDesc-wrapper .pickRollHeading {
        padding-top: 60px;
    }

    .productDesc-wrapper .pack .selecter {
        width: 100%;
    }

    /*Popup CSS*/
    #buyNowModal .modal-dialog h3, #findStoreModal .modal-dialog h3 {
        font-size: 24px;
    }

    #buyNowModal .modal-dialog h4 {
        min-height: 54px;
    }

    #buyNowModal .subsAndSave .price {
        font-size: 22px;
    }

    #buyNowModal .subsAndSave .stock {
        font-size: 16px;
    }

    #buyNowModal .subsAndSave span {
        padding-top: 10px;
    }

    #buyNowModal .subsAndSave ul li {
        padding-top: 0px;
        line-height: 12px;
    }

    #buyNowModal .subsAndSave span.buyBtn {
        padding-bottom: 0;
    }

    #findStoreModal .modal-dialog h4 {
        padding-bottom: 20px;
    }

    #findStoreModal .retailerName {
        padding-top: 50px;
    }
}



/*CSS for Landscape View of Tablet*/
@media (min-width: 992px) and (max-width: 1199px) {
    .productDesc-wrapper .pack .selecter-selected {
        width: 460px !important;
    }

    .productDesc-wrapper .ratings a {
        right: 110px !important;
    }

    .productDesc-wrapper .productDetail .ratings button.bv-write-review, 
    .productDesc-wrapper .productDetail .ratings button.bv-write-review:hover, 
    .productDesc-wrapper .productDetail .ratings button.bv-write-review:focus, 
    .productDesc-wrapper .productDetail .ratings button.bv-write-review:active{
       right: 110px !important;
    }

    .productDesc-wrapper .pack.pack-div {
        padding-top: 10px !important;
    }

    .productDesc-wrapper .pack .packSelector, .productDesc-wrapper .pack .rollSelector {
        z-index: 3;
    }

    #buyNowModal .subsAndSave .btn {
        padding: 6px 40px;
    }

    #buyNowModal .modal-dialog h4 {
        min-height: 54px;
    }
}



/*CSS for Mobile*/
@media (max-width: 767px) {
    .productDesc-wrapper .errorMsg {
        padding-top: 0;
        padding-bottom: 30px;
    }

    .productDesc-wrapper .productDetail {
        margin-left: 0px;
    }

    .detail-wrapper.productDesc-wrapper .section-heading, .productDesc-wrapper .ratings {
        text-align: center;
    }

    .productDesc-wrapper .description {
        width: 88%;
        margin: 0 auto;
        text-align: center;
    }

    .productDesc-wrapper .page-links {
        padding-bottom: 75px;
        padding-top: 0;
    }

        .productDesc-wrapper .page-links span {
            padding-right: 0;
        }

    .productDesc-wrapper .videoReviewHeading, #buyNowModal .modal-dialog h2, .productDesc-wrapper .pickRollHeading {
        font-size: 28px;
    }

    .productDesc-wrapper .pickRollHeading {
        padding-top: 70px;
    }

    .productDesc-wrapper .pack .selecter {
        margin: 0 auto;
    }

    .productDesc-wrapper .pack .selecter-selected {
        width: 280px;
    }

    .productDesc-wrapper .pack .selecter {
        max-width: 91.5%;
    }

    .productDesc-wrapper .pack .packSelector, .productDesc-wrapper .pack .rollSelector {
        z-index: 3;
    }

    .productDesc-wrapper .pack {
        padding-bottom: 40px;
    }

    .productDesc-wrapper .btns {
        padding-bottom: 120px;
    }

        .productDesc-wrapper .btns span {
            display: block;
        }

            .productDesc-wrapper .btns span:first-child .btn {
                padding: 6px 44px;
                margin-bottom: 20px;
            }

    /*popup*/
    #buyNowModal .modal-dialog .container, #findStoreModal .modal-dialog .container {
        width: 94%;
    }

    #buyNowModal .modal-dialog, #findStoreModal .modal-dialog {
        margin: 0;
        width: 100%;
    }

        #buyNowModal .modal-dialog h3, #findStoreModal .modal-dialog h3 {
            font-size: 24px;
        }

    #buyNowModal .productName, #findStoreModal .productName {
        text-align: center;
        padding-top: 10px;
    }

    #buyNowModal .subsAndSave .price {
        font-size: 22px;
    }

    #buyNowModal .subsAndSave .stock {
        font-size: 16px;
    }

    #buyNowModal .subsAndSave span.buyBtn {
        padding-top: 10px;
        padding-bottom: 0;
    }

    #buyNowModal .subsAndSave {
        padding: 33px 20px 30px 20px;
    }

    #buyNowModal .productInfo p, #findStoreModal .productInfo p {
        text-align: center;
    }

    #findStoreModal .modal-content {
        padding-bottom: 45px;
    }
}

/**********************************************CSS for Product Description Page ends*******************************************************/

/************************************CSS for Static Pages Starts***********************************************************/
.unsubsThankYou-wrapper.detail-wrapper, .confirmEmail-wrapper.detail-wrapper {
    background: none;
}

.unsubsThankYou-wrapper p a {
    color: #009BDE;
}

.confirmEmail-wrapper .emailId {
    padding-bottom: 30px;
}

.confirmEmail-wrapper label {
    display: block;
    color: #7E7E7E;
    font-size: 16px;
}

.confirmEmail-wrapper input {
    width: 100%;
}

.register-wrapper .forgotPwForm .btns span {
    display: inline-block;
}

.register-wrapper .unsubsForm span.msg {
    display: inline-block;
}

.static-page-wrapper.detail-wrapper p {
    margin-bottom: 0;
}

.static-page-wrapper.detail-wrapper .others {
    padding-top: 20px;
}

    .static-page-wrapper.detail-wrapper .others p {
        margin-bottom: 20px;
    }

        .static-page-wrapper.detail-wrapper .others p a {
            color: #009BDE;
        }

.static-page-wrapper.detail-wrapper p.subHeading {
    font-size: 22px;
    margin-bottom: 10px;
}

.static-page-wrapper.detail-wrapper {
    padding-bottom: 0;
}


.detail-wrapper .passwordIndicator p {
    margin-bottom: 16px;
}

.passwordIndicator ul {
    padding: 0;
}

.passwordIndicator li {
    color: #999999;
    font-size: 0.875em;
    padding: 0 0 6px 28px;
    background-image: url(../images/registration/uncheckedBullet.png);
    background-repeat: no-repeat;
    list-style-type: none;
    list-style-position: inside;
}

    .passwordIndicator li.passed {
        background-image: url(../images/registration/checkedBullet.png);
    }

.static-page-wrapper.detail-wrapper span.btn {
    margin-top: 20px;
    padding: 0;
}

.static-page-wrapper .resetPwForm .ui-message.errorMessage {
    color: #ff3737 !important;
}

@media (max-width: 990px) {
    .static-page-wrapper.detail-wrapper .section-heading, .static-page-wrapper.detail-wrapper p.subHeading {
        text-align: center;
    }

    .static-page-wrapper .forgotPwSuccess p {
        text-align: center;
    }
}
/************************************CSS for Static Pages Ends***********************************************************/


/***************************************CSS for Register and Sign In Page starts**************************************/

#col-10002, #col-10003, #col-10004 {
    text-align: left !important;
}

#col-10002 {
    padding-left: 8px !important;
}

.register-wrapper .sg-type-table .sg-first-cell {
    width: 19% !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #col-10003, #col-10004 {
        padding-left: 12px !important;
    }

    #col-10002 {
        padding-left: 5px !important;
    }

    .register-wrapper .sg-type-table .sg-first-cell {
        width: 18% !important;
    }
}

@media (min-width: 1280px) and (max-width: 1300px) {
    #col-10003 {
        padding-left: 10px !important;
    }

    .register-wrapper .sg-type-table .sg-first-cell {
        width: 18% !important;
    }
}

.register-wrapper .unsubscribe-text {
    line-height: 22px;
}

.register-wrapper {
    position: relative;
}

    .register-wrapper.detail-wrapper {
        background: none;
    }

    .register-wrapper #contentCircle {
        animation: unset;
        width: 480px;
        height: 480px;
    }

    .register-wrapper .circle-wrapper {
        padding-top: 10px;
    }

        .register-wrapper .circle-wrapper .circle-text {
            top: 210px;
        }

            .register-wrapper .circle-wrapper .circle-text span:first-child {
                display: block;
                font-size: 30px;
                color: #009BDE;
                font-weight: 300;
                line-height: 35px;
            }

            .register-wrapper .circle-wrapper .circle-text span:nth-child(2) {
                display: block;
                font-size: 16px;
                color: #737373;
                font-weight: 300;
            }

    .register-wrapper .section-heading {
        font-size: 40px;
        font-weight: 500;
        color: #009BDE;
        margin-top: 12px;
    }

    .register-wrapper .registerForm span {
        font-size: 15px;
        color: #737373;
        font-weight: 300;
        text-align: left;
        line-height: 22px;
    }

    .register-wrapper .registerForm h2 {
        font-size: 24px;
        color: #009BDE;
        font-weight: 300;
        margin-top: 30px;
    }

    .register-wrapper .registerForm .or {
        position: relative;
        margin-top: 30px;
    }

    .register-wrapper .registerForm .consumerForm {
        padding-top: 30px;
    }

.detail-wrapper label {
    font-size: 16px;
    color: #7E7E7E;
    font-weight: 300;
    display: block;
    line-height: 25px;
}

    .detail-wrapper label.ui-message.ui-message-error {
        padding-top: 20px;
        color: #FF3737 !important;
        border: none;
        background: #fff;
    }


    .detail-wrapper label.ui-message.ui-message-success {
        padding-top: 20px;
        color: #009BDE;
    }

.detail-wrapper input, .detail-wrapper select {
    height: 40px;
    border: 1px solid #979797;
    border-radius: 3px;
    text-indent: 10px;
    box-shadow: none;
    padding-top: 0px;
}

.detail-wrapper .consumer-checkbox-wrap input[type=checkbox] {
    height: auto !important;
}

.detail-wrapper input::placeholder {
    color: #BFBFBF;
    font-size: 12px;
}

.detail-wrapper input.error {
    color: #979797 !important;
}

.register-wrapper .registerForm input[type=text], .register-wrapper .registerForm input[type=password] {
    width: 90%
}

.register-wrapper .registerForm input[type=text] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

.register-wrapper .registerForm .consumer-input-wrap {
    padding: 10px 0;
}

    .register-wrapper .registerForm .consumer-input-wrap span {
        color: #BFBFBF;
        font-size: 12px;
        font-weight: 300;
        padding-top: 4px;
    }

/*.register-wrapper .registerForm h2 {
    font-size: 30px;
}*/

.register-wrapper .registerForm select {
    width: 100%;
    background: url(../images/registration/state-down-arrow.png);
    background-repeat: no-repeat;
    -webkit-appearance: none;
    background-position: 92% center;
}

    .register-wrapper .registerForm select::-ms-expand {
        display: none;
    }

    .register-wrapper .registerForm select.consumer-state-input,
    .register-wrapper .registerForm input#consumer_postalcode,
    .register-wrapper .registerForm input#consumer_number,
    .register-wrapper .registerForm input#consumer_phone {
        width: 49%;
    }

    .register-wrapper .registerForm select.consumer-state-input {
        margin-left: 0 !important;
    }


.register-wrapper .registerForm input[type=radio] {
    position: absolute;
    left: -9999px;
}

.register-wrapper .registerForm .consumer-radiobutton-label {
    margin-right: 20px;
}

.register-wrapper .registerForm #consumer_dateofbirth_day {
    display: none;
}

.register-wrapper .registerForm input[type="radio"]:checked + label,
.register-wrapper .registerForm input[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 30px;
    top: -4px;
}

    .register-wrapper .registerForm input[type="radio"]:checked + label:before,
    .register-wrapper .registerForm input[type="radio"]:not(:checked) + label:before {
        position: absolute;
        left: 0;
        top: 0;
        content: '';
        width: 19px;
        height: 19px;
        border-radius: 50px;
        background: #fff;
        border: 1px solid #009BDE;
    }

    .register-wrapper .registerForm input[type="radio"]:checked + label:after,
    .register-wrapper .registerForm input[type="radio"]:not(:checked) + label:after {
        content: "";
        width: 19px;
        height: 19px;
        background: #098BDE;
        position: absolute;
        top: 0px;
        left: 0px;
        border-radius: 100%;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        color: #fff;
        border: 2px solid #098BDE;
        text-align: center;
    }

    .register-wrapper .registerForm input[type="radio"]:not(:checked) + label:after {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    .register-wrapper .registerForm input[type="radio"]:checked + label:after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.register-wrapper .registerForm .female,
.register-wrapper .registerForm .male {
    display: inline-block;
}

.register-wrapper .registerForm .male {
    padding-left: 20px;
}

.register-wrapper .registerForm input[type=radio]:checked + label:before {
    background: #009BDE;
}

.detail-wrapper label.consumer-radiobutton-label {
    display: inline-block;
}

.register-wrapper .signInForm span {
    font-size: 15px;
    line-height: 22px;
}

.register-wrapper .signInForm .forgotPw a {
    font-size: 12px;
    color: #009BDE;
    display: inline-block;
    padding-bottom: 20px;
}

.detail-wrapper .signInForm .section-heading {
    margin-bottom: 10px;
}

.detail-wrapper .signInForm .btn {
    padding: 10px 62px;
}

.detail-wrapper .userMail {
    font-weight: bold;
    margin-bottom: 0;
}

.detail-wrapper .subscriptions input[type=checkbox] {
    height: auto;
}

.detail-wrapper .subscriptions div {
    font-size: 14px;
    font-weight: 300;
}

.detail-wrapper .subscriptions span {
    display: inline-block;
    padding: 20px 0;
}

.register-wrapper .error, .register-wrapper #DobError, .register-wrapper #crmSurveyError, .register-wrapper #errorRecaptcha {
    color: #FF3737 !important;
    font-size: 14px !important;
    padding-top: 0px !important;
    font-family: "Gotham Rounded A", "Gotham Rounded B" !important;
    font-weight: 300 !important;
}

.register-wrapper #consumer_password-error {
    padding-right: 70px !important;
}

.register-wrapper .registerForm select.consumer-state-input.error {
    color: #7E7E7E !important;
}

.register-wrapper .registerForm .consumer-signin-forgotpassword {
    font-size: 14px;
    color: #098BDE;
}

.consumer-signin .consumer-input-wrap:nth-child(2) {
    padding-bottom: 0;
}

.consumer-signin .consumer-recaptcha-input {
    padding-top: 15px;
}

.register-wrapper .registerForm .consumer-confirmpassword-input.highlight {
    background: #fff !important;
    ;
}

.register-wrapper .registerForm.myProfileForm {
    padding-top: 35px;
}

.register-wrapper .sg-survey .sg-mobile-optimized .sg-required-icon {
    font-weight: 300 !important;
    color: #808285 !important;
}
/*CSS for Tablet*/
@media (min-width: 768px) and (max-width: 991px) {
    /*.register-wrapper.detail-wrapper{
		margin-bottom:-250px;
	}*/
    .register-wrapper .registerForm input[type=text], .register-wrapper .registerForm input[type=password] {
        width: 96%;
    }

    .register-wrapper .registerForm .consumer-input-wrap span {
        text-align: left;
    }

    .register-wrapper .registerForm h2 {
        margin: 44px 0 20px 0;
    }

    .register-wrapper .registerForm .btn {
        padding: 10px 58px;
    }


    /*.register-wrapper .registerForm .consumer-recaptcha-input , .register-wrapper .registerForm .consumer-signin-forgotpassword{
        margin-left: 20%;
    }*/
}

/*Common CSS for Tablet and Mobile*/
@media (max-width: 990px) {
    .register-wrapper .registerForm input[type=text], .register-wrapper .registerForm input[type=password] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    #swipeFormSignIn {
        animation: none;
    }

    #swipeFormRegister {
        animation: none;
    }

    .register-wrapper .registerForm .consumer-checkbox-wrap {
        padding-left: 20px;
    }

    .register-wrapper .registerForm span, .register-wrapper .registerForm h2 {
        text-align: center;
    }

    .register-wrapper .registerForm .tabs {
        margin-top: 20px;
        overflow: hidden;
        margin-bottom: 50px;
        padding: 0;
    }

    .register-wrapper .signInForm .tabs {
        margin-bottom: 10px;
    }

    .register-wrapper .registerForm .tabHead li {
        list-style: none;
    }

        .register-wrapper .registerForm .tabHead li > a {
            font-size: 28px;
            font-weight: 300;
            border-bottom: 1px solid #979797;
            width: 100%;
            display: inline-block;
            padding: 6px;
            text-align: center;
        }

        .register-wrapper .registerForm .tabHead li.active > a {
            font-weight: 500;
            border: 1px solid #979797;
            border-bottom: 0;
        }

    .register-wrapper .signInForm .forgotPw {
        text-align: center;
    }

    .register-wrapper .signInForm span {
        font-style: 16px;
    }

    .register-wrapper .myProfileForm .section-heading {
        text-align: center;
    }

    .sg-survey .sg-mobile-optimized .sg-question .sg-question-options table[class^=sg-] tr td {
        width: 100% !important;
    }

    .sg-survey .sg-mobile-optimized .sg-question .sg-question-options table[class^=sg-] tr th {
        width: 100% !important;
    }

        .sg-survey .sg-mobile-optimized .sg-question .sg-question-options table[class^=sg-] tr th span {
            display: none !important;
        }

    .sg-control-label:before, .sg-control-label:after {
        opacity: 0;
    }

    .sg-survey .sg-mobile-optimized .sg-question .sg-question-options table[class^=sg-] tr:not(.sg-hide) {
        padding-bottom: 10px;
    }

    .register-wrapper .unsubscribe-text, .register-wrapper .consumer-buttons {
        text-align: center;
    }

    #Login-social-signin-providers {
        margin: 0 auto;
    }

        #Login-social-signin-providers > table > tbody > tr:first-child > td:first-child center > table > tbody > tr:first-child > td:first-child {
            display: table-cell !important;
            width: 34% !important;
        }

    .sg-survey .sg-mobile-optimized .sg-type-table-radio .sg-question-options label {
        border: none !important;
    }
    /*.sg-survey .sg-mobile-optimized .sg-question .sg-question-options table[class^=sg-] tr td .sg-control-label:nth-child(2):after {
    content: "Never ";
    position: absolute;
    top: 30px;
    left: 0;
    width: 176px;
    color: black;
    height: 27px;
    z-index: 9999;
    opacity: 1 !important;
    border-radius: 0;
    background: none;
    transform: scale(1);
}*/
    .sg-survey .sg-mobile-optimized .sg-type-table-radio .sg-question-options label {
        padding-left: 10px !important;
        font-size: 10px !important;
        color: #737373 !important;
        line-height: 65px !important;
        text-align: center !important;
    }

    .sg-survey .sg-mobile-optimized .sg-question .sg-question-options table[class^=sg-] thead {
        display: none !important;
    }
}

/*CSS for Mobile*/
@media (max-width: 767px) {
    .register-wrapper .sg-type-table .sg-table .sg-odd-row th, .register-wrapper .sg-type-table .sg-table tbody th, .register-wrapper .sg-type-table .sg-table .sg-even-row th {
        padding-top: 8px !important;
    }

    .register-wrapper #consumer_password-error {
        padding-right: 0 !important;
    }

    .register-wrapper .registerForm {
        width: 92%;
        margin: 0 auto;
    }

        .register-wrapper .registerForm input[type=text], .register-wrapper .registerForm input[type=password] {
            width: 100%;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
        }

        .register-wrapper .registerForm select.consumer-state-input,
        .register-wrapper .registerForm input#consumer_postalcode,
        .register-wrapper .registerForm input#consumer_number,
        .register-wrapper .registerForm input#consumer_phone {
            width: 100%;
        }

        .register-wrapper .registerForm .consumer-input-wrap span {
            text-align: left;
        }

        .register-wrapper .registerForm .dob .consumer-input-wrap div {
            width: 44%;
            margin-right: 11%;
        }

            .register-wrapper .registerForm .dob .consumer-input-wrap div:nth-child(4) {
                margin-right: 0;
            }

    .sg-footer {
        display: none;
    }

    .sg-survey .sg-mobile-optimized .sg-question .sg-question-options table[class^=sg-] tr th {
        width: 54% !important;
    }

    /*.register-wrapper .registerForm .consumer-recaptcha-input {
        margin-left: 5%;
    }*/
}

.dob .consumer-input-wrap div {
    width: 33%;
    display: inline-block;
    margin-right: 30px;
    float: left;
}

    .dob .consumer-input-wrap div:nth-child(3) {
        display: none;
    }

.register-wrapper select.error {
    color: #979797 !important;
}
/*CSS for button*/
.consumer-buttons button {
    display: inline-block;
    position: relative;
    transform: translateZ(0);
    margin: .4em;
    padding: 8.5px 34px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .5px;
    outline: 0;
    color: #fff;
    margin-top: 30px;
}

    .consumer-buttons button:before {
        content: '';
        position: absolute;
        border-radius: 25px;
        top: -4px;
        right: -4px;
        bottom: -4px;
        left: -4px;
        transition-duration: .3s;
        transition-property: top right bottom left;
    }

    .consumer-buttons button:hover {
        font-weight: 500 !important;
    }

        .consumer-buttons button:hover:before, .consumer-buttons button.hovered:before {
            top: -6px;
            right: -6px;
            bottom: -6px;
            left: -6px;
        }

/* skyblue button */
.consumer-buttons button {
    box-shadow: 0 0 1px#00205B;
    -webkit-tap-highlight-color: #00205B;
    background-color: #00205B;
    border: 4px solid #00205B;
}

    .consumer-buttons button:before {
        border: #00205B solid 3px;
    }

    .consumer-buttons button:hover, .consumer-buttons button.hovered {
        border-color: #fff;
        background-color: #00205B;
    }

@media screen and (max-width: 990px) {
    .consumer-buttons button {
        border-color: #fff;
        background-color: #00205B;
    }

        .consumer-buttons button:before {
            top: -6px;
            right: -6px;
            bottom: -6px;
            left: -6px;
        }
}

/***************************************CSS for Register Page ends**************************************************/
.register-wrapper .registerForm span.sg-question-number {
    display: none;
}

.sg-icon-skip:before {
    opacity: 0;
}

.sg-question-options table input[type=radio] + label {
    height: 27px !important;
    width: 23% !important;
}

.sg-icon-skip:after {
    display: none;
}

.sg-icon-target {
    opacity: 0;
}

.sg-question-options table input[type=radio] + label {
    width: 70%;
}

.sg-type-table .sg-table .sg-odd-row th, .sg-type-table .sg-table tbody th {
    font-family: "Gotham Rounded A", "Gotham Rounded B" !important;
    font-size: 13px !important;
}

.register-wrapper .sg-type-table .sg-table tbody th {
    line-height: 18px !important;
}

.sg-question-title.sg-question-legend {
    font-weight: 300 !important;
    font-size: 15px !important;
    font-family: "Gotham Rounded A", "Gotham Rounded B" !important;
    padding: 20px 0;
    line-height: 22px !important;
}

.register-wrapper .registerForm .sg-first-cell.sg-mock-th {
    border: none;
}

.sg-header-row-first th {
    font-weight: 300 !important;
    font-size: 13px !important;
    font-family: "Gotham Rounded A", "Gotham Rounded B" !important;
}

.register-wrapper .registerForm .sg-type-table .sg-table tbody td.radio_btn {
    text-align: left !important;
}

.sg-icon-skip:before {
    opacity: 0;
}

.sg-icon-target {
    opacity: 0;
}

.sg-question-options table input[type=radio] + label {
    width: 70%;
}

#Login-social-signin-providers > table > tbody > tr:first-child > td:first-child center > table > tbody > tr:first-child > td:first-child {
    display: none;
}


#Login-social-signin-providers > table > tbody > tr:first-child > td:first-child center > table > tbody > tr:first-child > td:nth-child(2) {
    text-align: left;
}

    #Login-social-signin-providers > table > tbody > tr:first-child > td:first-child center > table > tbody > tr:first-child > td:nth-child(2) > table:first-child > tbody:first-child > tr:first-child > td:first-child > table > tbody > tr:first-child td {
        padding: 0 10px !important;
    }

        #Login-social-signin-providers > table > tbody > tr:first-child > td:first-child center > table > tbody > tr:first-child > td:nth-child(2) > table:first-child > tbody:first-child > tr:first-child > td:first-child > table > tbody > tr:first-child td:first-child {
            padding-left: 0 !important;
        }

.register-wrapper .registerForm .sg-question-options table label.selected {
    background: #098BDE !important;
}

@media screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
    .sg-type-table .sg-first-cell {
        width: 100%;
    }

        .sg-type-table .sg-first-cell span {
            display: none;
        }

    .sg-survey .sg-mobile-optimized .sg-question .sg-question-options table[class^=sg-] tr td {
        width: 100% !important;
    }

    .sg-control-label:before, .sg-control-label:after {
        opacity: 0;
    }

    .register-wrapper .registerForm .consumer-checkbox-wrap {
        padding-left: 20px;
    }

    .sg-survey .sg-mobile-optimized .sg-type-table-radio .sg-question-options label {
        padding-left: 10px !important;
        font-size: 12px !important;
        color: #737373 !important;
        line-height: 65px !important;
        text-align: center !important;
        border: none !important;
    }

    .sg-survey .sg-mobile-optimized .sg-question .sg-question-options table[class^=sg-] thead {
        display: none !important;
    }
}

.register-wrapper .registerForm .or span {
    position: absolute;
    top: -14px;
    left: 41%;
    width: 50px;
    background: #fff;
    text-align: center;
    font-size: 20px;
}

.or hr {
    background: #979797;
    width: 90%;
    margin: 0;
    border-top: 1px solid #979797;
}

@media (max-width: 767px) {
    .or hr {
        width: 100%;
    }

    .detail-wrapper.register-wrapper {
        padding-bottom: 30px;
    }

    .sg-survey .sg-mobile-optimized .sg-required-icon {
        font-size: 16px !important;
        top: 0px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .register-wrapper .sg-type-table .sg-table .sg-odd-row th,
    .register-wrapper .sg-type-table .sg-table tbody th,
    .register-wrapper .sg-type-table .sg-table .sg-even-row th {
        padding-top: 8px !important;
    }

    .or hr {
        width: 96%;
    }

    .register-wrapper .registerForm .or span {
        left: 45%;
    }

    .register-wrapper .registerForm .consumer-checkbox-wrap {
        padding-left: 25px !important;
    }
}

.sg-type-multimenu .sg-question-options, .sg-type-rank-table .sg-question-options, .sg-type-table .sg-question-options {
    overflow: hidden !important;
}

    .sg-type-table .sg-question-options .sg-table tr {
        padding-bottom: 20px !important;
    }


.register-wrapper .registerForm .consumer-checkbox-wrap {
    padding-left: 20px;
}

#consumer_kotex_survey {
    display: none !important;
}

.sg-survey .sg-body.sg-int-virtual-page .sg-footer, .sg-survey .sg-mobile-optimized .sg-footer {
    display: none !important;
}

label#dob-error.error {
    display: none !important;
}

.register-wrapper .registerForm select#consumer_dateofbirth_month,
.register-wrapper .registerForm select#consumer_dateofbirth_year {
    margin-bottom: 0 !important;
}

h2.capitalize {
    text-transform: capitalize !important;
}

.consumer-LinkAccount-button {
    margin-top: 20px !important;
}

/**********************************************CSS for Product Description Page starts*****************************************************/
.detail-wrapper.productDesc-wrapper {
    background: none;
    padding-top: 60px;
}

    .detail-wrapper.productDesc-wrapper .section-heading {
        margin-top: 0;
    }

    .detail-wrapper.productDesc-wrapper span {
        display: inline-block;
        padding-right: 15px;
    }

.productDesc-wrapper .ratings {
    padding-bottom: 30px;
}

.productDesc-wrapper .review {
    color: #737373;
    font-size: 15px;
}

.productDesc-wrapper .ratings a {
    color: #098BDE;
    font-size: 15px;
    text-decoration: underline;
    position: absolute;
    top: 152px;
    right: 200px;
}

.productDesc-wrapper .description {
    width: 84%;
    padding-top: 20px;
    padding-left: 6px;
}

    .productDesc-wrapper .description p {
        margin-bottom: 25px;
    }

.productDesc-wrapper .page-links {
    padding-bottom: 70px;
    padding-top: 150px;
}

    .productDesc-wrapper .page-links img {
        margin: 0 auto;
    }

    .productDesc-wrapper .page-links span {
        font-size: 20px;
        color: #7E7E7E;
        padding-top: 20px;
        font-weight: 500;
        padding-right: 0;
    }

.productDesc-wrapper .heroImage div img {
    margin: 0 auto;
    margin-top: 10px;
}

.productDesc-wrapper .heroImage {
    margin-bottom: 20px;
}

.productDesc-wrapper .heroCarousel {
    max-width: 360px;
    width: 80%;
    margin: 0 auto;
    min-width: 280px;
}

    .productDesc-wrapper .heroCarousel div {
        outline: none;
    }

        .productDesc-wrapper .heroCarousel div.slick-current img {
            border: 3px solid #fcbf63;
            border-radius: 51%;
        }

    .productDesc-wrapper .heroCarousel :not(.slick-current) img {
        border: 3px solid #fff;
        border-radius: 51%;
    }

    .productDesc-wrapper .heroCarousel div img {
        width: auto;
        height: auto;
        margin: 0 auto;
    }

.productDesc-wrapper .slick-arrow:before {
    color: transparent;
}

.productDesc-wrapper .productGallery .slick-prev {
    background-image: url(../images/prodDesc/slickPrev.png);
    background-repeat: no-repeat;
    font-family: none;
    color: transparent;
    opacity: 1;
    height: 26px;
}

.productDesc-wrapper .productGallery .slick-next {
    background-image: url(../images/prodDesc/slickNext.png);
    background-repeat: no-repeat;
    font-family: none;
    color: transparent;
    opacity: 1;
    height: 26px;
}

.productDesc-wrapper .videoReviewSlider img {
    margin: 0 auto;
}

.productDesc-wrapper .videoReviewSlider .slick-prev {
    background-image: url(../images/prodDesc/slickPrev.png);
    background-repeat: no-repeat;
    font-family: none;
    color: transparent;
    opacity: 1;
    height: 26px;
    left:-50px;
}

.productDesc-wrapper .videoReviewSlider .slick-next {
    background-image: url(../images/prodDesc/slickNext.png);
    background-repeat: no-repeat;
    font-family: none;
    color: transparent;
    opacity: 1;
    height: 26px;
    right:-57px;
}

.productDesc-wrapper .videoReviewSlider a{
    outline:none;
}

.productDesc-wrapper .videoReviewSlider {
    margin-bottom: 100px;
}

.productDesc-wrapper .videoReviewHeading, .productDesc-wrapper .pickRollHeading {
    color: #098BDE;
    font-size: 30px;
    padding-bottom: 30px;
}

.productDesc-wrapper .videoReviewHeading {
    font-weight: 400;
    margin-top:0;
}

.slick-next:before, .slick-prev:before {
    content: '';
}

.productDesc-wrapper .pack .selecter {
    max-width: 90%;
}

.productDesc-wrapper .pack.pack-div {
    padding-top: 60px;
}

    .productDesc-wrapper .pack.pack-div .selecter {
        margin: 0 auto;
    }

.productDesc-wrapper .pack .selecter-selected {
    width: 520px;
    text-align: left;
    font-size: 16px;
    color: #7E7E7E;
    border: 1px solid #979797;
}

.productDesc-wrapper .pack .selecter-item {
    text-align: left;
    border: none;
    font-size: 16px;
    color: #7E7E7E;
}

    .productDesc-wrapper .pack .selecter-item.selected {
        background: #fff;
        color: #2297E2;
        font-weight: bold;
    }

.productDesc-wrapper .pack .selecter-options {
    border: 1px solid #979797;
    top: 88%;
}

.productDesc-wrapper .pickRollHeading {
    padding-top: 120px;
    font-weight: 300;
}

.productDesc-wrapper .selecter-selected:after {
    border: none;
    content: "\f078";
    font-family: "FontAwesome";
    font-weight: 300;
    font-size: 20px;
    color: #979797;
    top: -30px;
    right: 30px;
}

.productDesc-wrapper .btns {
    padding-top: 30px;
}

    .productDesc-wrapper .btns span:first-child .btn {
        padding: 8.5px 40px;
    }


/*Buy now popup*/
#buyNowModal .subsAndSave span.onlySub {
    padding-right: 0;
    text-align: left;
}

#buyNowModal .modal-dialog, #findStoreModal .modal-dialog, #videoGalleryModal .modal-dialog {
    width: 90%;
    max-width: 1214px;
    margin: 200px auto;
}

    #buyNowModal .modal-dialog .container, #findStoreModal .modal-dialog .container, #videoGalleryModal .modal-dialog .container {
        width: 94%;
    }

.modal-backdrop {
    background-color: #fff;
    opacity: .8 !important;
}

#buyNowModal .modal-content, #findStoreModal .modal-content {
    padding-bottom: 70px;
}

#buyNowModal .modal-header, #findStoreModal .modal-header {
    border: none;
    padding-bottom: 0;
    padding-top: 30px;
    padding-right: 5px;
}

    #buyNowModal .modal-header .close, #findStoreModal .modal-header .close {
        color: #787878;
        font-size: 17px;
        font-style: italic;
        font-weight: 500;
        padding-right: 0;
    }

    #buyNowModal .modal-header span, #findStoreModal .modal-header span {
        margin-top: 0px;
        margin-left: 0;
        opacity: 1;
        font-style: normal;
        font-size: 16px;
        font-weight: bold;
        padding-right: 0;
    }


#buyNowModal h2, #findStoreModal h2 {
    font-size: 40px;
    color: #009BDE;
    font-weight: 500;
    padding-bottom: 55px;
    margin: 0;
}

#buyNowModal h3, #findStoreModal h3 {
    font-size: 28px;
    color: #A4A4A4;
    font-weight: 500;
    padding-bottom: 20px;
    margin: 0;
}

#buyNowModal .selectedProduct, #findStoreModal .selectedProduct {
    overflow: hidden;
    padding: 44px 0 36px 0;
    border: 3px solid #E6E6E6;
    border-radius: 12px;
    margin-bottom: 65px;
}

    #buyNowModal .selectedProduct .productInfo, #findStoreModal .selectedProduct .productInfo {
        padding-left: 30px;
    }

#buyNowModal .productImage img, #findStoreModal .productImage img {
    margin: 0 auto;
}

#buyNowModal .productName, #findStoreModal .productName {
    color: #098BDE;
    font-size: 28px;
    padding-bottom: 10px;
    line-height: 32px;
}

#buyNowModal .productInfo p, #findStoreModal .productInfo p {
    font-size: 18px;
    color: #7E7E7E;
    font-weight: 300;
    margin-bottom: 0;
    padding-left: 5px;
}

    #buyNowModal .productInfo p span, #findStoreModal .productInfo p span {
        font-weight: 500;
        padding-right: 5px;
    }

        #buyNowModal .productInfo p span.rollSize, #findStoreModal .productInfo p span.rollSize,
        #buyNowModal .productInfo p span.packSize, #findStoreModal .productInfo p span.packSize {
            font-weight: 300;
        }

#buyNowModal .modal-dialog h4, #findStoreModal .modal-dialog h4 {
    font-size: 25px;
    color: #009BDE;
    font-weight: bold;
    padding-bottom: 6px;
}

#buyNowModal .subsAndSave, #findStoreModal .retailerName {
    overflow: hidden;
    border: 3px solid #E6E6E6;
    border-radius: 12px;
    padding: 33px 30px 30px 30px;
    text-align: left;
}

    #buyNowModal .subsAndSave ul {
        padding: 0;
        list-style: none;
        color: #7E7E7E;
        font-size: 14px;
        margin-bottom: 20px;
    }

        #buyNowModal .subsAndSave ul li {
            padding-top: 4px;
        }

    #buyNowModal .subsAndSave span {
        font-size: 16px;
        font-weight: 500;
        color: #737373;
        padding-bottom: 30px;
        display: inline-block;
    }

    #buyNowModal .subsAndSave ul li span {
        padding-right: 0;
        font-weight: 300;
        color: #7E7E7E;
        padding-bottom: 0;
    }

    #buyNowModal .subsAndSave .price {
        color: #098BDE;
        font-size: 24px;
    }

    #buyNowModal .subsAndSave .stock {
        color: #7E7E7E;
        font-size: 18px;
    }

    #buyNowModal .subsAndSave .btn {
        padding: 6px 40px;
    }

@media (min-width: 1024px) and (max-width: 1300px) {
    #buyNowModal .subsAndSave .btn {
        padding: 6px 40px;
    }
}

#buyNowModal .subsAndSave .retailerInfo {
    padding-bottom: 44px;
}

    #buyNowModal .subsAndSave .retailerInfo:last-child {
        padding-bottom: 0;
    }

#buyNowModal .subsAndSave .unavailable p {
    font-size: 15px;
    color: #009BDE;
    font-weight: 500;
    margin-bottom: 5px;
}

    #buyNowModal .subsAndSave .unavailable p.subPara {
        color: #737373;
        font-weight: 300;
    }

/*Find a store popup*/
#findStoreModal .retailerName div {
    padding-bottom: 10px;
}

    #findStoreModal .retailerName div a {
        font-size: 18px;
        text-decoration: underline;
        color: #009BDE;
        font-weight: 300;
    }

#findStoreModal .condition {
    color: #737373;
    font-size: 16px;
    font-weight: 300;
    padding-top: 20px;
}

.productDesc-wrapper .sustainabilityCircle {
    cursor: pointer;
}

#myModal .modal-title {
    text-align: center;
    font-size: 40px;
}

#myModal .modal-dialog {
    width: 86%;
    margin: 30px auto;
    color: #009BDE;
    font-weight: 500;
}

#myModal .modal-header button.close {
    position: relative;
    top: -20px;
    right: 5px;
    color: #787878;
    font-size: 17px;
    font-style: italic;
    font-weight: 300;
    padding-right: 35px;
    opacity: 1;
}

    #myModal .modal-header button.close span {
        margin-top: 0px;
        margin-left: 0;
        opacity: 1;
        font-style: normal;
        font-size: 16px;
        font-weight: bold;
    }

#myModal .modal-header {
    margin-top: 25px;
    border: none;
}

#myModal .al {
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 10px;
    padding-bottom: 20px;
}

#myModal .modal-body .head {
    color: #00205B;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-left: -8px;
}

#myModal .side {
    color: #7E7E7E;
    font-size: 15px;
    padding: 10px 0 10px 15px;
}

#myModal .centered {
    text-align: center;
}

#myModal .modal-body .row .row {
    width: 95%;
}

#videoGalleryModal .vidWraper video {
    width: 100%;
}

#videoGalleryModal .vidWraper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
    padding-bottom: 56.25%;
}

    #videoGalleryModal .vidWraper iframe {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width:1024px) {
    .productDesc-wrapper .videoReviewSlider .slick-prev {
        left:-25px;
    }

    .productDesc-wrapper .videoReviewSlider .slick-next {
        right:-31px;
    }
}

/*CSS for Tablet*/
@media (min-width: 768px) and (max-width: 991px) {
    .productDesc-wrapper .page-links img {
        height: 220px;
    }

    .detail-wrapper.productDesc-wrapper {
        padding-top: 0;
    }

    .productDesc-wrapper .pack .selecter {
        max-width: 100%;
    }

    .productDesc-wrapper .separator {
        border-right: 1px solid #979797;
    }

    .padding10 {
        padding: 10px 0;
    }

    .detail-wrapper.productDesc-wrapper {
        padding-top: 35px;
    }

    .productDesc-wrapper .heroImage div img {
        max-height: 220px;
        margin-top: 0;
    }

    .productDesc-wrapper .heroImage {
        margin-bottom: 30px;
        margin-top: 40px;
    }

    .productDesc-wrapper .description {
        width: 100%;
        padding-top: 10px;
        padding-left: 6px;
    }

    .productDesc-wrapper .review {
        font-size: 14px;
    }

    .productDesc-wrapper .page-links span {
        padding-right: 0;
        min-height: 124px;
    }

    .productDesc-wrapper .videoReviewHeading, #buyNowModal h2, .productDesc-wrapper .pickRollHeading {
        font-size: 28px;
    }

    .productDesc-wrapper .pack .selecter-selected {
        width: 280px;
    }

    .productDesc-wrapper .pack .packSelector, .productDesc-wrapper .pack .rollSelector {
        z-index: 3;
    }

    .productDesc-wrapper .pickRollHeading {
        padding-top: 60px;
    }

    .productDesc-wrapper .pack.pack-div {
        padding-top: 0;
    }

        .productDesc-wrapper .pack.pack-div .selecter {
            margin: 10px 0;
        }

    /*Popup CSS*/
    #buyNowModal .productImage img, #findStoreModal .productImage img {
        width: 250px;
    }

    #buyNowModal .modal-dialog, #findStoreModal .modal-dialog, #videoGalleryModal .modal-dialog {
        margin: 100px auto;
    }

        #buyNowModal .modal-dialog h3, #findStoreModal .modal-dialog h3 {
            font-size: 24px;
        }

    #buyNowModal .selectedProduct .productInfo, #findStoreModal .selectedProduct .productInfo {
        padding-left: 0px;
    }

    #buyNowModal .modal-dialog h4 {
        min-height: 54px;
    }

        #buyNowModal .modal-dialog h4.textMid {
            padding-top: 15px;
        }

    #buyNowModal .subsAndSave .price {
        font-size: 22px;
    }

    #buyNowModal .subsAndSave .stock {
        font-size: 16px;
    }

    #buyNowModal .subsAndSave span {
        padding-top: 10px;
    }


    #buyNowModal .subsAndSave ul li {
        padding-top: 0px;
        line-height: 12px;
    }

    #buyNowModal .subsAndSave span.buyBtn {
        padding-bottom: 0;
    }

    #findStoreModal .modal-dialog h4 {
        padding-bottom: 20px;
    }

    #findStoreModal .retailerName {
        padding-top: 50px;
    }

    #myModal .modal-title {
        text-align: center;
        font-size: 28px;
    }

    #myModal .modal-header button.close {
        font-size: 20px;
    }

    #myModal .modal-body .head {
        color: #00205B;
        font-size: 21px;
        font-weight: bold;
        margin-bottom: 30px;
        margin-left: 0px;
    }

    #myModal .side {
        font-size: 12px;
    }

    #myModal .modal-body .row .row {
        width: 100%;
    }

}

#myModal .modal-body .row .row {
    width: 100%;
}

#myModal .modal-dialog {
    margin-top: 200px;
}




/*CSS for Landscape View of Tablet*/
@media (min-width: 992px) and (max-width: 1199px) {
    #buyNowModal .subsAndSave .btn {
        padding: 6px 40px !important;
    }

    .productDesc-wrapper .pack.pack-div {
        padding-top: 10px;
    }

    .productDesc-wrapper .pack .selecter-selected {
        width: 475px;
    }

    .productDesc-wrapper .pack .packSelector, .productDesc-wrapper .pack .rollSelector {
        z-index: 3;
    }

    #buyNowModal .subsAndSave .btn {
        padding: 6px 40px;
    }

    #buyNowModal .modal-dialog h4 {
        min-height: 54px;
    }

    .productDesc-wrapper .pack.pack-div {
        padding-top: 30px;
    }

        .productDesc-wrapper .pack.pack-div .selecter {
            margin: 10px 0;
        }
}



/*CSS for Mobile*/
@media (max-width: 767px) {
    .register-wrapper .registerForm .consumer-checkbox-wrap {
        padding-left: 30px;
    }

    .productDesc-wrapper .bv-cv2-cleanslate .bv-active-filters .bv-active-filter-button-clear {
        margin-top: 5px !important;
    }

    .productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 .bv-dropdown-arrow {
        right: 6px !important;
    }

    .productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 .bv-control-bar-count {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .productDesc-wrapper .bv-cv2-cleanslate .bv-filters .bv-content-filter-select-element {
        text-indent: 0 !important;
    }

    .productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 .bv-dropdown-target {
        padding: 10px 19px 10px 0px !important;
    }

    .detail-wrapper.productDesc-wrapper {
        padding-bottom: 50px;
        padding-top: 0;
    }


        .detail-wrapper.productDesc-wrapper .section-heading, .productDesc-wrapper .ratings {
            text-align: center !important;
        }

    .productDesc-wrapper .description {
        width: 88%;
        margin: 0 auto;
        text-align: center;
        padding-left: 0;
    }

    .productDesc-wrapper .page-links {
        padding-bottom: 75px;
        padding-top: 0;
    }

        .productDesc-wrapper .page-links span {
            padding-right: 0;
        }

    .productDesc-wrapper .videoReviewHeading, #buyNowModal .modal-dialog h2, .productDesc-wrapper .pickRollHeading {
        font-size: 28px;
    }

    #buyNowModal .productImage img, #findStoreModal .productImage img {
        width: 250px;
    }

    #buyNowModal h2, #findStoreModal h2 {
        padding-top: 20px;
    }

    .productDesc-wrapper .pickRollHeading {
        padding-top: 50px;
    }

    .productDesc-wrapper .pack .selecter {
        margin: 0 auto;
    }

    .productDesc-wrapper .pack .selecter-selected {
        width: 280px;
    }

    .productDesc-wrapper .pack .selecter {
        max-width: 91.5%;
    }

    .productDesc-wrapper .pack .packSelector, .productDesc-wrapper .pack .rollSelector {
        z-index: 3;
    }

    .productDesc-wrapper .pack {
        padding-bottom: 40px;
    }

    .productDesc-wrapper .btns {
        padding-bottom: 100px;
    }

        .productDesc-wrapper .btns span {
            display: block;
        }

            .productDesc-wrapper .btns span:first-child .btn {
                margin-bottom: 20px;
            }

    .productDesc-wrapper .pack.pack-div {
        padding-top: 0;
    }

    .productDesc-wrapper .btns {
        padding-top: 0;
    }

        .productDesc-wrapper .btns a {
            width: 180px;
        }
    /*.productDesc-wrapper .heroCarousel div img {
        width: 65px;
        height: 65px;
    }*/
    /*.productDesc-wrapper .heroCarousel .slick-slide{width: auto!important;}*/

    /*popup*/
    #buyNowModal .modal-dialog .container, #findStoreModal .modal-dialog .container {
        width: 94%;
    }

    #buyNowModal .modal-dialog, #findStoreModal .modal-dialog {
        margin: 100px 0;
        width: 100%;
    }

    #buyNowModal .modal-header, #findStoreModal .modal-header {
        padding-top: 20px;
    }

    #buyNowModal .modal-dialog h3, #findStoreModal .modal-dialog h3 {
        font-size: 24px;
    }

    #buyNowModal .productName, #findStoreModal .productName {
        text-align: center;
        padding-top: 20px;
    }

    #buyNowModal .selectedProduct .productInfo, #findStoreModal .selectedProduct .productInfo {
        padding-left: 0px;
    }

    #buyNowModal .productInfo p span, #findStoreModal .productInfo p span {
        padding-right: 6px;
    }

    #buyNowModal .subsAndSave .price {
        font-size: 22px;
    }

    #buyNowModal .subsAndSave .stock {
        font-size: 16px;
    }

    #buyNowModal .subsAndSave span.buyBtn {
        padding-top: 10px;
        padding-bottom: 0;
    }

    #buyNowModal .subsAndSave {
        padding: 33px 20px 30px 20px;
    }

        #buyNowModal .subsAndSave .available {
            padding-bottom: 44px;
        }

            #buyNowModal .subsAndSave .available:last-child {
                padding-bottom: 0;
            }

        #buyNowModal .subsAndSave ul, #buyNowModal .subsAndSave .unavailable p {
            font-size: 16px;
        }

    #buyNowModal .productInfo p, #findStoreModal .productInfo p {
        text-align: center;
    }

    #findStoreModal .modal-content {
        padding-bottom: 45px;
    }

    #myModal .modal-dialog {
        width: 100%;
        margin-top: 100px;
    }

    #myModal .modal-header button.close {
        font-size: 14px;
        top: -20px;
        right: -15px;
    }

    #myModal .modal-title {
        text-align: center;
        font-size: 20px;
    }
}

#videoModal .modal-dialog {
    width: 96%;
    max-width: 1024px;
}

#videoModal .modal-header {
    border: none;
}

#videoModal .modal-dialog .vidWraper {
    position: relative;
    width: 96%;
    padding-top: 54%;
    margin: 0 auto;
    margin-bottom: 14px;
}

    #videoModal .modal-dialog .vidWraper video {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
    }

/*Rakesh Style Start here*/
.productDesc-wrapper .pickRolls {
    border-right: 1px solid #999999;
    margin-right: 0;
    margin-top: 10px;
}

    .productDesc-wrapper .pickRolls ul li {
        padding-left: 10px;
    }

    .productDesc-wrapper .pickRolls ul {
        text-align: right;
        padding-right: 35px;
    }

    .productDesc-wrapper .pickRolls .circle {
        text-align: center;
    }

        .productDesc-wrapper .pickRolls .circle .big {
            width: 56px;
            height: 56px;
        }

        .productDesc-wrapper .pickRolls .circle .double {
            width: 75px;
            height: 75px;
        }

        .productDesc-wrapper .pickRolls .circle .family {
            width: 95px;
            height: 95px;
        }

        .productDesc-wrapper .pickRolls .circle .mega {
            width: 111px;
            height: 111px;
        }

        .productDesc-wrapper .pickRolls .circle .giant {
            width: 135px;
            height: 135px;
        }

        .productDesc-wrapper .pickRolls .circle .circleOuter {
            border-radius: 100%;
            border: 1px solid #979797;
            position: relative;
            margin: 0 auto;
            margin-bottom: 20px;
        }

        .productDesc-wrapper .pickRolls .circle .circleInner {
            width: 15px;
            height: 15px;
            border-radius: 100%;
            border: 1px solid #979797;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-top: -7px;
            margin-left: -7px;
        }


    .productDesc-wrapper .pickRolls .active .circle .circleOuter {
        background-color: #009bde;
    }

    .productDesc-wrapper .pickRolls .active .circle .circleInner {
        background-color: #ffffff;
    }

    .productDesc-wrapper .pickRolls .active .circle .caption {
        color: #009bde;
        font-weight: 500;
    }

    .productDesc-wrapper .pickRolls .circle .caption {
        font-size: 16px;
        color: #7E7E7E;
    }

    .productDesc-wrapper .pickRolls .circle .captionDetails {
        font-size: 12px;
        color: #7E7E7E;
    }

    .productDesc-wrapper .pickRolls.dryProd a span {
        color: #7E7E7E;
        font-size: 16px;
        min-height: 40px;
        vertical-align: middle;
        font-weight: 300;
        display: block;
        text-align: center;
        padding-right: 0;
    }

    .productDesc-wrapper .pickRolls.dryProd a img {
        display: block;
    }

    .productDesc-wrapper .pickRolls.dryProd li.active span {
        color: #098BDE;
        font-weight: bold;
    }

    .productDesc-wrapper .pickRolls.dryProd.flushableWipes {
        overflow: hidden;
    }

    .productDesc-wrapper .pickRolls.dryProd ul li a, .productDesc-wrapper .pickRolls.dryProd ul li a div {
        display: inline-block;
        vertical-align: middle;
    }

/*CSS for Prod Review starts*/
/*.productDesc-wrapper #BVRRContainer {
    overflow: -webkit-paged-y !important;
}
*/
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 .bv-inline-rating-container .bv-rating-stars-on {
    color: #FFC026 !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 .bv-inline-rating-container .bv-stars-container .bv-rating,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 .bv-summary-bar .bv-rating-label.bv-text-link:active,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 .bv-summary-bar .bv-rating-label.bv-text-link:hover {
    font-size: 15px !important;
    color: #737373 !important;
    font-family: "Gotham Rounded A", "Gotham Rounded B" !important;
    font-weight: 500 !important;
    border: none !important;
    padding-right: 0 !important;
    padding-left: 20px !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 .bv-stars-container dd {
    padding-right: 0 !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 .bv-inline-rating-container .bv-rating-label {
    font-size: 15px !important;
    color: #737373 !important;
    font-family: "Gotham Rounded A", "Gotham Rounded B" !important;
    font-weight: 500 !important;
    margin-left: 0 !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 .bv-summary-bar .bv-percent-recommend-container {
    display: none !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 button.bv-write-review,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 button.bv-write-review:hover,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 button.bv-write-review:focus,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 button.bv-write-review:active {
    background: #fff !important;
    color: #3777C6 !important;
    font-family: "Gotham Rounded A", "Gotham Rounded B" !important;
    font-weight: 700 !important;
    position: absolute !important;
    right: 120px !important;
    border: 2px solid #3777C6 !important;
    float: right !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 dl.bv-stars-container {
    display: inline-block !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 .bv-summary-bar .bv-action-bar {
    float: none !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 .bv-summary-bar .bv-rating-ratio-number {
    padding-right: 0 !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 .bv-summary-bar .bv-rating-ratio-count {
    margin-left: -5px !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 .bv-section-summary .bv-content-title {
    color: #3777C6 !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    font-family: "Gotham Rounded A", "Gotham Rounded B" !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 .bv-section-summary .bv-section-summary-inline .bv-inline-histogram-ratings .bv-histogram-filter-helper {
    color: #83899D !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    font-family: "Gotham Rounded A", "Gotham Rounded B" !important;
}

.productDesc-wrapper #BVRRContainer .bv-cv2-cleanslate .bv-core-container-239 .bv-rating-stars-on, {
    color: #FFC026 !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 .bv-content-secondary-ratings-value,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 .bv-section-summary .bv-section-summary-inline .bv-secondary-rating-summary .bv-secondary-rating-summary-value {
    background-color: #3777C6 !important
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 .bv-inline-histogram-ratings td,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 .bv-secondary-rating-summary-bars-container .bv-secondary-rating-summary-bars {
    color: #83899D !important;
    font-weight: 600 !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 .bv-section-summary .bv-section-summary-inline .bv-secondary-rating-summary .bv-secondary-rating-summary-list .bv-secondary-rating-summary-id,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 .bv-section-summary .bv-section-summary-inline .bv-secondary-rating-summary .bv-secondary-rating-summary-list .bv-secondary-rating-summary-rating {
    color: #83899D !important;
    font-weight: 600 !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239.bv-author {
    font-size: 16px !important;
    color: #7c8187 !important;
    font-weight: bold !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 .bv-content-data-summary .bv-content-meta .bv-content-datetime-stamp {
    font-size: 16px !important;
    color: #b1abb5 !important;
    font-weight: bold !important;
    font-style: normal !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 .bv-section-summary .bv-content-title-container .bv-content-title {
    color: #0057b8 !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 .bv-text-link,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 .bv-text-link:hover,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 .bv-text-link:active {
    color: #0057b8 !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 .bv-head-to-head a.bv-head-to-head-see-more-positive,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 .bv-head-to-head a.bv-head-to-head-see-more-positive:hover,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 .bv-head-to-head a.bv-head-to-head-see-more-positive:active,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 .bv-content-title {
    font-size: 16px !important;
    color: #0057b8 !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 .bv-head-to-head a.bv-head-to-head-see-more-critical,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 .bv-head-to-head a.bv-head-to-head-see-more-critical:hover,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 .bv-head-to-head a.bv-head-to-head-see-more-critical:active {
    font-size: 16px !important;
    color: #0057b8 !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 .bv-content-summary p, .productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 .bv-content-item .bv-feedback-container div {
    font-size: 16px !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 span.bv-content-pagination-pages-current, .bv-cv2-cleanslate .bv-core-container-233 span.bv-content-pagination-pages-current,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 .bv-dropdown-target .bv-dropdown-title {
    color: #0057b8 !important;
    font-size: 16px !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-317 .bv-secondary-rating-summary-bars-container .bv-secondary-rating-summary-bars,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 .bv-content-secondary-ratings-container {
    background-color: #C3C3C3 !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 .bv-action-bar {
    background: #eee !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 .bv-action-bar-header {
    color: #3777C6 !important;
    text-transform: uppercase !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 .bv-compat {
    height: 0 !important;
}

.productDesc-wrapper #BVRRSummaryContainer .bv-stars-container {
    display: none !important;
}
/*missing CSS*/
.bv-cv2-cleanslate .bv-core-container-239 .bv-head-to-head .bv-content-item p {
    word-break: break-word;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 .bv-compat {
    height: auto !important;
}

.productDesc-wrapper .ratings .bv-cv2-cleanslate .bv-core-container-239 .bv-compat {
    height: 0 !important;
}

.productDesc-wrapper .bv-cv2-cleanslate tr {
    outline: none !important;
}

.productDesc-wrapper .bv-write-review-container.bv-write-container {
    /*display: none !important;*/
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 .bv-inline-rating-container .bv-rating-stars-on,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 .bv-inline-rating-container .bv-rating-stars-off {
    font-size: 22px !important;
    padding-left: 4px !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 span.bv-content-pagination-pages-current,
.bv-cv2-cleanslate .bv-core-container-239 span.bv-content-pagination-pages-current,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 .bv-dropdown-target .bv-dropdown-title {
    font-weight: bold !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 .bv-inline-rating-container .bv-rating-stars-on,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 .bv-rating-stars-on {
    color: #FFC026 !important;
}
/*missing CSS*/

/*CSS for tablet*/
@media (min-width: 768px) and (max-width: 991px) {
    .productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 button.bv-write-review,
    .productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 button.bv-write-review:hover,
    .productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 button.bv-write-review:focus,
    .productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 button.bv-write-review:active {
        right: 60px !important;
    }

    .productDesc-wrapper .bv-cv2-cleanslate .bv-filters .bv-content-filter-select-element {
        text-indent: 0 !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 button.bv-write-review,
    .productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 button.bv-write-review:hover,
    .productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 button.bv-write-review:focus,
    .productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 button.bv-write-review:active {
        right: 60px !important;
    }
}

/*CSS for Mobile*/
@media (max-width: 767px) {

    .productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 .bv-inline-rating-container {
        text-align: center !important;
    }

    .productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 button.bv-write-review,
    .productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 button.bv-write-review:hover,
    .productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 button.bv-write-review:focus,
    .productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 button.bv-write-review:active {
        font-size: 10px !important;
        right: 30px !important;
    }
}
/*CSS for prod review ends*/

/*CSS for dev review*/

.bv-cv2-cleanslate .bv-core-container-233 .bv-mbox .bv-mbox-breadcrumb span.bv-mbox-breadcrumb-item,
.bv-cv2-cleanslate .bv-core-container-239 .bv-mbox .bv-mbox-breadcrumb span.bv-mbox-breadcrumb-item {
    color: #555 !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 .bv-primarySummary-rating-container .bv-rating-stars-on {
    color: #FFC026 !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 .bv-summary-bar .bv-rating.bv-text-link,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 .bv-summary-bar .bv-rating.bv-text-link:active,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 .bv-summary-bar .bv-rating.bv-text-link:hover {
    font-size: 15px !important;
    color: #737373 !important;
    font-family: "Gotham Rounded A", "Gotham Rounded B" !important;
    font-weight: 500 !important;
    border: none !important;
    padding-right: 0 !important;
    padding-left: 20px !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 .bv-inline-rating-container .bv-rating,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 .bv-inline-rating-container .bv-rating-label {
    font-size: 15px !important;
    color: #737373 !important;
    font-family: "Gotham Rounded A", "Gotham Rounded B" !important;
    font-weight: 500 !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 .bv-summary-bar .bv-percent-recommend-container {
    display: none !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 button.bv-write-review,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 button.bv-write-review:hover,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 button.bv-write-review:focus,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 button.bv-write-review:active {
    background: #fff !important;
    color: #3777C6 !important;
    font-family: "Gotham Rounded A", "Gotham Rounded B" !important;
    font-weight: 700 !important;
    font-size: 17px !important;
    /* position: absolute !important;
    bottom: -1210px !important;*/
    right: 30px !important;
    border: 2px solid #3777C6 !important;
    float: right !important;
    margin-right: 5px !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 dl.bv-stars-container {
    display: inline-block !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 .bv-summary-bar .bv-action-bar {
    float: none !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 .bv-summary-bar .bv-rating-ratio-number {
    padding-right: 0 !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 .bv-summary-bar .bv-rating-ratio-count {
    margin-left: -5px !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 .bv-section-summary .bv-content-title {
    color: #3777C6 !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    font-family: "Gotham Rounded A", "Gotham Rounded B" !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 .bv-section-summary .bv-section-summary-inline .bv-inline-histogram-ratings .bv-histogram-filter-helper {
    color: #83899D !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    font-family: "Gotham Rounded A", "Gotham Rounded B" !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 .bv-inline-rating-container .bv-rating-stars-on,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 .bv-rating-stars-on {
    color: #FFC026 !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 .bv-inline-rating-container .bv-rating-stars-on,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 .bv-inline-rating-container .bv-rating-stars-off {
    font-size: 22px !important;
    padding-left: 4px !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 .bv-stars-container dd .bv-rating {
    padding-right: 0 !important;
    padding-left: 25px !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 .bv-rating-label {
    margin-left: 0 !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 .bv-content-secondary-ratings-value,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 .bv-secondary-rating-summary-value {
    background-color: #3777C6 !important
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 .bv-inline-histogram-ratings td {
    color: #83899D !important;
    font-weight: 600 !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 .bv-section-summary .bv-section-summary-inline .bv-secondary-rating-summary .bv-secondary-rating-summary-list .bv-secondary-rating-summary-id,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 .bv-section-summary .bv-section-summary-inline .bv-secondary-rating-summary .bv-secondary-rating-summary-list .bv-secondary-rating-summary-rating {
    color: #83899D !important;
    font-weight: 600 !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 .bv-author {
    font-size: 16px !important;
    color: #7c8187 !important;
    font-weight: bold !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 .bv-content-data-summary .bv-content-meta .bv-content-datetime-stamp {
    font-size: 16px !important;
    color: #b1abb5 !important;
    font-weight: bold !important;
    font-style: normal !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 .bv-section-summary .bv-content-title-container .bv-content-title {
    color: #0057b8 !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 .bv-text-link,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 .bv-text-link:hover,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 .bv-text-link:active {
    color: #0057b8 !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 .bv-head-to-head a.bv-head-to-head-see-more-positive,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 .bv-head-to-head a.bv-head-to-head-see-more-positive:hover,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 .bv-head-to-head a.bv-head-to-head-see-more-positive:active,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 .bv-content-title {
    font-size: 16px !important;
    color: #0057b8 !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 .bv-head-to-head a.bv-head-to-head-see-more-critical,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 .bv-head-to-head a.bv-head-to-head-see-more-critical:hover,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 .bv-head-to-head a.bv-head-to-head-see-more-critical:active {
    font-size: 16px !important;
    color: #0057b8 !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 .bv-content-summary p, .productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 .bv-content-item .bv-feedback-container div {
    font-size: 16px !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 span.bv-content-pagination-pages-current, .bv-cv2-cleanslate .bv-core-container-233 span.bv-content-pagination-pages-current,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 .bv-dropdown-target .bv-dropdown-title {
    color: #0057b8 !important;
    font-size: 16px !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 span.bv-content-pagination-pages-current,
.bv-cv2-cleanslate .bv-core-container-233 span.bv-content-pagination-pages-current,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 .bv-dropdown-target .bv-dropdown-title {
    font-weight: bold !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-317 .bv-secondary-rating-summary-bars-container .bv-secondary-rating-summary-bars,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 .bv-content-secondary-ratings-container {
    background-color: #C3C3C3 !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 .bv-action-bar {
    background: #eee !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 .bv-action-bar-header {
    color: #3777C6 !important;
    text-transform: uppercase !important;
    font-size: 28px !important;
}

.productDesc-wrapper .ratings .bv-cv2-cleanslate .bv-core-container-233 .bv-compat {
    height: 0 !important;
}



/*CSS for Mobile*/
@media (max-width: 767px) {
    .productDesc-wrapper .heroImage {
        margin-bottom: 30px;
        margin-top: 30px;
    }

        .productDesc-wrapper .heroImage div img {
            max-height: 250px;
            margin-top: 0;
        }

    .detail-wrapper.productDesc-wrapper .section-heading {
        margin-top: 30px;
        line-height: 35px;
    }

    .productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 .bv-action-bar {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 .bv-action-bar-header {
        font-size: 24px !important;
    }

    .productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 .bv-inline-rating-container {
        text-align: center !important;
    }

    .productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 {
        text-align: center !important;
    }

        .productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 button.bv-write-review,
        .productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 button.bv-write-review:hover,
        .productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 button.bv-write-review:focus,
        .productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 button.bv-write-review:active {
            font-size: 11px !important;
        }

    .bv-cv2-cleanslate .bv-core-container-233 .bv-section-summary .bv-section-summary-block .bv-content-title,
    .bv-cv2-cleanslate .bv-core-container-233 .bv-section-summary .bv-head-to-head td .bv-content-title {
        text-align: left !important;
    }
}
/*CSS for dev review ends*/

/*******************************************CSS for Product Description Page ends*******************************************************/

/******************************CSS for Cottonelle Flushability Page starts here************************************/
.detail-wrapper.flushabilityMigration-wrapper {
    background: none;
}

.flushabilityMigration-wrapper .putWipes {
    padding-top: 50px;
}

    .flushabilityMigration-wrapper .putWipes img {
        float: right;
    }

    .flushabilityMigration-wrapper .putWipes p {
        width: 60%;
        margin: 0 auto;
    }

.flushabilityMigration-wrapper .culprit img {
    margin: 0 auto;
}

.flushabilityMigration-wrapper .culprit h3 {
    color: #009BDE;
    font-size: 20px;
}

.flushabilityMigration-wrapper .whatNotToFlush ul {
    padding-left: 28px;
    color: #737373;
}

    .flushabilityMigration-wrapper .whatNotToFlush ul li {
        font-size: 15px;
        padding-bottom: 10px;
        font-weight: 300;
        padding-left: 10px;
    }

.flushabilityMigration-wrapper .videoSection {
    padding-top: 60px;
    overflow: hidden;
}

.flushabilityMigration-wrapper .getTheFacts {
    padding-top: 120px;
}

    .flushabilityMigration-wrapper .getTheFacts img {
        margin: 0 auto;
    }

.flushabilityMigration-wrapper .culprit {
    padding-top: 120px;
}

.flushabilityMigration-wrapper .whatNotToFlush {
    padding-top: 150px;
}

.flushabilityMigration-wrapper .factsSection {
    background: #F6F4F5;
    padding: 50px 0;
    margin-top: 90px;
    position: relative;
}

    .flushabilityMigration-wrapper .factsSection .fact {
        padding-bottom: 100px;
    }

.flushabilityMigration-wrapper .videoSection .videoObject {
    position: relative;
    height: 658px;
}

.flushabilityMigration-wrapper .videoSection .videoContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    padding-bottom: 56.25%;
}

    .flushabilityMigration-wrapper .videoSection .videoContainer iframe {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.flushabilityMigration-wrapper .videoSection .videoPlaceholder {
    position: relative;
}

.flushabilityMigration-wrapper .videoSection .playButton {
    position: absolute;
    display: block;
    top: 42%;
    left: 44%;
}

    .flushabilityMigration-wrapper .videoSection .playButton:hover {
        opacity: .8;
    }

.flushabilityMigration-wrapper .factsSection:before {
    content: url(../images/flushability/triangle.png);
    position: absolute;
    top: -82px;
    left: 18%;
}

.flushabilityMigration-wrapper .factsSection .fact img {
    width: 218px;
}


/*CSS for mobile*/
@media (max-width: 767px) {
    .flushabilityMigration-wrapper .factsSection .fact {
        padding-bottom: 70px;
    }

    .flushabilityMigration-wrapper .putWipes {
        padding-top: 20px;
    }

        .flushabilityMigration-wrapper .putWipes p {
            width: 72%;
            padding-bottom: 40px;
        }

        .flushabilityMigration-wrapper .putWipes img {
            float: none;
            width: 90%;
            margin: 0 auto;
        }

    .flushabilityMigration-wrapper .videoSection {
        padding-top: 100px;
    }

    .detail-wrapper.flushabilityMigration-wrapper p {
        width: 72%;
        margin: 0 auto;
        padding-bottom: 30px;
    }

    .flushabilityMigration-wrapper .videoSection .playButton {
        top: 40%;
        left: 40%;
    }

        .flushabilityMigration-wrapper .videoSection .playButton img {
            width: 50px;
        }

    .flushabilityMigration-wrapper .videoSection .videoObject {
        height: 205px;
    }

    .flushabilityMigration-wrapper .getTheFacts {
        padding-top: 60px;
    }

        .flushabilityMigration-wrapper .getTheFacts p {
            width: 74%;
        }

        .flushabilityMigration-wrapper .getTheFacts img {
            width: 90%;
            margin: 0 auto;
        }

    .flushabilityMigration-wrapper .culprit .culpritDiv {
        padding-bottom: 80px;
    }

    .flushabilityMigration-wrapper .culprit .section-heading {
        width: 80%;
        margin: 0 auto 30px auto;
    }

    .flushabilityMigration-wrapper .whatNotToFlush {
        padding-top: 10px;
    }

        .flushabilityMigration-wrapper .whatNotToFlush .section-heading {
            text-align: center;
        }

        .flushabilityMigration-wrapper .whatNotToFlush ul {
            padding-left: 30px;
            margin-bottom: 45px;
        }

        .flushabilityMigration-wrapper .whatNotToFlush img {
            width: 90%;
            margin: 0 auto;
        }

    .flushabilityMigration-wrapper .culprit h3 {
        font-size: 26px;
    }

    .flushabilityMigration-wrapper .factsSection .fact img {
        margin: 0 auto;
        width: 70%;
    }

    .flushabilityMigration-wrapper .factsSection .fact .section-heading {
        margin: 0 auto;
        width: 94%;
        padding: 26px 0;
    }

    .flushabilityMigration-wrapper .factsSection .fact p {
        width: 80%;
    }

    .flushabilityMigration-wrapper .factsSection:before {
        left: 30%;
    }

    .flushabilityMigration-wrapper .factsSection {
        margin-top: 120px;
    }
}

/*CSS for Tablet*/

@media (min-width: 768px) and (max-width: 991px) {
    .detail-wrapper.flushabilityMigration-wrapper {
        padding-bottom: 50px;
    }

    .flushabilityMigration-wrapper .culprit img {
        height: 230px;
    }

    .flushabilityMigration-wrapper .putWipes {
        padding-top: 20px;
    }

        .flushabilityMigration-wrapper .putWipes p {
            width: 74%;
        }

    .flushabilityMigration-wrapper .videoSection .playButton {
        left: 40%;
        top: 48%;
    }

        .flushabilityMigration-wrapper .videoSection .playButton img {
            width: 100px;
        }

    .flushabilityMigration-wrapper .videoSection .videoObject {
        height: 406px;
    }

    .flushabilityMigration-wrapper .getTheFacts {
        padding-top: 100px;
    }

    .flushabilityMigration-wrapper .whatNotToFlush img {
        width: 80%;
        margin: 0 auto;
    }

    .flushabilityMigration-wrapper .factsSection {
        padding-bottom: 0;
    }

        .flushabilityMigration-wrapper .factsSection:before {
            left: 18%;
        }

    .flushabilityMigration-wrapper .factsSection {
        margin-top: 120px;
    }

        .flushabilityMigration-wrapper .factsSection .fact img {
            margin: 0 auto;
        }

        .flushabilityMigration-wrapper .factsSection .fact p {
            width: 90%;
            margin: 0 auto;
        }
}



/******************************CSS for Cottonelle Flushability Page ends here**************************************/

/******************************CSS for Coupon Landing Page starts here**************************************/
.detail-wrapper.couponLanding-wrapper {
    background: url(../images/couponLanding/texture.png) no-repeat 0 560px;
    padding-bottom: 180px;
    margin-bottom: -150px;
}

.couponLanding-wrapper .couponBanner {
    margin: 50px 0 60px 0;
}

    .couponLanding-wrapper .couponBanner .section-heading {
        margin-bottom: 20px;
    }

.detail-wrapper.couponLanding-wrapper .section-heading {
    line-height: 36px;
}

.couponLanding-wrapper .couponBanner .subheading {
    margin-bottom: 30px;
}

.couponLanding-wrapper .couponBanner .loginOptions {
    font-size: 20px;
}

    .couponLanding-wrapper .couponBanner .loginOptions a {
        color: #009BDE;
        text-decoration: underline;
    }

.couponLanding-wrapper .coupons {
    padding-bottom: 30px;
}

    .couponLanding-wrapper .coupons .couponText {
        position: absolute;
        top: 25px;
        z-index: 1;
    }

    .couponLanding-wrapper .coupons .couponImg {
        position: relative;
    }

.couponLanding-wrapper .claimHeadline {
    border: 3px solid #009BDE;
    border-radius: 11px;
    padding: 28px;
    margin-top: 30px;
    background: #fff;
}

    .couponLanding-wrapper .claimHeadline .section-heading {
        font-size: 32px;
    }

.couponLanding-wrapper .couponBanner .bannerText p {
    width: 92%;
    margin: 0 auto 36px;
}

.detail-wrapper.couponLanding-wrapper .btn {
    padding: 8.5px 44px;
}
/*CSS for mobile*/
@media (max-width: 767px) {
    .detail-wrapper.couponLanding-wrapper {
        background: url(../images/couponLanding/textureMob.png) no-repeat 0 93%;
        padding-bottom: 70px;
        margin-bottom: 0;
    }

        .detail-wrapper.couponLanding-wrapper .coupons .section-heading {
            width: 92%;
            margin: 20px auto 30px auto;
        }

    .couponLanding-wrapper .couponBanner {
        padding-top: 30px;
        padding-bottom: 100px;
        margin-top: 0;
        margin-bottom: 0;
    }

        .couponLanding-wrapper .couponBanner .section-heading {
            width: 80%;
            margin: 10px auto 20px auto;
        }

        .couponLanding-wrapper .couponBanner .bannerText p {
            width: 86%;
            margin: 0 auto 20px auto;
        }

        .couponLanding-wrapper .couponBanner .loginOptions {
            font-size: 17px;
            padding-top: 30px;
            text-align: center;
        }

        .couponLanding-wrapper .couponBanner img {
            margin: 0 auto;
        }

    .couponLanding-wrapper .coupons .couponText {
        position: static;
    }

    .couponLanding-wrapper .coupons div.col-xs-12 {
        padding: 0;
    }

    .couponLanding-wrapper .coupons p {
        width: 88%;
        margin: 0 auto 30px auto;
    }

    .couponLanding-wrapper .coupons .couponImg img {
        padding-bottom: 30px;
        width: 100%;
    }

    .couponLanding-wrapper .coupons {
        padding-bottom: 80px;
    }

    .couponLanding-wrapper .claimHeadline {
        padding: 0 10px 20px;
        margin: 25px 10px 0;
    }

        .couponLanding-wrapper .claimHeadline .section-heading {
            font-size: 28px;
        }

    .couponLanding-wrapper .couponBanner .bannerImg span {
        padding-top: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .detail-wrapper.couponLanding-wrapper {
        background: url(../images/couponLanding/textureTab.png) no-repeat 0 92%;
        padding-bottom: 180px;
    }

    .couponLanding-wrapper .couponBanner {
        padding-top: 30px;
        padding-bottom: 60px;
        margin-top: 0;
        margin-bottom: 0;
    }

        .couponLanding-wrapper .couponBanner .subheading {
            padding-bottom: 0;
        }

        .couponLanding-wrapper .couponBanner .loginOptions {
            font-size: 17px;
        }

    .couponLanding-wrapper .coupons .row {
        margin: 0 -30px;
    }

    .couponLanding-wrapper .coupons .couponImg img {
        width: 100%;
    }

    .couponLanding-wrapper .coupons .couponText {
        top: 22px;
    }

    .couponLanding-wrapper .couponBanner .section-heading {
        font-size: 26px;
    }

    .couponLanding-wrapper .claimHeadline {
        margin-top: 60px;
        margin-bottom: 40px;
    }

        .couponLanding-wrapper .claimHeadline .section-heading {
            font-size: 28px;
        }
}

/******************************CSS for Coupon Landing Page ends here****************************************/


/******************************CSS for Contact Us Page starts here****************************************/
.detail-wrapper.contactUs-wrapper {
    background: none;
}

.contactUs-wrapper iframe {
    width: 100%;
}

.contactUs-wrapper .contactUsDetails h2 {
    font-size: 16px;
    color: #737373;
    font-weight: bold;
}

.contactUs-wrapper .contactUsDetails span {
    font-size: 16px;
    color: #737373;
    font-weight: 300;
    display: block;
    padding-bottom: 6px;
}

.contactUs-wrapper .contactUsDetails a {
    text-decoration: underline;
    color: #009BDE;
}

.contactUs-wrapper .contactUsDetails p {
    margin-bottom: 10px;
}

.contactUs-wrapper .contactUsDetails {
    background: #F5F5F5;
    padding: 40px;
}

    .contactUs-wrapper .contactUsDetails .division {
        border-left: 1px solid #979797;
    }

/*CSS for mobile*/
@media (max-width: 767px) {
    .contactUs-wrapper .contactUsDetails .division {
        border-top: 1px solid #979797;
        border-left: none;
        padding-top: 40px;
    }

    .contactUs-wrapper .contactUsDetails .div1 {
        padding-bottom: 40px;
    }
}

/******************************CSS for Contact Us Page ends here******************************************/

/******************************CSS for FAQ Page starts here****************************************/
.detail-wrapper.faq-wrapper {
    background: none;
    margin-bottom: -50px;
    padding-bottom: 0;
}

.faqSection {
    background-color: #F4F4F4;
    padding: 24px 10px;
    margin: 20px 0 30px 0;
}

    .faqSection h2 {
        color: #098BDE;
        font-size: 26px;
        font-weight: 300;
        padding-left: 20px;
        margin: 0;
    }

.faq-wrapper .panel {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.faq-wrapper .panel-heading {
    background-color: #fff;
    border: none;
    padding-left: 0;
    color: #737373;
    font-size: 16px;
}

    .faq-wrapper .panel-heading h3 {
        display: table-cell;
        font-size: 16px;
        color: #737373;
        font-weight: bold;
        padding-left: 10px;
    }

.faq-wrapper .panel-default > .panel-heading + .panel-collapse > .panel-body {
    padding-left: 30px;
    border: none;
    font-size: 16px;
    color: #737373;
    font-weight: 300;
    line-height: 21px;
}

.faq-wrapper .panel-body p {
    margin-bottom: 10px;
}

.faq-wrapper a {
    text-decoration: underline;
}

    .faq-wrapper a:hover {
        color: #009bde;
    }

.faq-wrapper .boldTxt {
    display: inline;
    font-weight: bold;
}

/*CSS for mobile*/
@media (max-width: 767px) {
    .faq-wrapper.detail-wrapper {
        padding-bottom: 0;
        margin-bottom: 20px;
    }

    .faqSection {
        padding: 15px 10px;
    }

        .faqSection h2 {
            font-size: 14px;
            padding-left: 0;
        }

    .faq-wrapper .panel-heading h3 {
        padding-left: 10px;
    }

    .faq-wrapper .panel-default > .panel-heading + .panel-collapse > .panel-body {
        padding-top: 5px;
    }

    .faq-wrapper.detail-wrapper p {
        margin: 0 auto;
        width: 72%;
    }

    .faq-wrapper .panel-body p {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .faqSection {
        padding: 15px 10px;
    }

        .faqSection h2 {
            font-size: 16px;
        }

    .faq-wrapper .panel-heading h3 {
        padding-left: 10px;
    }
}


.panel-heading.collapsed .fa-chevron-down,
.panel-heading .fa-chevron-right {
    display: none;
}

.panel-heading.collapsed .fa-chevron-right,
.panel-heading .fa-chevron-down {
    display: table-cell;
}

i.fa {
    cursor: pointer;
    margin-right: 5px;
}

.collapsed ~ .panel-body {
    padding: 0;
}

/******************************CSS for FAQ Page ends here****************************************/

/***************************************CSS for Error Page starts************************************************/
.error-wrapper.detail-wrapper {
    background: none;
    padding-bottom: 0;
    margin-bottom: -120px;
}

    .error-wrapper.detail-wrapper .section-heading {
        margin-bottom: 20px;
        line-height: 35px;
    }

    .error-wrapper.detail-wrapper p {
        width: 80%;
        margin: 0 auto 20px auto;
    }

.error-wrapper .errorImg {
    margin: 0 auto;
}

.error-wrapper .subHeading {
    font-size: 30px;
    color: #009BDE;
    font-weight: 300;
}

@media (min-width: 768px) and (max-width: 991px) {
    .error-wrapper.detail-wrapper {
        margin-bottom: 20px;
    }

    .error-wrapper .errorText p {
        width: 88%;
        margin: 0 auto 30px auto;
    }
}
/*CSS for mobile*/
@media (max-width: 767px) {
    .error-wrapper .errorText p {
        margin-bottom: 0;
    }

    .error-wrapper.detail-wrapper {
        margin-bottom: 50px;
    }

    .error-wrapper .errorImg img {
        margin: 0 auto;
    }
}
/***************************************CSS for Error Page ends**************************************************/

/***************************************CSS for Boiler Plate Pages starts***************************************/
.privacy-wrapper.detail-wrapper {
    background: none;
    padding-bottom: 0;
}

    .privacy-wrapper.detail-wrapper .section-heading {
        margin-bottom: 100px;
        margin-top: 50px;
    }

.privacy-wrapper .date {
    font-weight: bold;
    margin-bottom: 10px;
}

.privacy-wrapper .subHeading {
    color: #009BDE;
    font-size: 30px;
    margin-top: 60px;
    margin-bottom: 20px;
    font-weight: 300;
}

.privacy-wrapper.detail-wrapper p {
    margin-bottom: 20px;
}

.privacy-wrapper ul {
    padding-left: 20px;
    padding-top: 15px;
}

.privacy-wrapper li {
    font-size: 16px;
    font-weight: 300;
    color: #737373;
    margin-bottom: 20px;
    line-height: 25px;
}

.privacy-wrapper.detail-wrapper a {
    text-decoration: underline;
}

    .privacy-wrapper.detail-wrapper a:hover {
        color: #009BDE;
    }
/*CSS for mobile*/
@media (max-width: 767px) {
    .privacy-wrapper.detail-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

        .privacy-wrapper.detail-wrapper .section-heading {
            margin-bottom: 40px;
            margin-top: 20px;
        }

    .privacy-wrapper p {
        text-align: left;
    }

    .privacy-wrapper .subHeading {
        text-align: center;
        margin-top: 50px;
    }
}

/*CSS for Tablet*/
@media (min-width: 768px) and (max-width: 991px) {
    .privacy-wrapper.detail-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

        .privacy-wrapper.detail-wrapper .section-heading {
            margin-bottom: 40px;
            margin-top: 20px;
        }

    .privacy-wrapper p {
        text-align: left;
    }

    .privacy-wrapper .subHeading {
        text-align: center;
    }
}
/***************************************CSS for Bolier Plate Pages ends****************************************/

/***************************************CSS for Activate Entry Page starts************************************/
.activity-wrapper.detail-wrapper {
    background: none;
    padding-bottom: 0;
    margin-bottom: -50px;
    margin-top: 50px;
}

    .activity-wrapper.detail-wrapper .section-heading {
        margin-bottom: 20px;
    }

.activity-wrapper .subHeading {
    font-size: 30px;
    color: #009BDE;
    font-weight: 300;
}

.activity-wrapper .btn {
    padding: 8.5px 48px;
    font-size: 16px;
    font-weight: 500;
}

.activity-wrapper .errorImg {
    margin: 0 auto;
}

@media (max-width: 990px) {
    .activity-wrapper.detail-wrapper {
        margin-bottom: 30px;
        margin-top: 0;
    }

    .activity-wrapper .subHeading {
        font-size: 22px;
    }
}

/*CSS for mobile*/
@media (max-width: 767px) {
    .activity-wrapper .errorImg {
        padding-bottom: 40px;
    }
}
/***************************************CSS for Activate Entry Page ends************************************/

/***************************************CSS for Search Result Page starts************************************/

.searchPage-wrapper.detail-wrapper {
    background: none;
    font-family: "Gotham Rounded A", "Gotham Rounded B" !important;
}

.searchPage-wrapper .summary {
    font-size: 14px;
    text-align: left;
}

    .searchPage-wrapper .summary span {
        display: inline-block;
        font-weight: bold;
    }

.searchPage-wrapper .results h2 a {
    font-size: 24px;
}

.searchPage-wrapper .results p {
    font-size: 14px;
}

.searchPage-wrapper .results h2 a:hover {
    color: #009bde;
    text-decoration: underline;
}

.searchPage-wrapper .searchResult {
    border-bottom: 1px solid #737373;
    padding: 10px 0 10px 10px;
    overflow: hidden;
}

    .searchPage-wrapper .searchResult:last-child {
        border: none;
    }

    .searchPage-wrapper .searchResult img {
        margin-top: 20px;
        width: 100%;
    }

.searchPage-wrapper .CoveoSearchInterface {
    font-family: "Gotham Rounded A", "Gotham Rounded B" !important;
}

.searchPage-wrapper .coveo-results-header {
    box-shadow: none !important;
}

.searchPage-wrapper .coveo-list-layout.CoveoResult {
    margin-left: 0 !important;
}

.searchPage-wrapper .coveo-pager-list-item {
    border: none;
    color: #009DDC;
    background: #fff;
}

    .searchPage-wrapper .coveo-pager-list-item.coveo-active {
        background: none;
        font-size: 24px;
        color: #009DDC;
    }

        .searchPage-wrapper .coveo-pager-list-item.coveo-active a {
            color: #009DDC;
        }

.searchPage-wrapper span.coveo-highlight {
    display: inline;
}

.searchPage-wrapper .CoveoResultLink:hover,
.searchPage-wrapper .CoveoResultLink:visited,
.searchPage-wrapper a.CoveoResultLink:hover,
.searchPage-wrapper a.CoveoResultLink:visited,
.searchPage-wrapper .CoveoResult a.CoveoResultLink:hover,
.searchPage-wrapper .CoveoResult a.CoveoResultLink:visited {
    color: #009bde !important;
}
.searchPage-wrapper .coveo-summary-section {font-weight: bold;color: #67768B;text-align: left;}
.searchPage-wrapper #searchsummary span.search-text { display: inline; }
.searchPage-wrapper #searchsummary {font-size: 16px; text-align: left;margin-bottom: 5px;}
.searchPage-wrapper #emptysearchtext  {display:none;}
.searchPage-wrapper #emptysearchtext .coveo-query-summary-cancel-last {margin-bottom: 5px;}
.searchPage-wrapper #emptysearchtext .coveo-query-summary-search-tips-info {margin-bottom: 5px;}
.searchPage-wrapper #emptysearchtext ul { padding-left: 16px;}

@media (max-width: 767px) {
    .searchPage-wrapper.detail-wrapper {
        padding-top: 70px;
    }

    .searchPage-wrapper .results {
        margin: 0 auto;
        width: 90%;
    }

        .searchPage-wrapper .results h2 a {
            font-size: 18px;
        }

        .searchPage-wrapper .results p {
            line-height: 20px;
        }

    .searchPage-wrapper .pagination {
        padding-left: 10px;
    }
}

.searchPage-wrapper .CoveoSearchInterface .coveo-results-column.coveo-no-results {
    max-width: 100% !important;
}

.searchPage-wrapper .CoveoQuerySummary div {
    text-align: left !important;
}

.searchPage-wrapper .CoveoQuerySummary ul {
    padding-left: 16px !important;
}

    .searchPage-wrapper .CoveoQuerySummary ul li {
        text-align: left !important;
    }

@media (max-width: 991px) and (min-width: 768px) {
    .searchPage-wrapper.detail-wrapper {
        padding-top: 70px;
    }
}

/***************************************CSS for Search Result Page ends************************************/

.bv-cv2-cleanslate .bv-core-container-233 .bv-head-to-head .bv-content-item p {
    word-break: break-word;
}

.bv-cv2-cleanslate .bv-core-container-239 .bv-head-to-head .bv-content-item p {
    word-break: break-word;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-233 .bv-compat {
    height: auto !important;
}

.productDesc-wrapper .bv-cv2-cleanslate tr {
    outline: none !important;
}

.productDesc-wrapper .bv-write-review-container.bv-write-container {
    /*display: none !important;*/
}

#coupon-area {
    margin-top: 20px;
}


.sitemap-wrapper.detail-wrapper {
    background: none;
}

.sitemap-wrapper a {
    font-weight: 300;
}

.sitemap-wrapper .subHeading a {
    font-weight: bold;
}

.sitemap-wrapper .subHeading {
    color: #00205B;
    font-size: 16px;
    margin-top: 30px;
}

.sitemap-wrapper li a {
    color: #737373;
}

.sitemap-wrapper .subPages {
    margin-top: 30px;
}

.sitemap-wrapper .sitePara {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
}



/*CSS for common bazaar voice*/
.bv-cv2-cleanslate .bv-shared .bv-mbox .bv-mbox-breadcrumb span.bv-mbox-breadcrumb-item,
.bv-cv2-cleanslate .bv-shared .bv-mbox .bv-mbox-breadcrumb span.bv-mbox-breadcrumb-item {
    color: #555 !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-shared .bv-primarySummary-rating-container .bv-rating-stars-on {
    color: #FFC026 !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-shared .bv-summary-bar .bv-rating.bv-text-link,
.productDesc-wrapper .bv-cv2-cleanslate .bv-shared .bv-summary-bar .bv-rating.bv-text-link:active,
.productDesc-wrapper .bv-cv2-cleanslate .bv-shared .bv-summary-bar .bv-rating.bv-text-link:hover {
    font-size: 15px !important;
    color: #737373 !important;
    font-family: "Gotham Rounded A", "Gotham Rounded B" !important;
    font-weight: 500 !important;
    border: none !important;
    padding-right: 0 !important;
    padding-left: 20px !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-shared .bv-inline-rating-container .bv-rating,
.productDesc-wrapper .bv-cv2-cleanslate .bv-shared .bv-inline-rating-container .bv-rating-label {
    font-size: 15px !important;
    color: #737373 !important;
    font-family: "Gotham Rounded A", "Gotham Rounded B" !important;
    font-weight: 500 !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-shared .bv-summary-bar .bv-percent-recommend-container {
    display: none !important;
}

.productDesc-wrapper #BVRRContainer .bv-cv2-cleanslate .bv-shared button.bv-write-review,
.productDesc-wrapper #BVRRContainer .bv-cv2-cleanslate .bv-shared button.bv-write-review:hover,
.productDesc-wrapper #BVRRContainer .bv-cv2-cleanslate .bv-shared button.bv-write-review:focus,
.productDesc-wrapper #BVRRContainer .bv-cv2-cleanslate .bv-shared button.bv-write-review:active {
    background: #fff !important;
    color: #3777C6 !important;
    font-family: "Gotham Rounded A", "Gotham Rounded B" !important;
    font-weight: 700 !important;
    font-size: 17px !important;
    /* position: absolute !important;
    bottom: -1210px !important;*/
    right: 30px !important;
    border: 2px solid #3777C6 !important;
    float: right !important;
    margin-right: 5px !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-shared dl.bv-stars-container {
    display: inline-block !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-shared .bv-summary-bar .bv-action-bar {
    float: none !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-shared .bv-summary-bar .bv-rating-ratio-number {
    padding-right: 0 !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-shared .bv-summary-bar .bv-rating-ratio-count {
    margin-left: -5px !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-shared .bv-section-summary .bv-content-title {
    color: #3777C6 !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    font-family: "Gotham Rounded A", "Gotham Rounded B" !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-shared .bv-section-summary .bv-section-summary-inline .bv-inline-histogram-ratings .bv-histogram-filter-helper {
    color: #83899D !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    font-family: "Gotham Rounded A", "Gotham Rounded B" !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-shared .bv-inline-rating-container .bv-rating-stars-on,
.productDesc-wrapper .bv-cv2-cleanslate .bv-shared .bv-rating-stars-on {
    color: #FFC026 !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-shared .bv-inline-rating-container .bv-rating-stars-on,
.productDesc-wrapper .bv-cv2-cleanslate .bv-shared .bv-inline-rating-container .bv-rating-stars-off {
    font-size: 22px !important;
    padding-left: 4px !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-shared .bv-stars-container dd .bv-rating {
    padding-right: 0 !important;
    padding-left: 25px !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-shared .bv-rating-label {
    margin-left: 0 !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-shared .bv-content-secondary-ratings-value,
.productDesc-wrapper .bv-cv2-cleanslate .bv-shared .bv-secondary-rating-summary-value {
    background-color: #3777C6 !important
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-shared .bv-inline-histogram-ratings td {
    color: #83899D !important;
    font-weight: 600 !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-shared .bv-section-summary .bv-section-summary-inline .bv-secondary-rating-summary .bv-secondary-rating-summary-list .bv-secondary-rating-summary-id,
.productDesc-wrapper .bv-cv2-cleanslate .bv-shared .bv-section-summary .bv-section-summary-inline .bv-secondary-rating-summary .bv-secondary-rating-summary-list .bv-secondary-rating-summary-rating {
    color: #83899D !important;
    font-weight: 600 !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-shared .bv-author {
    font-size: 16px !important;
    color: #7c8187 !important;
    font-weight: bold !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-shared .bv-content-data-summary .bv-content-meta .bv-content-datetime-stamp {
    font-size: 16px !important;
    color: #b1abb5 !important;
    font-weight: bold !important;
    font-style: normal !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-shared .bv-section-summary .bv-content-title-container .bv-content-title {
    color: #0057b8 !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-shared .bv-text-link,
.productDesc-wrapper .bv-cv2-cleanslate .bv-shared .bv-text-link:hover,
.productDesc-wrapper .bv-cv2-cleanslate .bv-shared .bv-text-link:active {
    color: #0057b8 !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-shared .bv-head-to-head a.bv-head-to-head-see-more-positive,
.productDesc-wrapper .bv-cv2-cleanslate .bv-shared .bv-head-to-head a.bv-head-to-head-see-more-positive:hover,
.productDesc-wrapper .bv-cv2-cleanslate .bv-shared .bv-head-to-head a.bv-head-to-head-see-more-positive:active,
.productDesc-wrapper .bv-cv2-cleanslate .bv-shared .bv-content-title {
    font-size: 16px !important;
    color: #0057b8 !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-shared .bv-head-to-head a.bv-head-to-head-see-more-critical,
.productDesc-wrapper .bv-cv2-cleanslate .bv-shared .bv-head-to-head a.bv-head-to-head-see-more-critical:hover,
.productDesc-wrapper .bv-cv2-cleanslate .bv-shared .bv-head-to-head a.bv-head-to-head-see-more-critical:active {
    font-size: 16px !important;
    color: #0057b8 !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-shared .bv-content-summary p,
.productDesc-wrapper .bv-cv2-cleanslate .bv-shared .bv-content-item .bv-feedback-container div {
    font-size: 16px !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-shared span.bv-content-pagination-pages-current,
.bv-cv2-cleanslate .bv-shared span.bv-content-pagination-pages-current,
.productDesc-wrapper .bv-cv2-cleanslate .bv-shared .bv-dropdown-target .bv-dropdown-title {
    color: #0057b8 !important;
    font-size: 16px !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-shared span.bv-content-pagination-pages-current,
.bv-cv2-cleanslate .bv-shared span.bv-content-pagination-pages-current,
.productDesc-wrapper .bv-cv2-cleanslate .bv-shared .bv-dropdown-target .bv-dropdown-title {
    font-weight: bold !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-317 .bv-secondary-rating-summary-bars-container .bv-secondary-rating-summary-bars,
.productDesc-wrapper .bv-cv2-cleanslate .bv-shared .bv-content-secondary-ratings-container {
    background-color: #C3C3C3 !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-shared .bv-action-bar {
    background: #eee !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-shared .bv-action-bar-header {
    color: #3777C6 !important;
    text-transform: uppercase !important;
    font-size: 28px !important;
}

.productDesc-wrapper .ratings .bv-cv2-cleanslate .bv-shared .bv-compat {
    height: 0 !important;
}

/*CSS for Mobile*/
@media (max-width: 767px) {
    .productDesc-wrapper .bv-cv2-cleanslate .bv-shared .bv-action-bar {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .productDesc-wrapper .bv-cv2-cleanslate .bv-shared .bv-action-bar-header {
        font-size: 24px !important;
    }

    .productDesc-wrapper .bv-cv2-cleanslate .bv-shared .bv-inline-rating-container {
        text-align: center !important;
    }

    .productDesc-wrapper .bv-cv2-cleanslate .bv-shared {
        text-align: center !important;
    }

        .productDesc-wrapper .bv-cv2-cleanslate .bv-shared button.bv-write-review,
        .productDesc-wrapper .bv-cv2-cleanslate .bv-shared button.bv-write-review:hover,
        .productDesc-wrapper .bv-cv2-cleanslate .bv-shared button.bv-write-review:focus,
        .productDesc-wrapper .bv-cv2-cleanslate .bv-shared button.bv-write-review:active {
            font-size: 11px !important;
        }

    .bv-cv2-cleanslate .bv-shared .bv-section-summary .bv-section-summary-block .bv-content-title,
    .bv-cv2-cleanslate .bv-shared .bv-section-summary .bv-head-to-head td .bv-content-title {
        text-align: left !important;
    }

    .productDesc-wrapper .bv-cv2-cleanslate .bv-active-filters .bv-active-filter-button-clear {
        margin-top: 5px !important;
    }

    .productDesc-wrapper .bv-cv2-cleanslate .bv-shared .bv-dropdown-arrow {
        right: 6px !important;
    }

    .productDesc-wrapper .bv-cv2-cleanslate .bv-shared .bv-control-bar-count {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .productDesc-wrapper .bv-cv2-cleanslate .bv-filters .bv-content-filter-select-element {
        text-indent: 0 !important;
    }

    .productDesc-wrapper .bv-cv2-cleanslate .bv-shared .bv-dropdown-target {
        padding: 10px 19px 10px 0px !important;
    }
}

/*Important*/
.bv-cv2-cleanslate .bv-shared .bv-head-to-head .bv-content-item p {
    word-break: break-word;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-shared .bv-compat {
    height: auto !important;
}

.productDesc-wrapper .bv-cv2-cleanslate tr {
    outline: none !important;
}

.productDesc-wrapper .bv-write-review-container.bv-write-container {
    /*display: none !important;*/
}
/*CSS for common BV ends*/

@media (max-width: 767px) {
    .register-wrapper .registerForm .consumer-checkbox-wrap {
        padding-left: 30px;
    }
}

@media (min-width: 1600px) {
    .productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 button.bv-write-review,
    .productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 button.bv-write-review:hover,
    .productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 button.bv-write-review:focus,
    .productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 button.bv-write-review:active {
        right: 260px !important;
    }
}

@media (min-width: 1800px) {
    .productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 button.bv-write-review,
    .productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 button.bv-write-review:hover,
    .productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 button.bv-write-review:focus,
    .productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-239 button.bv-write-review:active {
        right: 400px !important;
    }
}

/*CSS for 255 bazaar voice*/
.bv-cv2-cleanslate .bv-core-container-255 .bv-mbox .bv-mbox-breadcrumb span.bv-mbox-breadcrumb-item,
.bv-cv2-cleanslate .bv-core-container-255 .bv-mbox .bv-mbox-breadcrumb span.bv-mbox-breadcrumb-item {
    color: #555 !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 .bv-primarySummary-rating-container .bv-rating-stars-on {
    color: #FFC026 !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 .bv-summary-bar .bv-rating.bv-text-link,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 .bv-summary-bar .bv-rating.bv-text-link:active,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 .bv-summary-bar .bv-rating.bv-text-link:hover {
    font-size: 15px !important;
    color: #737373 !important;
    font-family: "Gotham Rounded A", "Gotham Rounded B" !important;
    font-weight: 500 !important;
    border: none !important;
    padding-right: 0 !important;
    padding-left: 20px !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 .bv-inline-rating-container .bv-rating,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 .bv-inline-rating-container .bv-rating-label {
    font-size: 15px !important;
    color: #737373 !important;
    font-family: "Gotham Rounded A", "Gotham Rounded B" !important;
    font-weight: 500 !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 .bv-summary-bar .bv-percent-recommend-container {
    display: none !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 button.bv-write-review,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 button.bv-write-review:hover,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 button.bv-write-review:focus,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 button.bv-write-review:active {
    background: #fff !important;
    color: #3777C6 !important;
    font-family: "Gotham Rounded A", "Gotham Rounded B" !important;
    font-weight: 700 !important;
    font-size: 17px !important;
    /* position: absolute !important;
    bottom: -1210px !important;*/
    right: 30px !important;
    border: 2px solid #3777C6 !important;
    float: right !important;
    margin-right: 5px !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 dl.bv-stars-container {
    display: inline-block !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 .bv-summary-bar .bv-action-bar {
    float: none !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 .bv-summary-bar .bv-rating-ratio-number {
    padding-right: 0 !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 .bv-summary-bar .bv-rating-ratio-count {
    margin-left: -5px !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 .bv-section-summary .bv-content-title {
    color: #3777C6 !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    font-family: "Gotham Rounded A", "Gotham Rounded B" !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 .bv-section-summary .bv-section-summary-inline .bv-inline-histogram-ratings .bv-histogram-filter-helper {
    color: #83899D !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    font-family: "Gotham Rounded A", "Gotham Rounded B" !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 .bv-inline-rating-container .bv-rating-stars-on,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 .bv-rating-stars-on {
    color: #FFC026 !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 .bv-inline-rating-container .bv-rating-stars-on,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 .bv-inline-rating-container .bv-rating-stars-off {
    font-size: 22px !important;
    padding-left: 4px !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 .bv-stars-container dd .bv-rating {
    padding-right: 0 !important;
    padding-left: 25px !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 .bv-rating-label {
    margin-left: 0 !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 .bv-content-secondary-ratings-value,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 .bv-secondary-rating-summary-value {
    background-color: #3777C6 !important
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 .bv-inline-histogram-ratings td {
    color: #83899D !important;
    font-weight: 600 !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 .bv-section-summary .bv-section-summary-inline .bv-secondary-rating-summary .bv-secondary-rating-summary-list .bv-secondary-rating-summary-id,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 .bv-section-summary .bv-section-summary-inline .bv-secondary-rating-summary .bv-secondary-rating-summary-list .bv-secondary-rating-summary-rating {
    color: #83899D !important;
    font-weight: 600 !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 .bv-author {
    font-size: 16px !important;
    color: #7c8187 !important;
    font-weight: bold !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 .bv-content-data-summary .bv-content-meta .bv-content-datetime-stamp {
    font-size: 16px !important;
    color: #b1abb5 !important;
    font-weight: bold !important;
    font-style: normal !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 .bv-section-summary .bv-content-title-container .bv-content-title {
    color: #0057b8 !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 .bv-text-link,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 .bv-text-link:hover,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 .bv-text-link:active {
    color: #0057b8 !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 .bv-head-to-head a.bv-head-to-head-see-more-positive,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 .bv-head-to-head a.bv-head-to-head-see-more-positive:hover,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 .bv-head-to-head a.bv-head-to-head-see-more-positive:active,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 .bv-content-title {
    font-size: 16px !important;
    color: #0057b8 !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 .bv-head-to-head a.bv-head-to-head-see-more-critical,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 .bv-head-to-head a.bv-head-to-head-see-more-critical:hover,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 .bv-head-to-head a.bv-head-to-head-see-more-critical:active {
    font-size: 16px !important;
    color: #0057b8 !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 .bv-content-summary p,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 .bv-content-item .bv-feedback-container div {
    font-size: 16px !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 span.bv-content-pagination-pages-current,
.bv-cv2-cleanslate .bv-core-container-255 span.bv-content-pagination-pages-current,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 .bv-dropdown-target .bv-dropdown-title {
    color: #0057b8 !important;
    font-size: 16px !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 span.bv-content-pagination-pages-current,
.bv-cv2-cleanslate .bv-core-container-255 span.bv-content-pagination-pages-current,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 .bv-dropdown-target .bv-dropdown-title {
    font-weight: bold !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 .bv-secondary-rating-summary-bars-container .bv-secondary-rating-summary-bars,
.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 .bv-content-secondary-ratings-container {
    background-color: #C3C3C3 !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 .bv-action-bar {
    background: #eee !important;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 .bv-action-bar-header {
    color: #3777C6 !important;
    text-transform: uppercase !important;
    font-size: 28px !important;
}

.productDesc-wrapper .ratings .bv-cv2-cleanslate .bv-core-container-255 .bv-compat {
    height: 0 !important;
}

/*CSS for Mobile*/
@media (max-width: 767px) {
    .productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 .bv-action-bar {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 .bv-action-bar-header {
        font-size: 24px !important;
    }

    .productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 .bv-inline-rating-container {
        text-align: center !important;
    }

    .productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 {
        text-align: center !important;
    }

        .productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 button.bv-write-review,
        .productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 button.bv-write-review:hover,
        .productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 button.bv-write-review:focus,
        .productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 button.bv-write-review:active {
            font-size: 11px !important;
        }

    .bv-cv2-cleanslate .bv-core-container-255 .bv-section-summary .bv-section-summary-block .bv-content-title,
    .bv-cv2-cleanslate .bv-core-container-255 .bv-section-summary .bv-head-to-head td .bv-content-title {
        text-align: left !important;
    }

    .productDesc-wrapper .bv-cv2-cleanslate .bv-active-filters .bv-active-filter-button-clear {
        margin-top: 5px !important;
    }

    .productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 .bv-dropdown-arrow {
        right: 6px !important;
    }

    .productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 .bv-control-bar-count {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .productDesc-wrapper .bv-cv2-cleanslate .bv-filters .bv-content-filter-select-element {
        text-indent: 0 !important;
    }

    .productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 .bv-dropdown-target {
        padding: 10px 19px 10px 0px !important;
    }
}

/*Important*/
.bv-cv2-cleanslate .bv-core-container-255 .bv-head-to-head .bv-content-item p {
    word-break: break-word;
}

.productDesc-wrapper .bv-cv2-cleanslate .bv-core-container-255 .bv-compat {
    height: auto !important;
}

.productDesc-wrapper .bv-cv2-cleanslate tr {
    outline: none !important;
}

.productDesc-wrapper .bv-write-review-container.bv-write-container {
    /*display: none !important;*/
}
/*CSS for 255 BV ends*/


.error500 .error-wrapper.detail-wrapper {
    margin-top: 130px;
}

.error500 .header-wrapper {
    height: 130px;
}

@media (max-width: 990px) {
    .error500 .error-wrapper.detail-wrapper {
        margin-top: 0px;
    }

    .error500 .header-wrapper {
        height: 75px;
    }
}
