/*
 https://paletton.com/#uid=74G0S0kzP8In2iZswdqKZ4PUG1O
 */

body{
    margin: 0;
    padding: 0;
    font-family: 'Onest', sans-serif;
    width: 100%;
    padding-bottom: 120px;
    color: #1f1f1f;
    background: #fefefe
}

a{
    text-decoration: none;
    color: #4C2065
}

strong{
    font-weight: bold
}

#header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #090909;
-webkit-box-shadow: 0 18px 24px 0 rgba(0,0,0,.2);
box-shadow: 0 18px 24px 0 rgba(0,0,0,.2);
    border-bottom: 1px solid #310B47;
    padding: 8px;
    position: relative;
    z-index: 10;
}

#headerSearch{
    flex: 0 1 600px;
    align-items: center
}


#headerSearch form {
    display: flex;
    width: 100%;
    align-items: center;
    margin: 0; 
    padding: 0;
}

#headerSearch form input[type=submit]{
    padding: 8px 12px !important;
    font-weight: bold;
    border: 0px; 
    font-size: 1.3em;
    border-radius: 0 8px 8px 0;
    margin: 0 !important;
    border: 1px solid #444;
}


#headerSearch form input[type=text]{
    padding: 8px 12px !important;
    font-size: 1.3em;
    flex: 1 1;
    border-radius: 8px 0 0 8px;
}

#header #logo{
    font-weight: bold;
    font-size: 1.3em;
    color: #fff
}
#header #logo a{
    color: #fff;
    display: flex;
    align-items: center;
}
#header #logo a img{
    margin-right: 8px;
}

#header a{

    color: #fff;
}
#subheader{
    background: #310B47;
    color: #fafafa;
    padding: 8px;
    font-size: .9em;
    display: flex;
    border-top: 1px solid #06000A;
    border-bottom: 1px solid #1E022E;
    -webkit-box-shadow: 0 4px 8px 0 #707070;
box-shadow: 0 4px 8px 0 #707070;
}



#subheader a{
    color: #fafafa;
    font-style: italic;
    margin: 0 8px;
}

.bContent form{
    margin: 24px auto !important;

    display: flex;
    align-content: center;
}

.bContent input, .bContent textarea{
    margin-top: 24px;
}

.bContent textarea{
    height: 250px;
}

.bContent input[type=submit]{
    font-size: 1.2em;
    margin: 24px 0 0 0;
}

.flexContent{
    display: flex;
    max-width: 95vw;
    width: 1600px;
    flex-direction: row-reverse;
    margin: 80px auto;
    justify-content: flex-end;
}

.flex{
    display: flex;
}

.flexCenter{
    align-items: center;
    align-content: center;
}

.flex input{
    margin: 0 4px;
}

table{
    border: 1px solid #eee;
    margin: 8px;
}

table td{
    border: 1px solid #efefef;
    padding: 8px;
}

table th{
    padding: 8px;
}

table tr:nth-child(2n){
    background: #f6f6f6
}

table tr:hover{
    background: #fcfcfc;
}

ul{
    margin: 32px;
}
ul li{
    margin: 16px 0;
}

.bSideBar{
    padding-top: 32px;
    width: 200px;
    margin-right: 24px;
    flex: 0 0 300px;
    max-width: 25vw;
    padding-right: 24px;
    border-right: 1px solid #eee;
    
}
.bSidebar .toolbar, .bSidebar .toolbar{
    flex-direction: column
}

.bSidebar .toolbar a{    
    border-bottom: 1px solid #999;
    padding: 12px;
}


.bContent{
    flex: 1 1;
    padding: 0 32px 32px 32px;
    display: flex;
    flex-direction: column;
}


.bMegaHeader{    
    background: #555;
    padding: 8px;
    margin-top: 0;
    margin-bottom: 120px;
    position: relative;
    border-bottom: 1px solid #333;
    min-height: 15vh;
}

.bMegaHeader h1{
    color: #fafafa;
    text-shadow: 2px 2px 4px #000000;
}

.bMegaContent{
    max-width: 95vw;
    width: 1000px;
    margin: auto;
    position: relative;
    z-index: 10
}

.bMegaText{
    background: rgba(0, 0, 0, .8);
    color: #fafafa;
    padding: 8px;
    border: 1px solid #222;
    border-radius: 4px;
    margin: 24px 0 -60px 0;
    border: 1px solid #5f5f5f;
    border-radius: 8px;
    -webkit-box-shadow: 3px 3px 6px 0 #5E5E5E;
    box-shadow: 3px 3px 6px 0 #5E5E5E;
}

.bMegaText p{
    margin: 16px;
    line-height: 1.2em;
}
.bMegaText p:first-child{
    margin-top: 0
}
.bMegaText p:last-child{
    margin-bottom: 0
}

.bMegaBackground{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .7;
    filter: blur(4px);
    
}

.imageHeader{
    width: 100%;
    margin: 0;
    min-height: 300px;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #c0c0c0;
    -webkit-box-shadow: 4px 4px 4px 0 #A8A8A8;
    box-shadow: 4px 4px 12px 0 #A8A8A8;
}

.imageHeader:before{
    content: '';
    position: absolute;
    top: 0; 
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#110303+0,18172b+100&1+81,0+100 */
    background: linear-gradient(to right,  rgba(17,3,3,.8) 0%,rgba(23,19,35,.8) 81%,rgba(24,23,43,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.imageHeader .headerBackground{
    position: absolute;
    z-index: -2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    margin: 0;
    width: 100%;
    height: 100%;
    filter: blur(12px);
}

.imageHeaderContent{
    width: 61.8%;
    z-index: 3;
    top: 0;
    bottom: 0;
    color: #fafaff;
    padding: 24px;
    padding-right: 48px;
    height: 100%;
    z-index: 5;
    margin: auto;
}
.imageHeaderContent h1{
    margin-right: 120px;
    font-size: 2.8em;
    -webkit-text-fill-color: #fafafa; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #333;
    text-shadow: 1px 1px 2px #555;
}
.imageHeaderContent small{
    color: #cacacf;
}

.imageHeaderContent a{
    color: #AC8EBA
    
}

.imageHeaderTags{
    margin: 16px 0;
}

.imageHeader .headerPrice{
    position: absolute;
    top: 0;
    right: 0;
    padding: 16px;
    background: #4C2065;
    z-index: 3;
    border-radius: 0 0 0 24px;
    border-left: 1px solid #1E022E;
    border-bottom: 1px solid #1E022E;
    color: #f0f0f0;
    font-weight: bold;
    box-shadow:inset 0 0 12px 0 rgba(0,0,0,.3);
}

.imageHeader .headerLandImpact{
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 16px;
    background: #97962A;
    z-index: 3;
    border-radius: 24px 0 0 0;
    border-top: 1px solid #6B6A0C;
    border-left: 1px solid #6B6A0C;
    box-shadow:inset 0 0 12px 0 rgba(0,0,0,.3);
    
}

.imageHeader .headerLandImpact:before{
    content: "Impact: ";
}

.mainListingImage{
    margin: 16px auto;
    width: 600px;
    max-width: 80vw;
}

.productDescription{
    font-size: 1.2em
}
.productDescription p{
    margin: 12px 0;
}

.productImages.lightBox{    
    padding: 4px;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, 260px);
    margin: 12px 0;
    justify-items: center;
    background: #fafafa;
    border: 1px solid #f9f9f9;
    border-radius: 12px;
}


.productImages.lightBox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 300ms all;
    -webkit-box-shadow: 0 0 0 0 #A8A8A8;
    box-shadow: 0 0 0 0 #A8A8A8;
}
.productImages.lightBox img:hover{
    transform: scale(1.05);
    -webkit-box-shadow: 4px 4px 4px 0 #A8A8A8;
box-shadow: 4px 4px 4px 0 #A8A8A8;
}

.productImagesSelector{
    display: flex;
    flex-wrap: wrap;
    
}

.productImagesSelector img{
    flex: 0 0 128px;
    object-fit: cover;
    margin: auto;
}

.productEditItem, .saleReportRow{
    display: flex;
    margin: 16px 0;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    background: #f9f9f9;
    transition: background 200ms;
}

ul.productLines{
    margin: 0 0 0 24px;
    padding: 0;
    list-style: none;
}


.saleReportRow{
    display: block;
}

.productEditItem:nth-child(2n){
    background: #f3f3f3
}

.productEditActive{
    background: #3A8024 !important;
}   

.swiper-slide .productSuggestion{
    width: 300px;
    margin: 0 12px;
}

.mainStoreSearch{
    font-size: 1.3em;
    display: flex;
    align-items: center;
    margin: 16px 0;
}
.mainStoreSearch input[type=text]{
    flex: 1 1;
    font-size: 1.3em;
    margin-right: 16px;
    
}

#productSearchResults{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: auto;
}

.productEditItemDetails{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.productEditSubDetails{
    display: flex;
    font-size: .8em;
    align-items: center;
    justify-content: flex-end;
}
.productEditSubDetails .fa{
    padding: 0 8px;
}

.productEditItem{
    padding: 8px;
    width: 100%;
    display: flex;
    flex-direction: row
}

.productEditItem div{
    margin-left: 1px
}

.productEditItem div button{
    margin: 0 !important
}

.productEditItemName{
    flex: 1 1;
    font-size: 1.3em;
    margin: 8px 0;
}

.productEditItemName[draggable=true]{
        cursor: grab;
}
.productEditItemName[draggable=true]:before{
    font-family: FontAwesome;
    content: '\f047';
    margin-right: 8px;
}

.productEditBody{
    flex: 1 1;
    margin-left: 16px;
}

img.productEditImages{
    width: 128px;
    height: 128px;
    margin: 0 0 0 auto;
    cursor: pointer;
}


#productEditProductLineItems{
    display: flex;
    overflow: scroll;
    flex: 1 1;
}



#overlay{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, .7);
    transition: all 300ms;
}

.productEditTags{
    display: flex;
    margin: 4px;
    border: 1px dashed #ccc;
    border-radius: 4px;
    flex-wrap: wrap;
    align-items: center;
}

.freshTag{
    background: #8AC677 !important;
    animation: splash 1s normal forwards ease-in-out;
    animation-iteration-count: 1;
    box-shadow: 2px 2px 4px 0 #6B6B6B;
}

@keyframes splash {
    from {
        opacity: 0;
        transform: scale(0, 0);
    }
    50% {
        opacity: 1;
        transform: scale(1.1, 1.1);
    }
    to {
        transform: scale(1, 1);
    }
}


.productEditTag, #tagSearchItems .tagItem{
    background: #eee;
    border: 1px solid #bbb;
    border-radius: 4px;
    margin: 4px;
    padding: 4px;
    cursor: pointer;
    transition: all 300ms;
}

.productEditTag:hover, #tagSearchItems .tagItem:hover{
    background: #0000;
    
}

.productEditTag{
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.productEditTags{
    padding: 8px 0;
}

.productEditTagSelect{
    text-transform: capitalize;
    padding: 4px;    
}
.productEditTagSelect a{
    cursor: pointer;
}
.productEditTagSelect a:after{
    content: " [+]";
    display: inline;
}

.productEditTagSelect.noChildren a:after{
    display: none;
}


.productTag{
    display: inline-block;
    margin: 8px;
    padding: 8px;
    background: #eee;
    border: 1px solid #efefef;
    border-radius: 8px;
    color: #202020 !important;
    transition: 500ms all ease, 500ms box-shadow ease
}

.imageHeaderTags .productTag{
    box-shadow: 4px 4px 4px 0 rgba(0,0,0,.8);
}

.productTag:hover{
    background: #fff;
    
}


.imageHeaderTags .productTag:hover{
    box-shadow: 4px 4px 12px 0 rgba(0,0,0,.8);
}
.productTag:before{
    font-family: FontAwesome;
    padding-right: 8px;
    content: '\f02b';
}

#tagSearchItems{
    display: flex;
    flex-wrap: wrap;
}


.dialogForm{
    display: none !important;
}

.xd-body .dialogForm{
    display: block !important;
}

.xd-body-inner iframe{
    border: 1px solid #bbb;
    border-radius: 8px;
    width: 95%;
    margin: 16px auto;
    display: block;
}

.xd-body-inner input[type=text]{
    font-size: 1.4em;
    width: 100%;
    display: block;
    padding: 8px;
}

.modal{
    position: fixed;
    top: 50%;
    left: 50%;
    translate: -50%;
    background: #ccc;
    padding: 8px;
    border: 1px solid #bbb;
    z-index: 1001;
}

.button, input[type=submit], input[type=button]{
    backface-visibility: hidden;
    position: relative;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1d5b0a+0,1b5409+57,20600a+100 */
    background: linear-gradient(135deg,  #1d5b0a 0%,#1b5409 57%,#20600a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    margin: 0 4px;
    border: 0px solid #082100;
    border-width: 0px 0px 4px 0px;
    padding: 10px 20px 10px 20px;
    color: #fff;
    font-size: initial;
    font-weight: 900;
    font-style: normal;
    transition: 150ms all
}


.button:hover, input[type=submit]:hover, input[type=button]:hover{
    transform: scale(105%);
    filter: brightness(115%)
}

.ajaxCheckbox[disabled=true], .ajaxSelect[disabled=true]{
    opacity: .2
}
.bContent .helpButtonContainer{
    display: inline-flex;;
}
.bSideBar .helpButtonContainer{
    display: flex;    
    margin: 4px 0;
}

.helpButtonContainer .button, .helpButtonContainer .purchaseButton{
    flex: 1 1;
    margin: 0;
}
.helpButton{
    cursor: pointer;
    text-align: center;
}

.helpButton:after{
 
    content: '\f059';
    font-family: FontAwesome;       
}

.helpButtonContainer .helpButton{
    flex: 0 1 !important;
    display: flex;
    align-items: center;
    background: #ccc
}
.bSideBar .button, .bSideBar .purchaseButton, .bSideBar input[type=submit], .bSideBar input[type=button]{
    display: flex;
    text-align:center;
    align-items: center;
    flex-wrap: wrap
}

.bSideBar .button small, .bSideBar .purchaseButton small{
    flex: 1 1 100%;
}

input[type=text], input[type=password]{
    border-radius: 8px;
    border: 1px solid #333;
    padding: 4px;
    margin-right: 8px;
}

td textarea{
    width: 300px;
    height: 256px;
    
}

.button > div {
    color: #999;
    font-size: 10px;
    font-weight: initial;
    font-style: normal;
    text-align: center;
    margin: 0px 0px 0px 0px
}
.button > i {
    font-size: 1em;
    border-radius: 0px;
    border: 0px solid transparent;
    border-width: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    position: static
}
.button > .ld {
    font-size: initial
}

button{
    backface-visibility: hidden;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    background: #6E337D;
    border-radius: 0px;
    border: 0px solid #246;
    border-width: 0px 0px 4px 0px;
    margin: 0 4px;
    padding: 4px 8px;
    color: #fff;
    
}

button.delete{
    background: #c00;
    border: 1px solid #e00;
}

.bigButton{
    display: block;
    font-size: 1.3em;
    margin: 16px 0;
    width: 100%
}

input.copypaste{
    color: #333;
}

input.copypaste:before{
    content: 'copy';
}

form.bigForm{
    display: flex;
}
form.bigForm input[type=text]{
    margin: 8px;
    display: block;
    font-size: 1.3em;
    flex: 1 1;
}

form.flex{
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

form.ajax{
    position: relative.
}

.ajaxSubmitting{
    filter: brightness(50%) saturate(0%);
    pointer-events: none;    
    user-select: none;
}

form.ajaxSubmitting:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0; 
    right: 0;
    background: rgba(0, 0, 0, .3);
    
}

form.inline{
    display: flex;
    flex-direction: row;    
    margin: 4px 4px 4px auto !important
}

form.inline input, form.inline button{
    margin: 0 !important;
    font-size: .8em !important;
}

form.inline input[type=text]{
    flex: 1 1;
    margin-right: 4px !important
}


#productSearchResults form{
    width: 100%;
    flex-direction: row;
}


#productSearchResults form input{
    margin: 8px !important;
}

.purchaseButton{
    backface-visibility: hidden;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    background: #BDAB49;
    border-radius: 0px;
    border: 0px solid #246;
    border-width: 0px 0px 4px 0px;
    padding: 10px 20px 10px 20px;
    color: #fff;
    font-size: initial;
    font-weight: 900;
    font-style: normal;
    margin: 8px 0;
    transition: 100ms all;
    display: flex;
    align-items: center;
    align-content: center
}

.purchaseButton a{
    color: #fff !important;
}

.purchaseButton small{
    opacity: .8;
    font-weight: normal;
}
.purchaseButton:hover, .inWorldRezLink:hover{
    transform: translate(0, -2px);
    filter: brightness(115%)
}
.purchaseButton small{
    display: block;
}

.purchaseButton:before{
    font-family: FontAwesome;
    content: '\f07a';
    margin-right: 8px;
    opacity: .6;
    float: left;
    font-size: 2em;
}

.inWorldRezLink:before{    
    font-family: FontAwesome;
    content: '\f0d0';
    margin-right: 8px;
    opacity: .6;
    font-size: 2em;
}


.inWorldRezLink small{
    display: block
}

.demoDeliverLink:before{    
    font-family: FontAwesome;
    content: '\f0d0';
    margin-right: 8px;
    opacity: .6;
    font-size: 2em;
}


.demoDeliverLink small{
    display: block
}

.productPurchaseOptions{
    list-style: none;
    margin: 16px 0;
    padding: 0
}

.productPurchaseOptions li{
    margin: 4px 0;
}

nav .drop-down {
  list-style: none; 
  overflow: hidden; /* When ul height is reduced, ensure overflowing li are not shown */
  /*height: 172px; /* 172px = (38 (li) + 5 (li border)) * 4 (number of li) */
  height: auto;
  background-color: #34495e;
  font-family: Arial;
  width: 200px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  -webkit-transition: height 0.3s ease;
          transition: height 0.3s ease;
}

nav .drop-down li a:hover{
    filter: brightness(150%)
}

nav .drop-down.closed {
  /*  When toggled via jQuery this class will reduce the height of the ul which inconjuction
      with overflow: hidden set on the ul will hide all list items apart from the first */
  /* current li height 38px + 5px border */
  height: 43px;
}

nav .drop-down li {
  border-bottom: 5px solid #2c3e50;
}

nav .drop-down li a {
  display: block;
  color: #ecf0f1;
  text-decoration: none;
  padding: 10px; /* Larger touch target area */
}

nav .drop-down li:first-child a:after {
  content: "\25BC";
  float: right;
  margin-left: -30px; /* Excessive -margin to bring link text back to center */
  margin-right: 5px;
}


/* (A) LIST STYLES */
.slist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.slist li {
  margin: 1px;
  padding: 8px;
  border: 1px solid #dfdfdf;
  background: #f5f5f5;
  transition: 300ms all;
}

/* (B) DRAG-AND-DROP HINT */
.slist li.hint {
  border: 1px solid #ffc49a;
  background: #feffb4;
}
.slist li.active, .productLineEntryAddDrop.active {
  border: 1px solid #ffa5a5;
  background: #ffe7e7;
}

.productEditItemImages{
    display: none;
    flex-wrap: wrap;
    margin-top: 8px !important;    
}

.productEditItemImageEditor{
    display: flex;
    flex-wrap: wrap;
}


.productEditImageDropZone {
  border: 2px dashed #ccc;
  border-radius: 20px;
  font-family: sans-serif;
  margin: 0 0 0 auto !important;
  padding: 8px;
  display: flex;
  align-items: flex-end;
}

.productEditImageDropZone form{
  margin: 0;
  display: flex;
  align-content: flex-end   
}
.productEditImageDropZone.highlight {
  border-color: purple;
}

.productEditorImage{
    position: relative;
}


.productEditorImage .deleteIcon{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    padding: 4px 8px;
    margin: 4px;
    cursor: pointer;
    border-radius: 0 0 0 8px;
    background: #fff;
    border: 1px solid #eee;
}

.productEditorImage .deleteIcon:before{
    font-family: FontAwesome;
    content: '\f1f8';
}

.productLineEntry{    
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 8px;
    margin: 8px;
    flex: 1 0 200px;
    background: #eee;
    
}

.productLineEntryAddDrop{
    border: 1px dashed #0c0;
    padding: 8px;
    margin: 4px;
    min-height: 20px;
    position: relative;
    transition: 300ms all;
    flex: 0 0 120px;
}

.productLineEntryAddDrop:after{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: .8em;
    color: #555;
    transform: translate(-50%, -50%);
    content: 'Drop Products To Add'
}

.helperDialog{
    cursor: pointer;
}

.helperDialog:after{
    float: right;
    content: '\f05a';
    font-family: FontAwesome;
}

.toolbar{
    font-size: 1.3em;    
    display: flex;
    justify-content: flex-start
}

.toolbar a, .toolbar .fa{
    display: inline-block;
    background: #eee;
    padding: 8px;
    margin: 0 4px;
    transition: 300ms all;
    cursor: pointer
}

.toolbar a:hover{
    background: #fcfcfc;
}


.dialogEditor{
    width: 800px;
    max-width: 90vw;
    height: 300px;
}

.toast{
    position: fixed;
    bottom: 100px;
    margin: 0 auto;
    padding: 16px;
    background: #ccc;
    -webkit-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
    border: 1px solid #bbb;
    border-left: 3px solid #1D5B0A;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 655350;
    font-size: 1.8em;
    opacity:1;
    transition: opacity 1s; 
    animation: slide-up 500ms ease;
    
    -webkit-box-shadow: 2px 2px 10px 0 rgba(0,0,0,.2);
    box-shadow: 2px 2px 10px 0 rgba(0,0,0,.2);
}

@keyframes slide-up {
    0% {
        opacity: 0;
    transform: translate(-50%, 200%);
    }
    100% {
        opacity: 1;
    transform: translate(-50%, 0);
    }
}

.toastHide{
    animation: slide-out 500ms ease
}

@keyframes slide-out{
    0%{
        opacity: 1;
        transform: translate(-50%, 0);
    }
    100%{
        opacity: 0;
        transform: translate(-50%, -50%);
    }
}

.searchTagToggle{
    padding: 8px;
    font-weight: bold;
    background: #ccc;
    border: 1px solid #bbb;
    margin: 8px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.bSideBar .tagCategories{
    display: flex;
    flex-direction: column;
}

.bSideBar .tagCategories a{
    padding: 8px 16px;
    border: 1px solid #eee;
    border-bottom: 0;
    font-size: 1.1em;
    font-weight: medium;
    transition: all 300ms;
}
.bSideBar .tagCategories a:hover{
    background: #fafafa;
    padding-left: 24px;
}

.bSideBar .tagCategories h3{
    text-align: center;
    background: #e6e6e6;
    margin: 0;
    padding: 16px;
    border-radius: 8px 8px 0 0;
    color: #333
}
.bSideBar .tagCategories a:last-child{
    border-bottom: 1px solid #eee;
}

#searchQueryRelevantTags{
    display: flex;
    flex-direction: column;
}

.swiper-button-next, .swiper-button-prev, .swiper-button-next, .swiper-button-prev{
    background: #333;
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 8px 24px;
    font-size: .8em !important;
    -webkit-box-shadow: 3px 3px 6px 0 #707070;
    box-shadow: 3px 3px 6px 0 #707070;
    transform: scale(.7)
}


.switch-toggle {
   display: flex;
   justify-content: space-between;
   background: #fafafa;
   margin: 4px 0;
   border-radius: 12px;
   border: 1px solid #ececec;
   text-transform: capitalize;
   font-size: .8em;
}

.tagToggleName{
    flex: 1 1;
    text-align: center;
    border-radius: 4px;

}
.switch-toggle input {
  position: absolute;
  opacity: 0;
}
.switch-toggle input + label {
  padding: 8px;
  cursor: pointer;
  transition: 300ms all
}


.switch-toggle .tagToggleName + label{
    font-size: 1.2em;
    font-weight: bold;
    background: #eee
}

.switch-toggle .tagIncluded:checked + label{
    background: #1e1;
    border-radius: 12px 0 0 12px;
}

.switch-toggle .tagExcluded:checked + label{
    background: #ee1111;
    border-radius: 0 12px 12px 0;
}

.warning{
    padding: 8px;
    font-weight: bold;
    background: #aa3333;
    color: #fff;
    border: 1px solid #991111;
    border-radius: 4px;
}

.lightbox img{
    cursor: pointer
}

.lightboxMain{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 65500;
}

.lightboxMainIMG{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 90vh;
    max-width: 95vw;
}

.lightboxNPButton{
    display: inline-block;
    width: 48px;
    height: 48px;    
    position: absolute;
    top: 50%;
    background: #f0f;
    padding: 8px;
    
}

.lightboxNPButton.next{
    right: 16px;
}



.suggestions{
    margin: 36px auto;    
    position: relative;
    padding: 36px 16px;
}

.suggestions:after{
    content: '';
    position: absolute;
    right: 36px;
    left: 36px;
    bottom: 0;
    background: #c0c0c0;
    height: 3px;
    border-radius: 3px
}

.suggestions:nth-child(2n):after{
    background: #e0e0e0;
}


.swiper{
    border-radius: 12px;
    margin-bottom: 24px;
    
}


.productCarouselSwiper{
    width: 70vw;
    margin: auto;
}


.productSuggestionWrapper{
    width: 234px;
    height: 234px;
    display: block;
    background: linear-gradient(135deg,  #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */


}
.productSuggestion{
    width: 234px;
    position: relative;
    display: flex;
    flex-direction: column;
    border: 1px solid #f0f0f0;
    margin: 24px auto;
    border-radius: 8px;
    text-align: center;
    padding: 4px;
    background: #f9f9f9;
    box-shadow: 0 0 0 0 #efefef;
    transition: box-shadow 100ms
}
.productSuggestionList + a{
    margin-top: 24px;
    padding: 16px;
    float: right;
}

.productSuggestion img{
    width: 99%;
    object-fit: cover;
    margin: 2px;
    border: 1px solid #aaa;
    transition: 200ms all;
    box-shadow: 2px 2px 8px 0 rgba(127,128,127,.1);
    border-radius: 8px;
    height: 234px;
}


.productSuggestion:hover{
    box-shadow: 4px 4px 4px 0 #efefef;   
}
.productSuggestion:hover img{
    transform: scale(1.02);
}

.productSuggestion .suggestionOptions{
    margin-top: auto;
    padding: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: .8;
    font-size: .8em;
}

.suggestionName{
    font-weight: bold;
    margin-top: 12px;
}

.productGrid{
    display: flex; 
    flex-wrap: wrap;
}

.suggestionPrice{
    display: block;
    text-align: right;
    font-weight: normal;
}

.hide{
    display: none;
}


.tabContainer {
  max-width: 800px;
  margin: 0 auto;
}

.tabNav ul {
  list-style: none;
  padding: 0;

}

.tabNav ul li {
    display: inline-flex;

}

.tabNav ul li a {
      text-decoration: none;
      color: darkgray;
      padding: 10px;
      transition: all .3s ease-in-out;
      border-bottom: 1px solid transparent;
    }
.tabNav .active a { 
  color: slateblue; 
  border-bottom: 1px solid slateblue;
  &:hover {
    border-color: transparent;
    background: slateblue;
    color: white;
  }
}

.tabNav .active a:hover{
    border-color: transparent;
    background: #310B47;
    color: white;
    
}

.tabPane { 
  display: none;
}

.tabPane.active { 
  display: block; 
}

ul.specs{
    margin: 0 0 24px 0;
    padding: 0;
    list-style: none;
}

ul.specs li{
    margin: 8px; 0;
}

a.iconLink{
    display: flex;
    align-items: center;
}

a.iconLink img{
    margin-right: 4px;
}

.pagination{
    display: flex;
    justify-content: space-between;
    padding: 8px;
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid #f6f6f6;
    flex-basis: 100%;
    order: 9999999;
      
}

.pagination a{
    font-size: 1.4em;
    padding: 8px;
    backface-visibility: hidden;
    position: relative;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    background: #459b3c;
    border-radius: 0px;
    border: 0px solid #246;
    border-width: 0px 0px 4px 0px;
    padding: 10px 20px 10px 20px;
    color: #fff;
    font-weight: 900;
    font-style: normal;
    flex: 1 1;
    margin: 8px;
    text-align: center
}

#bottomToolbar{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ddd;
    border-top: 1px solid #ccc;
    padding: 8px;
    z-index: 1005;
    transform: translateX(98%);
    transition: all 300ms;
    transition-timing-function: ease-in-out;
    min-height: 158px;
}

#bottomToolbar.visible{

    transform: translateX(0);
}


#bottomToolbar:before{
    position: absolute;
    background: #555;
    content: "TOOLBAR";
    padding: 16px;
    border-radius: 16px 16px 0 0;
    transform: rotate(-90deg) translateX(-50%) translateY(-170%);
    background: #1E022E;
    color: #fafafa;
    font-weight: bold;
    z-index: 1004;
}

#bottomToolbar:after{
    content: 'close';
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 8px;
    font-weight: bold;
    background: #ddd;
    transform: translateY(-100%);
}

#productEditTagQuickSelect:before{
    font-family: FontAwesome;
    content: '\f02c';
}
#productEditTagQuickSelect{
    display: flex;
    overflow: scroll;
    align-items: center;
    padding-bottom: 12px;
}

.flexyIcons{
    display: flex;
    justify-content: space-between;
}

.flexyCharts{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 48px;
}

.flexyCharts .chartContainer{
    flex: 0 0 600px;
    margin: 8px;
    padding: 8px;
    border: 1px solid #eee;
    border-radius: 8px;
}

ul.chartStats{
    list-style: none;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin: 8px;
}
ul.chartStats li{
    margin: 0 8px;
    font-style: italic;
    whitespace: nobreak;
    font-size: .8em;
}

.grid{
    display: grid
}

.double{
    grid-template-columns: 1fr 1fr;
}

.zonePicker{
    position: relative;
}
.zonePicker img{
    user-select: none;   
    width: 256px;
    height: 256px;
}

.zoneDragRegion{
    background: rgba(10, 180, 10, .7);
    border: 1px solid rgb(10, 180, 10);
    position: absolute;
}

@media screen and (max-width: 1070px){
    .flexContent{
        width: 100% !important;        
        display: flex;
        flex-direction: column;
        margin: 0;
    }
    
    #header{
        flex-direction: row;
    }
    
    #logo{
        display: none;
    }
    
    #headerSearch{
        flex: 1 1
    }
    
    .flexContent{
        margin: 24px auto
    }
    
    .fcTopBar .bContent{
        order: 1
    }

    .fcTopBar .productPurchaseOptions{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .fcTopBar .productPurchaseOptions li{
        margin: 8px !important;
    }
    
    #logo{
        display: none;
    }
    
    #header{
        flex-direction: column
    }
    
    #headerUser{
        margin-top: 8px
    }
    
    form{
        width: auto !important;
        max-width: 95vw;
        margin: 32px auto;
    }
    
    .flexyCharts .chartContainer{
        flex: 1 1 90%;
    }
    
    .bSideBar{
        width: 100%;
        margin: 32px 0;
        max-width: 100vw
    }
    
    .productSuggestionWrapper, .productSuggestion{
        width: 120px;
        height: auto;
        min-height: 120px;
        margin: 6px;
    }
     .productSuggestion img{
         width: 114px;
         height: 114px;
     }
     
     .productImages.lightBox img{
         width: 100%;
         height: 100%;
         
     }
     
     .productImages.lightBox{
         display: flex;
         flex-wrap: wrap;
     }

}

.dropdown {
  position: absolute;
  width: 250px;
  -webkit-box-shadow: 3px 3px 9px 0 rgba(0,0,0,.5);
  box-shadow: 3px 3px 9px 0 rgba(0,0,0,.5);
  border-radius: 8px;
  margin-top: 0.3rem;
  background: white;
  visibility: hidden;
  opacity: 0;
  transform: translateY(0.5rem);
  transition: all 0.1s cubic-bezier(0.16, 1, 0.5, 1);
  display: flex;
  flex-direction: column;
  padding: 16px;
  z-index: 5000;
}

.dropdown a {
  display: flex;
  align-items: center;
  padding: 0.8rem 1rem;
  text-decoration: none;
  transition: 300ms all;
  cursor: pointer
}

.dropdown a:hover {
  color: #3A8024;
  background: #f9f9f9
}

.show {
  visibility: visible;
  opacity: 1;
  transition: 300ms all;
  transform: translateY(.1rem);
}

.dropdownContainer{
    display: flex;
    justify-content: flex-end;
}

.dropdownContainer button.arrow:after {
  transform: rotate(180deg);
  transition: 0.9s ease;
}

.dropdownContainer button:after{
    content: '\f077';
    font-family: FontAwesome;
}

.dropdown button:after{
    content: '';
    display: block;
}


.multiMenu{
    font-size: 1.4em;
    
}

.multiMenu a.subMenu:after{
    font-family: FontAwesome;
    float: right;
    content: '\f067';
}

.multiMenu a:first-child{
    border-radius: 8px 8px 0 0;
    border-top: 1px solid #ccc;
}

.multiMenu a:last-child{
    border-radius: 0 0 8px 8px ;
    border-bottom: 1px solid #ccc;
}

.multiMenu a{
    display: block;
    padding: 8px 24px;
    background: #f0f0f0;
    transition: 300ms all;
    border-left: 1px solid #ccc;    
    border-right: 1px solid #ccc;
}

.multiMenu a:hover{
    background: #f9f9f9;
}

.multiMenu a.selected{
    font-weight: bold;
    background: #3A8024;
    color: #fff
    
}
.multiMenu ul{
    margin: 0 0 0 12px;
    list-style: none;
    height: 0;
    display: none;
    overflow: hidden;
    transition: 300ms all
}
.multiMenu ul a{
    border-top: 0 !important;
    border-left: 0 !important;
    border-bottom: 0 !important;
}
.multiMenu ul.active{
    height: auto;
    display: block;
}

.multiMenu li{
    margin: 0;
}

.multiMenu ul a, .multiMenu .subMenu a{
    border-radius: 0px !important
}


#customerHistoryItems{
    font-size: .8em;
    padding: 12px;
    display: flex;
    flex-direction: column;
}

.merchantProductMenu:before, .residentActionMenu:before{
    content: ' \f0c9';
    font-family: FontAwesome;
    margin-right: 8px;
    cursor: pointer;
}

.landingContent{
    padding: 64px 0;
    
}

.landingContent:nth-child(2n){
    background: #f0f0f0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #d0d0d0;
}

.landingContent .bContent{
    width: 900px;
    margin: 0px auto;
}

.landingContent .flexTips{
    display: flex;
    margin: 32px 0
}

.landingContent .flexTips .flexTipItem{
    flex: 1 1;
    padding: 0 16px;
    margin: 0 16px;
    border-left: 4px solid #082100;
}

.newBadge{
    background: #4C2065;
    padding: 4px;
    border-radius: 8px;
    color: #fff;
}

[draggable=true]{
    cursor: grab
}

.statIncrease{
    color: #1D5B0A
}

.statDecrease{
    color: #660B18
}
