@import url('PersonalizationStyles.css');

/*********************************************************************/
/* ENTIRE SITE */
/*********************************************************************/
body,
.dxeBase,
.dxpnlControl,
.dxbButton,
.dxeButtonEdit,
.dxeTextBox,
.dxpLite,
.dxeCaptionCell,
.dxdvControl,
.dxgvControl {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
}

body,
.dxeBase,
.dxpnlControl,
.dxpLite,
.dxeCaptionCell,
.dxdvControl {
    color: #000;
}

.pageWrapper.container-fluid {
    padding: 0;
}

.clear {
    clear: both;
}

/* used in CustomerOrderStatus and CheckOutShippingOptions (request ship date) Drop Downs */
.dxeTextBoxSys {
    width: auto !important;
    float: none !important;
}

table.dxeButtonEdit,
table.dxeTextBox {
    border-collapse: separate;
    border: none;
}

table.dxeButtonEdit td.dxic,
table.dxeTextBox td.dxic {
    margin-right: 5px;
    border-width: 2px;
    border-style: inset;
    border-color: rgb(238, 238, 238);
    padding: 5px 3px;
}

table.dxeButtonEdit td.dxeButton.dxeButtonEditButton {
    margin-right: 5px;
    border-width: 2px;
    border-style: inset;
    border-color: rgb(238, 238, 238);
    padding: 5px 3px;
    border-left: none;
}

/* end */

button,
input[type="submit"],
input[type="button"] {
    border-radius: 2px;
    padding: 3px 8px 4px;
}

input[type="text"],
input[type="password"] {
    border-radius: 2px;
    padding: 5px 3px;
}

select {
    border-width: 2px;
    border-style: inset;
    border-color: rgb(238, 238, 238);
    padding: 5px 3px;
}

textarea {
    border-width: 2px;
    border-style: inset;
    border-color: rgb(238, 238, 238);
    padding: 5px 3px;
}

:focus {
    outline: none;
}

/************ REMOVE BOOTSTRAP PADDING ON COLUMNS ************/
.no-gutter[class^="col-"],
.no-gutter[class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

/************ END REMOVE BOOTSTRAP PADDING ON COLUMNS ************/

/* used on a links that need to look like buttons */
.btn {
    font-weight: 300;
    padding: 3px 8px 4px;
    margin: 10px 3px;
}

/********** 2 MAIN BUTTONS **********/
.primary-btn-theme {
    color: white;
    border: 0px solid #f60 !important;
    background: #f60;
    margin: 10px 3px;
    padding: 5px !important;
    border-radius: 5px !important;
}

.primary-btn-theme:hover,
.primary-btn-theme:focus {
    color: white;
    background-color: #cc5505;
}

.secondary-btn-theme {
    color: white;
    border: 1px solid black;
    border-radius: 2px;
    background: #363636;
    margin: 10px 3px;
}

.secondary-btn-theme:hover,
.secondary-btn-theme:focus {
    color: white;
    background-color: black;
}

a.btn.primary-btn-theme.changePassowrdBtn,
a.btn.primary-btn-theme.editAccountBtn,
a.btn.primary-btn-theme.btnLogout {
    min-width: 185px;

}

/********** END 2 MAIN BUTTONS **********/

/*********************************************************************/
/* HEADER */
/*********************************************************************/
.navbar-brand {
    padding: 5px;
    height: 80px;
    /*this affects the logo's size*/
}

/* this is only for desktop */
@media (min-width: 768px) {
    .navbar-brand {
        padding: 0;
        margin-top: 10px;
        /*so logo looks centered with the menu*/
    }
}

.navbar-brand img {
    display: block;
    height: auto;
    /*this is why above makes a difference*/
    width: auto;
    max-width:350px;
}

.navbar-default {
    border: none;
    border-radius: 0;
    background-color: black;
    margin-bottom: 0;
}

.navbar-nav {
    padding: 25px 0;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background-color: transparent;
    color: #68A4C4;
}

.navbar-default .navbar-nav>li>a {
    color: white;
    font-weight: bold;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #ff5c00;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent;
    color: #ff5c00;
}

.dropdown-menu {
    background-color: black;
}

/* this is both the desktop dropdown and mobile drop down so they are the same */
.dropdown-menu>li>a,
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: white;
   /* font-weight: bold;*/
    padding: 5px 20px;
    font-size: 14px;
}

/* this is both the desktop dropdown and mobile drop down so they are the same */
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    background-color: #68A4C4;
    color: white;
}

/* manually setting this based on the image and menu size */
.navbar-toggle {
    margin-top: 24px;
}

.navbar-collapse {
    border: none;
    box-shadow: none;
    max-height: none;
    top: 15px;
}


/*********************************************************************/
/* HOME PAGE */
/*********************************************************************/
.homeContent {
    overflow: hidden;
    background: #000;
}

.homeContent .container {
    margin-top: 40px;
    margin-bottom: 40px;
}

.CTA {
    text-align: center;
    background: #f3f3f3;
    padding: 15px 15px 35px 15px;
}

.container-fluid.feature .row {
    margin: 25px 50px;
    padding: 30px;
}

.container-fluid.feature {
    width: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .0)), url(/ECommerce/site/Themes/images/PAC-MANCAVE_FULL.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.featuredItemPricingDiv .simplePricingRow .label {
    text-align: center;
    padding: 5px 10px;
    display: table;
}
.featuredItemPricingDiv .simplePricingRow .CustomerPrice {
	display: block;
}
/********** PROMO BOXES **********/
#thumbs {
    margin: 0;
    padding: 0;
}

#thumbs li {
    list-style-type: none;
}

.item-thumbs {
    position: relative;
    overflow: hidden;
    /*    margin-bottom: 30px;*/
    cursor: pointer;
}

.item-thumbs a+img {
    width: 100%;
}

.item-thumbs .hover-wrap {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 450ms ease-out 0s;
    -moz-transition: all 450ms ease-out 0s;
    -o-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
    -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
    -moz-transform: rotateY(180deg) scale(0.5, 0.5);
    -ms-transform: rotateY(180deg) scale(0.5, 0.5);
    -o-transform: rotateY(180deg) scale(0.5, 0.5);
    transform: rotateY(180deg) scale(0.5, 0.5);
}

.item-thumbs:hover .hover-wrap,
.item-thumbs.active .hover-wrap {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg) scale(1, 1);
    -moz-transform: rotateY(0deg) scale(1, 1);
    -ms-transform: rotateY(0deg) scale(1, 1);
    -o-transform: rotateY(0deg) scale(1, 1);
    transform: rotateY(0deg) scale(1, 1);
}

.item-thumbs .hover-wrap .overlay-img {
    position: absolute;
    width: 50%;
    height: 100%;
    opacity: 0.80;
    filter: alpha(opacity=80);
    background: #000;
}

span.overlay-img {
    color: #fff;
    font-size: 12px;
    padding: 5px 18px 5px 5px;
}

.item-thumbs .hover-wrap .overlay-img-thumb {
    background: #68A4C4;
}

.item-thumbs .hover-wrap .overlay-img-thumb {
    position: absolute;
    border-radius: 60px;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -16px;
    color: #fff;
    font-size: 32px;
    line-height: 1em;
    opacity: 1;
    filter: alpha(opacity=100);
}

/********** END PROMO BOXES **********/

/********** "DID YOU KNOW" BOXES **********/
.homeDidYouKnowTitle {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
}

.homeDidYouKnowBox {
    margin-bottom: 25px;
}

.homeDidYouKnowTop {
    background: #f3f3f3;
    padding: 20px;
    text-align: center;
}

.homeDidYouKnowBottom a {
    padding: 20px 0;
    background: #68A4C4;
    color: white;
    display: block;
    text-align: center;
    text-decoration: none;
}

.homeDidYouKnowBottom a:hover,
.homeDidYouKnowBottom a:focus {
    color: white;
}

/********** END "DID YOU KNOW" BOXES **********/


/*********************************************************************/
/* SIDEBAR AND SUBPAGE THEME */
/*********************************************************************/
.pageContent {
    /*    margin-top: 40px;*/
    margin-bottom: 40px;
    min-height: 60vh;
}

.rightSidebar {
    padding-top: 25px;
}

/*********************************************************************/
/* FOOTER */
/*********************************************************************/
footer {
    background: #68A4C4;
    padding: 40px 0;
}

.footerContent {
    text-align: left;
}

.socialFooterContent {
    text-align: right;
    padding-top: 15px;
}

.footerContent,
.footerContent a {
    color: white;
}

.footerContent h4 {
    font-weight: 600;
    font-size: 14px;
}

.social-network {
    list-style-type: none;
    padding-left: 0;
}

.social-network li {
    display: inline;
    margin: 5px;
}

.copyRight {
    margin-top: 25px;
}

/*********************************************************************/
/* Content (htm) Styles */
/*********************************************************************/

/********** ACCOUNT/CHECKBOX FLEXBOX **********/
.thisStep {
    color: #D22020;
    font-weight: bold;
}

.anotherStep,
.flex-item i.fa {
    color: #C0C1C1;
    font-weight: bold;
}

.anotherStepTitle {
    color: #CAC8C4;
}

.flex-item a:hover,
.flex-item a:focus {
    color: #C0C1C1;
}

.flex-container {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.flex-item {
    margin: 0 25px 25px 0;
}

/********** END ACCOUNT/CHECKBOX FLEXBOX **********/

body {
    background-color: #fff;
    /*    background-image: url(/Ecommerce/site/themes/images/background.jpg);
    background-repeat: repeat-x;
    -ms-background-position-x: 50%;
    background-position: 50% 0;*/
    /*    margin-bottom: 20px;*/
}

.MainContent {
    background-color: #fff;
    min-height: 960px;
}

.home-content p {
    text-align: center;
    font-size: 1.1em;
}

.side-bar {
    background: #f9f9f9;
    min-height: 800px !important;
    padding: 0 0 20px;
}

.sidebarcontent p {
    padding: 0px;
    font-size: 1.1em;
}

.header-wrap {
    height: 160px;
}

.header {
    height: 105px;
    /*position: relative;
    top: 60px; */
}
.hideHeader {
    display: none;
}
li.parts {
    width: 25%;
    text-align: center;
}

.navbar-nav {
    /* width: 100%; */
}

.navbar-top {
    border-radius: 0;
    max-height: 100px;
    margin-bottom: 20px;
    background: url(/ecommerce/site/themes/images/navtop-bg.png);
    background-position-x: 51%;
    background-repeat: no-repeat;
}

div.navbartop.container {
    margin: 0;
    float: right;
    padding: 0;
}

div.col-xs-12.pull-right.navbar {
    padding: 0;
}

div.col-xs-12.pull-right.navbar a {
    padding: 0 5px;
    font-size: 16px
}

.topnav li {
    width: auto;
    text-align: left;
    padding-right: 20px;
}

ul.topnav li a,
ul.toprightnav li a {}

img.nav-icon {
    padding: 3px;
    float: left;
    position: relative;
    top: -6px;
}

ul.nav.navbar-nav.topnav {
    width: 95%;
    float: right;
    margin: 12px 15px;
}

.navbar-brand,
.navbar-nav>li>a {
    font-size: 12px;
    font-weight: 700;
}

.nav>li>a {
    padding: 10px 3px;
}

.menu {
    white-space: nowrap;
}

span.menu a {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

span.menu a:hover {
    color: #ff6607;
}

.main-nav {
    background: rgb(0, 84, 148);
    border-radius: 0;
    min-height: 86px;
    padding: 10px 0 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNTQ5NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDM2NWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0, 84, 148, 1) 0%, rgba(0, 54, 95, 1) 100%);
    /* FF3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 84, 148, 1)), color-stop(100%, rgba(0, 54, 95, 1)));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top, rgba(0, 84, 148, 1) 0%, rgba(0, 54, 95, 1) 100%);
    /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top, rgba(0, 84, 148, 1) 0%, rgba(0, 54, 95, 1) 100%);
    /* Opera 11.10+ */

    background: -ms-linear-gradient(top, rgba(0, 84, 148, 1) 0%, rgba(0, 54, 95, 1) 100%);
    /* IE10+ */

    background: linear-gradient(to bottom, rgba(0, 84, 148, 1) 0%, rgba(0, 54, 95, 1) 100%);
    /* W3C */

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#005494', endColorstr='#00365f', GradientType=0);
    /* IE6-8 */
}

.yamm.navbar-header {
    margin-top: 10px;
}

.theme-body {
    margin-top: 0px;
    background-color: #eee;
}

#downloads .col-sm-2 {
    width: 18%;
}

#logo {
    position: relative;
    left: -20px;
}

.logo {
    margin: 0 15px;
    min-height: 10px;
    max-height: 85px;
/*    background-image: url(/ecommerce/site/themes/images/logo.png);
    background-repeat: no-repeat;
    background-size: contain;*/
}

img.logoBlank.img-responsive {
    height: 100%;
    max-height: 100px;
    width: 100%;
}

#tagline {
    float: left;
    padding: 0;
}

.slider-wrapper {
    padding: 0;
    margin-bottom: -22px;
}

.productnav {
    margin-top: 30px;
}

.address-box {
    float: left;
    padding: 0;
}

.address-box p {
    font-size: 11px;
}

.inner-header {
    padding: 0;
}

.bottom-row {
    background-color: #eee;
}

.notice h3 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 0 0 10px 0;
}

.notice p {
    color: #000;
}

.footer {
    margin: 50px 0 15px 0;
    text-align: center;
    /* position: absolute; */
    /* bottom: 0px; */

    background: #fff;
}

.footer-nav,
.footer-nav a {
    padding: 10px;
    color: #010101;
}

.footer-logos {
    margin-top: 80px;
}

.footer-logos img {
    width: auto;
    height: 55px;
}

.social-icons {
    margin: 60px auto 0;
    padding: 0 0 0 5px
}

.social-logo {
    float: right;
    padding: 0 0 0 15px;
}

.social-logo img {
    width: 70%;
    padding: 5px;
}

li.pipe {
    padding: 0 7px;
    line-height: 41px;
    font-size: 27px;
    color: rgba(255, 255, 255, 0.3);
}

#search {
    position: relative;
    top: 7px;
    left: 35px;
    float: right;
}

#SearchCategoryDIV {
    /*  float: none;
    position: relative;
    left: -16px; */
}

.navbar-footer p {
    color: #fff;
    font-size: 11px;
    padding: 13px 0;
}

span.search-nav {
    float: right;
}

.search-nav a {
    color: #005492;
}

.rightSidebar {
    border-left: 1px #eee solid;
}

#contactForm input,
#contactForm textarea {
    width: 210px;
    margin: 0 0 10px 20px;
}

input#submitButton,
input#cancelButton {
    width: 30%;
    max-width: 75px;
}

.listingItemImage {
    float: left;
    margin: 0 10px;
}

.listingDetails {
    width: 44%;
    float: left;
    margin: 15px 5px;
}

.detailLink a {
    font-weight: 600;
    color: #f60;
}

.listingPricingControl {
    margin: 18px 0 0 0;
    /* float: right; */
}

.listingContentDisplay {
    padding: 20px 0;
}

.listingShortDescription {
    font-size: 12px;
    margin-top: -10px;
}

#pricetabs {
    margin: 5px 15px 0 20px;
    height: 85px;
}

#qtyOptions {
    float: right;
    width: 32%;
    margin: 0 0 10px 0;
}

.download {
    font-size: 12px !important;
    margin: 10px 0 !important;
}

.carousel-inner {
    text-align: center;
}

.policies-nav ul li a {
    line-height: 30px;
}

.listingItemImage {
    float: left;
    margin: 0 10px;
    width: 50%;
}

.listingDetails {
    width: 44%;
    float: left;
    margin: 15px 5px;
}

.listingPricingControl {
    margin: 18px 0 0 0;
    float: left;
    width: 44%;
}

.itemDetailName {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 22px;
}

.itemDetailStockCode,
.itemDetailHeadline,
.itemDetailSubHeadline,
.itemDetailShortDescription {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 18px;
    padding: 5px 0;
}

#detailPricingControl {
    background-color: #fcfcfc;
    padding: 10px;
}

.AddThisWrap {
    position: relative;
    /*top: -33px; */

    float: right;
    margin: 0 30px 15px 0;
}

.UOM-Row {
    margin: 0px 0;
    float: left;
    display: none !important;
}

.UOM-txtField {
    float: left;
    margin: 0 5px 0 0;

}

.UOM-txtMultiplier {
    float: left;
    margin: 3px;
    display: none;
}

.UOM-Selectioncmb {
    width: 50%;
}

.UOM-Selectioncmb table {
    width: 50%;
}

.UOM-Selectioncmb td.dxic {
    width: 70% !important;
}

#pricetabs img {
    margin: 2px 0 2px -12px;
    width: 100%;
}

.CatalogProductDetailLongDescription p {
    /* width: 30%;
    float: left;*/
}

.table {
    width: 100%;
    margin: 15px 5px;
}

#maintable {
    width: 100%;
    float: right;
}

#pricetabs {
    /*  width: 40%;
    float: right; */

    margin: 5px 15px 0 5px;
    height: 85px;
}

#detailpricetabs {
    /*  width: 40%;
    float: right; */

    margin: 0px 15px 0 20px;
    min-height: 240px;
}

#featurepricetabs {
    margin: 19px 15px 0 20px;
    min-height: 215px;
}

.PricingBoxDiv {
    margin-bottom: 15px;
}

.price-tabTable {
    display: table;
    width: 100%;
    margin-bottom: 5px;
}

.price-tabRow {
    display: table-row;
}

.price-tabLabel {
    display: table-cell;
    width: 40%;
    white-space: nowrap;
}

.price-tabLabel span {
    font-weight: bold;
}

.price-tabAmount {
    display: table-cell;
    padding-left: 5px;
}

.price-qtyTable {
    display: table;
    margin: 10px;
    float: left;
}

.price-qtyRow {
    display: table-row;
}

.price-qtyUOM {
    display: table-cell;
    /* padding: 0 10px 0 0; */
}

price-qtyUOM.Stocking label {
    margin-top: 5px;
}

.price-qtyLabel {
    display: table-cell;
    padding: 0 25px 0 5px;
    position: relative;
    top: 0px;
}

.price-qtyUOM input.dxeTextBoxSys {
    min-width: 25px;
}

#accselection {
    float: left;
    margin: 15px 0;
}

#detailaccselection {
    margin: 0 10px;
    position: relative;
    top: -33px;
    /* float: left;
    width: 60%;
    border: 1px solid rgb(157, 160, 170);*/
}

.CatalogFeaturedItemWrap #qtyOptions {
    float: left;
    margin: 0 0 10px 0;
    position: relative;
    top: 0px;
}

.NoticeBox {
    height: auto;
}

.alert.alert-success.notice {
    HEIGHT: 180PX;
    PADDING: 40PX 20PX;
}

#qtyOptions {
    float: left;
    width: 100%;
    margin: 0;
}

#detailqtyOptions {
    float: left;
    width: 100%;
    margin: 4px 0 5px 0px;
}

#AccSelWrap {
    float: left;
    width: 65%;
    margin: 0px 0 10px 5px;
}

#detailAccSelWrap {
    float: right;
    width: 100%;
    margin: 22px 0 10px 0px;
}

.optionsPricing {
    color: #333;
    text-align: left;
    width: 100%;
    padding: 10px;
    margin: 0px;
}

#lblSelectedOptionsAmount {
    font-weight: bold;
    padding: 0 7px;
}

.dxtcLite_DevEx .dxtc-activeTab {
    background: #FFEFCF;
    border-bottom: 1px solid #FFEFCF;
    border-radius: 5px 5px 0 0;
}

.dxbButton_DevEx {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    height: 30px;
    background-color: #363636;
    background-image: -moz-linear-gradient(top, #444444, #222222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
    background-image: -webkit-linear-gradient(top, #444444, #222222);
    background-image: -o-linear-gradient(top, #444444, #222222);
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
    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(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    position: relative;
    top: 5px;
}

.btnCart,
.btnCart:hover {
    /* margin: 5px 0;*/
}

.dxgvTitlePanel_DevEx {
    display: none;
}

.listingDetails a {
    font-size: 14px;
    color: #333;
    line-height: 19px;
}

.listingStockCode a {
    font-size: 12px;
    color: #005494;
}

.dxgvDataRowAlt_DevEx {
    background: none;
    border: dotted 1px #333;
    border-width: 1px 0;
}

.dxgvTable_DevEx {
    background-color: none;
    border-collapse: collapse !important;
}

.listingShortDescription {
    font-size: 12px;
    margin-top: -10px;
}

.dxgvControl_DevEx,
.dxgvDisabled_DevEx {
    border: 0px solid #9da0aa;
}

.listingContentDisplay {
    padding: 20px 0;
}

.dxtc-tab,
.dxtcLite_DevEx .dxtc-activeTab {
    border-radius: 5px 5px 0 0;
}

.dxtc-content {}

.dxtcLite .dxtc-top {
    width: 218px !important;
}

.collapse-label {
    margin-right: 45px;
    float: left;
}

h2 {
    font-size: 22px;
    font-weight: bold;
}

.navbar-content {
    position: relative;
    min-height: 25px;
    margin: 20px 0px;
    border: 1px solid transparent;
}

.content-nav li {
    display: inline-block;
    float: left;
    padding: 5px;
    text-decoration: none;
    color: white;
    background-color: #68A4C4;
    border: 1px solid #578CA8;
    border-radius: 2px;
    margin: 10px 3px;

}

.content-nav li {
    display: inline-block;
    float: left;
    padding: 5px;
    color: white;
    background-color: #68A4C4;
    background-image: -webkit-linear-gradient(top, #68A4C4 0%, #68A4C4 100%);
    background-image: -o-linear-gradient(top, #68A4C4 0%, #68A4C4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#68A4C4), to(#68A4C4));
    background-image: linear-gradient(to bottom, #68A4C4 0%, #68A4C4 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff68A4C4', endColorstr='#ff68A4C4', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border: 1px solid #578CA8;
    border-radius: 2px;
    margin: 10px 3px;

}

.content-nav li:hover {
    background-color: #68A4C4;
    background-image: -webkit-linear-gradient(top, #68A4C4 0%, #578CA8 100%);
    background-image: -o-linear-gradient(top, #68A4C4 0%, #578CA8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#68A4C4), to(#578CA8));
    background-image: linear-gradient(to bottom, #68A4C4 0%, #578CA8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff68A4C4', endColorstr='#ff578CA8', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
}

.content-nav li a {
    text-decoration: none;
    color: white;
    font: 12px Tahoma, Geneva, sans-serif;
}

.content-nav .divider {
    color: #fff;
    font-size: 13px;
    float: left;
    margin-top: 0px;
}

ul.content-nav {
    margin: 0px;
    float: left;
    text-align: left;
    padding-left: 0px;
}

.sidenav {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    display: inline;
}

ul.thumbnails {
    list-style-type: none;
    margin: 0 0 0 -38px;
}

div#MasterAccount {
    margin: 10px 0;
}

#relatedItemHeadlineHighlight {
    font-weight: bold;
    margin: 0 0 20px 0;
}

/* specific SKU Styles */

.SKUOptionDropDown_Size {
    width: 120px !important;
}

/*  ERROR REPORTING */

#frontendtoperror {
    position: absolute;
    margin-bottom: 20px;
    left: 25%;
    clear: both;
    background-color: #fcf200;
    padding: 10px;
    border-radius: 0 0 14px 14px;
    width: 50%;
    z-index: 1000;
    top: 0;
}

#frontendbottomerror {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1000;
}

.frontendtoperror {
    font-weight: bold;
    vertical-align: top;
}

.errorCaution {
    width: 100px;
    padding: 0 10px 0 0;
}

.frontendbottomerror {
    background-color: #fff;
    border-top: 15px solid #000;
    text-align: left;
    padding: 15px;
}

#frontendstacktrace {
    margin-top: 16px;
}

#frontendstacktrace pre {
    padding-left: 20px;
}

.toggle {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    float: right;
    padding: 0 3px;
}

.fa-lg {
    padding: 0 5px;
}

.navbar-header {
    float: left;
 /*   margin-top: 10px; 
 width: 100%; */
 max-width: 350px;
    z-index: 10;
 }  

#mobile-logo {
    display: none;
}

.statusFormField {
    width: 110px;
}

.CategoryHeader {
    /*    max-height: 445px;*/
    /* margin: 0 -15px 0;*/
    background-color: #fff;
    padding: 0;
    position: relative;
    z-index: 10;
    min-height: fit-content;
}

.CatalogCategoryInformationName {
    width: 35%;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-top: 40px;
    padding-right: 40px;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    position: relative;
    top: -315px;
    left: 80px;
}
.CategoryHeader > div > img {
    max-width: 100%;
}
span.CatalogCategoryInformationName {
    width: 100%;
    height: auto;
    left: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0);
    position: relative;
    top: 0px;
}

.CatalogCategoryInformationName h1 {
    font-weight: normal;
    font-size: 34px;
    line-height: 40px;
    color: #333;
}

.CategoryImage {
    height: auto;
}

.categoryInformationName,
.categoryInformationDescription {
    display: none;
}

#CategoryDescription {
    color: #333;
}

.CatalogCategoryInformationDescription {
    color: #333;
}

.CatalogItemListingGroupByCategoryWrapper {
    width: 90%;
    margin: auto;
}

.ListingGroupSubCategoryHeader {
    background-color: transparent !important;
    border-width: 0px 0px 1px 0px !important;
    border-color: rgba(0, 116, 127, 0.2) !important;
    padding: 15px !important;
}

.ListingGroupSubCategory {
    width: 100%;
    margin: auto;
}

.breadCrumbWrap {
    margin: 20px;
}

.CategoryBreadcrumb {
    font-family: 'Oswald', sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;

}

.CategoryBreadcrumbLastCategory {
    color: #f60;
}

.CategoryBreadcrumbLink,
.CategoryBreadcrumbHomeLink {
    color: #000;
}

.CategoryBreadcrumbLink:hover,
.CategoryBreadcrumbHomeLink:hover {
    color: #000;
    text-decoration: underline;
}

.HeaderSubCategoryName {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 10px 0;
    font-weight: normal;
    padding-top: 10px;
    color: #4D7A91;
    text-decoration: none;
}

.CatDiagramList {
    margin-bottom: 25px;
}

/*  MIN-WIDTH MEDIA QUERIES  */
@media (min-width: 328px) {
    .navbar-header {
    max-width: 100%;
    width: 100%;
    }
    .navbar-brand img {
    max-width: 250px;
}
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
        .navbar-header {
        max-width: 350px;
    }
}

@media (min-width: 992px) {
        .navbar-header {
        max-width: 340px;
    }
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
/*    .navbar-header {
        max-width: 200px;
    }*/
    .container {
        width: 1170px;
    }
/*    .navbar-brand img {
        max-width: 200px;
    }*/
}
@media (min-width: 1300px) {
    .navbar-header {
        max-width: 300px;
    }
    .container {
        width: 1170px;
    }
    .navbar-brand img {
        max-width: 300px;
    }
}
@media (min-width: 1400px) {
    .navbar-header {
        max-width: 310px;
    }
    .container {
        width: 1170px;
    }
    .navbar-brand img {
        max-width: 310px;
    }
}
/*  MAX-WIDTH MEDIA QUERIES  */

@media (max-width: 1200px) {
    .CatalogCategoryInformationName {
        width: 35%;
        padding-bottom: 20px;
        padding-left: 30px;
        padding-top: 20px;
        padding-right: 40px;
        background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
        position: relative;
        top: -268px;
        left: 30px;
    }
}

@media (max-width: 993px) {
    span.menu a {
        font-size: 14px !important;
    }

    .alert-info {
        height: auto;
    }

    .alert-success {
        height: auto;
    }

    ul.nav.navbar-nav.topnav {
        width: 100%;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 16px;
        text-align: left;
    }

    .CatalogHotBuyProductHeadline {
        height: 26px;
    }

    .CatalogFeaturedItemWrap #qtyOptions {
        float: left;
        width: 100%;
        margin: 0;
        position: relative;
        top: 0px;
    }

    .CategoryHeader {
        /*        height: 200px;*/
        margin: 0 0 0px 0;
        padding: 0;
    }

    .CatalogCategoryInformationName {
        padding-bottom: 5px;
        padding-left: 30px;
        padding-top: 0px;
        padding-right: 40px;
        top: -213px;
    }
    .price-tabLabel, .price-tabAmount {
    display: block;
}
}

@media (max-width: 767px) {
    #Table1 TD {
        padding: 10px 0px 0px 0;
    }

    .FormTextArea {
        margin: 6px 0;
    }

    .FormLabel {
        text-align: left;
    }

    .main-body {
        background-color: #0082c8;
        background-image: none;
        margin-top: 0px;
    }

    .topnav li {
        width: 100%;
        text-align: left;
        float: left;
    }

    #logo {
        left: 0px;
    }

    .navbar-collapse.in {
        z-index: 9999;
        width: 100%;
    }

    .alert-info {
        height: auto;
    }

    .alert-success {
        background-color: #c6e3a3;
        height: auto;
        margin: 2px;
        text-align: center;
        padding: 10px;
    }

    h2 {
        font-size: 18px;
    }

    .CatalogFeaturedItemWrap {
        display: none;
    }
.container-fluid.feature {
    width: 100%;
background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 100%);
    background-size: contain;
    background-attachment: fixed;
}

    .side-toggle {
        position: absolute;
        top: 0;
        height: 30px;
    }

    .topnav li {
        width: 50%;
        text-align: left;
        float: left;
        height: 60px;
    }

    .listingItemImage {
        float: left;
        margin: 0 10px;
        width: 35%;
    }

    .listingDetails {
        width: 45%;
        float: left;
        margin: 0 0 0 15px;
    }

    .listingPricingControl {
        margin: 18px;
        float: left;
        width: 100%;
    }

    .dxizControl .dxiz-wrapper>img,
        {
        display: block;
        width: 90%;
    }

    .CatalogProductVerticalListPicture {
        border: 0px ridge #000000;
        margin: 6px 6px 6px 6px;
        height: auto !important;
        */ width: auto !important;
    }

    .pricingWrap {
        width: 100% !important;
        float: left !important;
    }
.price-tabLabel, .price-tabAmount {
    display: block;
}
    .deatailWrap {
        width: 100% !important;
        margin: 0 !important;
    }

    .addthis_toolbox.addthis_default_style {
        display: none;
    }

    #mobile-logo {
        width: 100%;
        margin: 0px 15px 15px;
        display: inline-block;
        text-align: center;
    }

    .mobile-logo {
        width: 35%;
        margin: 0;
        text-align: center;
    }

    span.menu a {
        font-size: 14px !important;
    }

    #SearchCategoryDIV {
        float: right;
        position: relative;
        left: 0px;
        display: none;
    }

    /*.content-nav li {
        padding: 0 3px 0 0;
    }
    .content-nav li a {
        font-size: 11px;
    }*/
    .OrderStatusSearchTable {
        width: 100%;
        margin-right: 10px;
        text-align: left;
    }

    .OrderStatusSearchTable tr td .FormField {
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        font-weight: normal;
        color: #000000;
        background-color: #fff;
        border: 1px solid #999;
        border-radius: 4px;
        padding: 5px 3px;
        width: 220px;
        margin: 4px 0 4px -27px;
        width: 8em !important;
    }

    .footer-nav,
    .footer-nav a {
        padding: 15px 5px;
        color: #010101;
    }

    .container-fluid.feature {
        padding: 0;
    }

    .container-fluid.feature .row {
        margin: 15px 0;
        padding: 15px;
    }

    .featuredItemTitle {
        font-size: 2.6em;
        line-height: 1em;
    }

    .featuredItemHeadline {
        font-size: 24px;
        margin: 15px 0;
    }
    .featuredItemPricingDiv .simplePricingRow .label {
    text-align: left;
    padding: 0;
    display: content;
	}
	.featuredItemPricingDiv .simplePricingRow .CustomerPrice {
		display: table-row;
	}
.featuredItemLongDescription, .featuredItemStockCode, .featuredItemSubHeadline {
    font-size: 14px;
}
}

@media (max-width: 481px) {
.container-fluid.feature {

background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 100%);
    background-size: cover;
    background-attachment: fixed;
}
}