/* 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.0
 * 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;
}
@font-face {
    font-family: 'CenturyGothic';
    src: url('/css/fonts/CenturyGothic.ttf')  format('truetype'); /* Safari, Android, iOS */
}

html, body{
    font-family: CenturyGothic,"Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    min-width: 400px;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased !important;
    -moz-osx-font-smoothing:grayscale;
}

/* GENERAL */
.accent-1{
    color: #40ae49 !important;
}

.accent-1-inverse{
    background-color: #40ae49 !important;
    color: #FFF !important;
}

.accent-1-border{
    border-color: #40ae49 !important;
}

ul{
    list-style: none;
}

ul.horizontal-ul > li{
    float: left;
    /*margin-right: 20px;*/
}

ul.horizontal-ul-right{
    height: 20px;
}

ul.horizontal-ul-right > li{
    float: right;
    margin-left: 20px;
}

ul.horizontal-ul-right > li:last-child{
    margin-left: 0;
}

a{
    cursor: pointer;
}

.ease{
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
}

.mobileViewOnly{
    display: none !important;
}

.mobileViewOnly-inline{
    display: none !important;
}

.mobileViewClose{
    color: #FFF;
    float: right;
    font-size: 22px;
    margin-right: 10px;
    cursor: pointer;
}

input[readonly]{
    cursor: text !important;
    background: #FFF !important;
}

.bg-success, .bg-danger{
    padding: 15px;
}

/* Top Mini Header */
#top-mini-header{
    background-color: #fbfbfb;
    height: 30px;
    width: 100%;
    color: #6c6c6c;
    font-size: 14px;
}

#top-mini-header .top-header-section{
    padding: 5px 25px;
    width: fit-content;
}

#top-mini-header .top-header-section.float-left{
    float: left;
}

#top-mini-header .top-header-section.float-right{
    float: right;
}

#top-mini-header .top-header-divider.float-left{
    border-right: 1px solid #ececec;
}

#top-mini-header .top-header-divider.float-right{
    border-left: 1px solid #ececec;
}

#top-mini-header .top-header-section ul{
    margin-bottom: 0;
}

#top-mini-header a{
    color: #6c6c6c;
}

#top-header-phone{
    margin-left: 40px;
}

#top-header-login.top-header-section{
    padding: 5px 5px;
}

#top-header-login ul{
    padding-left: 20px;
}

#top-header-login ul.horizontal-ul li:first-child{
    margin-right: 10px;
}

#top-header-login .vertical-separator{
    border-right: 1px solid #000;
    height: 10px;
    width: 2px;
    position: relative;
    top: 5px;
    margin-right: 10px;
}

#top-header-login, #top-header-account{
    margin-right: 50px;
}

#top-header-account a{
    text-decoration: none !important;
}

#top-header-account .dropdown-menu, #top-header-nav .dropdown-menu {
    right: 0;
    left: auto;
}


#top-mini-header .dropdown-menu>.active>a,
#top-mini-header .dropdown-menu>.active>a:hover,
#top-mini-header .dropdown-menu>.active>a:focus {
    background: transparent;
    color: #40ae49 !important;
}

#top-mini-header ul.dropdown-menu>.account-link.active:hover .account-name,
#top-mini-header ul.dropdown-menu>.account-link.active:hover i,
#top-mini-header ul.dropdown-menu>li:hover,
#top-mini-header ul.dropdown-menu>li:hover a,
#top-mini-header ul.dropdown-menu>li>a:focus,
#top-mini-header ul.dropdown-menu>li>a:hover {
    background: #40ae49;
    color: #FFF !important;
}

#top-mini-header .dropdown-menu>li>a {
    padding: 3px 10px;
}

#top-mini-header span.account-name {
    margin-left: 5px;
}



/* Logo Header */
#header{
    padding: 5px 0;
    height: 60px;
    position: relative;
}

#header h1, #exitModal h1 {
    padding: 0 0 0 3em !important;
    font-size: 20px;
    color: #808083;
    font-weight: 100;
    text-align: left;
    margin-top: -10px;
    margin-bottom: 0;
    float: left;
    position: absolute;
}

#header h1:hover,
#header h1:active,
#header h1:visited,
#header h1 a:hover,
#header h1 a:active,
#header h1 a:visited,
#exitModal h1:hover,
#exitModal h1:active,
#exitModal h1:visited,
#exitModal h1 a:hover,
#exitModal h1 a:active,
#exitModalexitModal h1 a:visited{
    text-decoration: none;
}

#header h1 span,.logo-text, #exitModal h1 span,.logo-text {
    font-family: Aressence, sans-serif;
}

#header h1 span, #exitModal h1 span {
    font-size: 44px;
    font-weight: 500
}

.logo-text {
    letter-spacing: 2px
}

#header h1 span.logo-text.logo-x, #exitModal h1 span.logo-text.logo-x {
    color: #90EE90;
    font-size: 60px;
    font-style: italic;
    letter-spacing: -4px;
    margin-right: 6px
}

#header h1 a, #header h1 a:hover, #header h1 a:active, #header h1 a:visited,
#exitModal h1 a, #exitModal h1 a:hover, #exitModal h1 a:active, #exitModal h1 a:visited{
    color: #808083
}

#logo img {
    height: 50px
}

#header h1 span.powered-by, #exitModal h1 span.powered-by{
    border: 1px solid #CCC;
    border-radius: 4px;
    padding: 2px 4px;
    margin-left: 5px;
    position: relative;
    top: 3px;
    font-size: 13px;
    font-family: "Source Sans Pro",sans-serif;
    font-weight: 100
}

#header h1 .powered-by span.logo-text.logo-x,  #exitModal h1 .powered-by span.logo-text.logo-x{
    font-size: 16px
}

#header h1 .powered-by span, #exitModal h1 .powered-by span {
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 1px;
    color: #aaa
}

#header h1 .powered-by span.beta-text, #exitModal h1 .powered-by span.beta-text{
    font-size: 15px
}

#mobile-nav-toggle{
    position: absolute;
    font-size: 35px;
    left: 25px;
    top: 5px;
    color: #808083;
    cursor: pointer;
    display: none;
    z-index: 9999;
}

#header-search{
    width: 300px;
    position: relative;
    top: 7px;
    margin-right: 40px;
}

#header-search .input-group-addon{
    cursor: pointer;
}

#searchBar{
    border-right: none;
}

#searchBar::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #CCC !important;
    opacity: 1; /* Firefox */
}

#searchBar:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #CCC !important;;
}

#searchBar::-ms-input-placeholder { /* Microsoft Edge */
    color: #CCC !important;;
}


#header-cart{
    position: relative;
    top: 13px;
    margin-right: 100px;
}

#header-cart a, #header-cart a:hover, #header-cart a:visited, #header-cart a:active{
    color: #6c6c6c;
    text-decoration: none;
}

#header-cart:hover,
#header-cart a:hover,
#header-cart a:active,
#header-cart:hover .cart-text{
    color: #40ae49 !important;
}

#header-cart:hover i {
    color: #415626 !important;
}

#header-cart i{
    font-size: 25px;
    color: #3b3b3b;
}

#cart-counter{
    border: 1px solid #1d7924;
    position: relative;
    top: -14px;
    right: -43px;
}

#header-cart .cart-text{
    margin-left: 4px;
}


/* NAVIGATION */
#nav, #nav > ul{
    background: #3b3b3b;
}

#nav > ul > li.category.current {
    background: #FFF;
}

#nav > ul > li.category {
    display: flex;
    align-items: center;
    min-width: 60px;
    /*word-break: break-word;*/
}

#nav.mobileViewNav > ul > li.category {
    display: block;
}

#nav.mobileViewNav > ul > li.category.current{
    background: #3b3b3b;
}

#nav a, #nav a:hover, #nav a:active, #nav a:visited {
    color: #FFF;
    text-decoration: none;
    transition: 0.1s ease all;
    -webkit-transition: 0.1s ease all;
}
#nav li.yellowCategory a {
    color: yellow;
    font-size: 13px;
    text-decoration: none;
    transition: 0.1s ease all;
    -webkit-transition: 0.1s ease all;
}
#nav > ul > li > a,
#nav > ul > li > a:hover,
#nav > ul > li > a:active,
#nav > ul > li > a:visited {
    font-weight: bold;
}

#nav > ul{
    margin: auto;
    display: table;
    padding: 0;
}

#nav > ul.horizontal-ul {
    display: flex;
    justify-content: center;
}


#nav.mobileViewNav > ul.horizontal-ul {
    display: table;
}

#nav > ul > li:nth-child(2){
    border-left: 1px solid #7a7a7a;
}

#nav > ul > li{
    text-align: center;
    border-right: 1px solid #7a7a7a;
    /*margin-right: auto !important;*/
    padding: 15px 15px;
    transition: 0.3s ease background-color;
    -webkit-transition: 0.3s ease background-color;
    cursor: pointer;
    display: inline;
}

#nav ul li:hover{
    background-color: #FFF;
}

#nav ul > li:hover > a,
#nav ul > li:hover > a:hover,
#nav ul > li:hover > a:active,
#nav ul > li:hover > a:visited{
    color: #40ae49;
}

#nav > ul > li.category.current > a,
#nav > ul > li.category.current > a:hover,
#nav > ul > li.category.current > a:active,
#nav > ul > li.category.current > a:visited{
    color: #40ae49;
}

#nav > ul > li > a{
    text-transform: uppercase;
    font-size: 12px;
}

/* dropdown nav (http://htmldog.com/techniques/dropdowns/) */
#nav ul ul{
    margin: 0;
    padding: 0;
    background: #3b3b3b;
}


#nav ul li{
    position: relative;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
}

#nav ul ul {
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    min-width: 212px;
    z-index: 1000;
}

#linked-accounts {
    z-index: 10000;
}

#nav ul ul li{
    border-bottom: 1px solid #7a7a7a;
    text-align: left;
}

#nav ul ul li:last-child{
    border-bottom: 1px solid #3b3b3b;
}

#nav ul ul ul li{
    border-left: 1px solid #7a7a7a;
}

#nav ul li:hover > ul {
    display: block;
}

#nav ul ul li a{
    padding: 10px;
    display: block;
}

#nav ul ul ul {
    left: 100%;
    top: 0;
}

#nav .subcategory-icon{
    position: absolute;
    right: 10px;
    top: 15px;
}


#section-newsletter{
    background: #40ae49;
    color: #FFF;
    width: 100%;
    padding: 10px 25px;
    margin-bottom: 0;
}

#section-newsletter .newsletter-header{
    font-size: 28px;
    font-weight: bold;
}

#section-newsletter .btn.btn-info{
    background: #30aadf;
}

#section-newsletter input, #section-newsletter .btn.btn-info{
    margin-top: 15px;
}

#footer{
    background-color: #242525;
    background-image: url(/images/3.0/ceramic-black-overlay.jpg);
    background-repeat: repeat-y;
    color: #FFF;
    padding: 30px 0;
}

#footer .footer-wrapper{
    width: 90%;
    margin: auto;
}

#footer .footer-block-header{
    font-weight: bold;
}

#footer .footer-block{
    margin-bottom: 30px;
}

.footer-block-header-separator {
    position: relative;
    margin: 10px 0 20px;
}

.footer-block-header-separator-green {
    float: left;
    height: 3px;
    width: 18%;
    background: #40ae49;
    margin-right: 10px;
}

.footer-block-header-separator-grey {
    width: 80%;
    height: 1px;
    background: grey;
    position: relative;
    left: 20%;
    top: 1px;
}

#footer .footer-block-body{
    clear: both;
}

#footer .row:first-child{
    border-bottom: 1px solid grey;
    padding-bottom: 20px;
}

#footer ul{
    padding: 0;
}

#footer a,
#footer a:hover,
#footer a:active,
#footer a:visited{
    color: #FFF;
}

#footer ul.news-articles li {
    margin-bottom: 10px;
}

#footer .news-date{
    font-size: 11px;
}

#footer .contact-links li{
    margin-bottom: 20px;
}

#footer .social-links i{
    border: 2px solid #40ae49;
    border-radius: 50%;
    color: #40ae49;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
}

#footer .social-links a:hover{
    text-decoration: none;
}

#footer .social-links i:hover{
    border-color: #FFF;
    color: #FFF;
}

#footer .social-links a{
    margin-right: 10px;
}

.copyright{
    margin: 10px;
    padding: 0 35px;
    position: relative;
}

.copyright .right {
    float: right;
    margin-top: -20px;
}

/* BREAD CRUMBS */
.breadcrumb-nav{
    background: #f1f1f1;
    max-width: 100%;
}

.breadcrumb{
    background: #f1f1f1;
    width: 1014px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.breadcrumb-item, .breadcrumb a{
    color: #808083;
}

.mobile-only{
    display: none;
}

.mobile-hide{
    display: block;
}

#exitModal{
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
    z-index: 999999999;
}


#exitModal .exit-container{
    background: #4aaecd;
    color: #FFF;
    margin: 0 100px;
    font-size: 30px;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 50px;
    border-radius: 0 0 10px 10px;
}

#exitModal .exit-logo-container h1{
    margin: 0 !important;
    padding: 0 0 0 3em !important;
    font-size: 20px;
    color: #808083;
    min-width: 350px;
}

#exitModal .exit-logo-container{
    background: #FFF;
    height: 90px;
    padding-top: 25px;
}

#exitModal .exit-header{
    font-weight: bold;
    font-size: 40px;
}

#exitModal .exit-body{
    width: 50%;
    margin: 25px auto;
}

#exitModal textarea, #exitModal input{
    width: 100%;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    padding: 10px;
    background: #FFF;
    color: #4aaecd;
}

#exitModal textarea{
    height: 150px;
}

#exitModal input{
    height: 40px;
    margin-bottom: 10px;
}

#exitModal .btn{
    color: #4aaecd;
    font-size: 14px;
}

#exitModal .exit-submit{
    width: 100%;
    font-weight: bold;
    font-size: 20px;
    height: 50px;
    padding-top: 9px;
}

#exitModal .exit-close{
    position: absolute;
    right: 125px;
    top: 90px;
    color: #FFF;
    cursor: pointer;
}


/* MEDIA */
@media (max-width: 1350px) {
    #nav ul li a {
        font-size: 10px;
    }

    #nav > ul > li{
        padding: 15px 12px;
    }
}
@media (max-width: 1100px) {
    #nav ul li a {
        font-size: 8px;
    }

    #nav ul ul {
        min-width: 175px;
    }

    .breadcrumb {
        width: 916px;
    }

    #nav > ul > li{
        padding: 15px 10px;
    }

    #header-cart {
        margin-right: 50px;
    }
}

@media (max-width: 950px) {
    #nav > ul > li{
        padding: 10px 5px;
    }

    .breadcrumb {
        width: 836px;
    }

    #exitModal .exit-container {
        margin: 0 75px;
    }
}

@media (max-width: 850px) {
    #nav > ul > li{
        padding: 12px 5px;
    }

    .breadcrumb {
        width: 658px;
    }

    #top-header-nav {
        display: none;
    }

    #exitModal .exit-container {
        margin: 0 50px;
    }
}

@media (max-width: 767px) {

    #top-mini-header .top-header-divider.float-right{
        border-left: none;
    }

    .mobile-only{
        display: block;
    }

    .mobile-hide{
        display: none;
    }

    #top-mini-header {
        margin-top: 10px;
    }
}

@media (max-width: 700px) {
    
    #nav{
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        width: 400px;
        z-index: 9999;
        overflow-y: scroll;
        overflow-x: hidden;
        height: auto;
    }

    #nav > ul {
        height: auto;
        width: 100%;
    }

    #nav > ul > li {
        display: block;
        text-align: left;
        border-right: none;
        border-bottom: 1px solid #7a7a7a;
        padding: 15px 10px;
    }

    #nav ul.horizontal-ul > li {
        float: none;
    }

    #nav > ul > li:nth-child(2) {
        border-left: none;
    }

    #nav ul ul {
        position: relative;
        display: block;
    }

    #nav ul ul ul {
        left: 0;
    }

    #nav ul ul li{
        border-bottom: none;
    }

    #nav ul ul ul li {
        border-left: none;
        text-indent: 15px;
    }

    #nav ul li:hover{
        background-color: transparent;
    }

    #nav ul li a {
        font-size: 25px;
        line-height: 35px;
    }

    #nav ul ul li a {
        padding: 5px 10px;
    }

    #nav ul ul li:last-child a{
        padding-bottom: 10px;
    }

    #header h1 {
        padding: 0 0 0 4em !important;
    }

    #mobile-nav-toggle, .mobileViewOnly{
        display: block !important;
    }

    .mobileViewOnly-inline{
        display: inline !important;
    }

    .desktopViewOnly{
        display: none !important;
    }

    #header-cart{
        margin-right: 50px;
    }

    #top-header-login, #top-header-account{
        margin-right: 25px;
    }

    #nav a:hover,
    #nav ul > li:hover > a,
    #nav ul > li:hover > a:hover,
    #nav ul > li:hover > a:active,
    #nav ul > li:hover > a:visited {
        color: #FFF !important;
    }

    #nav a:active{
        color: #40ae49 !important;
    }

    #nav .subcategory-icon {
        position: relative;
        left: 10px;
        top: 0;
    }

    #nav a{
        width: fit-content;
    }

    #exitModal .exit-container {
        margin: 0;
    }

    #exitModal .exit-close{
        right: 25px;
    }
}

@media (max-width: 500px) {
    .copyright {
        margin: 10px;
        padding: 0 10px;
    }

    .copyright .right {
        float: none;
        margin-top: 20px;
    }

    #top-header-mailbox{
        display: none !important;
    }

    #nav > ul > li.category.current
}

@media (max-width: 430px) {
    #top-header-login, #top-header-account{
        margin-right: 0;
    }

    #header-cart{
        margin-right: 15px;
    }
}/* @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%;
    min-width: 300px;
    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;
    text-indent: -9999em;
    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 #37c0fb;
    -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;
}

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


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

/*promotion */
.promotion-banner {
    background-image: url("https://res.cloudinary.com/xintory/v1660118594/product_images/z6llflenvzw3r3gsth5o.jpg");
    background-size: cover;
    background-position: center;
    margin-top: 4px;
    position: relative;
}

.promotion-banner-cover {
    font-family: BigDeal,Arial,sans-serif !important;
    text-align: center;
    font-weight: 900;
    font-size: 30px;
    padding: 10px 0 5px 0;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px #1e1e1e, 2px 2px 1px white;
    /*text-transform: uppercase;*/
}
.promotion-banner-cover > a {
    text-decoration: none;
}
.promotion-banner-cover > a:hover {
    text-decoration: underline;
}
.promotion-banner-cover-code {
    font-size: 32px;
    color: #FFFFFF;

}

@media (max-width: 976px) {
    .promotion-banner-cover {
        font-size: 25px;
    }
    .promotion-banner-cover-code {
        font-size: 26px;
    }
}

@media (max-width: 790px) {
    .promotion-banner-cover {
        font-size: 20px;
        padding: 3px 0 3px 0;
    }
    .promotion-banner-cover-code {
        font-size: 21px;
    }
}
@media (max-width: 790px) {
    .promotion-banner-cover {
        font-size: 12px;
    }
    .promotion-banner-cover-code {
        font-size: 13px;
    }
}
.promotion-banner-cover.clickable {
    cursor: pointer !important;
}
/* 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: 800;
	-webkit-perspective: 800;
}

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

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

/* TABLES */
thead{
    color: #FFF;
    /* background-color: #37c0fb; */
    background-color: #40ae49;
}

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

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 #37c0fb !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: 0 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{
    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-dialog.medium-dialog {max-width: 520px;}
.modal.confirm .modal-dialog {margin-top: 10%;}

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

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

.modal .modal-main { max-width: 450px; width:100%; 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%; }

.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 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 #37c0fb !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; }

#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: #37c0fb ;font-weight: 600; }
.modal .modal-main input[type="submit"], .btn-custom-theme { height: 46px; background: #37c0fb; 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: #37c0fb;
    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: #26afea;
    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 .form-group label.btn {
    width: auto !important;
}

#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: 4px 8px;
    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: #40ae49;
    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: #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: 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"]{
    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: 35px;
    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{
    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 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;
}

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

/* 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) {
    .wrapper {
        padding: 10px 0 0 0 !important;
    }

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

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

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

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

@media (max-width: 375px) {
    #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;
    }
}