#lpmb-stats-table-wrapper {
    margin-top: 50px;
}

#lpmb-stats-controller-wrapper {
    margin-top: 25px;
    text-align: center;
}

#lpmb-stats-controller-wrapper input {
    margin-right: 2em;
}

.lpmb-stats-table {
    table-layout: fixed;
}

.lpmb-stats-table-total td {
    border-top: 2px solid;
}

.lpmb-stats-table-head th {
    border-top: none;
}

#lpmb-stats-loader {
    text-align: center;
}



.lds-ellipsis
{
    position: relative;

    display: inline-block;

    width: 80px;
    height: 80px;
}
.lds-ellipsis div
{
    position: absolute;
    top: 33px;

    width: 13px;
    height: 13px;

    animation-timing-function: cubic-bezier(0, 1, 1, 0);

    border-radius: 50%;
    background: #fff;
}
.lds-ellipsis div:nth-child(1)
{
    left: 8px;

    animation: lds-ellipsis1 .6s infinite;
}
.lds-ellipsis div:nth-child(2)
{
    left: 8px;

    animation: lds-ellipsis2 .6s infinite;
}
.lds-ellipsis div:nth-child(3)
{
    left: 32px;

    animation: lds-ellipsis2 .6s infinite;
}
.lds-ellipsis div:nth-child(4)
{
    left: 56px;

    animation: lds-ellipsis3 .6s infinite;
}
@keyframes lds-ellipsis1
{
    0%
    {
        transform: scale(0);
    }
    100%
    {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3
{
    0%
    {
        transform: scale(1);
    }
    100%
    {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2
{
    0%
    {
        transform: translate(0, 0);
    }
    100%
    {
        transform: translate(24px, 0);
    }
}


.lpmb-container
{
    display:         flex;
    display: -webkit-flex;
    flex-direction: row;

    min-height: 400px;

    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: flex-start;
}

.lpmb-container:after
{
    display: block;

    content: ' invisible node ';

    flex: 999 999 auto;
}

.lpmb-current
{
    background-color: #1ebbf0;
}

#lpmb-drag-area
{
    position: absolute;
    /*z-index: 2;*/
    right: 0;
    left: 0;
display: none;
    height: 100%;
}

.lpmb-gallery-item
{
    user-select: none;
}

.lpmb-item-2
{
    margin: 6px;

    flex: 100 100 auto;
    break-inside: avoid;
}

.lpmb-has-sub-assets figure:after
{
    content: "\f5fd";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;

/*
    font-size: 25px;
    font-size: 2em;
*/
    position: absolute;
    top: 1%;
    left: 1%;

    display: block;

    /*content: '\0274F';*/

    color: #000;
}

.lpmb-wrapper
{
    /*padding-top: 40px;*/
}

/*@media (max-width: 1200px)
{
    .lpmb-wrapper
    {
           -moz-column-count: 4;
        -webkit-column-count: 4;
                column-count: 4;
    }
}
@media (max-width: 1000px)
{
    .lpmb-wrapper
    {
           -moz-column-count: 3;
        -webkit-column-count: 3;
                column-count: 3;
    }
}*/

/*@media (max-width: 400px)
{
    .lpmb-wrapper
    {
           -moz-column-count: 1;
        -webkit-column-count: 1;
                column-count: 1;
    }
}*/

.lpmb-wrapper:after
{
    display: table;
    clear: both;

    content: '';
}

.lpmb-item
{
    /*display: inline-block;*/
    /*position: relative;*/
    /*float: left;*/
    width: 100%;
}

.lpmb-item:after
{
    /*
    display: block;

    padding-bottom: 100%;

    content: '';
    */
}

.lpmb-content img
{
    /*width: 100%;
    height: auto;*/
}

.lpmb-content p
{
    /*display: none;*/
    overflow: hidden;

    width: 100%;

    text-overflow: ellipsis;
}

.lpmb-content a
{
    display: block;

    text-decoration: none;
}

.lpmb-content
{
    /*position: absolute;*/ overflow: hidden;

    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px;

    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lpmb-item-info
{
    /*
    font-size: .7em;
    line-height: normal;

    overflow: hidden;

    padding: 10px;

    text-align: left;
    text-overflow: ellipsis;
    */
}

/*
[class^='lpmb-item'] a,
[class*='lpmb-item'] a
{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
*/

[class^='lpmb-content'] figure
{
    position: relative;
}

[class^='lpmb-content'] figcaption
{
    font-size: smaller;
    line-height: normal;

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: flex;
    overflow: hidden;
    flex-direction: column;

    padding: 25px;

    -webkit-transition: all .35s ease;
       -moz-transition: all .35s ease;
            transition: all .35s ease;
    white-space: normal;
    text-overflow: ellipsis;
    word-break: break-all;

    opacity: 0;
    background-color: rgba( 255, 255, 255, .9 );

    justify-content: space-between;
}

[class^='lpmb-content']:hover figcaption
{
    opacity: 1;
}

[class^='lpmb-content'] figcaption span
{
    overflow: hidden;

    text-overflow: ellipsis;
}

.lpmb-item-type
{
    padding: 10px;

    border: 1px solid black;
}

#lpmb-item h1
{
    padding-bottom: .25em;

    border-bottom: 3px solid black;
}

.lpmb-item-header
{
    font-size: smaller;

    margin-bottom: 1em;
}

.lpmb-item-preview {
        position: relative;
}

.lpmb-item-preview img
{
    width: 100%;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.lpmb-item-preview-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
}

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.lpmb-item-info .lpmb-item-info-key
{
    font-weight: bold;
}

.lpmb-item-info-list
{
    margin: 0 !important;

    /*list-style: none inside !important;*/
}

.lpmb-item-actions
{
    margin-bottom: 20px;
    /*text-align: center;*/
}

div.lpmb-tab-container
{
    display: none;
}

#lpmb-sortable
{
    max-width: 550px;
}

#lpmb-sortable li
{
    padding: 5px;

    cursor: grab;

    border: 1px solid #49494a;
    border-radius: 3px;
    background-color: #e6e6e6;
}

#lpmb-sortable li:active
{
    cursor: grabbing;
}

.lpmb-cart-message
{
    border-left: 4px solid #00b327;
    padding: 0 0 0 1em;
        /*display: inline-block;*/
        margin-top:50px;
        margin-bottom:50px;


}

.lpmb-item-message {
    border-left: 4px solid #00b327;
    padding: 0 0 0 1em;
    margin-bottom: 25px;
}

.lpmb-alert
{
/*
    font-size: 1em;

    position: relative;

    display: block;
    overflow: hidden;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 0 0;
    padding: 1em 1em 1em 4em;

    opacity: 1;
    color: #fff;
    border: 1px solid transparent;
    border-color: transparent;
    background-color: #ff7877;
    */
    border-color: #b54343;
}

.lpmb-info
{
    /* font-size: 1em;

    position: relative;

    display: block;
    overflow: hidden;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 0 0;
    padding: 1em 1em 1em 4em;

    opacity: 1;
    color: #fff;
    border: 1px solid transparent;
    border-color: transparent;
    background-color: #77b4ff; */
    border-color: #4bb543;
}

.lpmb-info a
{
    /*color: white;*/
}

.lpmb-download-links
{
    /*max-width: 50%;
    margin: auto;
    padding: 1em;

    background-color: white;*/
}

.lpmb-download-links a
{
    /*color: #000;*/
}



.lpmb-cart-count
{
    position: fixed;
    z-index: 10;
    right: 0;
    bottom: 0;

    display: none;

    width: 160px;
    height: 160px;

    cursor: pointer;
    transition: background-color .15s;

    color: #fff;
    background-color: #1ebbf0;
}




.lpmb-cart-count.fixed
{
    position: fixed;
}

.lpmb-cart-count.visible
{
    display: block;
}

.lpmb-cart-count-wrap
{
    position: absolute;
    top: 50%;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}

.lpmb-cart-count .lpmb-number
{
    font-size: 54px;
    font-size: 3.17647059rem;
    line-height: 54px;

    display: block;
}

.lpmb-cart-icon {

}

.lpmb-cart-icon::after {
    content: "\f07b";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.lpmb-cart-count:hover .lpmb-cart-icon::after {
    content: "\f07c";
}

.lpmb-removed
{
    opacity: .5;
}

.lpmb-cart
{
    color: #fff;
    background: rgba(0, 0, 0, .95) !important;
}

.lpmb-cart .featherlight-close-icon
{
    line-height: 35px;

    position: absolute;
    z-index: 9999;
    top: 1%;
    right: 10%;

    width: 35px;
    padding: 0;

    cursor: pointer;
    text-align: center;

    color: #000;
    border: 0;
    /* font-family: Arial,sans-serif; */
    background: #fff;
    background: rgb(255, 255, 255);
}

.lpmb-cart .featherlight-content
{
    width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 40px 0;

    cursor: auto;
    text-align: center;
    white-space: normal;

    border-bottom: none;
    background: transparent;
}

.lpmb-cart .featherlight-inner
{
    width: 70%;
    margin-top: 50px;
    margin-right: auto;
    margin-bottom: 50px;
    /*margin: 0 3.5%;
    width: 93%;*/
    margin-left: auto;

    background-color: transparent !important;
}

.lpmb-cart ul
{
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -6.25px;

    text-align: center;
}

.lpmb-cart-item
{
    position: relative;

    float: left;

    box-sizing: border-box;
    width: 25%;
    margin-top: 0;
    margin-bottom: 25px;
    padding-left: 12.5px;

    background: none;
}

.lpmb-cart-item img
{
    max-width: 100%;
}

.lpmb-gallery-list
{
    margin: 0 0 0 -45px !important;
    padding: 0;

    list-style: none !important;
}

.lpmb-gallery-list.lpmb-list-view {
    margin: 0 0 0 0 !important;
}

.lpmb-gallery-list:after
{
    display: table;
    clear: both;

    content: ' ';
}

.lpmb-gallery-options {
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    margin-bottom: 30px;
    padding: 10px;
}

.lpmb-toggle-list-view {
    cursor: pointer;
}

.lpmb-gallery-item
{
    position: relative;

    float: left;

    box-sizing: border-box;
    width: 20%;
    margin-top: 0;
    margin-bottom: 45px;
    padding-left: 45px;

    background: none;
    /*background-color: darkgoldenrod;*/
}


.lpmb-list-view .lpmb-gallery-item {
    float: left;
    height: 100px;
    width: 100%;
    border-bottom: 1px solid lightgray;
    padding-bottom: 15px;
    box-sizing: content-box;
    padding-left: 0;
}

.lpmb-list-view .lpmb-gallery-item figure {
    float: left;
    overflow: inherit;
    max-width: none;
    height: auto;
    margin: 0;
    margin-bottom: 0;
    padding-top: 0;

}

.lpmb-list-view .lpmb-gallery-item figure img {
    position: relative;
    top: inherit;
    left: inherit;
    max-height: 100px;
    transform: none;
}

.lpmb-list-view .lpmb-gallery-item .lpmb-item-name {
    line-height: 100px;
    padding-left: 15px;
    padding-top: 0;
    padding-bottom: 0;
    width: auto;
}

.lpmb-list-view .lpmb-gallery-item .lpmb-add-to-cart-button {
    position: relative;
    float: right;
    width: 50px;
    margin-top: 25px;
    padding-top: 50px;

}



.lpmb-gallery-item:nth-child(5n+1)
{
    clear: left;
    /*background-color: pink !important;*/
}

.lpmb-gallery-item figure
{
    position: relative;

    overflow: display;

    max-width: none;
    height: 0;
    margin: 0;
    margin-bottom: .5em;
    padding-top: 129.03225806%;

    /*background-color: #fff;*/
}

.lpmb-gallery-item figure img
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    max-width: 100%;
    max-height: 100%;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}





.lpmb-item-name
{
    font-size: .75em;
    line-height: 24px;

    display: block;
    /*background-color: red;*/
    float: left;
    overflow: hidden;

    width: 74%;
    margin-right: 1%;
    padding: 15px 0;

    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lpmb-item-name a
{
    text-decoration: none;
}

.lpmb-add-to-cart-button
{
    position: relative;

    float: right;

    box-sizing: content-box;
    width: 23%;
    /*margin-top: 15px;*/
    padding-top: 23%;

    cursor: pointer;

    border: 1px solid; /* #cdcdcd;*/
    background-color: #fff;
}

.lpmb-add-to-cart-button.lpmb-disabled {
    opacity: 0.25;
}

.lpmb-item-actions .lpmb-add-to-cart-button
{
    width: 51px;
    height: 51px;
    padding-top: 0;
}

.lpmb-cart-header h1
{
    color: #fff;
}

.lpmb-cart-header h1 span
{
    font-size: xx-small;

    cursor: pointer;
}

.lpmb-cart-action
{
    margin-right: 50px;

    cursor: pointer;
    text-decoration: underline;
}

.lpmb-cart-actions
{
    margin-bottom: 30px;
}

.lpmb-share-button::before {
    content: "\f14d";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 0.5em;

}

.lpmb-create-link-button::before {
    content: "\f0c1";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 0.5em;

}

.lpmb-download-button, .lpmb-share-button
{
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;

    cursor: pointer;
}

.lpmb-download-button::before {
    content: "\f019";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 0.5em;

}

.lpmb-download-button:first-of-type
{
    margin-left: 0;
}

.lpmb-download-button:last-of-type
{
    margin-right: 0 ;
}


.lpmb-cropper-tools-wrapper .button {
    cursor: pointer;
}

.lpmb-crop-button {
    margin-top: 10px;
}

.lpmb-crop-button::before {
    content: "\f125";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 0.5em;

}

.lpmb-crop-ratio-button.active {
    filter: brightness(150%);
}

.lpmb-cropper-tools {
    /*display: none;*/
    visibility: hidden;
    opacity: 0;
    float: right;
    transition: visibility 0.5s, opacity 0.5s linear;
}

.lpmb-visible {
    visibility: visible;
    opacity: 1;
}

.lpmb-crop-ratio-button {
    margin-top: 10px;
    margin-right: 10px;
}

.lpmb-crop-ratio-button:last-of-type {

    margin-right: 0px;
}


.lpmb-cropped figure::before {
    content: "\f125";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    /* margin-right: 0.5em; */
    position: absolute;
    top: 0;
    left: 0;
    line-height: normal;
    z-index: 2;
}

.lpmb-cart-cropped {
    color: rgba(255,255,255,0.5);
    font-size: 0.75em;
    text-align: left;
    padding-left: 5px;
        line-height: 3em;
}

.lpmb-cart-cropped i {
    margin-right: 5px;
}

.lpmb-img-preview-wrapper img {
    display: block;
}

.lpmb-download-options-help
{
    display: inline-block;
    margin-left: 5px;
}

.lpmb-download-options-help i {
    cursor: pointer;
}

.lpmb-download-options-description h3, .lpmb-download-options-description div {
    margin-bottom: 1em;
}

.lpmb-add-to-cart-button.in-cart
{
    background-color: black !important;
}

.lpmb-add-to-cart-button.in-cart:after
{
    font-size: 25px;
    font-size: 1.47058824rem;

    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    /*content: '\2713';*/
    font-family: 'Font Awesome 5 Free';
    content: '\f00c';
    font-weight: bold;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    color: #fff;
}

.lpmb-add-to-cart-button.in-cart.multiple:after {
    /*content: '\f560';*/
    content: '\f125';

}

.lpmb-navigation
{
    margin-top: 40px;
    /*margin-bottom: 50px;*/

    text-align: center;
}

.lpmb-nav-button
{
    line-height: normal;
}

.lpmb-nav-button:not(button)
{
    text-decoration: underline !important;
}

.lpmb-sub-category-nav
{
    display: inline;
    visibility: visible;
    /*min-height: 20px;*/

    margin-top: 15px;
    margin-bottom: 15px;

    transition: all 1s linear;

    opacity: 1;
}

.lpmb-parent
{
    text-decoration: none;
}

.lpmb-parent-active
{
    transition: all 1s linear;

    background: #fc3e4d;
}

.lpmb-parent-active:after
{
    position: relative !important;

    display: inline !important;

    margin-left: .5em !important;

    content: '\02716' !important;
}

.lpmb-button-navigation
{
    margin: 0 !important;
}

.lpmb-button-navigation ul,
.lpmb-sub-category-nav ul
{
    margin: 0;

    list-style: none;
    list-style-type: none;
}

.lpmb-button-navigation
{
    min-height: 20px;

    list-style-type: none !important;
    /*visibility: visible;*/

    transition: all 1s linear;

    opacity: 1;
}

.lpmb-button-navigation li
{
    line-height: 60px;
    /*
    display: inline;
    margin-right: 15px;
    line-height: 75px;
    */

    display: inline;

    min-height: 20px;

    transition: all 1s linear;
}

.lpmb-button-navigation li a,
.lpmb-button-navigation li button
{
    margin-right: 7.5px;
    margin-left: 7.5px;
}

.lpmb-button-navigation li:last-child
{
    /*margin-right: 0;*/
}

.lpmb-inactive
{
    position: absolute;

    overflow: hidden;
    clip: rect(0 0 0 0);width: 1px;
    height: 1px;
    margin: -1px; padding: 0;

    transition: all 1s linear;

    opacity: 0;border: 0;
}

.lpmb-search-wrapper
{
    text-align: center;
}

.lpmb-search-result-text {
    text-align: center;
}

.lpmb-search-wrapper input[type='search'], .lpmb-search-wrapper textarea
{
    width: 100%;
    height: 38px;
    resize: none;
    overflow: hidden;
}

.lpmb-search-result-header {

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.lpmb-italic {
    font-style: italic;
}

.lpmb-search-inner
{
    position: relative;

    width: 50%;
    margin: auto;
}

.lpmb-after-text-area {
    position: absolute;
    display: inline;
    right: 0px;
    top: 5px;
    opacity: 0.5;
}

.lpmb-search-result
{
    position: absolute;
    z-index: 10;
    /* width: 500px; */
    top: 48px;
    /* bottom: 0; */
    right: 0;
    left: 0;

    box-sizing: border-box;
    /* border: 1px solid #e6e6e6; */
    width: 100%;
    max-height: 500px;
    margin: auto;
    margin-top: -10px;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    /* background-color: pink; */

    text-align: left;

    border-top: none;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    background-color: #f7f7f7;
    /*box-shadow: 0 3px 3px 0 rgba(0,0,0,.25);*/
}

.lpmb-no-content
{
    display: none;
}

.lpmb-item-info-table
{
    display: table;

    width: 100%;
}

.lpmb-item-info-table .row
{
    display: table-row;
}

.lpmb-item-info-table .row:nth-child(even)
{
    background-color: #f2f2f2;
}

.lpmb-item-info-table .cell
{
    display: table-cell;

    padding: 5px;
}

.lpmb-disabled
{
    cursor: not-allowed;
    pointer-events: none;
    background-color: pink !important;
}

.lpmb-processing
{
    -webkit-animation: AnimationName 2s ease infinite;
       -moz-animation: AnimationName 2s ease infinite;
            animation: AnimationName 2s ease infinite;

    background: linear-gradient(270deg, #ff8900, #2e08ff);
    background-size: 400% 400%;
}

.lpmb-download-stats {
    position: absolute;
    top: -22.5px;
    left: -22.5px;
    background-color: #000000;
    color: #ffffff;
    padding: 1em;
    z-index: 10;
    font-size: 0.5em;
    font-weight: bold;
    line-height: 25px;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 25px;
    border: 3px solid white;
}

@-webkit-keyframes AnimationName
{
    0%
    {
        background-position: 0 50%;
    }
    50%
    {
        background-position: 100% 50%;
    }
    100%
    {
        background-position: 0 50%;
    }
}
@-moz-keyframes AnimationName
{
    0%
    {
        background-position: 0 50%;
    }
    50%
    {
        background-position: 100% 50%;
    }
    100%
    {
        background-position: 0 50%;
    }
}
@keyframes AnimationName
{
    0%
    {
        background-position: 0 50%;
    }
    50%
    {
        background-position: 100% 50%;
    }
    100%
    {
        background-position: 0 50%;
    }
}


.cell.key
{
    padding-right: 1em;

    text-align: left;
    white-space: nowrap;
}

.cell.value
{
    padding-left: 1em;

    text-align: left;
}



.lpmb-category-header
{
    width: 100%;
    min-height: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -2000px;
    padding: 40px 2000px;
    padding-top: 0;
    padding-bottom: 0;

    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;
    background-size: auto;
    /*overflow: hidden;*/
    /*background-color: #ebebeb;*/
}

.lpmb-category-header h1
{
    margin-bottom: 40px;

    text-align: center;
}

.lpmb-result-tally
{
    /*background-color: #f9f9f9;*/
    margin-bottom: 45px;
    margin-top: 45px;

    text-align: center;
}

.lpmb-total-tally,
#lpmb-showing-total
{
    /*font-family: monospace;
    font-size: x-large;*/
    /*font-style: italic;*/
    color: black;
}

.lpmb-result-tally p
{
    font-size: smaller;
}

.lpmb-full-width
{
    position: relative;
    right: 50%;
    left: 50%;

    width: 100vw;
    margin-right: -50vw;
    margin-left: -50vw;
}



.page-load-status
{
    text-align: center;
}

.lpmb-add-all-button
{
    cursor: pointer;
}


.lpmb-create-collection {
    /*display: none;*/
    border: 1px solid;
    padding: 30px;
    margin: 30px;
    display: none;
}

.lpmb-create-collection h3, .lpmb-create-collection h4 {
    color: #ffffff;
}

.lpmb-create-collection hr {
    margin-bottom: 30px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.lpmb-created-collection {
    border: 1px dashed;
    padding: 10px;
    font-size: small;
    margin-top: 15px;
    display: none;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.lpmb-created-collection a {
    word-break: break-all;
}


.lpmb-collection-header {
    text-align: center;
}

.lpmb-share-options ul {
    margin-bottom: 20px;
}

.lpmb-share-options ul li {
    display: inline;
    margin-right: 15px;
}

.lpmb-share-options ul li:last-child {
    margin-right: 0;
}

.lpmb-share-options ul li input {
    margin-right: 5px;
}







#accordian {
		/*background: #004050;*/
		width: 100%;
        padding-right: 40px;
        box-sizing: border-box;
        /*width: 25%;
        margin-left: -26%;*/
		/*margin: 50px auto 0 auto;*/
		/*color: white;*/
		/*box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.6), 0 0 200px 1px rgba(255, 255, 255, 0.5);*/
        /*position: absolute;
        left: -250px;*/
        float: left;
}

#accordian h3 {
		background: #003040;
		background: linear-gradient(#003040, #002535);
}

#accordian h3 a {
		padding: 0 10px;
		font-size: 12px;
		line-height: 34px;
		display: block;
		/*color: white;*/
		text-decoration: none;
}

#accordian h3:hover {
		text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}

i {
		margin-right: 10px;
}

#accordian li {
		list-style-type: none;
        overflow: hidden;
}

#accordian ul {
    margin: 0;
}



#accordian ul ul li a,
#accordian h4 {
		/*color: white;*/
		text-decoration: none;
		font-size: 11px;
		line-height: 27px;
		display: block;
		padding: 0 15px;
		transition: all 0.15s;
		position: relative;
}

#accordian ul ul li a:hover {
		background: #003545;
		border-left: 5px solid lightgreen;
}

#accordian ul ul {
		display: none;
}

#accordian li.active>ul {
		display: block;
}

#accordian ul ul ul {
		margin-left: 15px;
		border-left: 1px dotted rgba(0, 0, 0, 0.5);
}

#accordian a:not(:only-child):after {
		content: "\f105";
		font-family: 'Font Awesome 5 Free';
        font-weight: 900;
		position: absolute;
		right: 10px;
		top: 0;
		font-size: 14px;
}

#accordian .active>a:not(:only-child):after {
		content: "\f107";
}

#accordian .current {
    background: #003545;
    border-left: 5px solid pink;
}

.lpmb-tree-nav-wrapper {
    width: 250px;
    margin-right: -250px;
    float: left;
}

.lpmb-gallery-wrapper {
    transition: all 0.45s;
}

body.lpmb-nav-category-hidden .lpmb-nav-style-tree .lpmb-tree-nav-wrapper {
    width: auto;
    position: absolute;
}

.lpmb-hidden
{
    display: none !important;
}

.lpmb-gallery-wrapper {
    /*transition: all 0.35s;*/
}

.lpmb-nav-style-tree .lpmb-gallery-wrapper {
    /*width: calc(100% - 250px);*/
    width: auto;
    float: none;
    margin-left: 250px;
    overflow: hidden;
}

body.lpmb-nav-category-hidden .lpmb-nav-style-tree .lpmb-gallery-wrapper {
    /*width: 100%;*/
    margin-left: 0;
}

.lpmb-nav-style-tree .lpmb-result-tally {
    /*width: calc(100% - 250px);*/
}

body.lpmb-nav-category-hidden .lpmb-nav-style-tree .lpmb-result-tally {
    /*width: 100%;*/
}

.lpmb-tree-nav-button {
    /*margin-right: auto;*/
/*    width: fit-content;*/
    cursor: pointer;
    /*display: none;*/

width: 40px;
height: 40px;
line-height: 37px;
display: block;
text-align: center;
margin-bottom: 15px;
margin-top: -40px;

}

.lpmb-tree-nav-button::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin: auto;
    font-size: 14px;
    content: "\f00d";
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.lpmb-tree-nav-button:hover::after {
    content: "\f068";
}

.lpmb-nav-category-hidden .lpmb-tree-nav-button::after {
    content: "\f0c9";
}


@media all and (max-width: 991px)
{
    .lpmb-cart-count {
        width: 125px;
        height: 125px;
    }

    .lpmb-gallery-item
    {
        width: 25%;
    }

    .lpmb-gallery-item:nth-child(5n+1)
    {
        clear: none;
    }

    .lpmb-gallery-item:nth-child(3n+1)
    {
        clear: none;
        /*background-color: orange !important;*/
    }

    .lpmb-gallery-item:nth-child(4n+1)
    {
        clear: left;
        /*background-color: orange !important;*/
    }



}
@media all and (max-width: 768px)
{
    .lpmb-cart-count
    {
        width: 100%;
        height: 50px;
        border-radius: 0 !important;
    }

    .lpmb-gallery-item
    {
        width: 33.3%;
    }

    .lpmb-gallery-item:nth-child(5n+1)
    {
        clear: none;
    }

    .lpmb-gallery-item:nth-child(4n+1) {
        clear: none;
    }

    .lpmb-gallery-item:nth-child(3n+1)
    {
        clear: left;
        /*background-color: orange !important;*/
    }
}
@media all and (max-width: 480px)
{
    .lpmb-gallery-item
    {
        width: 50%;
    }

    .lpmb-gallery-item:nth-child(5n+1)
    {
        clear: none;
    }

    .lpmb-gallery-item:nth-child(3n+1)
    {
        clear: none;
        /*background-color: orange !important;*/
    }

    .lpmb-gallery-item:nth-child(2n+1)
    {
        clear: left;
        /*background-color: orange !important;*/
    }

    #accordian
    {
        width: 100%;
        display: none;
    }

    .lpmb-nav-style-tree .lpmb-gallery-wrapper {
        width: 100%;
    }

    .lpmb-tree-nav-button {
        display: inherit;
    }

    .lpmb-nav-style-tree .lpmb-result-tally {
        width: 100%;
    }

    .lpmb-tree-nav-wrapper {
        width: 100%;
        float: none;
    }
}














body.lpmb-category div.wf-wrap {
    /*width: 100% !important;*/
}




/* -----------*/
/* DragSelect */
/* -----------*/
.ds-selector
{
    border: 1px dashed rgba(0, 0, 0, .45) !important;
    background-color: rgba(0, 0, 0, .1) !important;
}


.ds-selected
{
    font-weight: bold;

    color: black;
    outline: 3px solid black;
    outline-offset: 3px;
}


.lpmb-preview-pdf .featherlight-content {
    overflow: hidden;
}

.lpmb-preview-pdf-link {
    margin-top: 1em;
    margin-bottom: 1em;
}

.lpmb-no-pdf-preview {
    font-style: italic;
}

.lpmb-no-video {
    width: 100%;
    aspect-ratio: 16 / 9;
    background-size: cover;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction: column;
}

.lpmb-no-video div {
    box-sizing: border-box;
    background-color: #ffffff;
    width: 100%;
    text-align: center;
    padding: 2%;
}
/* Override Ultimate Member style. */
.cropper-canvas {
    opacity: 1 !important;
}
