/* Overrides and base styles */
body {
    background-color:#373737;
    padding-top:50px;
}

.title-lines {
    border-top: 1px solid #c0c0c0
}
.nowrap {
    white-space: nowrap;
}
.navbar-inverse {
    background-color: #000000;
}
.navbar-inverse .dropdown-menu{
    background-color: rgba(37,37,37, 0.90);
}
.navbar-inverse .dropdown-menu>li>a {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .dropdown-menu>li>a,
.navbar-inverse .dropdown-menu>li>a:hover,
.navbar-inverse .dropdown-menu>li>a:focus
{
    background-color:transparent;
}
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .dropdown-menu>li>a:hover,
.navbar-inverse .dropdown-menu>li>a:focus
{
    color:#fff;
}

.carousel-inner {
    min-height:250px;
}
.carousel-caption {
    right:auto;
    left:0;  top:0;  bottom:0;
    padding-left:25px;
    padding-right:25px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.4) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 );
}
.carousel-caption > div {
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.carousel-caption > div > img {
    max-width:175px;
    margin:auto;
}
.carousel-indicators {
    bottom:10px;
}
.carousel-inner>.item>img
{
    margin-left:auto;
    margin-right:auto;
    min-height:250px;
}
@media ( min-width: 768px ) {
    .carousel-caption {
        width:300px;
    }
}
@media ( max-width: 767px ) {
    .carousel-caption {
        width:100%;
    }
    .carousel-indicators {
        bottom:-10px;
    }
    .carousel-caption > div > h3 {
        font-size:1.1em;
    }
}


.container { padding-left: 10px; padding-right:10px; }
.row { margin-left: -10px; margin-right: -10px; }
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9
{
    padding-right:10px;
    padding-left:10px;
}
/* End Overrides*/

/* Background Colors */
.bg-1 { background-color: #948260; }
.bg-2 { background-color: #fff; }
.bg-3 { background-color: #cdcdcd; }
.bg-4 { background-color: #202020; }

.logo-bar {
    padding:15px 0;
    white-space:nowrap;
    overflow-x:auto;
}
/* Disabled unless they dislike the visible scrollbar
.logo-bar::-webkit-scrollbar {
    display:none;
}
*/
.logo-bar span {
    padding:0px;
}
.logo-bar span a img {
    max-width: 125px;
    max-height: 80px;
}

.main-container {
    margin-top:200px;
    background-color: #ebebeb;
}
.title-font {
    font-family: "Muli",serif;
}

/* Product Tiles for the Homepage */
.product-tile {
    position: relative;
}
.product-tile:hover {
}
.product-tile-image {
}
.product-tile-image > img {
    min-width:100%;
}
.product-tile-caption-wrapper {
    position:absolute;
    top:0; bottom:0;
    left:0; right:0;
    width:100%;
    z-index:8;

    background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.4) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 );
}
.product-tile-caption-wrapper.bottom {
    top:auto;
    display:flex;
}
.product-tile-caption-wrapper.right,
.product-tile-caption-wrapper.left {
    display:flex;
    align-items: center;
    width:40%;
}
.product-tile-caption-wrapper.right {
    left:auto;
}
.product-tile-caption-wrapper.left {
    right:auto;
}

.product-tile-caption {
    color: #fff;
    display:inline-block;
    margin:auto;
    padding-left:10px;
    padding-right:10px;
}
.product-tile-caption-wrapper.bottom .product-tile-caption {
    padding-top:10px;
    padding-bottom:10px;
    width:100%;
    display:-webkit-box;
    display:-moz-flex;
    display:-ms-flexbox;
    display:-o-flex;
    display:-webkit-flex;
    display:flex;
    flex: 1 1 100%;
    align-items: center;
    flex-direction: row;
}
.product-tile-caption-wrapper.bottom .product-tile-caption-logo {
    width:33%;
    flex: 1 1 auto;
}
.product-tile-caption-wrapper.bottom .product-tile-caption-text {
    width:66%;
    flex: 1 1 auto;
}

.product-tile-caption-logo-wrapper {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:auto;
    width:50%;
}
.product-tile-caption-logo-wrapper .product-tile-caption-logo {
    position: relative;
    height:100%;
    padding:10px;

}
.product-tile-caption-logo-wrapper .product-tile-caption-logo > img {
    height:100%;
    margin:auto;
}

.product-tile-caption h3 {
    font-family: "Muli",serif;
    margin:0;
    font-weight: 400;
    font-size: 1em;
}
.product-tile-caption button {
    margin-top:10px;
}
.product-tile-solo-button {
    position:absolute;
    top:0;bottom:0;
    left:0;right:0;
    width:100%;
    display:flex;
    align-items:center;
}
.product-tile-solo-button button,
.product-tile__button {
    background-color:transparent;
    border: 2px solid #fff;
    color: #fff;
    margin:auto;
}
.product-tile-solo-button button {
    width:90%;
}
@media ( max-width: 480px ) {
    .product-tile-caption h3 { font-size: 1em; }
    .product-tile-caption-wrapper.right {
        left:auto;
        width:50%;
    }
    .product-tile-caption-wrapper.left {
        right:auto;
        width:50%;
    }
    .product-tile-caption-wrapper.bottom {
    }
}
@media ( min-width: 479px ) and (max-width: 767px) {
    .product-tile-caption h3 { font-size: 1em; }
    .product-tile-caption-wrapper.right {
    }
    .product-tile-caption-wrapper.left {
    }
    .product-tile-caption-wrapper.bottom {
    }
}
@media ( min-width: 767px) {
    .product-tile-caption-wrapper.bottom {
        height: 120px;
    }
}


.pre-footer {
    min-height:10px;
    background-color:#131313;
}
.footer {
    color:#fff;
}
.footer .nav>li>a,
.footer .nav>li>a:visited {
    padding: 4px 10px;
    color:#cecece;
    transition: box-shadow 0.35s ease, background-color 0.35s ease;
    box-shadow: 0 0 2px rgba( 32, 32, 32, 1 );
}
.footer .nav>li>a:focus,
.footer .nav>li>a:hover {
    color:#cecece;
    background-color:rgba(20, 20, 20, 1);
    box-shadow: 0 0 2px 2px rgba( 20, 20, 20, 1 );
}

/* Product Tiles for Garment Display and Product Display */
.product-card {
    background: #fff;
    border-radius: 2px;
    display: block;
    margin: 0.5rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.product-card h3 {
    font-size:1.1em;
    font-weight:bold;
}

.product-card:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.product-card:hover .tooltiptext{
    visibility:visible;
    opacity :  1;
}

.tooltiptext {
visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
}

.product-card__image-wrapper {
    padding: 65px 0 120px 0;
}

.product-card__info {
    padding: 2px 30px;
    border: black 1px solid;
    width:90%;
    position: absolute;
    top:250px;
    left:50%;
    transform: translateX(-50%);
}

.product-card__name {
    color: black;
}

.breadcrumb {
    margin-bottom:0;
    background-color:transparent;
}




.table-trans-borders,
.table-trans-borders tr,
.table-trans-borders td,
.table-trans-borders table {
    border-color: transparent;
}
.btn {
    border-radius:0;
}
.btn-default {
    background-color:#948260;
    color:white;
    border:1px solid transparent;
}
.btn-default:hover,
.btn-default:focus {
    background-color: #826c43;
    color:white;
    border-color:transparent;
}
.btn-default:active,
.btn-default:active:focus {
    background-color: #826c43;
    color:white;
    border-color:transparent;
}

.btn-primary {
    background-color:#293847;
    color:white;
    border:1px solid transparent;
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: #1f2e3d;
    border-color:transparent;
}
.btn-primary:active,
.btn-primary:active:focus {
    background-color: #1f2e3d;
    border-color:transparent;
}

.btn-secondary {
    background-color:#636363;
    color:white;
    border:1px solid transparent;
}
.btn-secondary:hover,
.btn-secondary:focus {
    background-color: #373737;
    border-color:transparent;
    color:white;
}
.btn-secondary:active,
.btn-secondary:active:focus {
    background-color: #373737;
    border-color:transparent;
    color:white;
}

.reqLabel {
    color:#f00;
}

.panel {
    margin-bottom:0px;
}

/*
* Begin Product UI
*/

.product-title {
    border-bottom: black solid 1px;
}

.product-order {
    background-color:floralwhite;
    padding:0 10px;
}

.product-order__heading {
    font-weight: bold;
}

.product-order__section {
    padding: 20px 5px 0 5px;
}

.ProductUI-card {
    background-color: #fff;
    margin-bottom:5px;
    padding:10px;
}

.product-thumbnail__swatch {
width: 30px;
height: 30px;
display: inline-block;
}
.product-thumbnail__swatch.selected {
-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.23);
-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.23);
box-shadow: 0 2px 4px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.23);
}
/*
* End Product UI
 */


/*
* Carrier Preferences middle buttons
 */
@media only screen and (min-width:767px) {
    .middle-buttons {
        margin-top:90px;
    }
}
/**
 * Carrier Preferences middle buttons
 */

/**
 * vf-nav-tabs
 */
ul.vf-nav-tabs {
    background-color:#636363;
}
ul.vf-nav-tabs li a{
    border:none;
    color:white;
    margin-right:0;
}
ul.vf-nav-tabs li a:hover,
ul.vf-nav-tabs li a:focus{
    background-color:#ebebeb;
    color:black;
    border:0;
    border-radius:0;
}
ul.vf-nav-tabs li.active {
    background-color:#ebebeb;
    color:black;
}
ul.vf-nav-tabs li.active a {
    background-color:#ebebeb;
    border:none;
    text-decoration:underline;
    font-weight:bold;
}
ul.vf-nav-tabs li.active a:hover,
ul.vf-nav-tabs li.active a:focus {
    background-color:#ebebeb;
    border:none;
}

/**
 * QuickOrder
 */
.quick-order-table-body a{
    background-color:#202020;
    color:white !important;
}
ul.quickorder-tabs {
    background-color:#636363;
}
ul.quickorder-tabs li a{
    border:none;
    color:white;
    margin-right:0;
}
ul.quickorder-tabs li a:hover,
ul.quickorder-tabs li a:focus
{
    background-color:#ebebeb;
    color:black;
    border:none;
    border-radius:0;
}
ul.quickorder-tabs li.active {
    background-color:#ebebeb;
    color:black;
}
ul.quickorder-tabs li.active a {
    background-color:#ebebeb;
    border:none;
    text-decoration:underline;
    font-weight:bold;
}
ul.quickorder-tabs li.active a:hover,
ul.quickorder-tabs li.active a:focus
{
    background-color:#ebebeb;
    border:none;
}

a.example-links {
    color: #363636;
    text-decoration:underline;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

/*
* End QuickOrder
 */
@media only screen and (max-width: 767px) {
    .table-responsive thead {
        display: none;
    }

    .table-responsive tr {
        display: block;
    }

    .table-responsive tr, .table-responsive td {
        float: left;
        clear: both;
        width: 100%;

    }

    .table-responsive th, .table-responsive td {
        display: block;
        text-align: right;
        padding: 10px;
        margin: 0;
    }
    .table-responsive.right-align th, .table-responsive.right-align td {
        text-align:right;
    }

    .table-responsive td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
        padding-right:10px;
    }
}

@media (min-width: 480px) {

}
@media (min-width: 768px) {

}
@media (min-width: 991px) {

}
@media (min-width: 1200px) {

}

/* ShoppingCart and Unsent Orders dropdown styles */
.unsent-orders-notification--dropdown-toggle,
.ShoppingCart--dropdown-toggle
{
    text-decoration:none!important;
    font-size:1.65rem;
}
/**/

/* Drop Shadow Utility Classes */
.ds-1 {
    box-shadow: 0 1px 2px rgba(0,0,0,0.13), 0 1px 2px rgba(0,0,0,0.23);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.13), 0 1px 2px rgba(0,0,0,0.23);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.13), 0 1px 2px rgba(0,0,0,0.23);
    -o-box-shadow: 0 1px 2px rgba(0,0,0,0.13), 0 1px 2px rgba(0,0,0,0.23);
}
.ds-2 {
    box-shadow: 0 2px 4px rgba(0,0,0,0.13), 0 2px 4px rgba(0,0,0,0.23);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.13), 0 2px 4px rgba(0,0,0,0.23);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.13), 0 2px 4px rgba(0,0,0,0.23);
    -o-box-shadow: 0 2px 4px rgba(0,0,0,0.13), 0 2px 4px rgba(0,0,0,0.23);
}

/* Padding Utility Classes */
.pad-none { padding:0; }
.pad-all { padding: 20px; }
.pad-bottom { padding-bottom:20px; }
.pad-top { padding-top:20px; }
.pad-sides { padding-left: 20px; padding-right:20px; }
.pad-half { padding-left:10px;padding-right:10px; }
.pad-half-all { padding:10px; }
@media ( max-width:767px ) {
    .sm-pad-none {
        padding:0;
    }
    .sm-pad-top-20 {
        padding-top: 20px;
    }
}
.no-round{
    border-radius: 0!important;
}
.tiny-margin {
    margin: 0.5rem;
}
.tiny-margin-no-bottom {
    margin: 0.5rem 0.5rem 0 0.5rem;
}

/* START - Brand Page */
.brand-page__left-bar {
    background-color:#3D3B3E;
}
.brand-page__right-bar {
    background-color:#282828;
}
.brand-page__left-content {
    background-color:#FFF;
    padding:25px;
}
.brand-page__right-content {
    width:auto;
    background-color:#CCC;
    padding:25px;
}
@media ( min-width:767px ) {
    .brand-page__left-bar,
    .brand-page__right-bar {
        text-align: left;
    }
    .brand-page__left-bar,
    .brand-page__left-content {
        width: 66.66666667%;
    }
    .brand-page__right-bar,
    .brand-page__right-content {
        width: 33.33333%;
    }
}

/* z-nav-pills */
.z-nav-pills>li>a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

    padding-top:15px;
    padding-bottom:15px;

    font-weight:bold !important;
    color:#BFBFBF;
}
.z-nav-pills>li>a:focus, .z-nav-pills>li>a:active, .z-nav-pills>li>a:active:focus, .z-nav-pills>li>a:hover {
    color:#333;
    background-color:#fff;
}
/* End z-nav-pills */
/* Same-height-columns */
.same-height-columns {
    display:block;
}
.same-height-columns .col {
    display:block;
}
@media ( min-width:767px ) {
    .same-height-columns {
        display:table;
        width:100%;
    }
    .same-height-columns .col {
        display:table-cell;
        vertical-align:top;
    }
}
/* End Same-height-columns*/

.brand-page__social-links {
    display:table;
}
.social-links__link {
    display:table-cell;
}
.social-links__image {
    height:50px;
    padding:10px;
    -webkit-box-shadow: inset -1px 0 0 #eee;
    -moz-box-shadow: inset -1px 0 0 #eee;
    box-shadow: inset -1px 0 0 #eee;
}
@media ( max-width:767px ) {
    .brand-page__social-links {
        margin:auto;
    }
}
.overflow-hide {
    overflow:hidden;
}
/*  END  - Brand Page */
 .form-horizontal .form-group{
     padding-left: 10px;
     padding-right: 10px;
 }
