/* Definging fonts here */
@font-face {
    font-family: Gotham_Light;
    src: url(../fonts/Gotham-Light.otf);
    src: url(../fonts/Gotham_Light.eot); /* IE9 Compat Modes */
    src: url(../fonts/Gotham_Light.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
    url(../fonts/Gotham-Light.woff2) format('woff2'), /* Super Modern Browsers */
    url(../fonts/Gotham-Light.woff) format('woff'), /* Pretty Modern Browsers */
    url(../fonts/Gotham-Light.ttf) format('truetype'), /* Safari, Android, iOS */
    url(../fonts/Gotham-Light.svg#svgFontName) format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: Gotham_Medium;
    src: url(../fonts/Gotham-Medium.otf);
    src: url(../fonts/Gotham_Medium.eot); /* IE9 Compat Modes */
    src: url(../fonts/Gotham_Medium.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
    url(../fonts/Gotham-Medium.woff2) format('woff2'), /* Super Modern Browsers */
    url(../fonts/Gotham-Medium.woff) format('woff'), /* Pretty Modern Browsers */
    url(../fonts/Gotham-Medium.ttf) format('truetype'), /* Safari, Android, iOS */
    url(../fonts/Gotham-Medium.svg#svgFontName) format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: Gotham_Black;
    src: url(../fonts/Gotham-Black.otf);
}

@font-face {
    font-family: Gotham_Bold;
    src: url(../fonts/Gotham-Bold.otf);
    src: url(../fonts/Gotham_Bold.eot); /* IE9 Compat Modes */
    src: url(../fonts/Gotham_Bold.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
    url(../fonts/Gotham-Bold.woff2) format('woff2'), /* Super Modern Browsers */
    url(../fonts/Gotham-Bold.woff) format('woff'), /* Pretty Modern Browsers */
    url(../fonts/Gotham-Bold.ttf) format('truetype'), /* Safari, Android, iOS */
    url(../fonts/Gotham-Bold.svg#svgFontName) format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: GothamCond_Light;
    src: url(../fonts/GothamCond-Light.otf);
}




body {
    font-family: Gotham_Light;
}

.Header {
}

.col-xs-12.col-sm-3.col-md-2.ProdImgs {
    padding: 0;
}

.space {
    padding-top: 20px;
}

.PrintButton {
    width: 36px;
    height: 36px;
    background-color: black;
    color: white;
}

.Dummy {
    /*display: none;*/
    font-size: 20px;
    color: #585858;
    text-align: right;
}

.dropdown-menu.dropdown-menu-large.row {
    background: #FFF;
}

.ProdImgs h4 a {
    text-align: center;
    width: 100%;
    float: left;
}

.ProdImgs {
    margin: 10px 21px 10px 16px;
}

    .ProdImgs img {
        display: block;
        margin: 0 auto;
        max-width: 150px;
        max-height: 150px;
    }

    .ProdImgs h4 {
        padding: 10px;
        font-size: 12px;
    }

    .ProdImgs p {
        color: #a0a0a0;
        font-size: 13px;
        text-align: center;
        width: 100%;
    }

.customModal {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: rgba(0,0,0,0.2);
    /*filter: alpha(opacity=60);
            opacity: 0.6;
            -moz-opacity: 0.8;*/
}

.customCenter {
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 450px;
    background-color: White;
    border-radius: 10px;
    text-align: center;
    /*filter: alpha(opacity=100);*/
    /*opacity: 1;*/
    /*-moz-opacity: 1;*/
}

.sliders {
    left: 0;
    width: 100%;
    position: relative;
}

    .sliders > img {
        max-width: 100%;
        width: 100%;
    }

.searchPanel {
    position: relative;
    top: 0;
    /*left: 30%;
    width:50%;*/
    height: 90%;
    z-index: 1;
}

.search-wrapper {
    position: absolute;
    top: 50%;
    width: 90%;
    background-color: rgba(0,0,0,0.5);
    border-radius: 5px;
    top: 243px;
    padding: 20px;
    box-shadow: 0 0 25px #c6c6c6;
    width: 100%;
    /*transform: translateY(-100%);*/
}

.searchTextPanel {
    /*box-shadow: 0px 0px 25px #888888;*/
}

.search-wrapper > span > input[type="text"] {
    background-color: white;
    border: 0;
    font-size: 15px;
    width: 75%;
}

.topSliderPanel {
    display: table-cell;
    vertical-align: middle;
    left: 0;
    right: 0;
    top: 0;
    background-color: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    text-align: center;
    max-height: 100px;
    padding: 20px 0px 20px 0px;
}

.bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    text-align: center;
    max-height: 100px;
    padding: 20px 0px 20px 0px;
    z-index: 2;
}

.topPanel {
    position: absolute;
    display: table-cell;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    min-height: 100px;
}

.sliders span.bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    text-align: center;
    max-height: 100px;
    padding: 20px 0px 20px 0px;
}

.sliders .description {
    font-family: Gotham_Light;
    font-size: 20px;
    color: white;
}

.sliders .link {
    font-family: Gotham_Light;
    font-size: 16px;
    color: white;
    text-decoration: none;
    font-weight: bold;
}

/*.WebHeader {
    background-color: #dddee0;
    font-family:Gotham_Light;
}

.headerNavbar {
    background-color:#837c83;
}*/

.headerNavbar .newNavBar > li > a {
    color: #fff;
}

.Featured {
    background-color: #dddee0;
    margin: 0;
    padding: 0;
    font-family: Gotham_Light;
    width: 100%;
}

    .Featured > div > table {
        width: 100%;
        height: 300px;
    }

    .Featured .PanelWrapper {
        border: 1px solid #e0e0e0;
    }

    .Featured .Panels {
        width: 100%;
        height: 60px;
        background-color: #7c7c7c;
    }

        .Featured .Panels span {
            padding-left: 40px;
            color: #ebebeb;
            font-size: 26px;
        }

    .Featured .panelheader {
        background-color: #7c7c7c;
    }

        .Featured .panelheader span {
            padding-left: 40px;
            /*color:#dbdbdb;*/
            font-size: 20px;
        }

    .Featured .productname {
        font-family: Gotham_Bold, Gotham_Medium;
        font-size: 12px;
    }

.FootersWrapper {
    background-color: #7f7f7f;
    color: #cbcbcb;
    font-family: Gotham_Light;
}

.FootersWrapper-nav {
    background-color: #606060;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .FootersWrapper-nav .menuList {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

    .FootersWrapper-nav .menuHeader {
        color: #d0d0d0;
    }

    .FootersWrapper-nav .menuList > li > a {
        /*color:#adadad;*/
        color: #a0a0a0;
        font-size: 11px;
        line-height: 1.5em;
    }

.navList {
}

.FootersWrapper p, span {
    Color: #a0a0a0;
    font-size: 12px;
    /*line-height:1.5em;*/
}

.navFooterCopyrightContent {
    color: #898989;
    font-size: small;
}

.MonthlySpecial {
    margin: 0px;
}

    .MonthlySpecial > div > table {
        width: 100%;
        height: 300px;
    }

    .MonthlySpecial .PanelWrapper {
        border: 1px solid #e0e0e0;
        width: 100%;
    }

    .MonthlySpecial .Panels {
        width: 100%;
        height: 60px;
        background-color: #7c7c7c;
    }

        .MonthlySpecial .Panels span {
            padding-left: 40px;
            color: #ebebeb;
            font-size: 26px;
        }

    .MonthlySpecial .panelheader {
        background-color: #7c7c7c;
    }

        .MonthlySpecial .panelheader span {
            padding-left: 40px;
            color: #dbdbdb;
            font-size: 20px;
        }

.newsletter {
}

    .newsletter span {
        color: #7f8082;
        font-size: 18px;
        line-height: 2.5em;
    }

    .newsletter p {
        color: #a2a3a5;
        font-size: 12px;
        line-height: 2em;
    }

.sponsors {
    /*background-color:#edf1f2;
    padding:20px;
    font-family:Gotham_Light;*/
    text-align: center;
}

.Product {
    font-family: Gotham_Light;
    font-size: 12px;
}

    .Product .ProTitle {
        font-family: Gotham_Medium;
        font-size: 24px;
        color: #3479d7;
    }

    .Product .ProDescription {
        font-size: 14px;
        color: #5b5b5b;
    }

    .Product .ProOptions {
        font-size: 10px;
        font-family: Gotham_Medium;
        color: #5b5b5b;
    }

    .Product .ProPrice {
        font-size: 24px;
        font-family: Gotham_Medium;
        color: #777777;
        white-space: nowrap;
    }
    .Product .ProductPricePanel {
        min-width: 185px;
        overflow-wrap:break-word;
        padding-right: 5px;
    }
.Product .DiscountedPrice {
    margin-right:7px;
    }

.RelatedProduct {
    border-top: 2px solid #e5e5e5;
    padding: 10px;
    font-size: 24px;
    font-family: Gotham_Light, Gotham_Bold;
}

    .RelatedProduct > table {
        width: 100%;
    }

    .RelatedProduct .relatedbox {
        width: 25%;
        vertical-align: top;
        font-family: Gotham_Light;
        font-size: 12px;
    }

    .RelatedProduct .Panels {
        width: 100%;
        background-color: #7c7c7c;
    }

        .RelatedProduct .Panels span {
            padding-left: 40px;
            color: #ebebeb;
            font-size: 26px;
        }

    .RelatedProduct .panelheader {
        background-color: #7c7c7c;
    }

        .RelatedProduct .panelheader span {
            padding-left: 40px;
            color: #dbdbdb;
            font-size: 20px;
        }

    .RelatedProduct .productname {
        font-family: Gotham_Bold, Gotham_Medium;
        font-size: 12px;
    }

.custom-panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 3px solid transparent;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.custom-panel-body {
    padding: 15px;
}

.custom-panel-heading {
    padding: 10px 15px;
    border-bottom: 3px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-align: center;
}

    .custom-panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.custom-panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .custom-panel-title > a {
        color: inherit;
    }

.custom-panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 3px solid #cfdef1;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.custom-panel-default {
    border-color: #cfdef1;
}

    .custom-panel-default > .custom-panel-heading {
        color: #686868;
        font-family: Gotham_Medium;
        background-color: #e0edfa;
        border-color: #cfdef1;
    }

        .custom-panel-default > .custom-panel-heading + .custom-panel-collapse > .custom-panel-body {
            border-top-color: #cfdef1;
        }

        .custom-panel-default > .custom-panel-heading .badge {
            color: #686868;
            background-color: #333;
        }

    .custom-panel-default > .custom-panel-footer + .custom-panel-collapse > .custom-panel-body {
        border-bottom-color: #cfdef1;
    }



.custom-chart-panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 3px solid transparent;
    border-radius: 6px 6px 0 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.custom-chart-panel-body {
    padding: 0;
}

.custom-chart-panel-heading {
    padding: 10px 15px;
    border-bottom: 3px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-align: center;
}

    .custom-chart-panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.custom-chart-panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .custom-chart-panel-title > a {
        color: inherit;
    }

.custom-chart-panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 3px solid #dcdcdc;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.custom-chart-panel-default {
    border-color: #dcdcdc;
}

    .custom-chart-panel-default > .custom-chart-panel-heading {
        color: #686868;
        font-family: Gotham_Medium;
        background-color: #eceaeb;
        border-color: #dcdcdc;
    }

        .custom-chart-panel-default > .custom-chart-panel-heading + .custom-chart-panel-collapse > .custom-chart-panel-body {
            border-top-color: #dcdcdc;
        }

        .custom-chart-panel-default > .custom-chart-panel-heading .badge {
            color: #686868;
            background-color: #333;
        }

    .custom-chart-panel-default > .custom-chart-panel-footer + .custom-chart-panel-collapse > .custom-chart-panel-body {
        border-bottom-color: #dcdcdc;
    }

.custom-message-panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 3px solid transparent;
    border-radius: 20px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.custom-message-panel-body {
    padding: 10px;
}

.custom-message-panel-heading {
    padding: 10px 15px;
    border-bottom: 3px solid transparent;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

    .custom-message-panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.custom-message-panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: inherit;
}

    .custom-message-panel-title > a {
        color: inherit;
    }

.custom-message-panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 3px solid #cfdef1;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.custom-message-panel-default {
    border-color: #dcdcdc;
}

    .custom-message-panel-default > .custom-message-panel-heading {
        color: #686868;
        font-family: Gotham_Medium;
        background-color: #ebebeb;
        text-align: center;
        border-color: #dcdcdc;
    }

        .custom-message-panel-default > .custom-message-panel-heading + .custom-message-panel-collapse > .custom-message-panel-body {
            border-top-color: #cfdef1;
        }

        .custom-message-panel-default > .custom-message-panel-heading .badge {
            color: #686868;
            background-color: #333;
        }

    .custom-message-panel-default > .custom-message-panel-footer + .custom-message-panel-collapse > .custom-message-panel-body {
        border-bottom-color: #dcdcdc;
        font-size: 10px;
    }

.reduce_padding {
    padding: 2px;
}

.formated_label {
    font-family: Gotham_Light;
    font-size: 11px;
}

.CheckOut-OtherTitle {
    font-family: Gotham_Medium;
    color: #3479d7;
    font-size: 16px;
}

.CheckOutTitle {
    font-family: Gotham_Light;
    color: #3479d7;
    font-size: 12px;
    font-weight: bold;
}

.ActiveButton {
    background-color: #5794d8;
    color: white;
    border-color: #4f85c2;
}

.buttonFonts {
}

/* enable absolute positioning */
.inner-addon {
    position: relative;
}

    /* style icon */
    .inner-addon .glyphicon {
        position: absolute;
        padding: 10px;
        pointer-events: none;
    }

/* align icon */
.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

.LoginPanel {
    font-family: Gotham_Light;
    color: black;
}

.LoginTitle {
    font-family: Gotham_Light;
    font-size: 22px;
    font-weight: bold;
}

.LoginForgetRemember {
    font-size: 12px;
}

.SubCategory {
    font-family: Gotham_Light;
}

.SubCategoryTitle {
    color: #3479d7;
    font-size: large;
    font-weight: bold;
}

.SubCategoryDescription {
    color: #6f6f6f;
}

.CollectionsBannerTitle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    font-family: Gotham_Light;
    text-align: right;
    margin-right: 25px;
    padding: 20px;
    text-shadow: 2px 2px #000;
    font-style: italic;
}

.CustomPages {
    font-family: Gotham_Light;
}

.blockPanels {
    display: table-cell;
    width: 50%;
    height: 250px;
    background-color: #edf1f2;
    padding: 20px;
    top: 0;
    bottom: 0;
}


.custom-panel-products {
    /*margin-bottom: 20px;*/
    min-height: 420px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.custom-panel-products-body {
    padding: 15px 0px 0px 0px;
}

.custom-panel-products-heading {
    padding: 10px 15px;
    width: 100%;
    min-height: 60px;
    color: white;
    background-color: #7c7c7c;
    padding-left: 40px;
    color: #ebebeb;
    font-size: 26px;
}

    .custom-panel-products-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.custom-panel-products-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .custom-panel-products-title > a {
        color: inherit;
    }

.custom-panel-products-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 3px solid #cfdef1;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.custom-panel-products-default {
    border-color: #cfdef1;
}

    .custom-panel-products-default > .custom-panel-heading {
        color: #686868;
        font-family: Gotham_Medium;
        background-color: #e0edfa;
        border-color: #cfdef1;
    }

    .custom-panel-products-default > .custom-panel-products-heading + .custom-panel-products-collapse > .custom-panel-products-body {
        border-top-color: #cfdef1;
    }

    .custom-panel-products-default > .custom-panel-products-heading .badge {
        color: #686868;
        background-color: #333;
    }

    .custom-panel-products-default > .custom-panel-products-footer + .custom-panel-products-collapse > .custom-panel-products-body {
        border-bottom-color: #cfdef1;
    }


.ProductImage {
    max-height: 180px !important;
}

.ProductMiniImage {
    max-height: 60px !important;
}

.relatedbox-mini-panel {
    min-height: 150px;
}

.relatedbox-panel {
    min-height: 300px;
    /*margin-bottom: 20px;
  background-color: #fff;
  border: 3px solid transparent;
  border-radius: 5px;*/
    /*-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);*/
}

.relatedbox-body {
    padding: 15px;
}

.relatedbox-panel-body p {
    padding: 0px !important;
    line-height: normal !important;
}

.relatedbox-heading {
    padding: 10px 15px;
    border-bottom: 3px solid transparent;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    text-align: center;
}

    .relatedbox-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.relatedbox-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .relatedbox-title > a {
        color: inherit;
    }

.relatedbox-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 3px solid #cfdef1;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.relatedbox-default {
    border-color: #cfdef1;
}

    .relatedbox-default > .relatedbox-heading {
        color: #686868;
        font-family: Gotham_Medium;
        background-color: #e0edfa;
        border-color: #cfdef1;
    }

        .relatedbox-default > .relatedbox-heading + .relatedbox-collapse > .relatedbox-body {
            border-top-color: #cfdef1;
        }

        .relatedbox-default > .relatedbox-heading .badge {
            color: #686868;
            background-color: #333;
        }

    .relatedbox-default > .relatedbox-footer + .relatedbox-collapse > .relatedbox-body {
        border-bottom-color: #cfdef1;
    }

.subCurrency {
    margin-bottom: 20px;
}

.CustomPages-Right-Panel {
    display: table-cell;
    background-color: #dddedf;
}

.bubbletooltip_tip3 {
    padding: 2px 8px;
    color: #ffffff;
    background-color: #9ea0a3;
    border: 1px solid #9ea0a3;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    position: absolute;
    top: 40px;
    /*left:35px;*/
    font-size: 12px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    z-index: 400;
    margin: 0 0 0 44px;
}

    .bubbletooltip_tip3:after, .bubbletooltip_tip3:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        z-index: -1;
    }

    .bubbletooltip_tip3:after {
        border-color: rgba(158, 160, 163, 0);
        border-bottom-color: #9ea0a3;
        border-width: 4px;
        margin-left: -4px;
    }

    .bubbletooltip_tip3:before {
        border-color: rgba(158, 160, 163, 0);
        border-bottom-color: #9ea0a3;
        border-width: 5px;
        margin-left: -5px;
    }

.bubbletooltip_tip3changing {
    background-color: #62656a;
    border: 1px solid #62656a;
}

    .bubbletooltip_tip3changing:after {
        border-color: rgba(46, 168, 223, 0);
        border-bottom-color: #62656a;
    }

    .bubbletooltip_tip3changing:before {
        border-color: rgba(46, 168, 223, 0);
        border-bottom-color: #62656a;
    }

.bubbletooltip_tip3highlight {
    background-color: #2ea8df;
    border: 1px solid #2ea8df;
}

    .bubbletooltip_tip3highlight:after {
        border-color: rgba(46, 168, 223, 0);
        border-bottom-color: #2ea8df;
    }

    .bubbletooltip_tip3highlight:before {
        border-color: rgba(46, 168, 223, 0);
        border-bottom-color: #2ea8df;
    }


.ContactTable td {
    vertical-align: top;
}

    .ContactTable td:first-child {
        padding-right: 5px;
    }


.ContactPeople {
    width: 180px;
    text-align: center;
    float: left;
    margin: 10px 7px 10px 7px;
}

.ContactPeople-img {
    width: 180px;
    height: 180px;
}

    .ContactPeople-img img {
        max-width: 180px;
        max-height: 180px;
    }

.ContactRepresented p {
    margin-bottom: 20px;
}

.ContactRepresented img {
    width: 100%;
}


.AcordianContainer {
    margin: 10px 0px 10px 0px;
    padding: 5px;
}

.AcordianHeading {
    cursor: pointer;
}

    .AcordianHeading h2 {
        border-bottom: 1px solid #d9d9d9;
        margin: 0;
        cursor: pointer;
        background: #FFFFFF;
        padding: 20px 40px;
        background: url('../Images/list-style.png') no-repeat left;
        background-position: center left;
        color: #686868;
        font-size: large;
        font-weight: bold;
    }

        .AcordianHeading h2:hover {
            background: none;
            background-color: #3479d7;
            color: #FFFFFF;
        }

.AcordianOpen h2 {
    background: none;
    border: 1px solid #d9d9d9;
}

.AcordianContent {
    display: none;
    border: 1px solid #d9d9d9;
    padding: 5px;
}

    .AcordianContent h4 {
        margin: 14px 0px 0px 0px;
        font-size: 14px;
        font-weight: bold;
    }

.links a {
    display: block;
}

.links {
    margin-bottom: 15px;
}

.SocialIcons {
    padding: 0;
    float: right;
    margin: 0;
}

    .SocialIcons li {
        list-style: none;
        float: left;
        padding: 8px 3px;
    }

.NewProductimg {
    max-width: 100%;
}

.SearchOptions label {
    margin-right: 10px;
}

.newRow {
    margin-left: -15px;
    margin-right: -15px;
}

.headerSearchPanel {
    padding-top: 20px;
}

.headerSearchPanelPosition {
    border-top: 0 !important;
    padding-top: 36px !important;
}

.Address ul li {
    list-style: none;
}

.SpecialProducts {
    margin-bottom: 10px;
}

.subcategory_nav {
    min-height: 70px;
}

/* MEDIA QUERY STYLE*/

@media (max-width: 767px) and (orientation:portrait) {
   

    not all, (-webkit-transform-3d) {
        margin-top: 78px !important;
    }

    .Logo img {
        margin: 0 auto;
        float: none;
        display: block;
    }

    .btn {
        display: block;
    }

    .sliders .description {
        font-size: 14px;
        margin-bottom: 1px !important;
    }

    .sliders span.bottom {
        bottom: 6px !important;
    }

    button.navbar-toggle {
        margin: 15px auto;
        float: none;
        display: block;
    }

    .carousel-inner {
        min-height: 172px;
        margin-top: 76px;
    }


    .item {
        min-height: 168px;
    }


    .search-wrapper {
        left: 0;
        padding: 20px 0;
        top: 1px;
        box-shadow: none;
        border-radius: inherit;
        background: none;
    }



    a#ctl00_ContentPlaceHolder1_btnSubscribeNow {
        margin: 6px 12px;
    }

    .col-xs-6.col-md-2.Logo {
        margin: 0 auto;
        float: none;
        display: block;
    }


    .SocialIcons {
        padding: 0;
        float: left;
    }

    .nav > li a {
        display: block !important;
        padding: 10px 6px 10px 2px;
    }

    Scrollbar ::-webkit-scrollbar {
        display: none;
    }



    .custom-panel-products {
        margin-bottom: 35px;
    }

    .custom-panel-products-body ul {
        padding-bottom: 22px;
    }


    .ProdImgs h4 a {
        text-align: center;
        width: 100%;
        float: left;
    }


    .ProdImgs h4 p {
        text-align: center;
        width: 100%;
        float: left;
    }

    .sliders .link {
        font-size: 13px !important;
    }

    .HelpImg {
        width: 100%;
    }

    a#ctl00_ContentPlaceHolder1_LinkButton2 {
        display: none;
    }

    .ProdImgs img {
        margin: 0 auto !important;
        display: block !important;
    }



    .col-xs-6.col-md-5.pull-right.space {
        padding-top: 0 !important;
        margin: 0 auto;
        display: block;
        float: none !important;
    }

    .SocialIcons li a img {
        max-height: 25px !important;
    }

    .col-xs-12.col-md-4.Social {
        padding: 0;
    }

    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        min-height: 170px;
    }

    .btn-customtype {
        margin: 0 auto;
        float: none;
        display: block;
    }

    .newsletter {
        margin-top: 25px;
    }

    .col-xs-12.col-sm-7.col-md-4.Social {
        margin: 0 auto;
        float: none;
    }

    div#carousel-example-generic {
        background-color: #606060;
    }

    td {
        padding: 0;
    }

    .carousel-control.left {
        display: none;
    }

    .carousel-control.right {
        display: none;
    }
}



@media (max-width: 767px) and (orientation:landscape) {
    .Logo img {
        margin: 0 auto;
        float: none;
        display: block;
    }

    .nav > li > a {
        padding: 10px 17px;
    }

    div#carousel-example-generic {
        background-color: #606060;
    }

    .search-wrapper {
        background: none;
    }

    .carousel-control.left {
        display: none;
    }

    .carousel-control.right {
        display: none;
    }


    td {
        padding: 0;
    }

    .btn {
        display: block;
    }

    .col-xs-12.col-sm-7.col-md-4.Social {
        margin: 0 auto;
        float: none;
    }

    .newsletter {
        margin-top: 25px;
    }

    .search-wrapper {
        top: 6px;
        width: 100%;
    }

    .sliders span.bottom {
        bottom: 11px;
    }


    button.navbar-toggle {
        margin: 10px auto;
        float: none;
        display: block;
    }

    .Logo img {
        margin: 15px 0;
    }

    .btn-customtype {
        margin: 0 auto;
        float: none;
        display: block;
    }
}


@media (min-width: 992px) {
    .nav > li > a {
        padding: 10px 5px !important;
    }

    .col-xs-12.col-md-4.Social {
        padding: 0;
    }

    .SocialIcons li {
        padding: 8px 1px !important;
    }

    .headerNavbar .newNavBar > li > a {
        line-height: 32px !important;
    }

    .custom-panel-products {
        min-height: 432px;
    }

    .MonthlySpecial .PanelWrapper {
        min-height: 679px;
    }
}


@media (min-width: 1200px) {

    .headerNavbar .newNavBar > li > a {
        line-height: normal !important;
    }

    .SocialIcons li {
        padi: 8px 3px !important;
    }

    .nav > li > a {
        padding: 17px 15px !important;
    }
}

@media only screen and (max-width: 480px) {
    .class1 {
        width: 60%;
    }
}

{
    .nav > li;

{
    display: none;
}

}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px {
    .nav > li {
        display: none;
    }
}

.AcceptLicenseAgreement {
    color: red !important;
}
