/* line 4, ../../src/sass/messenger.sass */
ul.messenger {
  margin: 0;
  padding: 0;
}
/* line 8, ../../src/sass/messenger.sass */
ul.messenger li {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 14, ../../src/sass/messenger.sass */
ul.messenger .messenger-message {
  overflow: hidden;
  *zoom: 1;
}
/* line 17, ../../src/sass/messenger.sass */
ul.messenger .messenger-message.messenger-hidden {
  display: none;
}
/* line 20, ../../src/sass/messenger.sass */
ul.messenger .messenger-message .messenger-phrase, ul.messenger .messenger-message .messenger-actions a {
  padding-right: 5px;
}
/* line 23, ../../src/sass/messenger.sass */
ul.messenger .messenger-message .messenger-actions {
  float: right;
}
/* line 26, ../../src/sass/messenger.sass */
ul.messenger .messenger-message .messenger-actions a {
  cursor: pointer;
  text-decoration: underline;
}
/* line 30, ../../src/sass/messenger.sass */
ul.messenger.messenger-fixed {
  position: fixed;
  z-index: 10000;
}
/* line 34, ../../src/sass/messenger.sass */
ul.messenger.messenger-fixed .messenger-message {
  min-width: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 39, ../../src/sass/messenger.sass */
ul.messenger.messenger-fixed .message .messenger-actions {
  float: left;
}
/* line 42, ../../src/sass/messenger.sass */
ul.messenger.messenger-fixed.messenger-on-top {
  top: 20px;
}
/* line 45, ../../src/sass/messenger.sass */
ul.messenger.messenger-fixed.messenger-on-bottom {
  bottom: 20px;
}
/* line 48, ../../src/sass/messenger.sass */
ul.messenger.messenger-fixed.messenger-on-top, ul.messenger.messenger-fixed.messenger-on-bottom {
  left: 50%;
  width: 800px;
  margin-left: -400px;
}
@media (max-width: 960px) {
  /* line 48, ../../src/sass/messenger.sass */
  ul.messenger.messenger-fixed.messenger-on-top, ul.messenger.messenger-fixed.messenger-on-bottom {
    left: 10%;
    width: 80%;
    margin-left: 0px;
  }
}
/* line 58, ../../src/sass/messenger.sass */
ul.messenger.messenger-fixed.messenger-on-top.messenger-on-right, ul.messenger.messenger-fixed.messenger-on-bottom.messenger-on-right {
  right: 20px;
  left: auto;
}
/* line 62, ../../src/sass/messenger.sass */
ul.messenger.messenger-fixed.messenger-on-top.messenger-on-left, ul.messenger.messenger-fixed.messenger-on-bottom.messenger-on-left {
  left: 20px;
  margin-left: 0px;
}
/* line 66, ../../src/sass/messenger.sass */
ul.messenger.messenger-fixed.messenger-on-right, ul.messenger.messenger-fixed.messenger-on-left {
  width: 350px;
}
/* line 69, ../../src/sass/messenger.sass */
ul.messenger.messenger-fixed.messenger-on-right .messenger-actions, ul.messenger.messenger-fixed.messenger-on-left .messenger-actions {
  float: left;
}
/* line 72, ../../src/sass/messenger.sass */
ul.messenger .messenger-spinner {
  display: none;
}
/* line 4, ../../src/sass/messenger-theme-block.sass */
ul.messenger.messenger-theme-block.messenger-fixed {
  width: 100%;
  top: 0;
  left: 0;
  margin-left: 0px;
}
/* line 10, ../../src/sass/messenger-theme-block.sass */
ul.messenger.messenger-theme-block.messenger-fixed.messenger-on-bottom {
  top: auto;
  bottom: 0;
}
/* line 14, ../../src/sass/messenger-theme-block.sass */
ul.messenger.messenger-theme-block.messenger-fixed.messenger-on-top {
  top: 0px;
  bottom: auto;
}
/* line 18, ../../src/sass/messenger-theme-block.sass */
ul.messenger.messenger-theme-block.messenger-fixed.messenger-on-top, ul.messenger.messenger-theme-block.messenger-fixed.messenger-on-bottom {
  left: 0px;
  right: 0px;
}
/* line 22, ../../src/sass/messenger-theme-block.sass */
ul.messenger.messenger-theme-block.messenger-fixed.messenger-on-top.messenger-on-right, ul.messenger.messenger-theme-block.messenger-fixed.messenger-on-top.messenger-on-left, ul.messenger.messenger-theme-block.messenger-fixed.messenger-on-bottom.messenger-on-right, ul.messenger.messenger-theme-block.messenger-fixed.messenger-on-bottom.messenger-on-left {
  width: 350px;
}
/* line 25, ../../src/sass/messenger-theme-block.sass */
ul.messenger.messenger-theme-block.messenger-fixed.messenger-on-top.messenger-on-left, ul.messenger.messenger-theme-block.messenger-fixed.messenger-on-bottom.messenger-on-left {
  right: auto;
}
/* line 28, ../../src/sass/messenger-theme-block.sass */
ul.messenger.messenger-theme-block.messenger-fixed.messenger-on-top.messenger-on-right, ul.messenger.messenger-theme-block.messenger-fixed.messenger-on-bottom.messenger-on-right {
  left: auto;
}
/* line 31, ../../src/sass/messenger-theme-block.sass */
ul.messenger.messenger-theme-block.messenger-fixed .messenger-message-slot {
  max-width: none;
}
/* line 34, ../../src/sass/messenger-theme-block.sass */
ul.messenger.messenger-theme-block.messenger-fixed .messenger-message {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-width: 1px;
  border-style: solid;
  text-align: center;
  padding: 1em;
}
/* line 41, ../../src/sass/messenger-theme-block.sass */
ul.messenger.messenger-theme-block.messenger-fixed .messenger-message.alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
/* line 46, ../../src/sass/messenger-theme-block.sass */
ul.messenger.messenger-theme-block.messenger-fixed .messenger-message.alert-error, ul.messenger.messenger-theme-block.messenger-fixed .messenger-message.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
/* line 51, ../../src/sass/messenger-theme-block.sass */
ul.messenger.messenger-theme-block.messenger-fixed .messenger-message.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/* line 56, ../../src/sass/messenger-theme-block.sass */
ul.messenger.messenger-theme-block.messenger-fixed .messenger-message.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/* line 61, ../../src/sass/messenger-theme-block.sass */
ul.messenger.messenger-theme-block.messenger-fixed .messenger-message .messenger-close {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  padding: 0;
  cursor: pointer;
  color: inherit;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  float: right;
  position: relative;
  top: -13px;
  left: 11px;
  font-size: 22px;
}
/* line 75, ../../src/sass/messenger-theme-block.sass */
ul.messenger.messenger-theme-block.messenger-fixed .messenger-message .messenger-close:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
/* line 78, ../../src/sass/messenger-theme-block.sass */
ul.messenger.messenger-theme-block.messenger-fixed .messenger-message .messenger-close:active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 * version: 1.11.1
 * https://github.com/wenzhixin/bootstrap-table/
 */

.bootstrap-table .table {
    margin-bottom: 0 !important;
    border-bottom: 1px solid #dddddd;
    border-collapse: collapse !important;
    border-radius: 1px;
}

.bootstrap-table .table:not(.table-condensed),
.bootstrap-table .table:not(.table-condensed) > tbody > tr > th,
.bootstrap-table .table:not(.table-condensed) > tfoot > tr > th,
.bootstrap-table .table:not(.table-condensed) > thead > tr > td,
.bootstrap-table .table:not(.table-condensed) > tbody > tr > td,
.bootstrap-table .table:not(.table-condensed) > tfoot > tr > td {
    padding: 8px;
}

.bootstrap-table .table.table-no-bordered > thead > tr > th,
.bootstrap-table .table.table-no-bordered > tbody > tr > td {
    border-right: 2px solid transparent;
}

.bootstrap-table .table.table-no-bordered > tbody > tr > td:last-child {
    border-right: none;
}

.fixed-table-container {
    position: relative;
    clear: both;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.fixed-table-container.table-no-bordered {
    border: 1px solid transparent;
}

.fixed-table-footer,
.fixed-table-header {
    overflow: hidden;
}

.fixed-table-footer {
    border-top: 1px solid #dddddd;
}

.fixed-table-body {
    overflow-x: auto;
    overflow-y: auto;
    height: 100%;
}

.fixed-table-container table {
    width: 100%;
}

.fixed-table-container thead th {
    height: 0;
    padding: 0;
    margin: 0;
    border-left: 1px solid #dddddd;
}

.fixed-table-container thead th:focus {
    outline: 0 solid transparent;
}

.fixed-table-container thead th:first-child {
    border-left: none;
    border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
}

.fixed-table-container thead th .th-inner,
.fixed-table-container tbody td .th-inner {
    padding: 8px;
    line-height: 24px;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fixed-table-container thead th .sortable {
    cursor: pointer;
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 30px;
}

.fixed-table-container thead th .both {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC');
}

.fixed-table-container thead th .asc {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==');
}

.fixed-table-container thead th .desc {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII= ');
}

.fixed-table-container th.detail {
    width: 30px;
}

.fixed-table-container tbody td {
    border-left: 1px solid #dddddd;
}

.fixed-table-container tbody tr:first-child td {
    border-top: none;
}

.fixed-table-container tbody td:first-child {
    border-left: none;
}

/* the same color with .active */
.fixed-table-container tbody .selected td {
    background-color: #f5f5f5;
}

.fixed-table-container .bs-checkbox {
    text-align: center;
}

.fixed-table-container .bs-checkbox .th-inner {
    padding: 8px 0;
}

.fixed-table-container input[type="radio"],
.fixed-table-container input[type="checkbox"] {
    margin: 0 auto !important;
}

.fixed-table-container .no-records-found {
    text-align: center;
}

.fixed-table-pagination div.pagination,
.fixed-table-pagination .pagination-detail {
    margin-top: 10px;
    margin-bottom: 10px;
}

.fixed-table-pagination div.pagination .pagination {
    margin: 0;
}

.fixed-table-pagination .pagination a {
    padding: 6px 12px;
    line-height: 1.428571429;
}

.fixed-table-pagination .pagination-info {
    line-height: 34px;
    margin-right: 5px;
}

.fixed-table-pagination .btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.fixed-table-pagination .dropup .dropdown-menu {
    margin-bottom: 0;
}

.fixed-table-pagination .page-list {
    display: inline-block;
}

.fixed-table-toolbar .columns-left {
    margin-right: 5px;
}

.fixed-table-toolbar .columns-right {
    margin-left: 5px;
}

.fixed-table-toolbar .columns label {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
}

.fixed-table-toolbar .bs-bars,
.fixed-table-toolbar .search,
.fixed-table-toolbar .columns {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 34px;
}

.fixed-table-pagination li.disabled a {
    pointer-events: none;
    cursor: default;
}

.fixed-table-loading {
    display: none;
    position: absolute;
    top: 42px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background-color: #fff;
    text-align: center;
}

.fixed-table-body .card-view .title {
    font-weight: bold;
    display: inline-block;
    min-width: 30%;
    text-align: left !important;
}

/* support bootstrap 2 */
.fixed-table-body thead th .th-inner {
    box-sizing: border-box;
}

.table th, .table td {
    vertical-align: middle;
    box-sizing: border-box;
}

.fixed-table-toolbar .dropdown-menu {
    text-align: left;
    max-height: 300px;
    overflow: auto;
}

.fixed-table-toolbar .btn-group > .btn-group {
    display: inline-block;
    margin-left: -1px !important;
}

.fixed-table-toolbar .btn-group > .btn-group > .btn {
    border-radius: 0;
}

.fixed-table-toolbar .btn-group > .btn-group:first-child > .btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.fixed-table-toolbar .btn-group > .btn-group:last-child > .btn {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.bootstrap-table .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #ddd;
}

/* support bootstrap 3 */
.bootstrap-table .table thead > tr > th {
    padding: 0;
    margin: 0;
}

.bootstrap-table .fixed-table-footer tbody > tr > td {
    padding: 0 !important;
}

.bootstrap-table .fixed-table-footer .table {
    border-bottom: none;
    border-radius: 0;
    padding: 0 !important;
}

.bootstrap-table .pull-right .dropdown-menu {
    right: 0;
    left: auto;
}

/* calculate scrollbar width */
p.fixed-table-scroll-inner {
    width: 100%;
    height: 200px;
}

div.fixed-table-scroll-outer {
    top: 0;
    left: 0;
    visibility: hidden;
    width: 200px;
    height: 150px;
    overflow: hidden;
}

/* for get correct heights  */
.fixed-table-toolbar:after, .fixed-table-pagination:after {
    content: "";
    display: block;
    clear: both;
}
/* BOOTSTRAP OVERRIDES */
@font-face {
    font-family: 'BigDeal';
    src: url('/css/fonts/BigDeal-lgVJd.otf')  format('truetype'); /* Safari, Android, iOS */
}

.popover{
    max-width: 500px  ;
    width: 100%  ;
    font-size: 16px  ;
    line-height: 22px  ;
}

.popover-title {
    font-weight: 600;
    color: #444;
}

.popover-content{
    font-weight: 400;
    color: #666;
}

/* STRIPE OVERRIDES */
button.close.modal_close:not(.full-btn), button.btn:not(.full-btn){
    width: auto !important;
}

.large-btn{
    padding-left: 75px;
    padding-right: 75px;
}

/* SPINNER/ LOADER
http://projects.lukehaas.me/css-loaders/
*/
.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
.loader {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    border-top: 1.1em solid rgba(105, 96, 87, 0.3);
    border-right: 1.1em solid rgba(105, 96, 87, 0.3);
    border-bottom: 1.1em solid rgba(105, 96, 87, 0.3);
    border-left: 1.1em solid #CF0A2C;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* CUSTOM CSS APPLIED TO LOADER */
#css-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    z-index: 999999999999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.loader {
    margin: 20% auto 15px;
}

#css-loader.relative {
    position: absolute;
    background: rgba(255,255,255,0);
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    height: auto;
}

#css-loader.relative .loader {
    margin: 50px auto 50px;
}

.loader-text{
    position: relative;
    left: 7px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    font-size: 20px;
}

/* GENERIC */
body{
    font-weight: 100;
}

a { cursor: pointer }

h1>a:hover, h2>a:hover, h3>a:hover, h4>a:hover{
    text-decoration:none;
}

input::-moz-focus-inner, a, a:hover, a:active, a:focus {
    outline: 0;
}

textarea { resize: none; }

.overflow-scroll{ overflow: scroll; }
.text-center { text-align: center; }

.btn{
    -webkit-transition: all 0.5s ease; /* Safari */
    transition: all 0.5s ease;
}

.required{
    color: #FF0000;
    font-size: 16px;
    position: relative;
    top: -4px;
    display: none;
}

.field-description {
    margin-left: 4px;
    cursor: help;
}

.disabled{
    cursor: not-allowed;
}

.clearfix{
    clear: both;
}

*:focus{
    outline: none !important;
}

input.invalid, textarea.invalid, select.invalid{
    border: 1px solid #ff6d00 !important;
    background-color: rgba(255, 0, 0, 0.3) !important;
}

li:only-child {
    list-style: none;
}

input[type=checkbox]{
    width: 14px;
}

/* Messenger */
ul.messenger.messenger-fixed {
    z-index: 1000000;
}

ul.messenger .messenger-message{
    position: relative;
}

ul.messenger .messenger-message .messenger-close-icon{
    position: absolute;
    top: 15px;
    right: 25px;
    opacity: .75;
    cursor: pointer;
}

/* GENERAL */


.container {
    width: auto !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.error {
    color: #AA0000 !important;
}

.text-light{
    font-weight: 100 !important;
}

select.form-control{
    display: inline;
}

#backdrop-overlay{
    display:none;
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 9998;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background: rgba(0,0,0,0.6);
    perspective: initial;
    -webkit-perspective: initial;
}

#backdrop-overlay.active{
    display: block;
    opacity: 1;
}

.padding-0{
    padding: 0 !important;
}

.partner-logo{
    float: left;
    margin-right: 5px;
    width: 100%;
}

.partner-logo-sm{
    float: left;
    margin-right: 5px;
    height: 25px;
}

/* TABLES */
thead{
    color: #FFF;
    font-weight: bold;
    background-color: #6b6258;
}

input.addToCart{
    padding: 5px 10px !important;
}

table, .table, thead, tbody, td, .fixed-table-container, .fixed-table-header {
    border: none medium !important;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #f4f4f4;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #e0e0e0;
}

.table-hover > tbody > tr.detail-view > td, .table-hover > tbody > tr.detail-view > th,
.table-hover > tbody > tr.detail-view:hover > td, .table-hover > tbody > tr.detail-view:hover > th {
    background-color: #FFF;
}

.detail-view{
    min-height: 175px;
}

.bootstrap-table, .detail-view {
    background: #FFF;
    border-bottom: 1px solid #ddd;
}

.bootstrap-table td{
    overflow: hidden;
    word-wrap: break-word;
}

.bootstrap-table .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: none;
}

a.detail-icon {
    border-bottom: none;
    font-size: 14px;
}

.fixed-table-container thead th .sortable{
    background: none;
    position: relative;
}

.fixed-table-container thead th .sortable:before{
    content: "\f0dc";
    font-family: "Font Awesome 5 Free", FontAwesome;
    font-style: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    font-size: 14px;
    position: absolute;
    right: 10px;
    bottom: 7px;
    color: rgba(255,255,255,.75);
}

.fixed-table-container thead th .sortable.desc:before{
    content: "\f0dd";
}

.fixed-table-container thead th .sortable.asc:before{
    content: "\f0de";
}

.fixed-table-container thead th .th-inner, .fixed-table-container tbody td .th-inner {
    line-height: 16px;
    white-space: normal;
}

.fixed-table-toolbar .bs-bars,
.fixed-table-toolbar .search,
.fixed-table-toolbar .columns {
    margin-top: 0px;
}

/* MODALS */
#login_box .sub p#agreeToTerms{
    font-size: 13px;
}

.signup-login-btn, .join-company-btn{
    text-align: center;
    clear: both;
    margin: 0;
}

/* HEADER */
#inboxBtn > i{
    margin-right:5px;
}

/* PRODUCTS */

tr.selected td{
    background: #BBB !important;
}

.selected-arrow{
    display: none;
    width: 0;
    height: 0;
    border-top: 21px solid transparent;
    border-bottom: 22px solid transparent;
    position: absolute;
    right: -18px;
    margin-top: -35px;
}

tr:hover .selected-arrow{
    display: none;
    border-left: 20px solid #e0e0e0;
}

tr.selected .selected-arrow {
    display: none;
    border-left: 20px solid #BBB;
}

td.spacer{
    width: 2%;
}

#productDetailColumn{
    padding-left: 1%;
}

#productDetailWrapper{
    background: none repeat scroll 0 0 #f5f5f5;
    border-radius: 4px 0 0 4px;
    height: 100%;
    position: relative;
    min-height: 750px;
    overflow: scroll;
}

.product-listing-table th{
    font-size: 13px;
}

#productListing td{
    font-size: 12px;
}

#productDetailWrapper .productDetailTitle{
    background: none repeat scroll 0 0 #ffffff;
    height: 50px;
    margin: 0 !important;
    width: 100%;
    font-weight: 500;
    text-align: center;
    background-color: #F5F5F5;
}

#productDetailWrapper .productDetailContent{
    background: #F5F5F5;
    border-radius: 0 4px 4px 0;
    padding: 0px 0 10px;
    margin-top: 10px;
    min-height: 750px;
}

.list-center div{
    font-size: 14px;
    line-height: 20px;
    color: #555;
}

.list-center div:first-child{
    width: 49%;
    text-align: right;
    float: left;
    font-weight: bold;
    clear: both;
}

.list-center div:last-child{
    width: 49%;
    text-align: left;
    float: right;
}

li.list-center {
    padding: 14px 5px;
}

.list-center div.full-centered{
    width: 100%;
    text-align: center;
    float: none;
    text-indent: 0;
    margin-left: 0;
}

#productDetailWrapper .product-detail-header{
    margin-top: 20px;
}

.quantity-input-row{
    text-align: center;
}


#quantity-label{
    color: #474747;
    margin-top: 15px;
    text-align: left;
    float: left;
    margin-left: 5px;
    font-size: 12px;
    line-height: 14px;
}

#quantity-label.with-minimum-label{
    margin-top: 6px;
}

.addToCartBtn {
    width: 90%;
    padding: 8px 12px;
    margin-top: 10px;
    font-size: 16px;
}

.addToCartQty{
    width: 35% !important;
    padding: 10px !important;
    text-align: right !important;
    margin: 0 0 5px 22% !important;
    float: left !important;
}

.addToCartQty.disabled{
    background-color: #f5f5f5;
}

.addToCartQtyClone {
    background: #FFF;
    border: 1px solid #DDD;
    border-radius: 4px;
    height: 45px;
    padding: 8px 10px !important;
    overflow: hidden;
    line-height: 28px;
}

.addToCartQtyClone > ul{
    position: relative;
}

#minQty{
    color: #aaa;
    font-size: 13px;
    float: left;
    width: 35%;
    text-align: left;
    margin-left: 2%;
}

.price-display {
    text-align: center;
    height: 21px;
    margin-top: 2px;
    clear: both;
}

.price-display-small{
    height: 24px;
    font-size: 14px;
}

#totalPrice, #unitPrice{
    display: inline;
}

.product-image{
    max-width: 90%;
    border-radius: 8px;
    cursor: pointer;
    /*cursor: -webkit-zoom-in;*/
    margin: 0 auto 5px;
    display: block;
}

.product-room-scene {
    border-radius: 8px;
    cursor: pointer;
    margin: 0 auto 5px;
    display: block;
    width: 90px;
    height: 90px;
}

.product-full-image{
    border-radius: 0px;
    cursor: default;
    width: 700px;
    height: 700px;
}

/* Cart */
.updateLink, .deleteLink {
    font-size: 12px;
    border-bottom: none !important;
}

a.updateLink:hover {
    border-bottom: 1px dotted #CF0A2C !important;
    text-decoration: none;
}

#updateQty{
    width: 30%;
}

.modal-cart-details{
    margin-bottom: 25px;
}

.modal-cart-details p.log{
    margin: 0 !important;
}

.modal .modal-cart-details h1{
    margin-bottom: 5px !important;
}

.modal{
    z-index: 100000;
}

#removeBtn, #updateQtyBtn {
    border-radius: 7px;
    font-size: 18px;
    font-weight: 600;
    height: 40px;
    margin: 20px 10px;
    padding: 5px 0;
    width: 175px;
}

.btn-footer{
    width: 445px;
    margin: 20px 0;
    text-align: center;
}

/* MODALS */
.modal a, .modalpage a { border-bottom: none; text-decoration:none; }
.modal a:hover, .modalpage a:hover { border-bottom: 1px dotted;  text-decoration:none;}

.modal.fade .modal-dialog { -webkit-transition: -webkit-transform .3s ease-out; -o-transition: -o-transform .3s ease-out; transition: transform .3s ease-out; -webkit-transform: translate3d(0, -25%, 0); -o-transform: translate3d(0, -25%, 0); transform: translate3d(0, -25%, 0); }
.modal.in .modal-dialog { -webkit-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.modal-open .modal { overflow-x: hidden; overflow-y: auto; z-index: 1000000; }
.modal-dialog { position: relative; width: auto; margin: 10px; }
.modal-content { position: relative; background-color: #fff; -webkit-background-clip: padding-box; background-clip: padding-box; border: 0px solid #999; border-radius: 6px; outline: 0; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5); box-shadow: 0 3px 9px rgba(0, 0, 0, .5); padding-top: 1px;  padding-bottom: 5px; }
.nav-tabs { border-bottom: none; }
.modal .container { padding: 30px 30px 0; border-bottom: 5px solid #CF0A2C; border-radius: 6px; position: static;}


.modal-dialog { max-width: 467px; width:96%; max-height:500px; margin: 25px auto; left:0; right:0; bottom:0; top:0; position: absolute; }
.modal.confirm .modal-dialog {margin-top: 10%;}

#loginSignupModal .modal-dialog { margin: 5px auto 25px; }

#modalMakeAnOffer .modal-dialog,
#sendAMessageModal .modal-dialog,
#getNotifiedModal  .modal-dialog,
.small-modal  .modal-dialog
{ top: 100px; }

.modal .modal-main { max-width: 400px; width:90%; margin: 0 auto }
.modal .modal-main h1, .modalpage .modal-main h1, .modal .modal-cart-details h1 { margin-bottom: 20px; margin-top: 15px; }

#largeModal>.modal-dialog, .modalpage { max-width: 95%; }
#largeModal.modal .modal-main, .modalpage .modal-main{ max-width: 95%;}

#mediumModal > .modal-dialog { max-width: 80%; }
#image_upload_modal > .modal-dialog { max-width: 80%; }
#image_upload_modal.modal .modal-main { max-width: 95%;}

.modal h1, .modal .modal-title, .modalpage h1 { color: #555 !important; font-size: 30px !important; text-align: center; font-weight: 700 !important; }
.modal-header {border-bottom: none;}
.modal-footer {border-top: none;}

p.log { color: #999999; font-size: 16px; text-align: center;font-weight: 600; line-height: 24px; }
.small.log { color: #999999; display: block; font-size: 10px; font-weight: 500; line-height: 10px; margin: -8px 0 15px; text-align: center; }
.large.log { font-size: 20px; }
.light.log { font-size: 12px; font-weight: 100;}
.modal p.log, .modalpage p.log { margin-top: 20px; margin-bottom: 15px; }
p.log.text-success {color: #3c763d;}

.modal input[type="text"],
.modal input[type="password"],
.modal input[type="email"],
.modal input[type="number"],
.modal input[type="file"],
.modal input[type="date"],
.modal textarea,
.modal select,
.modalpage input[type="text"],
.modalpage input[type="password"],
.modalpage input[type="email"],
.modalpage input[type="number"],
.modalpage input[type="file"],
.modalpage input[type="date"],
.modalpage select,
.modalpage textarea { width: 100%; min-height: 47px; border-left: 4px solid #CF0A2C !important; border-radius: 4px; border: none; background: #eaedf2; margin-bottom: 18px; color: #565656; font-size: 17px; padding-left: 17px; }

.modal #signupModalTab input,
.modal #signupModalTab select{
    margin-bottom: 14px !important;
}

.modal select{
    height: 47px;
    color: #565656;
}

.modal textarea, .modalpage textarea { resize: none; }

#modalMakeAnOffer .form-control {
    margin-bottom: 5px;
    min-height: unset;
}

#add_mapping_modal .form-control {
    margin-bottom: 5px;
    min-height: unset;
}

#add_mapping_modal select {
    height: 35px;
}
.info-btn1 {
    position: absolute;
    top: 3px;
    right: 3px;
    color: #696057;
}

#sendAMessageText {
    height: 125px;
    margin-bottom: 15px;
    font-size: 14px;
}

#login_box .sub { width: 100%; min-height: 46px; padding: 3px 0px 25px 0px; }
#login_box .sub p { margin-top: 17px; color: #999999; font-size: 16px; font-weight: 600; }
#login_box .sub a { color: #CF0A2C ;font-weight: 600; }
.modal .modal-main input[type="submit"], .btn-custom-theme { height: 46px; background: #CF0A2C; color: #ffffff; font-size: 16px; border-radius: 7px; border: none;  font-weight: 600; min-width: 160px; }

.btn-custom-theme.disabled{
    opacity: 0.6;
    cursor: not-allowed;
    background: #CF0A2C;
    color: #ffffff;
    border: none;
}

.btn-custom-theme:hover, .btn-custom-theme:active, .btn-custom-theme.active, .btn-custom-theme:focus,
.btn-custom-theme.disabled:hover, .btn-custom-theme.disabled:active, .btn-custom-theme.disabled.active, .btn-custom-theme.disabled:focus{
    background: #a81b27;
    color: #fff;
}

.modal .modal-main input[type="submit"].disabled{
    background: #CCC;
}

.btn-custom-theme .badge {
    background-color: #fff;
    color: #428bca;
}

#login_box .border { width: 100%; height: 2px; }
#login_box .forgotpass {
    cursor: pointer;    font-size: 14px;    margin-bottom: 21px;  text-align: right !important;    width: 100%;
}

.close-modal-icon { width: 35px; height: 35px; border-radius: 100%; color: #666; font-size: 18px; display: block; opacity: 1; text-align: center; vertical-align: middle; line-height: 35px !important; }

button.close.modal_close { z-index: 1; }

.close:hover { filter: alpha(opacity=40); opacity: .40; }
.modal_close {
    margin: 0;
    position: absolute;
    right: 0;
}

#smallModal input[type='checkbox']{
    margin-top:18px;
}

#smallModal .newPasswordGroup {
    display:none;
    margin-left: 39px;
}

.icon-btn{
    cursor: pointer;
}

.icon-btn-group{
    position: relative;
    left: 8px;
}

.icon-btn-group .icon-btn{
    margin-right: 10px;
}

.icon-btn-group .icon-btn:last-child{
    margin-right: 0;
}

.modal.confirm h1{
    line-height: 1.75em;
}

.modal.confirm h1, .modal.confirm p{
    margin-bottom: 0;
}

.modal.confirm .modal-footer{
    margin-top: 0;
}

.modal.confirm .btn {
    height: 33px;
    font-size: 14px;
    border-radius: 4px;
    width: auto;
}

#editProductModal .modal-dialog{
    min-width: 95%;
    margin: 5px auto;
}

#editProductModal .close{
    font-size: 35px;
}

#editProductModal input, #editProductModal textarea, #editProductModal select{
    min-height: inherit;
    padding: 5px 10px;
    margin-bottom: 0px;
    font-size: 13px;
    height: 34px;
}

#editProductModal .form-group {
    margin-bottom: 5px;
}

#editProductModal .form-group label {
    font-size: 15px;
}

#editProductModal .customFields{
    clear: both;
}

#editProductModal .customFields h3{
    border-bottom: 1px solid #CCC;
}

#editProductModal .modal-footer{
    clear: both;
    padding-top: 40px;
}

.modal-footer {
    text-align: center;
}

.modal-footer .btn{
    min-width: 100px;
}

#editProductModal .btn {
    width: 18% !important;
    margin-bottom: 10px;
}

#editProductModal .product-image{
    width: 200px;
}

#ProductFlatImage, #ProductRoomScene {
    padding: 8px 12px !important;
    height: 34px;
    font-size: 13px;
}

#ProductFlatImageForm::after, #ProductRoomSceneForm::after {
    content: ".";
    width: 0%;
    height: 4px;
    background: #CF0A2C;
    color: #CF0A2C;
    font-size: 4px;
    display: none;
    margin: 0 0 0 3px;
    border-radius: 0 0 2px 2px;
    -webkit-transition: width .7s; /* Safari */
    transition: all .7s;
}

#ProductFlatImageForm.progress-5::after, #ProductRoomSceneForm.progress-5::after{ display: block; width: 5%; }
#ProductFlatImageForm.progress-10::after, #ProductRoomSceneForm.progress-10::after{ display: block; width: 10%; }
#ProductFlatImageForm.progress-15::after, #ProductRoomSceneForm.progress-15::after{ display: block; width: 15%; }
#ProductFlatImageForm.progress-20::after, #ProductRoomSceneForm.progress-20::after{ display: block; width: 20%; }
#ProductFlatImageForm.progress-25::after, #ProductRoomSceneForm.progress-25::after{ display: block; width: 25%; }
#ProductFlatImageForm.progress-30::after, #ProductRoomSceneForm.progress-30::after{ display: block; width: 30%; }
#ProductFlatImageForm.progress-35::after, #ProductRoomSceneForm.progress-35::after{ display: block; width: 35%; }
#ProductFlatImageForm.progress-40::after, #ProductRoomSceneForm.progress-40::after{ display: block; width: 40%; }
#ProductFlatImageForm.progress-45::after, #ProductRoomSceneForm.progress-45::after{ display: block; width: 45%; }
#ProductFlatImageForm.progress-50::after, #ProductRoomSceneForm.progress-50::after{ display: block; width: 50%; }
#ProductFlatImageForm.progress-55::after, #ProductRoomSceneForm.progress-55::after{ display: block; width: 55%; }
#ProductFlatImageForm.progress-60::after, #ProductRoomSceneForm.progress-60::after{ display: block; width: 60%; }
#ProductFlatImageForm.progress-65::after, #ProductRoomSceneForm.progress-65::after{ display: block; width: 65%; }
#ProductFlatImageForm.progress-70::after, #ProductRoomSceneForm.progress-70::after{ display: block; width: 70%; }
#ProductFlatImageForm.progress-75::after, #ProductRoomSceneForm.progress-75::after{ display: block; width: 75%; }
#ProductFlatImageForm.progress-80::after, #ProductRoomSceneForm.progress-80::after{ display: block; width: 80%; }
#ProductFlatImageForm.progress-85::after, #ProductRoomSceneForm.progress-85::after{ display: block; width: 85%; }
#ProductFlatImageForm.progress-90::after, #ProductRoomSceneForm.progress-90::after{ display: block; width: 90%; }
#ProductFlatImageForm.progress-95::after, #ProductRoomSceneForm.progress-95::after{ display: block; width: 95%; }
#ProductFlatImageForm.progress-100::after, #ProductRoomSceneForm.progress-100::after{ display: block; width: 99%; }
#ProductFlatImageForm.progress-complete::after, #ProductRoomSceneForm.progress-complete::after{ opacity: 0; }

#editProductModal .clearProductFlatImage.btn, #editProductModal .clearProductRoomScene.btn{
    width: 105px;
    padding: 2px 6px;
    font-size: 11px;
}

.clearProductFlatImage > i, .clearProductRoomScene > i{
    margin-right: 5px;
}

#categoryDropDown {
    width: 100%;
}

.btn.action-items{
    width: 100px;
}


.not-live-msg{
    padding: 15px !important;
    font-size: 24px !important;
}


#tawkchat-iframe-container:hover{
    opacity: 1 !important;
}

/* FILTERS */
.btn-group.color-filter{
    margin-top: 10px;
    margin-right: 25px;
}

.btn-group.open .color-box{
    border-radius: 0 0 8px 8px;
    padding: 10px;
    border: 1px solid #eee;
    width: 265px;
}

.color-box.filter-options{
    height: 200px;
    width: 245px;
    margin: 0 0 0 15px;
    padding: 0;
}

.btn-group.open .color-box li, #filterColumn .color-box li { width: 72px; height: 42px; float: left; margin: 4px; display: block; cursor: pointer;}
.btn-group.open .color-box li div, #filterColumn .color-box li div { width: 70px; height: 40px; min-width: 0; padding: 0; border-radius: 10px; border-bottom: none; transition: all .2s ease; }
.btn-group.open .color-box li div:hover,
#filterColumn .color-box li div:hover,
#filterColumn .color-box li div.selected{
    box-shadow: 1px 1px 3px #666;
}

#filterColumn .color-box li div.fa{
    display: block;
}

#filterColumn .color-box li div.selected:before{
    content: "\f058";
    position: relative;
    top: 25%;
    left: 35%;
    font-size: 22px;
}

.btn-group.open .color-box li div.select_filter[value=White]:hover:after,
.btn-group.open .color-box li div.select_filter[value=Beige]:hover:after,
#filterColumn .color-box li div.select_filter[value=White]:hover:after,
#filterColumn .color-box li div.select_filter[value=Beige]:hover:after{
    color: #222;
    text-shadow: 0 0 2px #EEE;
}

.fixed-table-body .card-view .title {
    min-width: 40%;
}


.fixed-table-toolbar .search{
    margin-top: 0;
}

#showFilterBtn, #sortBtn, .showPhotoGridBtn, .showMissingImagesBtn, #dyeLotBtn, .showDecosBtn, .productSortBtn{
    z-index: 1;
    margin: 0 0 0 5px;
}

#showFilterBtn, #sortBtn .btn.btn-default, .showPhotoGridBtn, .showMissingImagesBtn, #dyeLotBtn, .showDecosBtn label, .productSortBtn {
    font-size: 14px;
    height: 34px;
    color: #999;
    cursor: pointer;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

#showFilterBtn, #sortBtn .btn.btn-default, .showPhotoGridBtn, .showMissingImagesBtn, #dyeLotBtn, .productSortBtn {
    max-width: 175px;
    padding: 4px 8px;
    position: relative;
}

#btnSortByDate {
    max-width: none !important;
}

.showPhotoGridBtn{
    max-width: none;
}

#showFilterBtn span, #sortBtn span, .showPhotoGridBtn span, .showMissingImagesBtn span, #dyeLotBtn span, .showDecosBtn span, .productSortBtn span{
    font-size: 11px;
    margin-left: 5px;
    -webkit-transition: all 0.3s ease; /* Safari */
    transition: all 0.3s ease;
}

.showPhotoGridBtnText span{
    font-variant: small-caps;
    font-size: 14px;
}

.showDecosBtn .btn{
    font-size: 11px;
    padding: 8px;
}

/*
#showFilterBtn:hover span, #sortBtn:hover span, .showPhotoGridBtn:hover span, .showMissingImagesBtn:hover span, #dyeLotBtn:hover span, .showDecosBtn:hover span{
    font-size: 14px;
    margin-left: 5px;
}
*/

#showFilterBtn:hover, #sortBtn .btn.btn-default:hover, .showPhotoGridBtn:hover, .showMissingImagesBtn:hover, #dyeLotBtn:hover, .productSortBtn:hover{
    background-color: #ebebeb;
    border-color: #adadad;
}


#filterColumn{
    border: 1px solid #d3d3d3;
    height: 100%;
    z-index: 2;
    padding: 0 0 20px 20px;
    /*overflow: hidden;*/
    -webkit-transition: width 0.5s ease; /* Safari */
    transition: width 0.5s ease;
    margin-bottom: 25px;
    min-height: 130px;
}

#filterColumn * {
    user-select: none !important;
}

#filterBanner {
    margin-bottom: 40px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#filterBanner img {
    cursor: pointer;
    transition: all .2s ease-in-out;
}

#filterBanner img.selected {
    border: 4px solid #CF0A2C;
}

#filterBanner img:hover { transform: scale(1.1); }

.filter-specific-deals {
    margin-left: 15px;
    height: 66px;
    margin-top: 2px;
}

/*#filterColumn.hidden-filter, #filterColumn.hidden-filter *{*/
/*    box-shadow: none;*/
/*    width: 0;*/
/*    -webkit-transition: width 0.5s ease; !* Safari *!*/
/*    transition: width 0.5s ease;*/
/*    border: none;*/
/*}*/

.filter-header{
    position: relative;
    width: 100%;
    height: auto;
    padding: 15px 0;
    overflow: hidden;
}

.filter-header h2{
    margin: 0;
    color: #3b3b3b;
    font-size: 18px;
    float: left;
    font-weight: bold;
    text-align: left;
}

.filter-header i{
    float: right;
    margin-right: 30px;
    margin-top: 20px;
    color: #aaa;
}

.filter-header-hide-text{
    display: none;
    float: right;
    color: #aaa;
    margin-right: 10px;
    margin-top: 17px;
}

.filter-accordion {
    clear: both;
    display: flex;
    flex-direction: row;
    align-items: start;
    flex-wrap: wrap;
}

.filter-accordion * {
    user-select: none;
}

.filter-accordion .accordion-body {
    background-color: #CF0A2C;
    color: #FFFFFF;
    position: relative;
    z-index: 99;
}

.filter-accordion-panel {
    width: 19%;
    height: 50px;
    margin-right: 1%;
}

.accordion-header{
    background: #CF0A2C;
    color: #FFF;
    font-weight: bold;
    padding: 12px 15px;
    cursor: pointer;
    height: 44px;
    border-bottom: 1px solid #F5F5F5;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.accordion-header.collapsed{
    background: #d3d3d3;
    color: #2b2b2b;
}

.accordion-header .expander{
    float: right;
    margin-top: 3px;
    font-size: 10px;
    -webkit-transition: transform 0.5s ease; /* Safari */
    transition: transform 0.5s ease;
}

.accordion-body{
    height: auto;
}

.accordion-body-content{
    padding: 10px 30px;
}

.accordion-body-content.dynamic{
    padding: 0;
}

/* Let's get this party started */
.filter-values::-webkit-scrollbar {
    width: 12px;
}

/* Track */
.filter-values::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

/* Handle */
.filter-values::-webkit-scrollbar-thumb {
    background: #FFFFFF88;
}

.accordion-body-content.dynamic > *{
    padding: 10px 10px 10px 25px;
    /*margin-right: 10px;*/
    margin-bottom: 2px;
}

.accordion-body-content.dynamic > .no-filter-values{
    box-shadow: none;
}

.accordion-body-content.dynamic > ul > li{
    padding: 0 0 5px;
}

#distance-filter{
    margin: 20px 0;
}

.distance-slider-text{
    margin-top: 10px;
    font-size: 15px;
    color: #999;
}

#distance-slider-value.highlighted{
    color: #333;
    -webkit-transition: color 0.5s ease; /* Safari */
    transition: color 0.5s ease;
}


.small-text{
    font-size: 15px;
    line-height: 20px;
    color: #999;
}

.states-checkbox-container{
    height: 200px;
    overflow-y: scroll;
    font-size: 15px;
    background: #FFF;
}

.states-checkbox-container input[type=checkbox], input[type=checkbox][name=sellingToStates]{
    margin: 0 5px;
    width: auto !important;
}

.noUi-target {
    border: none !important;
}

.noUi-handle{
    cursor: pointer;
}

.clear-filters{
    float: left;
    width: 40%;
}

.clear-filter-btn{
    float: right;
    margin-left: 3px;
    border: 1px solid #CCC;
    border-radius: 6px;
    padding: 2px 8px;
    color: #999;
    font-size: 13px;
    cursor: pointer;
}

.clear-filter-btn:hover{
    border: 1px solid #AAA;
    color: #666;
}

.unique-value-counter{
    /*color: #999;*/
    font-size: 14px;
    margin-left: 10px;
}

.location {
    margin-bottom: 25px;
}

.location > div{
    text-align: left;
    margin: 0;
    line-height: 19px;
    font-size: 18px;
}

.location > div:first-child{
    line-height: 24px;
    font-size: 20px;
}

.location > div.liftgate, .location > div.billingAddress {
    font-size: 12px;
    font-style: italic;
    color: #AAA;
}

.btn.btn-default.center-block.edit-location {
    font-size: 12px;
    width: 50px;
    height: 26px;
    padding: 2px 8px;
    text-align: center;
    margin-top: 5px;
}

#account-settings .form-group .edit-location .fa-pencil,
#account-settings .form-group:hover .edit-location .fa-pencil{
    opacity: 1;
}

#editLocationModal #inputCity,#editLocationModal #inputState, #editLocationModal #inputZipCode, #editLocationModal #inputCountry{
    margin-top: 0;
    margin-right: 2%;
    float:left;
    width: 49%;
    color: #565656;
}

#editLocationModal #inputState, #editLocationModal #inputCountry{
    float: none;
    margin-right: 0;
}

#editLocationModal.modal input[type="text"], #editLocationModal.modal input[type="number"]{
    font-size: 16px;
}

#editLocationModal.modal input{
    padding: 4px 6px !important;
    margin-bottom: 5px !important;
}

.noresults{
    color: #999;
}

input[type="text"], input[type="password"], input[type="email"]{
    padding: 0.25em 0.75em !important;
}


.side-by-side-btn > .btn:first-child{
    width: 40% !important;
    float: left;
    margin-left: 5%;
    margin-right: 5%;
    clear: both;
}

.side-by-side-btn2 > .btn:first-child{
    float: left;
    margin-left: 5%;
    margin-right: 2%;
    clear: both;
}

.side-by-side-btn2{
    height: 35px;
}

.btn.faded{
    opacity: .65;
}

#loginModalSubmit{
    width: 160px;
}

.freight-detail-header, .list-center div.freight-detail-header {
    color: #999;
    text-decoration: underline;
    font-size: 11px;
}

.banner-bottom-text .btn-row .button{
    -webkit-transition: all 0.5s ease; /* Safari */
    transition: all 0.5s ease;
    margin-top: 10px;
}

.banner-bottom-text .btn-row .button i:last-child{
    margin-right: 5px;
}

.button.deal-btn{
    background-color: #F77878;
}

.button.deal-btn:hover {
    background-color: #F35D5D;
}


.instructions{
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-bottom: 35px;
    text-align: center;
}

#btnSubmitOffer{
    margin-top: 20px;
    margin-bottom: 15px;
}

#txtOfferMessage {
    height: 100px;
}

.offer-modal-label {
    font-weight: bold;
    text-align: right;
}

#modalMakeAnOffer .form-group {
    margin-bottom: 5px !important;
}


/* Product Links */

#productLinks{
    border-top: 1px solid #DDD !important;
    border-bottom: 1px solid #DDD !important;
    padding: 4px 0px;
    border-radius: 0;
    cursor: default;
    margin-top:5px;
    width:90%;
    font-size: 14px;
    color: #5bc0de;
    clear: both;
    background-color: transparent;
    position: relative;
}

#productLinks:hover{
    color: #5bc0de;
}

#productLinks ul, #productLinks li{
    display: inline-block;
    margin: 0;
    padding: 0;
}

#productLinks a{
    border-bottom: none;
    color: #5bc0de;
    font-size: 16px;
}

#productLinks a:hover{
    color: #499BB3;
}

#productLinks i{
    font-size: 22px;
    position: relative;
    top: 2px;
}

.goToProduct{
    font-size:16px;
    margin-top: -10px;
    margin-bottom: 10px;
}

.goToProduct a{
    border-bottom: none;
    font-weight: 100;
    color: #5bc0de;
}

.goToProduct a:hover, .goToProduct a:active, .goToProduct a:visited{
    color: #499BB3;
    border-bottom: none;
    text-decoration: none;
}

#productLinks .goToProduct{
    margin-top: 0px;
    margin-bottom: 0px;
}

#productLinks .goToProduct a, #productLinks .goToPdf a{
    font-size: 12px;
    border-radius: 4px;
    background: rgb(102, 102, 102);
    color: #FFF;
    padding: 5px 10px;
    opacity: .5;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    font-weight: normal;
}

#productLinks .goToProduct a i, #productLinks .goToPdf a i{
    font-size: 10px;
    top: 0;
    margin-left: 5px;
}

#productLinks .goToProduct a:hover, #productLinks .goToPdf:hover{
    opacity: .85;
}

#productLinks .share-links{
    position: absolute;
    right: 0;
    top: 4px;
    transition: opacity ease 0.2s;
    -webkit-transition: opacity ease 0.2s;
}

#productLinks .share-links span{
    margin-right: auto;
}

.social-link{
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    position: relative;
    opacity: 0.5;
}

.social-link:hover{
    opacity: .8;
}


.discount-savings{
    color: #CC0000;
    font-size: 80%;
    font-weight: bold;
    white-space: nowrap;
    display: block;
}



/* Product Alert Modal */
.modal#productAlert p.log{
    width: 80%;
    margin: 0 auto 10px;
}

.product-alert-category-label{
    font-weight: bold;
    color: #999;
    font-size: 14px;
}

.product-alert-category-wrapper{
    font-size: 12px;
    margin-bottom: 10px;
    width: 50%;
    float: left;
}

.product-alert-category{
    line-height: 16px;
    /* margin-left: 15px; */
}

.product-alert-category input{
    line-height: 10px;
}

.product-alert-inputs{
    padding: 0 30px;
}

#product-alert-quantity, #product-alert-price{
    width: 48% !important;
}

#product-alert-quantity{
    float: left;
    margin-right: 4%;
}

#product-alert-comments{
    height: 75px;
}

#addProductAlertBtn{
    width: 85% !important;
}

#productAlertAllDoneBtn{
    background: none;
    border: none;
    color: #a81b27;
}



::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #666 !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #666 !important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #666 !important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #666 !important;
}



#continue-shopping-btn{
    width: 100%;
    text-align: center;
    margin-top: 25px;
}

#continue-shopping-btn a{
    font-size: 18px;
    padding-left: 50px;
    padding-right: 50px;
}

#makeAnOfferBtn{
    margin-top: 5px;
    background: #5bc0de;
    color: #FFF;
    width: 60%;
    border: none !important;
}

#makeAnOfferBtn:hover{
    background-color: #26afea;
}

.placeOnHoldBtn{
    background-color: rgba(217, 83, 79, 0.8);
    border: none !important;

    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

    width: 28%;
    margin-top: 5px;
    float: left;
}

.placeOnHoldBtn:hover{
    background-color: rgba(217, 83, 79, 1);
}

.modal-freight-details p{
    text-align: center;
}

#freightInfoBtn{
    margin-top: 8px;
    width: 130px;
    background: #b99a9a;
    font-size: 12px !important;
    padding: 4px;
    color: #FFF;
    border: none;
}

#freightInfoBtn:hover{
    background-color: #9a7e7e;
    box-shadow: 1px 1px 10px #9a7e7e inset;
}

.freight-options{
    margin: 25px 10px;
}

.freight-options > .freight-option {
    width: 30%;
    float: left;
    margin-right: 3%;
    height: 150px;
    padding: 10px;
    font-weight: bold;
    position: relative;
}

.freight-option > .btn {
    position: absolute;
    bottom: 10px;
    left: 25%;
    width: 50%;
}

.freight-information{
    min-height: 100px;
    clear:both;
    position: relative;
    top: 20px;
}

ul.ParagraphListFormat{
    list-style: disc;
    margin: 0 0 50px 50px;
}

ul.ParagraphListFormat strong{
    color: #666;
}

.ms-container .ms-optgroup-label{
    font-size: 13px;
    font-variant: small-caps;
    background: #EEE;
}

.category-heading{
    font-variant: small-caps;
    color: rgb(225, 225, 225);
    font-size: 16px;
    margin-right: 10px;
}

.btn-group .btn.toggle-btn1 {
    background-color: #CF0A2C;
    color: #FFF;
    border-radius: 16px !important;
    border: none;
}

.btn-group .btn.toggle-btn1:not(.active){
    background: #FFFFFF;
    color: #CF0A2C;
}

#storeSwitchButtons {
    position: relative;
    top: 7px;
    margin-right: 20px;
}

#storeSwitchButtons .btn-group {
    border-radius: 20px;
    border: 1px solid #CF0A2C;
}

.strikethrough {
    position: relative;
}

.strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 2px solid;
    border-color: inherit;

    -webkit-transform:rotate(-10deg);
    -moz-transform:rotate(-10deg);
    -ms-transform:rotate(-10deg);
    -o-transform:rotate(-10deg);
    transform:rotate(-10deg);
}

.color-black {
    color: black;
}

#daltile-credit {
    position: relative;
    top: 15px;
    margin-right: 30px;
}

@media (max-width: 1480px) {
    .filter-accordion-panel {
        width: 24%;
    }
}

/* PC */
@media (max-width: 1315px) {
    #productAlertCategories {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }

    #mainCategoryDisplay{
        left: 34%;
    }
}

@media (max-width: 1275px) {
    .side-by-side-btn > .btn, .side-by-side-btn > .btn:first-child{
        width: 90% !important;
        float: none !important;
        margin-left: auto;
        margin-right: auto;
    }

    #makeAnOfferBtn, .placeOnHoldBtn {
        font-size: 12px;
    }

    .clear-filters{
        width: 25%;
    }
}

@media (max-width: 1200px) {
    .color-box.filter-options {
        height: 180px;
        width: 230px;
        margin: 0 0 0 10px;
    }

    .btn-group.open .color-box li, #filterColumn .color-box li {
        width: 60px;
        height: 35px;
    }

    #filterColumn .color-box li div {
        width: 60px;
        height: 35px;
    }

    #header-phone{
        left: 35%;
    }

    .filter-accordion-panel {
        width: 32%;
    }
}

@media (max-width: 1000px){
    .side-by-side-btn2 > .btn, .side-by-side-btn2 > .btn:first-child{
        width: 70% !important;
        float: none !important;
        margin-left: auto;
        margin-right: auto;
    }

    .side-by-side-btn2{
        height: auto;
    }

    .accordion-body-content {
        padding: 10px 15px;
    }

    .color-box.filter-options {
        height: 180px;
        width: 230px;
        margin: 0;
    }

    .btn-group.open .color-box li, #filterColumn .color-box li {
        width: 55px;
        height: 35px;
    }

    #filterColumn .color-box li div {
        width: 55px;
        height: 35px;
    }

    #distance-filter {
        margin: 20px 15px 20px 0;
    }

    #distance-slider-text{
        font-size: 14px;
    }

    #header-phone, #mainCategoryDisplay{
        display: none;
    }

    #makeAnOfferBtn {
        width: 130px;
    }

    #dyeLotBtn{
        display: none !important;
    }

    .filter-accordion {
        margin-right: 15px;
    }

}

/* Tablet */
@media (max-width: 950px){
    #productLinks{
        text-align: center;
    }

    #productLinks .share-links{
        position: relative;
        width: 75px;
        margin: auto;
    }

    #minQty, #quantity-label{
        display: none;
    }

    .freight-options > .freight-option {
        font-size: 12pt;
    }

    .filter-accordion-panel {
        width: 49%;
    }
}

@media (max-width: 840px){

    #header-phone, #mainCategoryDisplay{
        display: none;
    }

    .mobile-nav-item{
        display: block;
    }

    .clear-filters{
        width: 100%;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .wrapper {
        padding: 10px 0 0 0 !important;
    }

    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .not-live-msg {
        padding-top: 24px !important;
    }

    #filterColumn {
        top: 5px;
        right: 0;
    }

    .filter-header h2 {
        padding: 18px 20px;
    }

    .accordion-header {
        padding: 11px 11px;
    }

    .filter-header-hide-text{
        display: block;
    }

    #showFilterBtn, #sortBtn, .showPhotoGridBtn, .showMissingImagesBtn, #dyeLotBtn {
        padding: 6px 8px;
    }

    #makeAnOfferBtn{
        width: 90%;
    }

    .filter-accordion-panel {
        width: 49%;
    }
}

@media (max-width: 710px) {
    .freight-options{
        height: auto;
    }

    .freight-options > .freight-option {
        width: 80%;
        float: none;
        margin: 0 0 5% 10%;
        height: 120px;
    }

    .showDecosBtn{
        display: none !important;
    }

    .filter-accordion-panel {
        width: 32%;
    }
}

@media (max-width: 480px) {
    .modal-content{
        padding-right: 10px;
    }

    #product-alert-quantity, #product-alert-price{
        width: 100% !important;
    }

    #product-alert-quantity{
        float: none;
        margin-right: 0;
    }

    .filter-accordion-panel {
        width: 49%;
    }
}

@media (max-width: 400px) {
    #login_box .forgotpass {
        margin-top: 10px;
    }
}

@media (max-width: 350px) {
    .freight-options > .freight-option {
        width: 98%;
        float: none;
        margin: 0 0 5% 1%;
        height: 150px;
    }
}

.promotion-banner {
    background-image: url(https://res.cloudinary.com/xintory/v1593511228/product_images/zpibervoxbg6n7gaflgo.jpg);
    /*background-image: url("/images/banner/promo94.jpg");*/
    /*background-size: cover;*/
    background-position: bottom;
    margin-top: -15px;
    position: relative;
    margin-bottom: 15px;
}

.promotion-banner-cover {
    font-family: BigDeal,Arial,sans-serif !important;
    text-align: center;
    font-size: 30px;
    padding: 10px 0 5px 0;
    color: #FFFFFF;
    text-shadow: #181818 1px 2px 4px
}
.promotion-banner-cover-code {
    font-size: 24px;
    text-shadow: 1px 1px 1px red,2px 2px 1px red;
}
.promotion-banner-cover.clickable {
    cursor: pointer !important;
}

.btnShowModalUnitPrice {
    margin-right: 10px;
}

@media (max-width: 1360px) {
    .promotion-banner-cover {
        font-size: 1.5vw;
    }
}

@media (max-width: 760px) {
    .promotion-banner-cover {
        padding: 3px 0 3px 0;
    }
}

@media (max-width: 1499px) {
    #filterBanner img {
        height: 50px;
    }

    .filter-specific-deals {
        height: 47px !important;
    }
}

@media (max-width: 1086px) {
    #filterBanner img {
        height: 40px;
    }

    .filter-specific-deals {
        height: 38px !important;
    }
}