﻿/*global.css 20141215(cleanup)
@authors jamnas & shivakumara ks
TOC
    sitecore style overrides
    bootstrap overrides
    nonjs-alert
    common-elements
        global page header
        main menu
        sub menu
        second menu
        main homepage body
        carousel
        promos
        css for page elements
        page footer
    scroll-pane
    uniform.agent.min.css
    browser overrides
    Should update with GM1.9 comments
*/
body {
    padding: 0px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    min-width: 1024px;
    overflow-x: auto;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
}

/* GM1.10.1 defining default/initial styling for tags generated by RTE */
div, p, table, h1, h2, h3, h4, h5, h6, hr, ul, ol, object {
    display: block;
}

span, img, a, sub, sup, br {
    display: inline;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

blockquote {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 40px;
    margin-right: 40px;
}

span {
    word-wrap: break-word;
}

div, p, h1, h2, h3, h4, h5, a, span {
    word-wrap: break-word;
}

ul { /* unless exclusively styled, uls are all used for stacking containers left to right */
    list-style-type: none;
    margin: 0;
}

a:hover, a:focus {
    color: #000;
    text-decoration: none;
}

.visuallyhidden, .vh { /* visually hide, but still make it available for dom */
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.skip-link { /* skip links are for screen readers */
    left: 0;
    position: absolute;
    text-indent: -9999px;
    top: 0;
}

/* start: sitecore style overrides */
.scChromeToolbar {
    z-index: 99999;
}

.scWebEditInput.scEnabledChrome[contentEditable="true"] {
    z-index: 99999;
}

div.scLooseFrameZone {
    overflow-y: inherit;
}

.submenuHid {
    display: none;
}

.submenuVis {
    display: block;
}

.scSortingHandle, .scInsertionHandle {
    z-index: 99999;
}

.scEmptyImage {
    min-height: 16px;
    min-width: 16px;
}

.scEmptyPlaceholder {
    border: 2px solid #333;
}

.utility-fix {
    min-height: 30px;
}

.scHoverFrameSideVertical {
    z-index: 1030;
}

.scHoverFrameSideHorizontal {
    z-index: 1030;
}

.scFrameSideHorizontal {
    z-index: 1030;
}

.row-fluid .span9 {
    width: 76%;
}

.scFrameSideVertical {
    z-index: 1030;
}
/* end: sitecore style overrides */

/* start: bootstrap overrides */
.row-fluid [class*="span"] {
    margin-left: 0;
    min-height: 0px;
}

.row-fluid .span2-2 {
    width: 19.894%;
}

.row-fluid .span3-2 {
    width: 20%;
    float: left;
}

.row-fluid .span4-2 {
    width: 40%;
    float: left;
}

.row-fluid .span6-2 {
    width: 60%;
    float: left;
}

.row-fluid .span9-2 {
    width: 80%;
    float: left;
}

    .brand-bar .thumbnails > li {
        padding: 10px 1%;
        margin: 0px;
        font-size: 0.857em;
    }

        .brand-bar .thumbnails > li > a {
            color: #626262;
            font-size: 0.857em;
        }

            .brand-bar .thumbnails > li > a:hover {
                color: #fff;
                text-decoration: none;
            }

.error {
    border: none;
}

form { /* form elements */
    margin: 0px;
}

label {
    display: inline;
}

.search-label {
    position: absolute;
    text-indent: -2000px;
    text-align: left;
    z-index: -25;
}

input.search-query {
    padding-left: 0px;
    outline: none;
}

.dropdown {
    position: relative;
}

.btn {
    color: #fff;
    text-shadow: none;
    padding: 4px 10px;
}

.ie9 .btn {
    margin-left: 8px;
}

.nav > li > a {
    color: #000;
    text-decoration: none;
    font-family: Verdana, sans-serif;
    font-size: 0.85em;
    padding: 2px 0;
}

    .nav > li > a:hover {
        background: none;
        color: #000;
        font-family: Verdana, sans-serif;
        font-size: 0.85em;
        padding: 2px 0;
    }

.carousel {
    margin-bottom: 0;
}

.ie9.carousel {
    padding-bottom: 5px;
}

.carousel .btn {
    background: none repeat scroll 0 0 #D30000;
    border: 1px solid #460106;
    margin: 5px 0 0 14px;
}

    .carousel .btn:hover {
        background: none repeat scroll 0 0 #D30000;
        border: 1px solid #460106;
    }

.carousel-inner .item:first-child .btn {
    left: 267px;
    position: relative;
    top: 63px;
}

.carousel-inner .item:first-child + .item h2 {
    color: #000000;
    left: 412px;
    position: relative;
}

.carousel-inner .item:first-child + .item p {
    color: #000000;
    left: 412px;
    position: relative;
}

.carousel-inner .item:first-child + .item .btn {
    left: 477px;
    position: relative;
    top: -44px;
}

.carousel-inner > .item > img {
    margin: 0 auto;
}

.carousel-indicators {
    bottom: 10px;
    left: 48%;
    z-index: 1;
}

    .carousel-indicators li {
        background-color: transparent;
        background-image: none;
        background-repeat: no-repeat;
        border-radius: 0;
        cursor: pointer;
        height: 17px;
        text-indent: 0;
        width: 16px;
    }

    .carousel-indicators .active {
        cursor: pointer;
        background-image: none;
        background-repeat: no-repeat;
        background-color: transparent;
    }

.carousel-control-left {
    background-image: none;
    background-repeat: no-repeat;
    height: 56px;
    width: 29px;
}

.carousel-control-right {
    background-image: none;
    background-repeat: no-repeat;
    height: 54px;
    width: 29px;
}

.carousel-control {
    border: 0 solid #FF0000;
    border-radius: 0;
    left: 0;
    z-index: 7;
    background-color: transparent;
}

.ie9.carousel-control {
    filter: inherit;
}

.ie9 .carousel-control:hover, .ie9 .carousel-control:focus {
    filter: inherit;
}

.carousel-control.right {
    right: 5px;
}

.modal { /* bootstrap modal overlay */
    top: 23%;
    background-color: #070707;
    border: 1px solid #5a5a5a;
}

.close {
    opacity: 1;
}
/* end: bootstrap overrides */

/* start: nonjs-alert */
.nojs-alert-wrapper {
    display: none;
    background: #ffff99;
    color: #000000;
    padding: 5px 0;
    font-size: 0.875em;
    font-weight: bold;
}

.no-js .nojs-alert-wrapper {
    display: block;
}

.nojs-alert {
    width: 950px;
    margin: 0 auto;
    text-align: center;
}

    .nojs-alert a {
        color: #0000aa;
        text-decoration: underline;
    }
/* end: nonjs-alert*/

.carousel-inner {
    margin: auto;
}

.container-wrap {
    width: 960px;
    margin: 0 auto;
}

.weather-icon.span4 {
    padding: 20px 10px 10px;
}

.wearther-wrapper .thumbnail {
    display: inline-block;
}

.wearther-wrapper {
    background: transparent;
    margin: 0px 10px 10px;
    width: 940px;
}

.weather-temp-show {
    color: #000000;
    font-size: 2em;
    padding: 8px 18px;
    text-align: center;
}

.weather-details .divCity {
    color: #000000;
}

.wearther-wrapper h3 {
    line-height: 26px;
}

.weather-location {
    padding: 10px;
    float: left;
    margin-top: 7px;
}

.weathericon {
    padding: 17px 10px 10px;
}

.weather-time {
    color: #000000;
    padding: 5px 10px;
}

.weather-search {
    padding-left: 10px;
    padding-top: 11px;
}

.wearther-wrapper .products-container.list a {
    color: #000000;
    font-size: .7em;
    font-weight: normal;
}

.wearther-wrapper .divmessage {
    font-weight: bold;
    font-size: 1.2em;
}

.products-container .product-image {
    float: left;
    width: 30%;
    padding: 4px;
}

.products-container .thumbnail .caption {
    color: #555555;
    float: left;
    padding: 5px;
    width: 63%;
}

    .products-container .thumbnail .caption > h3 {
        line-height: 17px;
        padding-left: 0;
    }

    .products-container .thumbnail .caption .rating {
        float: left;
    }

    .products-container .thumbnail .caption .reviewtxt {
        color: #FFFFFF;
        left: 3px;
        position: relative;
        top: 1px;
    }

    .products-container .thumbnail .caption .product-description {
        color: #FFFFFF;
        clear: both;
    }

    .products-container .thumbnail .caption .product-price {
        color: #FFFFFF;
    }

.smart-search-container {
    padding-top: 5px;
}

    .smart-search-container > label {
        color: #FFFFFF;
        font-size: 1em;
        float: left;
        width: 100%;
    }

.smart-suggestion-container {
    background: #fff;
    width: 67%;
    position: relative;
    top: -9px;
    cursor: pointer;
}

.weather-error-msg {
    color: red;
}

.weather-save-btn {
    float: left;
    width: 88px;
}

.span3.tile-separate {
    width: 100%;
}

.weather-save-btn .save-btn {
    background: none repeat scroll 0 0 #CCCCCC;
    color: #000000;
    padding: 5px 20px;
}

    .weather-save-btn .save-btn:hover {
        color: #000;
    }

.weather-search .cancel-btn {
    color: #FFFFFF;
    float: left;
    padding: 0 10px;
    position: absolute;
    width: 60px;
}

.span1.cart-icon.cart_icon-section.pull-right {
    bottom: 49px;
    position: relative;
    width: auto;
}

#ambiguous-poup > div.weather-search-ambiguous {
    color: #fff;
    padding: 10px;
}

    #ambiguous-poup > div.weather-search-ambiguous > div.ambiguous-result > ul > li a {
        color: #fff;
    }

.container-style {
    background: none repeat scroll 0 0 #333333;
}

.container-bg {
    margin: 0 auto;
    width: auto;
    background: none repeat scroll 0 0 #ffffff;
}

.container-fix {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}

.header-fix {
    margin: 0 auto;
    width: 100%;
}

.carosel-fix {
    margin: 0 auto;
    width: 100%;
}

.div-position {
    position: relative;
}

.image-siz-fix {
    max-width: none; /* removing image max width */
}

.callout-wrapper {
    margin: 0 auto;
    width: 100%;
    padding: 0px 0;
}

.container-wrap-footer {
    margin: 0 auto;
    width: 960px;
    min-height: 376px;
}

#page-wrapper {
    max-width: 950px;
    margin: 0 auto;
}

#page-header-wrapper,
#page-footer-wrapper {
    height: 25px;
    background-color: #1d6fc1;
    color: #fff;
    padding: 75px;
    font-size: 1.5em;
}

#page-footer-wrapper {
    background-color: #0b59a8;
}

/* start: global page header */
.header {
    width: 960px;
    margin: 0 auto;
    padding: 0 0 0px 0;
}

.brand-bar {
    background: none repeat scroll 0 0 transparent;
    border-radius: 0 0 10px;
    padding: 0 0 0 10px;
    height: auto;
    width: auto;
}

.social-media .thumbnails li {
    color: #333;
    margin: 0;
}

.country_btn {
    background: none;
    border: 0px solid red;
}

.btn-lang-link {
    text-align: right;
}

    .btn-lang-link a {
        color: #000;
        font-size: 0.857em;
    }

        .btn-lang-link a:hover {
            color: #000;
            text-decoration: underline;
        }

.sign-style {
    padding: 0px 20px 0px 0px;
    color: #FFFFFF;
}

    .sign-style a {
        color: #000;
        font-size: 0.857em;
    }

        .sign-style a:hover {
            color: #000;
        }

.brand-logo {
    margin-left: 10.6383%;
    margin-top: 7%;
    position: relative;
    top: 22px;
}

#page-footer .margin-for-join-btn > div.pull-right {
    width: auto;
}


.brand-logo-center {
    margin-top: 10px;
    float: right;
}

.input-feild {
    float: right;
    position: relative;
}

.input-feild-size {
    border: 0px;
    border-radius: 0px; /* override if require, bootstrap input style */
    max-width: 200px;
    min-width: 160px;
}

.search_btn {
    background-color: transparent;
    width: 25px;
    height: 26px;
    border: 0 none;
    float: left;
    margin: 0px 0 0 0;
}

.search-icon-section {
    float: right;
}

.margin-for-text-field {
    margin: 5px 5px 0 0;
    width: 28%;
}

.margin_for_h4 {
    margin: 10px 0 0px 0;
}

.brand_link {
    color: #8598a5;
    font-size: 0.875em;
}


.divider-vertical {
    border-right: 1px solid #795880;
    float: left;
    height: 20px;
}

.font-siz-for-tearm {
    font-size: 11px;
    padding-left: 10px;
}

.color-for-at {
    color: #999;
}

.link-control {
    padding: 0px;
    margin: 0px;
}

.span9 .breadcrumb {
    background: transparent;
    color: #00CCFF;
}

    .span9 .breadcrumb a {
        color: #00CCFF;
        font-family: "Myriad Pro", Myriad, Arial, sans-serif;
        margin: 0 5px 0 5px;
    }
/* start: main menu */
.nav-background {
    background: transparent;
    border-radius: 5px 0 0 5px;
}

.nav-pull-up {
    margin: 0;
    z-index: 8;
    padding-bottom: 0px;
}

.nav-pull-left {
    margin: 10px 18px 0 18px;
}

.nav-pull-down {
    margin: 10px 18px 0 18px;
}

.nav-pull-up4-variant-c {
    position: relative;
    margin: -35px 0px 0 0;
    z-index: 8;
}

.margin4_menu_section {
    margin: 0px 18px;
}

.margin4_nav {
    margin: 10px 0px 0 0;
}



.cart_icon {
    float: right;
    height: 35px;
    position: relative;
    right: 10px;
    top: 3px;
    width: 30px;
}

.cart_icon_text {
    font-weight: bold;
    position: relative;
    float: left;
    font-size: 11px;
    z-index: 99;
}

.margin4-variant-c {
    margin: 0 0 5px 0;
}
    .varian-c ul.menu li a {
        padding: 9px 40px;
        background: transparent;
    }

    .varian-c ul.menu {
        background: transparent;
    }

.shop-cart-menu4-variant-c {
    margin: 5px 0 0 0;
}

    .shop-cart-menu4-variant-c > li > a {
        color: #000;
    }

.font-weight {
    font-weight: bold;
}

.variant-D {
    float: none;
    margin: 0 auto;
    width: 68%;
}

ul.menu {
    padding: 0;
    position: relative;
    list-style-type: none;
}

    ul.menu > li {
        float: left;
        position: relative;
    }

ul.menu li ul.sub-menu {
    position: absolute;
    width: 828px;
    left: 0;
    display: none;
    z-index: 900;
}

ul.menu, ul.menu ul.sub-menu {
    padding: 0;
    margin: 0;
}

ul.menu li, ul.menu ul.sub-menu li {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: inline-table;
    float: left;
}

    ul.menu ul.sub-menu li.hide {
        display: none;
    }
/* To remove bullets from sub menu li item : IE fix */
ul.menu ul.sub-menu li{
	list-style-image : url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") !important
}
.sub-menu .menu-ph {
    margin-right: 15px;
}

    .sub-menu .menu-ph a {
        padding-left: 0px;
    }

.sub-menu li {
    list-style-type: none;
    display: inline-block;
    width: 168px;
    padding-left: 15px;
}

/* link appearance */
ul.menu li a, ul.menu li ul.sub-menu li a {
    color: #FFFFFF;
    text-decoration: none;
    padding: 10px 17px 5px;
    display: inline-block;
}

/* start: make the parent of sub-menu relative */
.sub-menu-items {
    text-decoration: none;
    color: #fff;
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: inline-block;
}

    .sub-menu-items li {
        text-decoration: none;
        color: #d4aa54;
        width: 100%;
        display: inline-block;
        padding-left: 0;
    }

        .sub-menu-items li a {
            text-decoration: none;
            color: #CCCCCC; /* override if require, sub menu items link color */
            width: 100%;
            font-weight: normal;
            display: inline-block;
            font-size: 0.9em;
        }

ul.menu li {
    color: #fff;
}

    ul.menu li:hover {
        background: none;
    }

        ul.menu li:hover a {
            color: #fff;
        }

    ul.menu li a {
        color: #394551;
        font-size: 1em;
        font-weight: normal;
        text-transform: uppercase;
    }

        ul.menu li a:hover {
            font-weight: normal;
            background: none;
            color: #fff;
            border-radius: 0px;
        }

    ul.menu li ul li:hover {
        background: none;
    }

.sub-menu {
    background-color: #333333;
    font-weight: bold;
    font-size: 1em;
}

/* sub menu */
ul.menu li:hover ul.sub-menu {
    display: none;
}

.sub-menu li a:hover {
    background: none;
}
/* second  menu */
ul.menu-second {
    float: left;
    padding: 0;
    position: relative;
    list-style-type: none;
}

    ul.menu-second > li {
        float: left;
        position: relative;
    }

.main {
    width: 980px;
    margin: 0 auto;
    border: 1px solid red;
    height: 500px;
}

ul.menu-second li ul.sub-menu-second {
    position: absolute;
    width: 900px;
    left: 0;
    display: none;
    z-index: 900;
}

ul.menu-second, ul.menu-second ul.sub-menu {
    padding: 0;
    margin: 0;
}

ul.menu-second li, ul.menu-second ul.sub-menu-second li {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: inline-table;
    float: left;
}

.sub-menu-second li {
    width: 168px;
    list-style-type: none;
    display: inline-block;
    padding: 0 0 0 1%;
}

/* link Appearance */
ul.menu-second li a, ul.menu-second li ul.sub-menu li a {
    text-decoration: none;
    padding: 10px 10px 5px;
    display: inline-block;
}

.sub-menu-second li a {
    text-decoration: none;
    color: #000;
    padding: 10px 10px 5px;
    display: inline-block;
    background: transparent;
    font-weight: normal;
}
/* end: make the parent of sub-menu relative */

ul.menu-second li {
    color: #000;
}

    ul.menu-second li a {
        color: #394551;
        font-weight: normal;
        font-size: 1em;
        cursor: pointer;
    }

        ul.menu-second li a:hover {
            font-weight: normal;
            font-size: 1em;
            background: #333333;
            color: #fff;
        }

.sub-menu-second {
    background-color: #333333;
    font-weight: bold;
    font-size: 1em;
}

ul.menu-second li:hover ul.sub-menu-second {
    display: none;
}

.line-row-new {
    float: left;
    width: 100%;
}

.broder-right-bottom {
    border-right: 0px solid #000;
    padding: 7px 2%;
}

.related-brand-bar .thumbnails li:first-child {
    color: #FFFFFF;
}

.line-row {
    float: left;
    width: auto;
}

.view-all-section {
    clear: both;
    float: left;
    padding: 10px;
}

    .view-all-section a {
        color: #ccc; /* override if require, font color */
        bottom: 0px;
        left: 0px;
        font-size: 0.85em;
        background: none;
    }

        .view-all-section a:hover {
            color: #fff; /* override if require, font color */
            background: none;
        }

ul.sub-menu {
    padding: 0 0 24px 0; /* override if require, gap between sub menu items */
    min-width: 120px;
    z-index: 99999;
    margin: 0;
}

ul.sub-menu-second {
    padding: 0 0 24px 0; /* override if require, gap betwenn sub menu items */
    min-width: 120px;
    margin: 0;
}

.sub-menu li a {
    color: #fff;
    padding: 2px 5px 2px 15px;
    text-decoration: none;
    display: inline-block;
    background: transparent;
    font-weight: normal;
    text-transform: none;
}
/* end: main menu */

.country-selector-light-box {
    border-radius: 6px;
    width: auto;
    padding: 10px;
    max-width: 50%;
    margin-left: -25%;
}

.country-selector-light-box-simple {
    background: none repeat scroll 0 0 #070707;
    border: 1px solid #5A5A5A;
    border-radius: 6px;
    max-width: 50%;
    min-width: 10%;
    padding: 10px;
    width: auto;
}

.menu-pic {
    max-width: 158px; /* override if require, sitecore image size */
    width: 100%;
    height: 100%;
    min-width: 158px; /* override if require, sitecore image size */
}

.margin-left-4simple {
    margin-left: 6%;
}

.country-section-heading {
    width: 100%;
    background-image: none;
    background-repeat: repeat-x;
    font-family: verdana, sans-serif;
    height: 30px;
    font-size: 0.875em;
    padding: 5px 0px 5px 5px;
    color: #fff;
    margin: 5px 0 0 0;
    font-weight: bold;
    text-align: left;
}

.margin4-country {
    margin-top: 10px;
    padding-left: 10px;
}

.img-control > li > a {
    font-size: 0.875em;
    color: #fff;
    text-decoration: none;
}

    .img-control > li > a:hover {
        font-size: 0.875em;
        color: #fff;
        text-decoration: none;
        padding: 2px 0;
    }

    .img-control > li > a > img {
        margin-right: 5px;
    }

#text-feild-pop-up {
    background-image: none;
    background-repeat: repeat-y;
    background-position: top left;
    text-align: left;
    display: none;
    position: absolute;
    right: 0px;
    width: 100%;
    top: 27px;
    z-index: 9999;
}

.search-result {
    padding: 10px 0 0 12px;
}

    .search-result p {
        width: 100%;
        padding: 2px 0px;
        margin: 0px;
        font-size: 0.857em;
    }

        .search-result p a {
            padding: 0px;
            margin: 0px;
            font-size: 0.85em;
            text-decoration: none;
            color: #d4aa54;
            font-family: verdana, sans-serif;
        }

    .search-result .head {
        font-weight: bold;
        color: #808285;
    }

.border-4-search-pop {
    margin: 5px 0px;
}

    .border-4-search-pop .head {
        font-weight: bold;
        color: #fff;
        font-family: verdana, sans-serif;
        font-size: 0.75em;
    }

.margin-4-search-result {
    margin: 0 0 15px 0;
    font-size: 0.857em;
    padding: 0px;
}

.link-4-search-result {
    color: #d4aa54;
    text-decoration: none;
    font-family: verdana, sans-serif;
    font-size: 1.0em;
    line-height: 18px;
}

    .link-4-search-result:hover {
        color: #d4aa54;
        font-family: verdana, sans-serif;
        text-decoration: none;
        font-size: 1.0em;
    }

.veiw-search {
    color: #d4aa54;
    padding: 10px 0;
}

    .veiw-search a {
        color: #d4aa54; /* override if require, font color */
    }

.text-alignment {
    margin: 0;
    padding: 0 0 0 14px;
}

.text-edit-mode {
    background-color: #344954; /* override if require, background color in editmode */
    border-bottom: 1px solid #D6DBDD; /* override if require, border color in editmode */
    border-left: 1px solid #D6DBDD; /* override if require, border color in editmode */
    border-top: 1px solid #D6DBDD; /* override if require, border color in editmode */
    color: #9B9B9B; /* override if require, font color in editmode */
    float: left;
    font-size: 12px;
    height: 24px;
    max-width: 215px;
    min-width: 174px;
    text-align: left;
}

.modal-sample {
    width: 320px;
    left: 36%;
    margin-left: 0px;
}

.header .row-fluid .span2 {
    width: auto;
}

.contry-selector-sign-bg {
    padding: 0 10px;
    width: auto; /*over writing width size we are used   */
    background: none;
}

.dropdown .caret {
    margin-top: 9px;
    margin-left: 3px;
}

.caret {
    border-top: 7px solid #FFFFFF;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    margin-top: 10px;
    margin-left: 0px;
}

.logo-search-secion {
    float: left;
}

.sepration-for-country {
    margin-right: 10px;
}

.search-box-style {
    background: none;
    box-shadow: none;
    height: 23px;
    padding: 0 0 0 10px;
    color: #FFFFFF;
}

.border-img-4-search-pop {
    background-image: none;
    background-position: top left;
    background-repeat: no-repeat;
}

*/
.cart-item {
    color: #000;
    font-size: 0.65em;
    float: right;
    top: -16px;
    position: relative;
    font-family: verdana, sans-serif;
    right: -2px;
    font-weight: bold;
    z-index: 100;
}

.social-pic {
    height: 30px;
    width: 30px;
}

.cart-align {
    background: none repeat scroll 0 0 #D0D4D7;
    border-radius: 0 5px 5px 0;
    margin-right: 0;
}

.flag-align {
    width: 16px;
    height: 16px;
    float: left;
}

.flag-content-align {
    float: left;
    padding: 0 0 0 4px;
    width: 82%;
    text-align: left;
}

.img-control li {
    float: left;
    width: 100%;
}

    .img-control li a {
        float: left;
        width: 100%;
    }

    .logo h1 {
        padding: 0px;
        margin: 0px;
        line-height: 18px;
    }

.search-pic-fix {
    width: 100%; /* override if require, image size from sitecore */
    max-width: 28px; /* override if require, image size from sitecore */
    max-height: 28px; /* override if require, image size from sitecore */
}

.country-close {
    left: 15px;
    opacity: 1000;
    position: relative;
    margin-top: -20px;
}

.brand-bar-pic-fix {
    max-width: 30px;
    height: 20px;
}

.related-brand-bar {
    background: none repeat scroll 0 0 #797E82;
    float: left;
    margin: 0 10px;
    width: 100%;
}

.country-selector {
    background: none;
    position: relative;
}

.sign-style.newsletter a {
    border-right: 1px solid white;
    padding-right: 10px;
}

.thumbnails .brand-color {
    color: #394551;
    text-transform: uppercase;
}
/* end : page header */

/* start: main homepage body */
/* for carousel */
.carousel-bg {
    background: transparent;
}

.slider-text {
    position: absolute;
    top: 15%;
    left: 15%;
}

    .slider-text h1 {
        padding: 0px;
        margin: 0px;
        font-weight: bold;
        font-size: 2.143em;
        color: #58585a;
        text-align: left;
    }

    .slider-text p {
        padding: 0px;
        margin: 0px 0 10px 0;
        font-size: 1.286em;
        color: #58585a;
        text-align: left;
        width: 50%;
        line-height: 20px;
    }

.slider-img {
    min-height: 250px;
    max-height: 100%;
}

.square li {
    cursor: pointer;
    border-radius: 0px;
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    height: 18px;
    width: 18px;
}

.square .active {
    cursor: pointer;
    background-image: none;
    background-repeat: no-repeat;
    background-color: transparent;
}

.number li {
    cursor: pointer;
    border-radius: 0px;
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    height: 18px;
    width: 18px;
    color: #E7DFB9;
}

.number .active {
    color: red;
    cursor: pointer;
    background-image: none;
    background-repeat: no-repeat;
    background-color: transparent;
}

.carousel-vertical-control {
    border: 0px;
    border-radius: 0px;
    opacity: 1;
    background-color: transparent;
    width: 50px;
    height: 48px;
}

    .carousel-vertical-control.left {
        top: 0px;
        margin-top: 0px;
        left: 48%;
        background-image: none;
        background-repeat: no-repeat;
    }

    .carousel-vertical-control.right {
        bottom: 0px;
        margin-top: -50px;
        left: 48%;
        top: 100%;
        background-image: none;
        background-repeat: no-repeat;
    }

.carousel-indicators-vertical {
    width: 30px;
    right: 10px;
    left: auto; /* override if require, left postion from bootstrap */
}

    .carousel-indicators-vertical li {
        margin-bottom: 5px;
    }

.home-page-carousel {
    max-width: 100%;
    margin: 0 auto;
}

.pic-controle {
    float: left;
    margin-left: 4%; /* override if require, left postion from bootstrap */
    display: none;
}

.slider-text-second {
    margin-left: 0%; /* override if require, left postion from bootstrap */
}

.slide-control-right {
    width: 70%;
    height: 401px;
    float: right;
    display: table;
}

.slide-control-cont-right {
    display: table-cell;
    vertical-align: middle;
}

.slide-control-left {
    width: 70%;
    height: 401px;
    float: left;
    display: table;
}

.slide-control-cont-left {
    display: table-cell;
    vertical-align: middle;
}

.slide-control-bottom {
    width: 70%;
    height: 401px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.slide-control-cont-bottom {
    display: table-cell;
    vertical-align: bottom;
}

.slide-control-top {
    width: 70%;
    height: 401px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.slide-control-cont-top {
    display: table-cell;
    vertical-align: top;
}


.slider-text-second h1 {
    padding: 0px;
    margin: 0px;
    font-weight: bold;
    font-size: 3.143em;
    color: #4e2a83;
    text-align: left;
    line-height: 50px;
}

.slider-text-second h2 {
    color: #FFCC99;
    font-size: 2.2em;
    font-weight: normal;
    line-height: 36px;
    margin: 0;
    padding: 57px 0 0 75px;
    text-align: left;
    text-transform: uppercase;
}


.slider-text-second p {
    color: #FFFFFF;
    font-size: 1.286em;
    line-height: 22px;
    margin: 5px 0 10px;
    padding: 5px 0 0 77px;
    text-align: left;
    width: 71%;
}

.fw-normal {
    font-weight: normal;
}

.read-review {
    color: #d4aa54;
}

    .read-review a {
        color: #d4aa54;
        font-size: 0.65em;
        text-decoration: none;
    }

.learn-more-btn, .btn.btn-inverse.margin-for-callout-btn {
    font-weight: bold;
    background: linear-gradient(0deg, rgb(180, 178, 173) 5%, rgb(194,180,112) 53%, rgb(238,231,201) 77%);
    background: -o-linear-gradient(0deg, rgb(145,128,96) 5%, rgb(194,180,112) 53%, rgb(238,231,201) 77%);
    background: -moz-linear-gradient(0deg, rgb(145,128,96) 5%, rgb(194,180,112) 53%, rgb(238,231,201) 77%);
    background: -webkit-linear-gradient(0deg, rgb(145,128,96) 5%, rgb(194,180,112) 53%, rgb(238,231,201) 77%);
    background: -ms-linear-gradient(0deg, rgb(145,128,96) 5%, rgb(194,180,112) 53%, rgb(238,231,201) 77%);
    background: -webkit-gradient( linear, left bottom, left top, color-stop(0.05, rgb(145,128,96)), color-stop(0.53, rgb(194,180,112)), color-stop(0.77, rgb(238,231,201)) );
}

    .learn-more-btn a {
        color: #000;
    }

        .learn-more-btn a:hover {
            color: #333;
        }

.btn a {
    color: #ffcc99;
}

    .btn a:hover {
        color: #ffcc99;
    }

.learn-more-btn:hover,
.learn-more-btn:focus,
.btn.btn-inverse.margin-for-callout-btn:hover,
.btn.btn-inverse.margin-for-callout-btn:focus {
    background-position: 0;
    transition: none;
    font-weight: bold;
    background-color: #a39362;
}

.slider-video-btn {
    left: 50%;
    margin-top: 9%;
}

.play-btn a {
    color: #fff;
}

.slider-text-without-pic-edit {
    position: absolute;
    right: 0;
    top: 0;
    width: 95%;
}

.video-close {
    position: relative;
    left: 26px;
    margin-top: -23px; /* override if require, top postion from bootstrap */
}

.slider-text-without-pic {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    width: 100%;
}

/* start: vertical carousel */
.carousel.vertical .carousel-inner {
    height: 100%;
}

.carousel.vertical .item {
    -webkit-transition: 0.6s ease-in-out top;
    -moz-transition: 0.6s ease-in-out top;
    -ms-transition: 0.6s ease-in-out top;
    -o-transition: 0.6s ease-in-out top;
    left: 0;
}

.carousel.vertical .active,
.carousel.vertical .next.left,
.carousel.vertical .prev.right {
    top: 0;
}

    .carousel.vertical .next,
    .carousel.vertical .active.right {
        top: 100%;
    }

    .carousel.vertical .prev,
    .carousel.vertical .active.left {
        top: -100%;
    }
/* end: vertical carousel */

/* start: carousel */
.border-zero {
    background-color: rgba(0, 0, 0, 0);
    border: 0 none;
    margin-bottom: 0;
    padding: 0;
}

.callout-wrapper .btn-link a {
    color: #fff;
    position: relative;
    top: -10px;
}

    .callout-wrapper .btn-link a:hover {
        color: #fff;
        text-decoration: none;
    }


.content {
    padding: 0 0 0 0px;
    line-height: 18px;
    font-size: 0.975em;
    color: #fff;
    word-wrap: break-word;
    min-height: 133px;
}

/* start: promo */
.one-colum-layout {
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
}

.one-colum-layout-edit {
    position: absolute;
    top: 0px;
    width: 95%;
    right: 0px;
    padding: 0px 0px;
}

.onelayout-heading {
    color: #fff;
    font-family: inherit;
    font-weight: normal;
    line-height: 20px;
    margin: 0px 0 14px 0;
    text-rendering: optimizelegibility;
    font-size: 1.286em;
    padding: 20px 0 0 15px;
    min-height: 40px;
}

.position-relative {
    position: relative;
}

.play-btn {
    left: 25%;
    position: relative;
}

.btn-align {
    position: relative;
    margin-top: 15%;
}

.margin-for-callout-btn {
    margin: 1% 0 0 4%;
}

    .margin-for-callout-btn a {
        color: #FFCC99;
    }

        .margin-for-callout-btn a:hover {
            color: #FFCC99;
            text-decoration: none;
        }

.margin-for-promosublayout {
    margin: 0% 0 1% 3%;
}

.margin-top-4-row {
    margin: 10px 0 0 0;
}

.bg_gray {
    background: #999;
}

.fixing {
    margin: 0px 0 0 0;
    margin-left: 10px;
}

.margin-for-ph {
    background: none repeat scroll 0 0 #424D59;
    border: 1px solid #2E5558;
    margin: 0;
    width: 940px;
}

.img_controle {
    width: 100%;
}

.margin-zero {
    margin: 0px; /* override if require, margin space from bootstrap */
}

.margin-video-btn {
    margin: 8px 0 0 0;
}

.callout-seprator {
    background: transparent;
    margin-bottom: 0;
    margin-left: 1%;
    width: 308px;
}

.btn-inverse {
    position: relative;
    top: -9px;
    background: none repeat scroll 0 0 #394550;
}

.callout-section-seprator {
    margin-left: 10px; /* override if require, margin space from bootstrap */
}

.left-seprator {
    margin-left: 10px; /* override if require, margin space from bootstrap */
}

.right-seprator {
    left: -11%;
    position: relative;
}

.span11.margin_for_promosublayout {
    margin-bottom: 10px;
    text-align: center;
}

.span12.position-relative.fixing.Quadruple-wide-4-column {
    min-height: 160px;
}

.btn.btn-link a {
    color: #92753A; /* override if require, font color from bootstrap */
    text-decoration: none; /* override if require, font underline from bootstrap */
}

    .btn.btn-link a:hover, .btn.btn-link a:focus {
        color: #92753A; /* override if require, font color from bootstrap */
        text-decoration: none; /* override if require, font underline from bootstrap */
    }

.promo-pop-up {
    width: 64px;
    height: 56px;
    float: left;
    background-image: none;
    background-repeat: no-repeat;
}

.popup-close {
    left: 26px;
    margin-top: -23px; /* override if require, margin space from bootstrap */
    position: relative;
}

.image-seperator {
    margin-right: 2%;
}

.video-section {
    float: left;
    position: relative;
}
/* end: promo css */

.margin-for-join-btn {
    margin: 5px 0 0 0;
}

    .margin-for-join-btn .btn {
        position: relative;
    }

        .margin-for-join-btn .btn a {
            color: #394551;
            font-size: 1em;
        }

        .margin-for-join-btn .btn:hover {
            background: transparent;
        }

    .margin-for-join-btn .line-height {
        line-height: 30px;
        position: relative;
        right: 5px;
    }

.line-height {
    line-height: 26px;
    color: #AEADA9;
    font-size: 0.86em;
}

.text-right {
    color: #394551;
}

.padding {
    padding: 0;
}

.content-width {
    width: 80%;
    padding: 10px 0 0 0;
}

.call-out-btn {
    margin-top: 15%;
}

.border-for-call-out {
    background-image: none;
    background-repeat: no-repeat;
    background-position: top right;
}

.top-fix {
    margin: 15px 0 0 0;
}

.prom-image-fix {
    height: normal;
}

/*start:social warning modal popup*/
#warning-modal {
    background: #2e2e2e;
    color: #ffffff;
}

    #warning-modal .btn {
        background-color: #FAE68B;
        background-image: -moz-linear-gradient(top, #FAE68B, #7E5929);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FAE68B), to(#7E5929));
        background-image: -webkit-linear-gradient(top, #FAE68B, #7E5929);
        background-image: -o-linear-gradient(top, #FAE68B, #7E5929);
        background-image: linear-gradient(to bottom, #FAE68B, #7E5929);
        background-repeat: repeat-x;
        text-shadow: none;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        border: 1px solid #FAE68B;
        border-bottom-color: #7E5929;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
        -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
        box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
        font-weight: bold;
        font-size: 1em;
        color: #000000;
    }

        #warning-modal .btn:hover, #warning-modal .btn:focus, #warning-modal .btn:active, #warning-modal .btn.active, #warning-modal .btn.disabled, #warning-modal .btn[disabled] {
            background-color: #b7a868;
            background-position: 0 -30px;
            color: #000000;
            text-decoration: none;
            transition: none;
        }
/*end:social warning modal popup*/

.modal-body {
    max-height: 432px;
    color: #ffffff;
}

/* Making PLP navigation Sticky */
.sticky {
    position: fixed;
    top: 0;
    z-index: 6;
}

/* Recently Viewed Carousel */
.recently-viewed-carousel {
    position: relative;
}

.recently-viewed-left {
    position: absolute;
    top: 100px;
    right: 50px;
    width: 50px;
    height: 50px;
}

.recently-viewed-right {
    position: absolute;
    top: 100px;
    left: -52px;
    width: 50px;
    height: 50px;
}


/* start: quick view popup */
.product-image .quick-view-bg {
    bottom: 37px;
    height: 32px;
    opacity: 0.5;
    background-color: #000;
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    display: none;
}

.product-image .quick-view {
    bottom: 37px;
    color: #FFFFFF;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 30px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    z-index: 2;
    left: 0;
    display: none;
}

.product-image:hover .quick-view,
.product-image:hover .quick-view-bg {
    display: block;
}

/* hide quick-view in touch devices */
html.touch #pagemainwrapper .product-image .quick-view,
html.touch #pagemainwrapper .quick-view-bg,
html.touch #pagemainwrapper .product-image:hover .quick-view,
html.touch #pagemainwrapper .product-image:hover .quick-view-bg,
html.touch #pagemainwrapper .list .product-image:hover .quick-view,
html.touch #pagemainwrapper .list .product-image:hover .quick-view-bg,
html.touch #pagemainwrapper .productlisting .grid .product-image:hover .quick-view,
html.touch #pagemainwrapper .productlisting .grid .product-image:hover .quick-view-bg,
html.touch #pagemainwrapper .productlisting .list .product-image:hover .quick-view,
html.touch #pagemainwrapper .productlisting .list .product-image:hover .quick-view-bg,
html.touch #pagemainwrapper .productlisting li .product-image:hover .quick-view,
html.touch #pagemainwrapper .productlisting li .product-image:hover .quick-view-bg,
html.touch #pagemainwrapper .productlisting li:hover .quick-view,
html.touch #pagemainwrapper .productlisting li:hover .quick-view-bg {
    display: none !important;
}

/* start: quick view popup only for ymal */
.popup-quick-view {
    padding: 7px 15px;
    width: 542px;
    background: none repeat scroll 0 0 #050607;
    border: 1px solid #515559;
}

    .popup-quick-view .close {
        position: absolute;
        top: -15px;
        right: -15px;
    }

    .popup-quick-view .img-thumb {
        height: 68px;
        margin: 0 auto;
        overflow: hidden;
        position: absolute;
        width: 200px;
    }

        .popup-quick-view .img-thumb ul li {
            float: left;
            padding: 3px 3px;
        }

    .popup-quick-view .im-preview {
        overflow: hidden;
    }

        .popup-quick-view .im-preview ul li {
            display: none;
        }

.im-preview ul li:first-child {
    display: block;
}

.popup-quick-view .popup-wrapper {
    float: left;
    margin: 0 5px 10px;
    position: relative;
    width: 216px;
    z-index: 0;
}

    .popup-quick-view .popup-wrapper ul li {
        float: left;
        list-style: none;
    }

.popup-quick-view .carousel {
    height: 42px;
    margin: 0 auto;
    overflow: hidden;
    padding: 1px 0px;
    position: relative;
    width: 292px;
}

.img-thumb img {
    width: 40px;
}

.im-preview img {
    width: 100%;
}

.popup-quick-view .leftarrow {
    cursor: pointer;
    left: 5px;
    position: absolute;
    top: 107px;
}

.popup-quick-view .rightarrow {
    cursor: pointer;
    right: 5px;
    position: absolute;
    top: 107px;
}

    .popup-quick-view .leftarrow.disablearrow, .popup-quick-view .thumb-leftarrow.disablearrow, .popup-quick-view .rightarrow.disablearrow, .popup-quick-view .thumb-rightarrow.disablearrow {
        visibility: hidden;
    }

.popup-quick-view .popup-product-desc {
    float: right;
    width: 268px;
}

.popup-quick-view .popup-product-title h3 {
    color: #FFFCE6;
    font-size: 1.75em;
    font-weight: normal;
    line-height: 1.2em;
    margin: 0;
}

.popup-quick-view .reviewtxt a {
    color: #FFFCE6;
}

.popup-quick-view .popup-product-rating p {
    float: right;
    color: #FFFFFF;
}

    .popup-quick-view .popup-product-rating p span.recommend-text,
    .popup-product-price .price-text {
        color: #A67DC8;
        padding-left: 10px;
        font-size: 0.875em;
    }

        .popup-quick-view .popup-product-rating p span.recommend-text a {
            color: #fff;
        }

.popup-quick-view .popup-product-price .price {
    font-size: 0.8em;
    color: #FFFFFF;
}

.popup-quick-view .popup-product-price .price-text {
    color: #FFFFFF;
    font-size: .8em;
    padding: 0 0 0 9px;
}

    .popup-quick-view .popup-product-price .price-text a {
        color: #FFFFFF;
    }

.popup-quick-view .product-short-desc p {
    color: #FFFCE6;
    padding: 10px 0;
}

.popup-quick-view .popup-product-rating {
    padding: 2px 0;
}

.popup-quick-view .popup-product-price {
    padding: 10px 0;
}

.popup-quick-view .buy-direct-form {
    background-color: #14171A;
    border: 1px solid #282B2C;
    padding: 10px;
}

    .popup-quick-view .buy-direct-form .form-element-container {
        margin-bottom: 24px;
    }

.popup-quick-view .product-short-desc a {
    color: #CFB896;
    display: block;
    margin-top: 14px;
}

.form-element-container label {
    display: block;
    color: #fff;
    margin: 0;
}

.popup-quick-view .buy-direct-btn, .add-to-cart-btn {
    font-size: 1.2em;
    font-weight: bold;
    padding: 7px 17px;
}

.popup-quick-view .img-thumb ul li.active-img img {
    border: 1px solid #ead000;
}

.popup-quick-view .img-thumb ul li img {
    border: 1px solid transparent;
    cursor: pointer;
}
/* end: quick view popup only for ymal */
/*End:add to cart */
.popup-add-cart .product-image {
    text-align: center;
}

.popup-add-cart h3 {
    color: #fff;
    line-height: 27px;
}

    .popup-add-cart h3 a {
        color: #fff;
    }

.popup-add-cart .reviewtxt a {
    color: #fff;
}

.popup-add-cart .product-description {
    color: #fff;
}

.popup-add-cart .product-price {
    color: #fff;
}

    .popup-add-cart .product-price a {
        color: #fff;
    }

.popup-add-cart .product-variations {
    color: #fff;
}

.popup-add-cart .product-quantity {
    color: #fff;
}
/*end:add to cart */

#addCartModal .thumbnail {
    border: none;
}

#addCartModal {
    margin-left: -400px;
    width: 800px;
}

    #addCartModal .modal-body {
        width: 96%;
    }
/* end: main body content */

/* start: page footer */
.footer-bg {
    border-top: medium none;
}

.padding-for-fat-footer {
    padding: 0 0 0 15px;
    min-width: 40%;
    float: left;
}

.fat_footer-2ndcontrol {
    padding: 0 0 0 15px;
    min-width: 40%;
    float: left;
}

.margin_zero {
    margin: 0px; /* override if require, margin space from bootstrap */
}

.fat-footer-control {
    width: 94%;
    float: left;
    margin-right: 2%;
    margin-bottom: 10px;
    padding: 10px 0 0 19px;
}

    .fat-footer-control .head {
        font-weight: normal;
        color: #fff;
    }

    .fat-footer-control .main-head {
        font-weight: bold;
        color: #fff;
        padding: 7px 0;
        min-height: 20px;
    }

.footer-legal-disclaimer {
    color: #fff;
    padding: 0 13px;
}

.margin-top-4-footer {
    margin: 30px 0 0 0;
}

.thumbnails-footer {
    padding: 0px;
    margin: 0px;
    font-size: 0.85em;
}

    .thumbnails-footer > li {
        padding: 0px 1% 13px 1%;
        color: #aeada9;
        border-right: 0px solid #232323;
        margin: 0px;
    }

        .thumbnails-footer > li > a {
            color: #aeada9;
            font-size: 0.857em;
        }

            .thumbnails-footer > li > a:hover {
                color: #fff;
                text-decoration: none;
            }

.bottom-sepration {
    padding-bottom: 5px;
}

.thumbnails-footer-bottom {
    padding: 10px 0;
    margin: 0px;
    font-size: 0.85em;
}

    .thumbnails-footer-bottom > li {
        padding: 0px 1% 0px 1%;
        color: #d4aa54;
        border-right: 0px solid #232323;
        margin: 0px;
    }

        .thumbnails-footer-bottom > li > a {
            color: #d4aa54;
            font-size: 1em;
        }

            .thumbnails-footer-bottom > li > a:hover {
                color: #d4aa54;
                text-decoration: none;
                font-size: 1em;
            }

.ad-choic {
    width: 18px;
    height: 18px;
    min-width: 18px; /* override if require, image width from sitecore */
    min-height: 18px; /* override if require, image width from sitecore */
}

.span3-2 h4 {
    color: #fff;
}

.span4-2 h4 {
    color: #fff;
}

.span6-2 h4 {
    color: #fff;
}

.span9-2 h4 {
    color: #fff;
}

.nav .head {
    color: #fff;
}

.img-control .head {
    color: #fff;
    font-size: 1em;
    text-align: left;
    margin-bottom: 10px;
    font-weight: bold;
}

.copy-right-bottom {
    border-right: 0px solid #000;
    padding: 0 4px 0 8px;
    color: #fff;
    margin: 0;
}

    .copy-right-bottom a:hover {
        color: #8598A5;
    }


.bottom-divider {
    padding: 0px;
    color: #626262;
    line-height: 30px;
    border-right: 0px solid red;
}

#page-footer {
    margin-top: 10px;
}

    #page-footer .row-fluid .span5 {
        width: 33.425532%;
    }

    #page-footer .row-fluid .span7 {
        width: 61.446809%;
    }

    #page-footer .row-fluid .span2 {
        width: 13.893617%;
    }
/*Starts::badge section*/


/*End::badge section*/
.fat-footer {
    background: none repeat scroll 0 0 transparent;
    display: block;
    float: left;
    width: 100%;
    margin: 0 10px 10px;
}

.utility-fix ul li:first-child a {
    border-left: 0px;
    margin-left: 0px;
}

.utility-fix ul li a {
    border-left: 2px solid #8598a5;
    color: #8598a5;
    margin-left: 0px;
}

.fat-footer .tile-separate {
    padding-left: 10px;
}

.fat-footer h4 {
    color: #000;
    text-transform: uppercase;
    padding-left: 10px;
}

.row-fluid .span3-2 h4 {
    color: #000;
    padding-left: 0px;
    text-transform: uppercase;
}

.modal-footer {
    display: none;
}

.modal-backdrop {
    z-index: 8;
}
/* end: page footer */

/* start: scroll-pane */
.scroll-pane {
    width: 100%;
    height: 350px;
    overflow: auto;
    background-color: #070707;
}

.horizontal-only {
    height: auto;
    max-height: 200px;
}

.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background: red;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red;
}

    .jspVerticalBar *,
    .jspHorizontalBar * {
        margin: 0;
        padding: 0;
    }

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: #f3f4f5;
    position: relative;
}

.jspDrag {
    background: #779097;
    position: relative;
    top: 0;
    border-radius: 4px;
    left: 0;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}

    .jspArrow.jspDisabled {
        cursor: default;
        background: #80808d;
    }

.jspVerticalBar .jspArrow {
    height: 16px;
}

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}

* html .jspCorner {
    margin: 0 -3px 0 0;
}

.scroll-pane-basic {
    height: 200px;
}
/* end: scroll-pane */

/* start: related brand bar */
.related-brand-bar .thumbnails {
    margin: 10px 0 10px 0;
    padding: 0;
    color: #fff;
}

    .related-brand-bar .thumbnails li {
        color: #FFFFFF;
        line-height: 14px;
        margin: 0 0 1px 0;
        padding: 0 4px;
    }

    .related-brand-bar .thumbnails .brand_link {
        color: #fff;
    }
/* end: related brand bar */

/* start: badge section */
.badge-section .pull-left {
    float: left;
}

.badge-section .pull-right {
    float: right;
}

        .badge-section .thumbnails li {
            padding: 0px;
            margin: 8px 5px;
            border: 0px;
        }

.badge-icon {
    float: right;
}

        .badge-icon .thumbnails li {
            float: right;
            padding: 0px;
            margin: 8px 5px;
            border: 0px;
        }
/* end: badge section */

.error-message {
    color: red;
}

/* start: uniform.agent.min.css */
div.selector, div.selector span, div.checker span, div.radio span, div.uploader, div.uploader span.action, div.button, div.button span {
    background-image: none;
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased;
}

div.selector, div.checker, div.button, div.radio{
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}

    div.selector:focus, div.checker:focus, div.button:focus, div.radio:focus, div.uploader:focus {
        outline: 0;
    }

    div.selector, div.selector *, div.radio, div.radio *, div.checker, div.checker *, div.uploader, div.uploader *, div.button, div.button * {
        margin: 0;
        padding: 0;
    }

.highContrastDetect {
    background: none repeat-x 0 0;
    width: 0px;
    height: 0px;
}
    input.uniform-input.active, select.uniform-multiselect.active, textarea.uniform.active {
        background: none repeat-x 0 0;
    }

div.checker input, input[type="search"], input[type="search"]:active {
    -moz-appearance: none;
    -webkit-appearance: none;
}

    div.selector.fixedWidth {
        width: 190px;
    }

        div.selector.fixedWidth span {
            width: 153px;
        }

    div.selector.active {
        background-position: 0 -192px;
    }

        div.selector.active span {
            background-position: right -32px;
        }

    div.selector.hover, div.selector.focus {
        background-position: 0 -224px;
    }

        div.selector.hover span, div.selector.focus span {
            background-position: right -64px;
        }

        div.selector.hover.active, div.selector.focus.active {
            background-position: 0 -256px;
        }

            div.selector.hover.active span, div.selector.focus.active span {
                background-position: right -96px;
            }

    div.selector.disabled, div.selector.disabled.active {
        background-position: 0 -288px;
    }

    div.checker, div.checker span, div.checker input {
        width: 23px;
        height: 23px;
    }

        div.checker span {
            display: -moz-inline-box;
            display: inline-block;
            *display: inline;
            zoom: 1;
            text-align: center;
            background-position: 0 -320px;
        }

            div.checker span.checked {
                background-position: -92px -320px;
            }

        div.checker input {
            opacity: 0;
            -moz-opacity: 0;
            border: none;
            background: none;
            display: -moz-inline-box;
            display: inline-block;
            *display: inline;
            zoom: 1;
        }

        div.checker.active span {
            background-position: -23px -320px;
        }

            div.checker.active span.checked {
                background-position: -115px -320px;
            }

        div.checker.hover span, div.checker.focus span {
            background-position: -46px -320px;
        }

            div.checker.hover span.checked, div.checker.focus span.checked {
                background-position: -138px -320px;
            }

        div.checker.hover.active span, div.checker.focus.active span {
            background-position: -69px -320px;
        }

            div.checker.hover.active span.checked, div.checker.focus.active span.checked {
                background-position: -161px -320px;
            }

        div.checker.disabled, div.checker.disabled.active {
            background-position: -184px -320px;
        }

            div.checker.disabled span.checked, div.checker.disabled.active span.checked {
                background-position: -207px -320px;
            }

            div.checker.disabled span, div.checker.disabled.active span {
                background-position: -207px -320px;
            }

    div.radio, div.radio span, div.radio input {
        width: 23px;
        height: 23px;
    }

        div.radio span {
            display: -moz-inline-box;
            display: inline-block;
            *display: inline;
            zoom: 1;
            text-align: center;
            background-position: 0 -343px;
        }

            div.radio span.checked {
                background-position: -92px -343px;
            }

        div.radio input {
            opacity: 0;
            -moz-opacity: 0;
            border: none;
            background: none;
            display: -moz-inline-box;
            display: inline-block;
            *display: inline;
            zoom: 1;
            text-align: center;
        }

        div.radio.active span {
            background-position: -23px -18px -343px;
        }

            div.radio.active span.checked {
                background-position: -115px -343px;
            }

        div.radio.hover span, div.radio.focus span {
            background-position: -46px -36px -343px;
        }

            div.radio.hover span.checked, div.radio.focus span.checked {
                background-position: -138px -343px;
            }

        div.radio.hover.active span, div.radio.focus.active span {
            background-position: -69px -343px;
        }

            div.radio.hover.active span.checked, div.radio.focus.active span.checked {
                background-position: -161px -343px;
            }

        div.radio.disabled span, div.radio.disabled.active span {
            background-position: -184px -343px;
        }

            div.radio.disabled span.checked, div.radio.disabled.active span.checked {
                background-position: -207px -343px;
            }

div.uploader {
    margin-bottom: 20px;
    background-position: 0 -366px;
    height: 32px;
    width: 190px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}

    div.uploader input {
        opacity: 0;
        -moz-opacity: 0;
        border: none;
        background: none;
        position: absolute;
        top: 0;
        right: 0;
        float: right;
        cursor: default;
        width: 100%;
        height: 100%;
    }

    div.uploader.active span.action {
        background-position: right -558px;
    }

    div.uploader.hover, div.uploader.focus {
        background-position: 0 -430px;
    }

        div.uploader.hover span.action, div.uploader.focus span.action {
            background-position: right -526px;
        }

        div.uploader.hover.active span.action, div.uploader.focus.active span.action {
            background-position: right -590px;
        }

    div.uploader.disabled, div.uploader.disabled.active {
        background-position: 0 -398px;
    }

div.button {
    background-position: 0 -750px;
    height: 32px;
    cursor: pointer;
    position: relative;
}

/*registration button fix - hanumanth*/
  /*  div.button a, div.button button, div.button input {
        opacity: 0.01;
        -moz-opacity: 0.01;
        display: block;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
    }*/
  /*registration button fix - hanumanth*/

    div.button.active {
        background-position: 0 -782px;
    }

        div.button.active span {
            background-position: right -654px;
            cursor: default;
        }

    div.button.hover, div.button.focus {
        background-position: 0 -814px;
    }

        div.button.hover span, div.button.focus span {
            background-position: right -686px;
        }

    div.button.disabled, div.button.disabled.active {
        background-position: 0 -846px;
    }

input.uniform-input, select.uniform-multiselect, textarea.uniform {
    padding: 4px;
    background: none repeat-x 0 0;
    outline: 0;
    font-size: 14px;
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    font-weight: normal;
    color: #ffffff;
    background-color: #434343;
    border-top: solid 1px #1a1a1a;
    border-left: solid 1px #1a1a1a;
    border-bottom: solid 1px #1c1c1c;
    border-right: solid 1px #1c1c1c;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    input.uniform-input.hover, input.uniform-input.focus, select.uniform-multiselect.hover, select.uniform-multiselect.focus, textarea.uniform.hover, textarea.uniform.focus {
        -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
        box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
        border-color: #999;
        background-color: #575757;
    }

div.button span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    line-height: 24px;
    text-align: center;
    background-position: right -622px;
    height: 24px;
    margin-left: 13px;
    padding: 9px 15px 0 2px;
    color: #ffffff;
    font-weight: bold;
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

div.button.disabled span, div.button.disabled.active span {
    background-position: right -718px;
    cursor: default;
    color: #bbb;
}

div.selector {
    background-position: 0 -160px;
    line-height: 32px;
    height: 32px;
    padding: 0 0 0 12px;
    position: relative;
    overflow: hidden;
    font-weight: bold;
    color: #464545;
    font-size: 14px;
}

    div.selector span {
        text-overflow: ellipsis;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        background-position: right 0;
        height: 32px;
        line-height: 32px;
        cursor: pointer;
        width: 100%;
        padding: 0 25px 0 0;
        color: #fff;
        font-weight: normal;
        text-shadow: 0 1px 0 #fff;
    }

    div.selector select {
        opacity: 0;
        -moz-opacity: 0;
        background: #fff;
        position: absolute;
        height: 25px;
        top: 4px;
        left: 0px;
        width: 100%;
        font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
        font-size: 1em;
        border: solid 1px #fff;
    }

    div.selector.disabled span, div.selector.disabled.active span {
        background-position: right -128px;
        color: #bbb;
    }

div.checker {
    position: relative;
    margin-right: 10px;
}

div.radio {
    position: relative;
    margin-right: 10px;
}

    div.uploader span.action {
        background-position: right -494px;
        height: 32px;
        line-height: 32px;
        width: 90px;
        float: left;
        display: inline;
        overflow: hidden;
        cursor: pointer;
        text-align: center;
        text-shadow: #1a1a1a 0px 1px 0px;
        background-color: #fff;
        font-weight: bold;
        color: #ffffff;
    }

    div.uploader span.filename {
        text-overflow: ellipsis;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        float: left;
        cursor: default;
        height: 32px;
        margin: 0px 0 0px 4px;
        line-height: 32px;
        width: 76px;
        padding: 0 10px;
        color: #777;
        font-size: 11px;
    }

    div.uploader.disabled span.action, div.uploader.disabled.active span.action {
        color: #aaa;
         background-position: right -462px;
    }

    div.uploader.disabled span.filename, div.uploader.disabled.active span.filename {
        border-color: #ddd;
        color: #aaa;
    }
/* end: uniform.agent.min.css */

/* Subscribe 2.0 style starts */

.productdetail .content-primary .subscription-wrapper {
    margin: 10px 0 0 0;
    clear: both;
}

    .productdetail .content-primary .subscription-wrapper .subscription-txt {
        margin: 10px 0 10px 0;
        color: #000000;
    }

    .productdetail .content-primary .subscription-wrapper .subscription-cta {
        background: #e15100;
        color: #fff;
        padding: 2px 28px 3px 9px;
    }

.popup-quick-view .subscription-wrapper {
    margin: 10px 0 0 0;
    clear: both;
}

    .popup-quick-view .subscription-wrapper .subscription-txt {
        margin: 10px 0 10px 0;
        color: #000000;
    }

    .popup-quick-view .subscription-wrapper .subscription-cta {
        background: #e15100;
        color: #fff;
        padding: 2px 28px 3px 9px;
    }

/* Subscribe 2.0 style ends */

/* start: browser overrides */

.ie8 .brand-bar .thumbnails li {
    padding: 10px 1%;
    margin: 0px;
    font-size: 0.857em;
    float: left;
}

    .ie8 .brand-bar .thumbnails li a {
        color: #626262;
        font-size: 0.857em;
    }

        .ie8 .brand-bar .thumbnails li a:hover {
            color: #fff;
            text-decoration: none;
        }

.ie8 .thumbnails li {
    float: left;
}

.ie8 .container-wrap {
    font-size: 15px;
}

.ie8 .breadcrumb > li {
    float: left;
    text-shadow: 0 1px 0 #FFFFFF;
}

.ie7 .carousel-indicators {
    bottom: auto;
    margin-top: -20px;
    left: 48%;
    z-index: 1;
}

.ie7 .slider-text {
    position: relative;
    margin-top: 5%;
}

.ie7 .dropdown {
    position: static;
    z-index: 999;
}

.ie7 ul.sub-menu {
    padding: 0;
    margin: 0 0 0 0;
    top: 35px;
}

.ie7 ul.menu-second {
    float: left;
    padding: 0;
    position: relative;
    z-index: 9999;
    list-style-type: none;
}

.ie7 ul.sub-menu-second {
    padding: 0;
    margin: 0 0 0 0;
    top: 35px;
}

.ie7 .country-selector-light-box {
    border-radius: 6px;
    width: 100%;
    padding: 10px;
    max-width: 50%;
    margin-left: -25%;
}

.ie7 .country-close {
    left: 15px;
    opacity: 100000;
    position: relative;
    margin-top: -20px;
}

.ie7 .carousel-inner .item:first-child .btn {
    left: 200px;
    position: relative;
    top: 213px;
}

.ie7 .wearther-wrapper .fadein {
    width: 64.9%;
}

.ie7 .wearther-wrapper {
    padding-bottom: 10px;
}

.ie7 .fullwidth {
    width: 100%;
}

.ie7 .header .row-fluid .span2 {
    width: 15%;
}

/*.ie7 .cart-icon {
    display: none;
}*/

.ie7 .fat-footer .row-fluid .span4 {
    width: 30%;
}

.ie7 .menu {
    z-index: 7;
}

.ie7 .modal-backdrop {
    z-index: 8;
}

.ie7 .modal {
    z-index: 9;
}
/* end: browser overrides */


/* BIN2.0 styles*/
/* BuyItNow button styles */
.carousel-left .buyitnow-btn-container {
    clear: both;
}

.buyitnow-btn-container {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-weight: normal;
    padding: 5px 0 4px;
}

    .buyitnow-btn-container .buyitnow-btn {
        background: #000000;
        color: #fff;
        letter-spacing: 0;
        padding: 6px 40px 5px;
    }

        .buyitnow-btn-container .buyitnow-btn:hover {
            background: none repeat scroll 0 0 #B9B9C8;
            text-decoration: none;
        }
/* BuyItNow Modal styles */
#binModal.popup-buyitnow {
    background: #FFFFFF;
    border-radius: 0;
    width: auto;
    margin-left: -180px;
    max-width: 350px;
}

    #binModal.popup-buyitnow .modal-header {
        background: transparent;
        padding: 5px;
        border: 0 none;
        position: absolute;
        right: 10px;
        width: auto;
        top: 0px;
    }

        #binModal.popup-buyitnow .modal-body .buyitnow-fallback {
            color: #000000;
            display: none;
        }

    #binModal.popup-buyitnow .ads-count,
    .popup-quick-view .ads-count {
        display: none;
    }
/* hide the results count by default GM1.9.3 */
/* GM1.9.3 Changed widths for gtin & query results */

    #binModal.gtin-results .modal-body,
    #binModal.query-results .modal-body {
        padding: 30px !important;
    }

/* BuyItNow styles in QuickView popup */
#myModal.popup-quick-view .buyitnow-fallback-in-quickview { /*border: 1px solid #000000;*/
    color: #000000;
    clear: both;
}

#myModal.popup-quick-view .buyitnow-google-in-quickview {
    clear: both;
}

    #myModal.popup-quick-view .buyitnow-google-in-quickview .buyitnow-header {
        color: #000000;
    }

        #myModal.popup-quick-view .buyitnow-google-in-quickview .buyitnow-header p {
            color: #000000;
        }

    #myModal.popup-quick-view .buyitnow-google-in-quickview .buyitnow-body {
        border: 1px solid #000000;
        clear: both;
        width: auto;
    }

/* product tile variation */

    .thumbnail.right-img-thumb .product-image {
        float: right;
        width: 45%;
    }

.thumbnail.left-img-thumb .product-image {
    float: left;
    width: 45%;
}

.thumbnail.right-img-thumb .caption {
    float: left;
    width: 45%;
}

.thumbnail.left-img-thumb .caption {
    float: left;
    width: 45%;
}
/* .product-compare{left: 0px;} */
.product-compare input[type="checkbox"] {
    display: block;
    float: left;
}
/*.product-compare label{display: block; float: left;} */

/*color swatch CR*/
.color-swatch-dropdown {
    display: none;
}

.dropdown-selection .color-swatch-dropdown {
    display: block;
}

.dropdown-selection .dropdown-swatch-selection {
    font-weight: bold;
}

.color-swatch.dropdown-selection.image-color .swatch-selection {
    font-weight: normal;
}

.expand-all-link {
    float: left;
    clear: both;
}

.label-selector ul li span {
    color: #ffffff;
}

.label-selector ul li {
    float: left;
    padding: 5px 10px;
    background-color: #444;
    margin: 4px;
    cursor: pointer;
}

.label-selector {
    width: 100%;
    float: left;
}

    .label-selector li.active-label {
        font-weight: bold;
        background-color: #75AC00;
    }

ul.label-selector-body {
    float: left;
}
/*color swatch CR*/

/* GM1.7.2 */
.productlisting #product-HeroCarousel.full-bleed,
#product-HeroCarousel.full-bleed,
.full-bleed {
    max-width: 1200px;
    width: 1200px;
    margin-left: -125px;
    background-color: lightyellow;
}
/* CR: set Iframe width // GM 1.7.1*/
.promo-nonempty iframe {
    border: none;
    width: 100%;
    height: 255px;
}

.callout-seprator iframe {
    width: 100%;
}

/* CR: generic listing  // GM 1.7.2*/
.genericlanding .rating-wrapper .rating {
    height: 12px;
    position: relative;
    float: left;
    width: 78px;
    margin: 0 5px 0 0;
}

.genericlanding .product-list .product-image {
    position: relative;
}

.genericlanding .rating-wrapper .rating img {
    position: absolute;
    max-width: none;
    top: 4px;
    left: 0;
}
/* PC changes in Birthday // GM 1.7.2 */
.weg-consumer-birthdate span.webgroupelementclass  {
    display:  block;
}
/*article listing pages list view*/
.content-main.list [class*="span"].brick {
    margin-left: 0;
    width: 100%;
}

.content-main.list [class*="span"].flex-promo {
    display: none;
}

/* Sticky footer disclaimer // GM 8.1 */
.footer-sticky-disclaimer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #aaa;
    left: 0;
}


/*1.8 smart search*/

.common {
    padding: 2px 8px 2px 10px;
}

.autocomplete-suggestions .Recommended {
    padding: 2px 5px 2px 5px;
    min-height: 75px;
    max-height: 400px;
    /*background-image:url('../assets/background.png');*/
    background-repeat: no-repeat;
    border-top: 1px solid black;
    margin: 0px 0px 0px 0px;
    width: 100%;
}

.recommended .selected {
    background-color: #fab;
}

.results {
    padding: 2px 5px 2px 10px;
    border-top: 1px solid black;
    margin: 0px 0px 0px 0px;
}

    .results:hover {
        background-color: #f2f2f2;
    }


.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    overflow: hidden;
    left: 800px;
    width: 250px;
    z-index: 9999;
    display: none;
}

.autocomplete-no-suggestion {
    padding: 2px 6px;
}

.autocomplete-selected {
    background-color: #F0F0F0;
}



.autocomplete-suggestions strong {
    font-weight: bold;
    color: #000;
}

.autocomplete-group {
    padding: 2px 5px;
}

    .autocomplete-group strong {
        font-weight: bold;
        font-size: 16px;
        color: #666;
        display: block;
    }

.autocomplete-suggestions .rating-wrapper {
    float: right;
    position: relative;
    width: 68%;
}

.autocomplete-suggestion.Recommended span {
    display: block;
    float: left;
    width: 50%;
}

    .autocomplete-suggestion.Recommended span.prod-img {
        float: left;
        display: BLOCK;
        width: 34%;
        text-align: left;
    }

.autocomplete-suggestion {
    white-space: normal;
    overflow: hidden;
    color: #000000;
}

.prod-img #imgProducts,
.content-img #imgContent{
width: 100%;
}

.search-loader img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* 1.9.1 Recommended content */
.new-related-content h4 {
    color: #000000;
    font-weight: 700;
    font-size: 15px;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 10px;
}

.new-related-content .new-related-content-right.double-wide .new-related-content-list li {
    width: 50%;
    float: left;
    position: relative;
}

.new-related-content .new-related-content-right .new-related-content-list #relatedContentImage p {
    position: absolute;
    top: 10px;
}

.new-related-content .new-related-content-right .new-related-content-list #relatedContentImage span {
    position: absolute;
    top: 10px;
}

.new-related-content .new-related-content-right .new-related-content-list li {
    position: relative;
}

.span3.right-related .new-related-content.span3 {
    width: 100%;
}

.span9 .new-related-content.span9 {
    width: 100%;
}

.span9 .new-related-content.span3 {
    width: 33%;
}

.span12 .new-related-content.span3 {
    width: 23.404255319148934%;
    padding-left: 10px;
    margin-top: 23px;
    margin-right: 18px;
}

.span12 .new-related-content.span9 {
    width: 74.46808510638297%;
}

/* GM 1.9.2 */
.modal-open {
    overflow: hidden;
    margin-right: 17px;
}

#modal-new-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.shorter {
    top: 50% !important;
    transform: translateY(-50%);
}

.modal-open .modal,
.modal-open #myModal-country.modal,
.modal-open #myModal.popup-quick-view {
    position: relative;
    margin: 10px auto;
    left: 0;
}

.popup-quick-view .thumb-rightarrow {
    cursor: pointer;
    right: 5px;
    bottom: 144px;
    position: absolute;
}

.popup-quick-view .thumb-leftarrow {
    cursor: pointer;
    left: 5px;
    bottom: 144px;
    position: absolute;
}

.offscreen-item {
    position: absolute;
    text-indent: -9999px;
    left: -99999px;
}

.expand-text {
    display: none;
}

.touch .disabledbody-mask,
.touch .disabledheader-mask,
.touch .disabledsearch-mask {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 2;
    background-color: transparent;
    cursor: pointer;
}

.touch * {
    -webkit-tap-highlight-color: transparent;
}
/*amazon api*/
table#amazon-ads span, table#amazon-ads a {
    font-size: 12px;
}

table#amazon-ads, table#amazon-ads-query {
    width: 100%;
    float: left;
}

    table#amazon-ads span {
        font-weight: bold;
        text-align: right;
        color: #000;
        float: right;
    }

    table#amazon-ads a {
        text-decoration: none;
        color: #0651cf;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: left;
    }

        table#amazon-ads a:hover {
            text-decoration: underline;
        }

#binModal.popup-buyitnow .modal-body {
    margin-top: 20px;
    padding: 10px;
    overflow: visible;
}

table#amazon-ads tr {
    border-bottom: 1px solid #ebebeb;
    display: inline-table;
    width: 100%;
}

table#amazon-ads td {
    padding: 7px 10px;
    width: 50%;
}

table#amazon-ads-query {
    background-color: #EEEEEE;
    font-family: verdana, sans-serif;
}

    table#amazon-ads-query tr {
        display: inline-table;
        width: 92%;
        margin: 4% 4% 4% 4%;
        background: #fff;
        box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.1);
    }

        table#amazon-ads-query tr td {
            width: 46%;
            padding: 2% 2%;
            float: left;
        }

            table#amazon-ads-query tr td * {
                display: block;
                text-align: left;
            }

            table#amazon-ads-query tr td a {
                color: #555555;
                font-size: 15px;
                text-decoration: none;
            }

                table#amazon-ads-query tr td a.retailer {
                    color: #006621;
                    font-size: 12px;
                    text-decoration: none;
                    font-weight: normal;
                }

            table#amazon-ads-query tr td span.price {
                font-size: 18px;
                font-weight: bold;
                color: #222222;
            }

#binModal.gtin-results {
    max-width: 360px;
}

#binModal.query-results {
    max-width: 440px!important;
}

table#amazon-ads-prod {
    width: 100%;
}

    table#amazon-ads-prod.amazon-ads-query {
        background: #ffffff;
    }

        table#amazon-ads-prod.amazon-ads-query tr {
            box-shadow: none;
        }

            table#amazon-ads-prod.amazon-ads-query tr td:first-child {
                width: 67px;
            }

    table#amazon-ads-prod tr td span {
        display: block;
        border: 1px solid #eeeeee;
    }

    table#amazon-ads-prod tr td h3 {
        color: #222222;
        font-size: 18px;
        text-decoration: none;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        text-align: left;
    }

    table#amazon-ads-prod tr td {
        width: 182px;
        padding: 2% 2%;
        float: left;
    }

/*amazon api*/

/*start:color swatch*/

.searchresults .color-swatch.image-color ul li, .searchresults .color-swatch.image-color-group ul li {
    float: left;
    padding: 4px;
}

    .searchresults .color-swatch.image-color ul li img {
        max-width: none;
    }

.searchresults .color-swatch {
    float: left;
    width: 100%;
}

    .searchresults .color-swatch.image-color-name li {
        float: left;
        padding: 1%;
        width: 47%;
    }

.searchresults .color-swatch-img span {
    padding-left: 7px;
    color: #ffffff;
}

.searchresults .color-selection span {
    color: #FFFFFF;
    margin: 0 4px;
    padding: 3px 4px 0 0;
    cursor: pointer;
}

    .searchresults .color-selection span:first-child {
        margin: 0 4px 0 0;
    }

.searchresults .image-color span.swatch-selection, .searchresults .image-color-name span.name-selection, .searchresults .image-color-group span.group-selection {
    font-weight: bold;
}

.searchresults .swatch-name > span {
    color: #CCCCCC;
}

.searchresults .color-selection {
    margin-bottom: 10px;
}

.searchresults .swatch-name {
    color: #ffffff;
    font-size: 1.238em;
}

.searchresults .color-swatch.image-color .form-element-container,
.searchresults .color-swatch.image-color-name .form-element-container {
    display: none;
}

.searchresults .color-swatch.image-color-group .form-element-container {
    display: block;
}

.searchresults .image-color .color-swatch-img span, .searchresults .image-color-group .color-swatch-img span {
    display: none;
}

.searchresults .color-swatch-body {
    clear: both;
    float: left;
    max-width: 377px;
    width: 100%;
    max-height: 300px;
    overflow: auto;
}

.searchresults .carousel-middle .color-swatch {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.searchresults .color-swatch-img.active-color img {
    border: 2px solid gold;
}

.searchresults .color-swatch-img img {
    border: 2px solid transparent;
    cursor: pointer;
}

.searchresults .color-swatch-img.active-color {
    font-weight: bold;
}
/* Swatch ends  */



/*  Overlay*/


.et-widget, .et-widget div, .et-widget li {
    box-sizing: border-box;
}

.et-widget {
    max-width: 376px;
    min-height: 100vh;
    padding: 15px;
    background: #1d2027; /* Old browsers */
    background: -moz-linear-gradient(45deg, #1d2027 0%, #064c77 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #1d2027 0%,#064c77 100%); /* Chrome10-25,Safari5.1-6 */
    background: #EEEEEE; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2027', endColorstr='#064c77',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

@media (min-width: 376px) {
    .et-widget {
        min-height: 360px;
    }
}

ul.retailers {
    list-style: none;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    text-align: center;
    background: #fff;
    min-height: 270px;
}

.et-widget li.item {
    width: 145px;
    height: 135px;
    margin: 0;
    padding: 12px 0px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
}

@media (min-width: 376px) {
    .et-widget li.item {
        /*  width: 160px; */
        float: left;
        display: block;
    }
}

.et-widget .logo {
    display: block;
    margin: 0 auto;
}

.et-widget a img {
    border: none;
}

.et-widget p.price {
    font-size: 12px;
    margin: 10px;
    height: 14px;
}

.et-widget p.price-unavailable {
    visibility: hidden;
}

.et-widget .btn {
    display: inline-block;
    margin: 0px auto 0 auto;
    color: #fff !important;
    text-decoration: none;
    padding: 10px;
    font-size: 13px;
    background: #102449; /* Old browsers */
    background: -moz-linear-gradient(top, #102449 0%, #105f92 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #102449 0%,#105f92 100%); /* Chrome10-25,Safari5.1-6 */
    background: #939393 !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#102449', endColorstr='#105f92',GradientType=0 ); /* IE6-9 */
}

    .et-widget .btn-buynow:hover {
        background: #5B5757;
    }

.et-widget .btn-unavailable {
    opacity: 0.4;
    cursor: default;
}

.oosmessage {
    text-align: center;
    padding: 5%;
    color: #333;
}

    .oosmessage h3 {
        font-size: 16px;
    }

/* GM 1.10.7 Hotfix - To avoid Blank BIN overlay */

.productdetail .content-primary .buyitnow-btn.disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

/* GM 1.11 - GCR Widget */
.popup-gcr-widget {
    height: 587px;
    width: 1014px;
}

    .popup-gcr-widget .modal-body {
        margin: 0;
        padding: 0;
        overflow-y: hidden;
        width: 100%;
        max-height: none;
    }

        .popup-gcr-widget .modal-body iframe {
            width: 100%;
            height: 475px;
        }

    .popup-gcr-widget iframe::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }

    .popup-gcr-widget iframe::-webkit-scrollbar {
        width: 12px;
        background-color: #F5F5F5;
    }

    .popup-gcr-widget iframe::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #555;
    }


/*proactive chat*/
.prechat-cta .proactive-random-item li img {
    width: 100%;
}

.prechat-cta .proactive-random-item li span {
    bottom: 0px;
    margin-bottom: 70px;
    position: absolute;
    left: 142px;
}

.prechat-cta .accept {
    position: absolute;
    right: 0px;
    margin-right: 50px;
    margin-top: 85px;
    text-align: center;
    border-top-right-radius: 9px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    padding-left: 8px;
    padding-right: 8px;
}

.prechat-cta .decline {
    right: 0px;
    margin-right: 50px;
    position: absolute;
    margin-top: 125px;
    border-bottom-right-radius: 9px;
    width: 100px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #fff;
    padding-left: 8px;
    padding-right: 8px;
}

.proactive-prechat-popup .modal-body {
    background: transparent;
}

.proactive-prechat-popup {
    background: transparent;
    border: none;
    box-shadow: none;
}

    .proactive-prechat-popup .chat-close {
        display: none;
    }

.modal.proactive-prechat-popup.in {
    top: 25%;
}

/*GM 1.12 follow-through-menu */
.follow-through-menu {
    background-color: #eaeaea;
    position: relative;
}

    .follow-through-menu .menulist li a {
        color: orange;
    }

        .follow-through-menu .menulist li a:hover {
            color: #0000ff;
        }

    .follow-through-menu.horizontal {
        width: auto;
        height: 50px;
        border-bottom: solid 1px #999999;
        border-top: solid 1px #999999;
        z-index: 0;
        text-align: center;
    }

        .follow-through-menu.horizontal .menulist li {
            list-style: none;
            display: inline-block;
            margin-right: 30px;
            margin-top: 15px;
        }

            .follow-through-menu.horizontal .menulist li img,
            .follow-through-menu.horizontal .menulist li.vertical-control {
                display: none;
            }

        .follow-through-menu.horizontal.fixed {
            position: fixed;
            top: 0;
            width: 940px;
            z-index: 5;
        }

    .follow-through-menu.vertical-nav {
        background: transparent;
        position: absolute;
        bottom: 10%;
        right: 0;
        width: 40px;
        height: 30px;
        text-align: right;
        -webkit-transition: width .05s linear;
        transition: width .05s linear;
        -webkit-transform: translateZ(0) scale(1,1);
        overflow: hidden;
        z-index: 9999;
    }

        .follow-through-menu.vertical-nav.vertical-nav-expanded {
            width: 250px;
            height: auto;
            overflow: none;
        }


        .follow-through-menu.vertical-nav .menulist li {
            width: 250px;
            float: right;
            margin: 5px;
            display: none;
        }

            .follow-through-menu.vertical-nav .menulist li.vertical-control,
            .follow-through-menu.vertical-nav.vertical-nav-expanded .menulist li {
                display: block;
            }

            .follow-through-menu.vertical-nav .menulist li img {
                display: block;
                width: 20px;
                height: 20px;
                text-align: center;
                vertical-align: middle;
                float: right;
                margin-left: 220px;
                margin-top: -20px;
                position: absolute;
            }

            .follow-through-menu.vertical-nav .menulist li a {
                text-align: right;
                margin-right: 35px;
            }

                .follow-through-menu.vertical-nav .menulist li a div {
                    display: inline;
                }

                .follow-through-menu.vertical-nav .menulist li a .hide, #imgMenuImageOff.hide {
                    display: none;
                }

/*GMRLSETRK-3213 Migration of Period Calendar microsite to Brand.com*/
.period-calculator .start-date .display-box .calender-icon {
    width: 40px;
    height: 40px;
    float: left;
    background-position: 0px -2px;
}

.period-calculator .period-calendar-container .period-calendar-selection div#datepicker {
    position: absolute;
    top: 56px;
    z-index: 1;
    background-color: #fff;
}

.ui-datepicker-next {
    background-position: -96px -650px;
}

#datepicker .ui-datepicker-next span {
    float: right;
}

.period-calculator .period-calendar-container .period-results .ui-datepicker-next, .period-results .ui-datepicker-prev, .period-calculator .period-calendar-container .period-calendar-selection div#datepicker, .period-calculator .period-details, .period-calculator .period-calendar-container .period-results, .period-calculator .article-details {
    display: none;
}

.period-calculator .period-calendar-container .period-calendar-selection .display-box .decrement, .period-calculator .period-calendar-container .period-calendar-selection .display-box .increment {
    width: 38px;
    height: 38px;
    float: left;
}

.period-calculator .period-calendar-container .period-calendar-selection .display-box .decrement {
    background-position: 0px -47px;
    left: 21px;
}

.period-calculator .period-calendar-container .period-calendar-selection .display-box .increment {
    background-position: 0px -93px;
}

.period-calendar-container .period-calendar-selection div:first-child + div {
    margin-right: 28px;
    margin-left: 28px;
}

.period-calendar-selection .last-period .display-box p, .period-calendar-selection .menstrual-cyc .display-box p {
    color: #fff;
    margin-top: 0px;
    margin-left: 56px;
    padding: -4px;
    width: 28%;
    height: 100%;
    display: inline-block;
}

.period-calculator .period-calendar-container .period-results .ui-datepicker-calendar .prePeriod a.ui-state-default, .period-calculator .period-calendar-container .period-results .ui-datepicker-calendar .periodDays a.ui-state-default, .period-calculator .period-calendar-container .period-results .ui-datepicker-calendar .postPeriod a.ui-state-default, .period-calculator .period-calendar-container .period-results .ui-datepicker-calendar .peakOvulation a.ui-state-default {
    background-image: none;
    color: #fff;
}

.period-calculator .period-calendar-container .period-results .ui-datepicker-calendar .prePeriod a.ui-state-default {
    background-color: #f36;
}

.period-calculator .period-calendar-container .period-results .ui-datepicker-calendar .periodDays a.ui-state-default {
    background-color: #ee10f6;
}

.period-calculator .period-calendar-container .period-results .ui-datepicker-calendar .postPeriod a.ui-state-default {
    background-color: #7e70ff;
}

.period-calculator .period-calendar-container .period-results .ui-datepicker-calendar .peakOvulation a.ui-state-default {
    background-color: #00aeef;
}

.period-calculator .period-calendar-container .period-calendar-selection .info {
    display: inline-block;
    width: 17px;
    height: 15px;
}

.period-calculator .period-calendar-container .period-calendar-selection div.tooltip-ps, .period-calculator .period-calendar-container .period-calendar-selection div.tooltip-pl, .period-calculator .period-calendar-container .period-calendar-selection div.tooltip-mc {
    z-index: 100;
    display: none;
}

.period-calculator .period-calendar-container .period-results .print-button {
    display: block;
    cursor: pointer;
    padding: 8px 14px 8px 14px;
    background-color: #A9A9A9;
    color: #fff;
    width: 185px;
    margin: 0 auto;
    clear: both;
    margin-bottom: 20px;
}

.period-calculator .period-calendar-container .period-results {
    clear: both;
    margin: 0 auto;
}

    .period-calculator .period-calendar-container .period-results .next-Previous .next-result {
        float: right;
    }

.period-calculator .period-details {
    width: 100%;
    margin: 0 auto;
    margin-top: 0;
    position: relative;
}

    .period-calculator .period-details .prePeriod-detail {
        display: block;
    }

    .period-calculator .period-details .nav-pre, .period-calculator .period-details .nav-next {
        position: absolute;
        width: 34px;
        height: 50px;
        background-position: 0 -380px;
        cursor: pointer;
        top: 120px;
    }

.period-calculator .period-calendar-container .period-calendar-selection div.track-it {
    background-color: #A9A9A9;
    padding: 9px 0 7px 0;
    width: 120px;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    margin-top: 45px;
}

.period-calculator .period-calendar-container .period-calendar-selection .calender-icon p {
    background-color: #A9A9A9;
    color: #fff;
}

.period-calculator .period-calendar-container .period-calendar-selection div h2 span {
    color: #A9A9A9;
    width: 135px;
    line-height: 16px;
    display: inline-block;
    padding-left: 36px;
}

.period-calculator .period-calendar-container .period-calendar-selection div .counts {
    color: #A9A9A9;
    margin-right: 10px;
}

.period-calculator .period-calendar-container .period-calendar-selection div div.display-box p {
    margin: 0;
    color: #fff;
    float: left;
    background-color: #A9A9A9;
}

.period-calculator .period-calendar-container .period-calendar-selection .display-box {
    width: 100%;
    margin-left: 37px;
}

.period-calculator .period-calendar-container .period-calendar-selection div div.display-box p span:first-child {
    width: 80px;
    line-height: 13px;
    display: inline-block;
    height: 28px;
}

.period-calculator .period-calendar-container .period-calendar-selection div div.display-box p span {
    display: inline-block;
    width: 35px;
}

.period-calculator .period-calendar-container .period-calendar-selection .tooltip-ps, .period-calculator .period-calendar-container .period-calendar-selection .tooltip-pl, .period-calculator .period-calendar-container .period-calendar-selection .tooltip-mc {
    background: #A9A9A9;
    position: absolute;
    width: 520px;
    clear: both;
    top: 150px;
    float: none;
    color: #fff;
}

.period-calculator .period-calendar-container {
    background-color: #fff;
    padding-bottom: 0;
    position: relative;
    margin-top: 20px;
    z-index: 100;
}

    .period-calculator .period-calendar-container .period-calendar-selection {
        padding-top: 38px;
        margin-left: 22px;
        height: 121px;
    }

.period-calculator {
    width: 940px;
    margin: 0 auto;
}

.ui-datepicker-group {
    width: 269px;
    display: inline-block;
    float: left;
    margin-top: 25px;
}

.period-calculator .period-calendar-container .period-results .next-Previous .previous-result, .period-calculator .period-calendar-container .period-results .next-Previous .next-result {
    color: #A9A9A9;
    cursor: pointer;
    background-position: left 9px;
    padding-left: 10px;
}

.ui-datepicker-header {
    color: #fff;
    line-height: 30px;
}

.ui-datepicker-calendar {
    width: 260px;
}

.period-calculator .period-calendar-container .period-results .period-legends {
    display: none;
    width: 820px;
    height: 30px;
    padding-top: 0px;
    margin: 0;
    padding-bottom: 0;
    margin-left: 59px;
    margin-bottom: 20px;
}

#period-result-calender .ui-datepicker {
    border: 0;
    margin: 0 auto;
}

.period-calculator .period-details .prePeriod-detail > div, .period-calculator .period-details .periodDays-detail > div, .period-calculator .period-details .postPeriod-detail > div, .period-calculator .period-details .peakOvulation-detail > div {
    float: left;
    width: 30%;
}

.period-calculator .period-details div.details {
    padding-left: 58px;
}

.period-calculator .period-calendar-container .period-results .period-legends ul li {
    list-style: none;
    display: inline-block;
    padding: 0 50px 0 0;
}

    .period-calculator .period-calendar-container .period-results .period-legends ul li + span {
        height: 20px;
        width: 20px;
        border: 1px solid red;
        background-color: #f36;
        display: inline-block;
    }

    .period-calculator .period-calendar-container .period-results .period-legends ul li:last-child {
        padding-right: 0;
    }

#period-result-calender {
    overflow: auto;
    border-bottom: 1px solid #d0dae2;
    width: 833px;
    margin: 0 auto;
}

.period-calculator .period-calendar-container .period-results .period-legends ul li:first-child span {
    background: #f36;
}

.period-calculator .period-calendar-container .period-results .period-legends ul li:nth-child(2) span {
    background: #ee10f6;
}

.period-calculator .period-calendar-container .period-results .period-legends ul li:nth-child(3) span {
    background: #7e70ff;
}

.period-calculator .period-calendar-container .period-results .period-legends ul li:nth-child(4) span {
    background: #00aeef;
}

.period-calculator .period-calendar-container .period-results .period-legends ul li span {
    width: 20px;
    height: 20px;
    display: inline-block;
    float: left;
}


    .period-calculator .period-calendar-container .period-results .period-legends ul li span:first-child + span {
        width: auto;
        background: none;
        padding-left: 5px;
    }

.period-calculator .period-calendar-container .period-results .next-Previous {
    width: 814px;
    line-height: 30px;
    text-transform: uppercase;
    margin-left: 51px;
    height: 30px;
    border-top: 1px solid #d0dae2;
}

.period-calculator .period-details .nav-next {
    right: 316px;
    background-position: -58px -380px;
}

.period-calculator .period-details .prePeriod-detail, .period-calculator .period-details .periodDays-detail, .period-calculator .period-details .postPeriod-detail, .period-calculator .period-details .peakOvulation-detail {
    width: auto;
    background: #fff;
    margin-top: -3px;
    height: 300px;
    background-repeat: no-repeat;
    display: none;
    clear: both;
}

.period-calculator .period-details div.discover > a {
    background-color: #A9A9A9;
    text-align: center;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    border-radius: 4px;
    padding: 8px 14px 8px 14px;
    display: block;
}

.period-calculator .period-calendar-container .period-results p {
    margin-left: 400px;
}

.period-calculator .period-calendar-container .period-calendar-selection .start-date .display-box p span:first-child {
    font-size: 0.6em;
}

.period-calendar-container .period-calendar-selection > div {
    position: relative;
    display: inline-block;
    float: left;
    width: 227px;
    margin-top: 20px;
}

#period-result-calender .ui-datepicker-group-middle {
    background-color: #f6f8f9;
}

.period-calculator .product-list img {
    max-width: 100%;
}

.period-calculator .period-calendar-selection .last-period .display-box {
    margin-left: 47px;
}

.period-calculator .period-calendar-selection .menstrual-cyc .display-box {
    margin-left: 33px;
}

.period-calculator .period-details .result-details .product-list li {
    width: 60%;
}

.period-calculator .period-calendar-container .period-results .ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.period-calculator .period-calendar-container .period-results .ui-datepicker-multi-3 .ui-datepicker-group {
    width: 30%;
}

.olapic-container {
    display: none;
}

.images-protected img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    user-select: none;
}

.brand_link-font-siz-for-tearm-adchoice {
    text-decoration: none !important;
}

    .brand_link-font-siz-for-tearm-adchoice img {
        border: 0 !important;
        display: inline !important;
        vertical-align: middle !important;
        padding-right: 5px !important;
    }

    .brand_link-font-siz-for-tearm-adchoice span {
        vertical-align: middle !important;
    }

/*SR1.15: GMRLSETRK-3956 Image secure from site user:Deepthi*/
img.protected {
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
}

@media print {
    img.protected {
        visibility: hidden;
    }
}

/*Global LTR */
/* Mini cart changes - START */

.main-page-wrapper {
    margin: 0 auto;
    width: 100%;
}

.dtc-cart-container .minicart-header {
    color: #fff;
    margin-top: 5%;
}

.clear-both {
    clear: both;
}

.row-fluid .span1 .dtc-cart-icon {
    width: 100%;
}

.dtc-cart-container {
    height: 0px;
}

    .dtc-cart-container .mini-cart-layout {
        width: 100%;
        float: right;
    }

    .dtc-cart-container .cart-icon-count {
        color: #fff;
    }

    .dtc-cart-container .minicart-popup {
        float: right;
        right: 0;
        color: #fff;
        width: 380px;
        position: absolute;
        z-index: 1050;
        background: #fff;
        margin-right: 40%;
    }

    .dtc-cart-container .minicart-total-price {
        color: #fff;
        width: 100%;
    }

.dtc-carouselclose-popup {
    width: 16px;
    height: 16px;
    display: inline-block;
    top: 13px;
    float: right;
}

.dtc-product-carousel .minicart-product-image {
    width: 40%;
}

.dtc-addtocart-overlay-container .minicart-heading-container, .dtc-product-carousel-wrapper .minicart-heading-container {
    background: #ddd;
}

.dtc-addtocart-overlay-container .minicart-items, .dtc-product-carousel-wrapper .minicart-items {
    width: 100%;
}

    .dtc-product-carousel-wrapper .minicart-items li, .dtc-addtocart-overlay-container .minicart-items li {
        list-style: none;
    }

.minicart-product-image {
    float: left;
}

.minicart-productname {
    float: left;
    width: 50%;
    margin-left: 25px;
}

.row-fluid .dtc-product-carousel .dtc-thumbnails li {
    width: 275px;
    float: left;
    font-size: 15px;
}

.dtc-product-carousel-container .dtc-product-carousel {
    position: relative;
    overflow: hidden;
}

.minicart-popup .dtc-product-carousel {
    min-height: 150px;
    margin: 0 auto;
}

.dtc-product-carousel-container {
    position: relative;
}

.row-fluid .dtc-product-carousel .dtc-thumbnails {
    position: absolute;
    padding: 0;
    margin: 0;
}

.dtc-product-carousel-container .controls {
    position: absolute;
    /*width: 95%;*/
    top: 30%;
     height: 0;
}

.dtc-viewing-cart {
    font-size: 13px;
}

.dtc-product-carousel-container .controls .dtc-product-carousel-right {
    float: right;
    text-transform: uppercase;
}

.minicart-subtotal .subtotal-div {
    font-size: 1em;
}

.minicart-subtotal .subtotal-rupees {
    font-size: 1em;
}

.dtc-product-carousel-container .controls .arr {
    display: inline-block;
    margin-left: 4px;
}

.minicart-checkout-options .minicart-viewbutton {
    font-size: 13px;
    float: right;
    background: #000;
    color: #fff;
    width: 40%;
    font-weight: normal;
    display: block;
}

    .minicart-checkout-options .minicart-viewbutton a {
        color: #fff;
        display: block;
    }

    .minicart-checkout-options .minicart-viewbutton:hover {
        background: #d1c491;
        color: #000;
    }

        .minicart-checkout-options .minicart-viewbutton:hover a {
            color: #fff;
        }

.minicart-checkout-options .minicart-continue-shopping {
    font-size: 13px;
    float: left;
    background: #fff;
    color: #000;
    width: 45%;
    font-weight: normal;
}

    .minicart-checkout-options .minicart-continue-shopping a {
        color: #000;
        display: inline-block;
        width: 100%;
    }

    .minicart-checkout-options .minicart-continue-shopping:hover {
        background: #ddd;
        color: #000;
    }

        .minicart-checkout-options .minicart-continue-shopping:hover a {
            color: #fff;
        }

/* Add to Cart Layout starts */

.addtocart-click {
    width: 20%;
}

.cart-layout-overlay {
    border: 1px solid #ddd;
    margin: 10% auto;
    width: 30%;
    display: none;
    right: 0;
    color: #000;
}

    .cart-layout-overlay li {
        list-style-type: none;
    }

    .cart-layout-overlay .close-popup {
        background: url(/images/close.png) no-repeat;
        width: 16px;
        height: 16px;
        display: inline-block;
        top: 13px;
        float: right;
    }

.addtocart-popup-styles {
    width: 40%;
}

/* Mini cart changes - END */

/* Quicke view styles starts */

.dtc-product-quantity {
    width: 15%;
}

.dtc-sample-product-quantity {
    width: 15%;
}

.productlisting .dtc-quick-view-addtocart .add-to-cart-btn, 
.productlisting .dtc-quick-view-sample-addtocart .add-to-cart-btn, 
.productdetail .dtc-quick-view-sample-addtocart .add-to-cart-btn {
    left: 0px;
    position: static;
    width: 65%;
}

.productlisting .dtc-quick-view-addtocart .add-to-cart-btn:hover,  
.productlisting .dtc-quick-view-sample-addtocart .add-to-cart-btn:hover {
    background: #000;
}

.dtc-reviewtxt > span {
    margin: 0 1px 0 1px;
}

.dtc-quick-view-variant .dtc-quick-view-addtocart {
    color: #fff;
    width: auto;
}

    .dtc-quick-view-variant .dtc-quick-view-addtocart .btn.add-to-cart-btn {
        background: #000;
        width: 80%;
        color: #fff;
        font-size: 1em;
    }

        .dtc-quick-view-variant .dtc-quick-view-addtocart .btn.add-to-cart-btn:hover {
            background: #ddd;
            color: #000;
            width: 175px;
        }

/* Add to cart styles starts*/

.productdetail .modal.dtc-addtocart-overlay, .productlisting .modal.dtc-addtocart-overlay, .searchresults .modal.dtc-addtocart-overlay {
    width: 25%;
    position: fixed;
}

/*@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
{
	.productdetail .modal.dtc-addtocart-overlay, .productlisting  .modal.dtc-addtocart-overlay, .searchresults  .modal.dtc-addtocart-overlay  
	{
		width:560px !important;
	}
	#modal-new-backdrop .dtc-addtocart-overlay
	{
		width:560px !important;
	}

}*/
.productdetail .modal-body.dtc-addtocart-overlay-container, .searchresults .modal-body.dtc-addtocart-overlay-container {
    color: #000;
    margin: 0 auto;
}

.productlisting .modal-body.dtc-addtocart-overlay-container {
    color: #000;
    margin: 0 auto;
    overflow: hidden;
}

.searchresults .modal-body {
    background: #fff;
}

.productlisting .modal-header {
    padding: 0px;
}

.productdetail .modal-body.dtc-addtocart-overlay-container .dtc-product-carousel, .productlisting .modal-body.dtc-addtocart-overlay-container .dtc-product-carousel, .searchresults .modal-body.dtc-addtocart-overlay-container .dtc-product-carousel {
    margin: 10px auto;
}

.searchresults .dtc-addtocart-overlay .modal-header {
    border: none;
    padding: 0px;
}

.dtc-quick-view-variant .dtc-lazywait-container {
    border: none;
    width: 100%;
    margin: 0 0 20px;
    font-size: 0.875em;
    color: #999;
    background: none transparent;
}

.dtc-quick-view-sample-variant .dtc-quick-view-addtocart {
    color: #fff;
    width: 80%;
}

    .dtc-quick-view-sample-variant .dtc-quick-view-addtocart .btn.add-to-cart-btn {
        background: #000;
        width: 80%;
        color: #fff;
    }

        .dtc-quick-view-sample-variant .dtc-quick-view-addtocart .btn.add-to-cart-btn:hover {
            background: #b6a97b;
            color: #000;
            width: 80%;
        }

.dtc-quick-view-sample-variant .dtc-quick-view-sample-addtocart .btn.add-to-cart-btn {
    background: #000;
    width: 80%;
    color: #fff;
}

.dtc-quick-view-sample-variant .currency-symbol {
    color: #000;
}

.dtc-quick-view-sample-variant .dtc-quick-view-sample-addtocart .btn.add-to-cart-btn:hover {
    background: #b6a97b;
    color: #000;
    width: 80%;
}

.dtc-lazywait-container-addtocart, .dtc-lazywait-container-addsample {
    margin: 0 auto;
    width: 10%;
    margin-right: 55%;
}

/* image zoom fix */
.productdetail .content-primary .dtc-productdetail .popup-wrapper {
    z-index: initial;
}

.dtc-product-carousel-container .disabled {
    display: none;
}

.dtc-quick-view-sample-addtocart {
    text-transform: uppercase;
}

.dtc-error-message {
    float: left;
    color: #ff0000;
    font-weight: bold;
    display: block;
    width: 100%;
    margin-top: 10px;
}



.minicart-productquantity {
    font-weight: bold;
}

.popup-product-price .dtc-price-label {
    float: left;
}

.dtc-quickview-modal-body ul {
    list-style-type: disc;
}

.loaderoverlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}

/*sticky header  -GMRLSETRK-4739*/
#pagemainwrapper .sticky_header {
    position: fixed;
    z-index: 9999;
}
/*sticky header  -GMRLSETRK-4739*/

/* Code to make YouTube video Link as clickable GMRLSETRK-5213-Kalyan */
.video-overlay-link {
    cursor: pointer;
}
/* GMRLSETRK-5213 */

/* FBNL changes ****/
#ui-datepicker-div {
    z-index: 9999;
}

.ui-datepicker {
    background: #fff;
    padding: 0;
    width: 230px !important;
}

    .ui-datepicker .ui-datepicker-title {
        font-size: 14px;
    }

    .ui-datepicker td span, .ui-datepicker td a {
        display: inline-block;
        color: #0265b3;
        width: 19px;
        height: 19px;
        line-height: 19px;
        padding: 5px;
    }

.ui-datepicker-trigger {
    margin-left: 4px;
}

.productdetail .utilisation-date {
    float: right;
    color: #000;
}

.writereview-popup .utilisation-date {
    float: right;
    color: #000;
    clear: both;
    bottom: 20px;
    position: relative;
    font-weight: bold;
}

.writereview .controls .utilisationdate {
    width: 30%;
}

.txt-report {
    display: inline-block;
}
/***************/

/* GMRLSETRK-5898 Vara */
.vortex-tooltip__container {
    position: absolute;
    background: #fff;
    border: 3px solid #fd0;
    border-radius: 26px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    padding: 20px 20px 15px 20px;
    bottom: 60px;
    width: 85%;
    word-wrap: break-word;
    z-index: 3;
    left: 0;
    right: 0;
}

.vortex-tooltip__close {
    width: 25px;
    height: 25px;
    background-size: 25px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAfCAYAAAAfrhY5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3NpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozZTFlYTgyYi0yY2JkLTQxZGUtOTQyNC1mMzhkMzZiMTMxMWIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUNDMzdDNjIxOTFFMTFFN0JDMjZDMzQ5RjAwNzdBRUQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUNDMzdDNjExOTFFMTFFN0JDMjZDMzQ5RjAwNzdBRUQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODNhOWE5NjAtYjU5OC00ZGJmLWE0ZTYtZWY1Y2EzMTEzNTZjIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNlMWVhODJiLTJjYmQtNDFkZS05NDI0LWYzOGQzNmIxMzExYiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuCfgLcAAAD8SURBVHjaYvz//z/DQAEmhgEEo5aPWj5yLGchpCA+Pr4GSBkD8cSFCxceIEK9A5DKB+ILQPWNlPocZDEbEJcADXYkYDFIvgSq3oAawT4RiEHFICMQF+NyAFS8GKruP1QfZZZDg7oXnwOwWNxLTBQRleCABu3H5QAcFu8nxlxGUioWLBbtAGIPciwm2XIsDoABki0mK59DLdiBJryDVIvJshzqcw80YQ9C2ZBiy7HE+XZisiHFluNI1VMIZUOKLceXnfBlQ4oth5bVePMxDgc4UMPn+cTkYywOyKeG5ReA+BcQ9xDKTlD5Hqj6s1QvZEZbMqOWj1o+5CwHCDAADOeLveAI2CAAAAAASUVORK5CYII=);
    position: absolute;
    top: 7px;
    right: 7px;
}

.vortex-tooltip__link.open:before {
    content: '';
    clear: both;
    position: absolute;
    border-top: 19px solid #fff;
    border-left: 22px solid transparent;
    bottom: 25px;
    left: 31%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    z-index: 10;
}

.vortex-tooltip__link {
    position: relative;
}

    .vortex-tooltip__link.open:after {
        content: '';
        clear: both;
        position: absolute;
        border-top: 25px solid #fd0;
        border-left: 30px solid transparent;
        bottom: 20px;
        left: 30%;
        -webkit-transform: translate(-50%,0);
        transform: translate(-50%,0);
    }

.vortex-tooltip-link {
    position: relative;
    display: inline-block;
}

.sr-only {
    border: 0 !important;
    clip: rect(0,0,0,0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

.vortex-tooltip {
    position: relative;
    display: block;
    max-width: 320px;
}
/* GMRLSETRK-5898 Vara */

/* GMRLSETRK-5488 start vara*/
.Center {
    text-align: center;
}

.Left {
    text-align: left;
}

.Right {
    text-align: right;
}

.Justify {
    text-align: justify;
}

.Top_Left, .Top_Center, .Top_Right, .Middle_Left, .Middle_Center, .Middle_Right, .Bottom_Left, .Bottom_Center, .Bottom_Right {
    width: 33%;
    position: absolute;
    height: 33%;
}

.Top_Left {
    top: 0;
}

.Top_Center {
    top: 0;
    margin-left: 34%;
}

.Top_Right {
    top: 0;
    right: 0;
}

.Middle_Left {
    top: 33%;
}

.Middle_Center {
    top: 33%;
    margin-left: 34%;
}

.Middle_Right {
    top: 33%;
    right: 0;
}

.Bottom_Left {
    bottom: 0;
}

.Bottom_Center {
    bottom: 0;
    margin-left: 34%;
}

.Bottom_Right {
    bottom: 0;
    right: 0;
}
/* GMRLSETRK-5488 end vara*/

.youtube-wrapper {
    max-width: 680px;
    margin: 60px auto;
    padding: 0 20px;
}

.optimize-youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}

    .optimize-youtube img {
        width: 100%;
        top: -16.82%;
        left: 0;
        opacity: 0.7;
    }

    .optimize-youtube .play-button {
        width: 90px;
        height: 60px;
        background-color: #333;
        box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
        z-index: 1;
        opacity: 0.8;
        border-radius: 6px;
    }

        .optimize-youtube .play-button:before {
            content: "";
            border-style: solid;
            border-width: 15px 0 15px 26.0px;
            border-color: transparent transparent transparent #fff;
        }

    .optimize-youtube img,
    .optimize-youtube .play-button {
        cursor: pointer;
    }

        .optimize-youtube img,
        .optimize-youtube iframe,
        .optimize-youtube .play-button,
        .optimize-youtube .play-button:before {
            position: absolute;
        }

            .optimize-youtube .play-button,
            .optimize-youtube .play-button:before {
                top: 50%;
                left: 50%;
                transform: translate3d( -50%, -50%, 0 );
            }

    .optimize-youtube iframe {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }

/*chat icon*/
.proactiveChatIcon .accept {
    position: fixed;
    bottom: 35px;
    left: 0px;
}

/* GMRLSETRK-5488 end vara*/

/*Pagination in alp & plp*/
.updatedpage {
    overflow: auto;
}

.productlisting-pagination li {
    float: left;
}

.productlisting-pagination .pagination-link.active {
    color: #000;
}

.productlisting-pagination .pagination-link {
    color: #fff;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 18px;
}

.product-pagination-prev, .product-pagination-next{
	float:left;
	display:inline;
	margin-top:18px;
	cursor:pointer;
}
.product-pagination-prev.disabled,.product-pagination-next.disabled{
	visibility:hidden;
}
.productlisting-pagination{
    z-index: 99;
    display: block;
    position: fixed;
    width: 700px;
    height: 50px;
    bottom: 0px;
    background: gray;
}

/*alp*/
.articlelisting-pagination .pagination-link.active {
    color: black;
}

.article-pagination-prev {
    float: left;
    display: inline;
}

.article-pagination-next {
    float: right;
    display: inline;
}

.articlelisting-pagination .pagination-link {
    float: left;
    color: lightgray;
}

.articlelisting-pagination {
    display: block;
    position: fixed;
    width: 700px;
    height: 50px;
    bottom: 0px;
    background: gray;
}

.article-pagination-prev,.article-pagination-next{color: #000;cursor:pointer}
.article-pagination-prev.disabled, .article-pagination-next .paginationnext.disabled {visibility:  hidden;}

.article-pagination-prev .paginationprev, .article-pagination-next .paginationnext {
    color: #000;
}

    .article-pagination-prev .paginationprev.disabled, .article-pagination-next .paginationnext.disabled {
        visibility: hidden;
    }

/*PR CSS GMRLSETRK 5969 start*/
.radUnchecked {
    opacity: .25;
}

.radChecked {
    opacity: 1;
}

.quesIndicators {
    position: absolute;
    left: 40%;
    margin-top: 6%;
}

    .quesIndicators div {
        width: 20px;
        display: block;
        float: left;
    }

        .quesIndicators div:last-child {
            display: none;
        }

    .quesIndicators li {
        /*background-image: url(./panel_indicator_inactive.png);*/
        background-repeat: no-repeat;
        height: 15px;
        width: 15px;
        display: block;
        float: left;
        border-radius: 100%;
        color: #fff;
        background-color: black;
        text-align: center;
        font-size: 10px;
        line-height: 15px;
        margin-right: 0px;
    }

div hr {
    margin: 5px 0;
}

.quesIndicators li.active {
    /*background-image: url(./panel_indicator_active.png);*/
    background-repeat: no-repeat;
    border-radius: 100%;
    line-height: 20px;
    color: #fff;
    background-color: green;
    height: 20px;
    width: 20px;
    font-size: 15px;
    cursor: pointer;
}

.recommenderQuesDesc, .recommenderOptions label {
    color: #fff;
}

.productRecommender {
    position: relative;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.loader{
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #3498db;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    position: relative;
    top: 40%;
    left: 45%;
	display:none;
}
.Recom_result .super.plus {
    color: red;
}
.Recom_result .super {
    color: green;
}
.Recom_result .regular{
    color: yellow;
}
.Recom_result .lite {
    color: lightblue;
}
.Recom_result .ultra{
	color:mediumvioletred;
}
/*PR CSS GMRLSETRK 5969 end*/

/*will change this to hidden later to deny scolling to user*/
.tabbedContainer .prTabContent {
  float: right;
  width: 70%;
  border-left: none;
  height: 570px;
  overflow:overlay;
  color: #fff;
  margin: 15px;
  background-color: #ffffff;
  border: 1px solid black;
  opacity: 0.3;
  filter: alpha(opacity=60);
  }
/*Ingrident Block Start*/

a{cursor:pointer;}
.tabbedContainer .navigationTabs .navUp img{width: 50px;}
.tabbedContainer .navigationTabs .navDown img{width: 25px;}
.tabbedContainer{margin: 50px auto;min-height: 600px;border: 1px solid #bcb7b7;color:#000;}
.tabbedContainer .tablinks{display:block;}
.tabbedContainer .navigationTabs{float: left;border-right: 2px solid #336600;background-color: #fff;width: 20%;height: 600px;}
.tabbedContainer .navTabCtr {max-height: 500px;overflow:hidden;}
.tabbedContainer .navTabCtr a:hover {background-color: #ddd;}
.tabbedContainer .navTabCtr a.active {border-left: 15px solid #336600;}
.tabbedContainer .prTabContent .group-name{text-align:center;color:#000;}
.tabbedContainer .prTabContent .ftrProdList ul li{width: 100px;margin: 5px;height:100%;overflow:  hidden;display:  inline-block;}
.tabbedContainer .prTabContent .ftrProdList ul li img{width: 100px;}
.tabbedContainer .prTabContent .ftrProdList ul li span{display:  block;}
.tabbedContainer .prTabContent .ftrProdList ul{float: left;width: 230px;height: 200px;margin: 1px;overflow: hidden;
/*will change this to hidden later to deny scolling to user*/}
.tabbedContainer .prTabContent .tabBG {float: right;width: 70%;min-height: 500px;overflow:overlay;color: #fff;margin: 15px;background-color: #ffffff;border: 1px solid black;}
.tabbedContainer .tablinks img{width:100px;height:100px;}
.tabbedContainer .tablist{overflow:hidden;}
.tabbedContainer .navTabCtr a {display: block;background-color: inherit;color: black;padding: 22px 16px;width: 100%;border: none;
              outline: none;text-align:left;cursor:pointer;transition: 0.3s;font-size: 17px;}
.tabbedContainer .bgImage{position:absolute;}                                                                                                                                                                                    
/*Ingrident Block End*/

/*Most Loved Product Block Start*/
.tabbedHorizontalCtr{margin: 0 auto;color:#000;border: 1px solid #bcb7b7;}
.tabbedHorizontalCtr .tabbedContainer{width:960px;margin: 50px auto;}
.tabbedHorizontalCtr .tablinks{display:block;}
.tabbedHorizontalCtr .navigationTabs{float: left;border-bottom: 1px solid #336600;background-color: #fff;width: 100%;}
.tabbedHorizontalCtr .navTabCtr {margin:  0 auto; width: 70%;height: 65px; }
.tabbedHorizontalCtr .tabProdCtr a{display:  block;float: left;width: 175px;}
.tabbedHorizontalCtr .navTabCtr a:hover {background-color: #ddd;}
.tabbedHorizontalCtr .navTabCtr a.active {border-bottom: 4px solid #336600;}
.tabbedHorizontalCtr .prTabContent {padding: 0px 12px;border-left: none;overflow:  overlay;}
.tabbedHorizontalCtr .tablinks img{width:100px;height:100px;}
.tabbedHorizontalCtr .tablist{overflow:hidden;}
.tabbedHorizontalCtr .tabContentCtr{height: 100%;background: #fff;}
.tabbedHorizontalCtr .navTabCtr a {display: block;float: left;background-color: inherit;color: black;padding: 22px 16px;border: none;
              outline: none;text-align:left;cursor:pointer;transition: 0.3s;font-size: 17px;}
.tabbedHorizontalCtr .tabProdCtr ul {float: left;width: 470px;height: 275px;margin: 1px;overflow: hidden;white-space:nowrap;}
.tabbedHorizontalCtr .tabProdCtr ul li {width: 100px;margin: 5px;height: 100%;overflow: hidden;display: inline-block;}
.tabbedHorizontalCtr .slide-ctrl a img{width:50px;}
/*Most Loved Product Block End*/



/* Login FLow Pop Up Start*/

.popup-email-flow-main {
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    position: fixed;
    background-color: rgba(204,204,204, 0.3);
    color: #aaaaaa;
}
.popup-email-flow-inner {
    width: 500px;
    height: 150px;
    position: absolute;
    color: #000000;
    background-color: #ffffff;
    top: 30%;
    left: 50%;
    margin-left: -250px;
	text-align: center;
    font-size: 16px;
}
.popup-email-flow-inner .loginFlow-close {
    width: 20px;
    float: right;
}
.popup-email-flow-inner .loginFlow-close a.imgCloseButton {
    width: 20px;
    height: 20px;
    float: left;
    cursor: pointer;
	color: #000;
}
.popup-email-flow-inner .loginFlow-close a.imgCloseButton:after {
    content: "x";
}
/* Login FLow Pop Up End*/

/*GMRLSETRK-5990  loop slider start*/

#loopslider {
    margin: 0 auto;
    width: 100%;
    height: 100px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

#loopslider ul li {
    width: 500px;
    height: 100px;
    float: left;
    display: inline;
    overflow: hidden;
}

/* =======================================
    ClearFixElements
======================================= */
#loopslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

#loopslider ul {
    height: 500px;
    float: left;
    display: inline-block;
    overflow: hidden;
}
/*GMRLSETRK-5990  loop slider End*/


.sqRecommender input {
    display: none;
}
.sqRecommenderPageOptions #Q007-2 label span,.sqRecommenderPageOptions #Q005-2 label span,.sqRecommenderPageOptions #Q005-3 label span,.sqRecommenderPageOptions #Q005-4 label span{
    display: none;
}
.sqRecommenderPageOptions label span,.sqRecomLastQuestion,.sqRecomStartQuestion {
    text-transform: uppercase;
}

/* Hot spot CSS - start      Vara */

#hotspotImg { background-color: #ededed;background-size: cover;background-position: center center;position: relative;}
#hotspotImg .img-responsive { height:50%;max-width: 100%; }
#hotspotImg .hot-spot {position: absolute;width: 25px;height: 25px;top: 5px;left: 5px;text-align: center;background-color: rgba(229, 0, 137, 0.6);color: #fff;
border-radius: 100%;cursor: pointer;transition: all .3s ease;}
#hotspotImg .hot-spot .circle {display: block;position: absolute;top: 45%;left: 45%;width: 2em;height: 2em;margin: -1em auto auto -1em;-webkit-transform-origin: 50% 50%;transform-origin: 50% 50%;border-radius: 50%;border: 1px solid #E5008A;opacity: 0;-webkit-animation: pulsate 3s ease-out infinite;animation: pulsate 3s ease-out infinite;}

.hotspot-ctr{
width:750px;
margin:50px;
}
.hotspot-img{
position:relative;
width:750px;
height:275px;
}
.hotspot-grid {width:100%;height:100%;position:absolute; top:0; left:0;}
.hotspot-img img{width:100%;}
.hot-spot .circle { display:block; width:20px; height:20px; border-radius:10px; background-color:red; margin:0 auto; margin-top:10px; }
.hot-spot .circle:hover{ -ms-transform: scale(2,2); /* IE 9 */
  -webkit-transform: scale(2,2); /* Safari */
  transform: scale(2,2); /* Standard syntax */}

/* Hot spot CSS - end   */
/*latam popup css*/
.global-Popup{
	display: flex;
    position: fixed;
    z-index: 2;
    justify-content: center;
    align-items: center;
    top: 0;
    height: 100vh;
    width: 100vw;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.global-Popup .global-Popup-Container{
	position: relative;
}
.global-Popup .global-Popup-Container .close{
    position: absolute;
    color: #fff;
    font-size: 30px;
    right: -20px;
    top: -4px;
}

.global-Popup .global-Popup-Container iframe{
    width: 770px;
    height: 473px;
}
 /* Oral-B PL CSS */
 .greyOutProducts {
     opacity:0.25;
     pointer-events:none;
 }
 .hide_btn.disabled {
    pointer-events: none;
}
.loaderforComfigurator {
    border: 6px solid #f3f3f3;
	border-radius: 50%;
	border-top: 6px solid #3498db;
	width: 50px;
	height: 50px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	position: fixed;
	top: 50%;
	left: 45%;
	z-index:9999;
}


/* onscroll overlay */

.container-OnScrollOver-dsk {
    width: 100%;
    overflow: hidden;
}

.OnScrollOverlayContainer{
    padding: 15px;
    margin: 15px 0;
    text-align: center;
    position: relative;
}
.OnScrollOverlayContainer .wrapper-1,
.OnScrollOverlayContainer .wrapper-2{
    height: auto;
    width: 100%;
    margin: 5px 0;
    position: relative;
}
.OnScrollOverlayContainer .wrapper-1{
   z-index: 0;
}

.OnScrollOverlayContainer .wrapper-2{
    background: #ececec;
    z-index: 1;
    transition: all .5s linear;
    height: auto;
    padding: 30px 20px;
}

.OnScrollOverlayContainer .overlay .wrapper-2{
    margin-top: -150px!important;
}
.OnScrollOverlayContainer .wrapper-1 img{
    transition: all .5s linear;
}
.OnScrollOverlayContainer .overlay .wrapper-1 img{
    transform: scale(1.1);
}

/* onscroll overlay ends here */
.btn-float-section {
    padding: 0px;
    margin: 0;
    width: 100%;
    background: #000;
    bottom: 0;
    left: 0;
    height: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-float-section a{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 1.6px;
    text-align: center;
    color: #d58000 !important;
    background: none;
    border-radius: 0;
    padding: 4px 8px;
    top: 7.2px;
    border: 1px solid #d58000;
    text-decoration: none;
}
.buynow-sticky{
    background: #000;
}
/* background video play start */

.bk-video-container{
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.bk-video-container .video-wrap video,
.bk-video-container .video-wrap{
    width: 100%;
    position: relative;
}
.video-content-wrap{
    position: absolute;
    text-align: center;
    color: #fff;
    padding-bottom: 50px;
    width: 50%
}
.video-content-wrap p{
    margin: 5px;
    font-weight: 300;
}
.video-content-wrap .video-content-heading{
    font-size: 60px;
    line-height: .5;
    font-weight: 600;
}
.bk-video-container .video-wrap button{
    width: 70px;
    height: 50px;
    background: #f9f9f9;
    border: 0;
    outline: 0;
    position: absolute;
    top: 10px;
    right: 0px;
}
/* background video play end */
.child-position-Left
{
    display: flex;
    justify-content: center;
    align-items: center;
}
.child-position-Right {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
}

/* hidden div - tab overlapping fix on product detail page */
.hiddenGlobalDom{
    width: 50px;
    height: 50px;
    visibility: hidden;
    position: fixed;
    top: 0;
   left: -50px;
}
/* form field required label- accessibility by ved */
.pc-labels {
    display: none!important;
}

/* on keyboard focus - display submenus */
.focus .sub-menu{
    display:block!important;
}

/* focus visible - accessibility */
a:focus,
button:focus, 
textarea:focus, 
input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus, 
.uneditable-input:focus{
    outline: thin dotted #333!important;
    outline: 5px auto -webkit-focus-ring-color!important;
    outline-offset: -2px!important;
}
.countryPromo{
    display:none;
}

/* always tab popup functionality */
.always-tab-popup {
    padding: 10px;
    position: relative;
}

.always-tab-popup .always-popup-wrap {
    display: none;
    position: absolute;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 10px #00000080;
    border: 1px solid #582C83;
    border-radius: 11px;
    padding: 10px;
    color: #707070;
    font-size: 14px;
    line-height: 16px;
    top: 80px;
    z-index: 1;
}

.always-tab-popup.active .always-popup-wrap {
    display: block;
}

.always-tab-popup .image img {
    width: 28px;
    height: 28px;
}
.always-tab-popup.active .image img {
    transform: rotate(180deg);
}
