/* @import url(https://fonts.googleapis.com/css?family=Tangerine); */
/*@import url(https://fonts.googleapis.com/css?family=Aclonica);*/

/*@font-face {*/
/*    font-family: Aressence;*/
/*    src: url(/lib/fonts/ARESSENCE.ttf);*/
/*}*/

/* BOOTSTRAP OVERRIDES */
.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(55,192,251, 0.2);
    border-right: 1.1em solid rgba(55,192,251, 0.2);
    border-bottom: 1.1em solid rgba(55,192,251, 0.2);
    border-left: 1.1em solid var(--accent1);
    -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;
}

.not-allow {
    cursor: not-allowed !important;
}

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;
}

.required1 {
    color: #FF0000;
    font-size: 16px;
    position: relative;
    padding: 3px;
}


.field-description {
    margin-left: 4px;
    cursor: help;
}
.firstUpper::first-letter {
    text-transform: uppercase;
}
.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;
}

.title-sup {
    top: -1em;
    font-size: 50%;
}
.margin-bottom-0 {
    margin-bottom: 0;
}
.margin-bottom-3 {
    margin-bottom: 20px;
}
.margin-bottom-2 {
    margin-bottom: 10px;
}
.margin-left-1 {
    margin-left: 5px;
}
/* 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: 400 !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: inherit;
	-webkit-perspective: inherit;
}

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

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

/* TABLES */
thead{
    color: #FFF;
    /* background-color: #37c0fb; */
    background-color: var(--accent1);
}

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;
    font-weight: 500 !important;
}

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;
    font-weight: 600;
    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 */
/* PRODUCTS */

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

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: #999;
    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: 10px 12px;
}

.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: 40px;
    padding: 8px 1px !important;
    overflow: hidden;
    line-height: 28px;
}

.addToCartQtyClone.offer-modal {
    padding-left: 20px !important;
    border-left: 4px solid var(--accent1) !important;
}

.addToCartQtyClone > ul{
    position: relative;
}

#makeAnOfferModal .addToCartQtyClone > ul {
    padding-inline-start: 0 !important;
}

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

.price-display {
    text-align: center;
    height: 33px;
    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;
    margin: 5px auto 5px auto;
    display: block;
}

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

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

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

#updateQty, #updateCartPallets {
    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 #37c0fb; 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 { top: 50px; }

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

.modal .modal-main { max-width: 400px; width:100%; margin: 0 auto; padding: 0 10px; }
.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%; }

.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 .form-control[disabled], .modal .form-control[readonly] {
    border-left-color: var(--accent1) !important;
    cursor: not-allowed;
}

.modal input[type="text"],
.modal input[type="password"],
.modal input[type="email"],
.modal input[type="number"],
.modal input[type="file"],
.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 select,
.modalpage textarea { width: 100%; min-height: 47px; border-left: 4px solid var(--accent1) !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: 12px !important;
    font-size: 13px !important;
}

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

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

#makeAnOfferModal .form-control{
    margin-bottom: 0;
    min-height: 36px;
}

#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: var(--accent1) ;font-weight: 600; }
.modal .modal-main input[type="submit"], .btn-custom-theme { height: 46px; background: var(--accent1); color: #ffffff; font-size: 18px; border-radius: 7px; border: none;  font-weight: 600; min-width: 160px; }

.btn-custom-theme.disabled{
    opacity: 0.6;
    cursor: not-allowed;
    background: var(--black2);
    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: var(--accent1);
    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;
}

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

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

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

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

.clearProductImage > 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, .categoryBtn{
    z-index: 1;
    margin: 0 0 5px 5px;
}

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

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

.showPhotoGridBtn{
    max-width: none;
}

#showFilterBtn span, #sortBtn span, .showPhotoGridBtn span, .showMissingImagesBtn span, #dyeLotBtn span, .showDecosBtn span, .categoryBtn 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: 13px;
}

.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{
    background-color: #ebebeb;
    border-color: #adadad;
}


#filterColumn{
    background: #f1f1f1;
    height: 100%;
    z-index: 2;
    padding: 0;
    overflow: hidden;
    -webkit-transition: width 0.5s ease; /* Safari */
    transition: width 0.5s ease;
    border-left: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 25px;
}

#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{
    cursor: pointer !important;
    position: relative;
    width: 100%;
    height: auto;
    padding: 15px 0;
    overflow: hidden;
}

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

.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{
    background: #FAFAFA;
    clear: both;
    overflow-x: hidden;
    overflow-y: auto;
}

.accordion-header{
    background: var(--main1);
    color: #FFF;
    font-weight: bold;
    padding: 12px 25px;
    cursor: pointer;
    height: 44px;
    border-bottom: 1px solid #F5F5F5;
    overflow: hidden;
}

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

.accordion-header .expander{
    float: right;
    margin-top: 5px;
    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;
}

.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: var(--black1);
}

.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: 4px;
}

.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 {
    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"], select {
    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: 20px;
    color: #666;
    margin-bottom: 15px;
    text-align: center;
}

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

#makeAnOfferMessage{
    height: 100px;
}


/* 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: #26afea;
}



::-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{
}

.placeOnHoldBtn{
    -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;
    font-size: 12px !important;
    padding: 4px;
}

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

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

.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;
}
.visibility_hidden {
    visibility: hidden;
}
.ms-container .ms-optgroup-label{
    font-size: 13px;
    font-variant: small-caps;
    background: #EEE;
}

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

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

.modal .button-group {
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal .button-group .btn {
    min-width: 100px;
    margin: 5px;
}

.Button.custom-btn, .btn-info.custom-btn {
    background-image: -webkit-linear-gradient(top,var(--accent1),var(--accent1)) !important;
    background-image: linear-gradient(180deg,var(--accent1),var(--accent1)) !important;
    background-color: var(--accent1);
    border-color: var(--accent1);
}

.Button.custom-btn.disabled, .btn-info.custom-btn.disabled {
    background-image: -webkit-linear-gradient(top,var(--black2),var(--black2)) !important;
    background-image: linear-gradient(180deg,var(--black2),var(--black2)) !important;
    background-color: var(--black2) !important;
    cursor: not-allowed !important;
    border-color: var(--black2);
}

.checkoutView .header>.content>.image>img {
    object-fit: cover !important;
    object-position: left center !important;
}

#lblLeftQuantity {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}

#makeAnOfferModal .form-group {
    margin-bottom: 8px !important;
}

/* 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%;
    }
}

@media (max-width: 1100px){
}

@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;
    }
}

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

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

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

@media (max-width: 930px) {
    .freight-options > .freight-option {
        font-size: 12pt;
    }
}

@media (max-width: 840px){

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

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

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

/* Mobile */
@media (max-width: 767px) {
    .filter-title
    { display: none; }

    .wrapper {
        padding: 10px 0 0 0 !important;
    }

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

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

    #filterColumn {
        right: 0;
    }

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

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

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

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

    #makeAnOfferBtn{
        width: 90%;
    }
}

@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;
    }

    #loginSignupModal .modal-dialog {
        top: 20px;
    }
}

@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;
    }

    .modal #signupModalTab input,
    .modal #signupModalTab select{
        margin-bottom: 5px !important;
        font-size: 12px !important;
        min-height: 42px;
    }
    .modal #signupModalTab input[type=checkbox] {
        min-height: unset !important;
    }

    .btn-custom-theme {
        font-size: 15px !important;
        height: 40px !important;
    }
}

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

    .freight-options > .freight-option {
        width: 98%;
        float: none;
        margin: 0 0 5% 1%;
        height: 150px;
    }
}