:root{--videostore-item-btn-color: #f2f2f2;--videostore-item-btn-bg: #EB5757;--videostore-color-success: #24DB57;--videostore-color-danger: #a72525}.container-videostore{--flex-basis: calc(25% - 10px)}@media all and (max-width: 1400px){.container-videostore{--flex-basis: calc(33% - 5px)}}@media all and (max-width: 768px){.container-videostore{--flex-basis: calc(50% - 5px)}}@media all and (max-width: 576px){.container-videostore{--flex-basis: 100%}}.container-videostore .pictures{flex-wrap:wrap;justify-content:space-between;margin:2em auto auto;display:grid;grid-gap:10px;grid-template-columns:repeat(auto-fill, var(--flex-basis))}.container-videostore .pictures .picture{margin-bottom:5px;position:relative;padding:5px 0 20px;display:grid;grid-template-areas:"videostore-item-title videostore-item-title videostore-item-title" "videostore-item-img videostore-item-img videostore-item-img" "videostore-item-modelname videostore-item-modelname videostore-item-price" "videostore-item-type space videostore-item-action" "videostore-item-category space videostore-item-action";grid-template-rows:1fr 5fr 1fr 1fr -webkit-min-content;grid-template-rows:1fr 5fr 1fr 1fr min-content}@media screen and (max-width: 1199px){.container-videostore .pictures .picture{grid-template-areas:"videostore-item-title videostore-item-title videostore-item-title" "videostore-item-img videostore-item-img videostore-item-img" "videostore-item-modelname videostore-item-modelname videostore-item-price" "videostore-item-type videostore-item-action videostore-item-action" "videostore-item-category videostore-item-action videostore-item-action";grid-template-rows:1fr auto 1fr 1fr -webkit-min-content;grid-template-rows:1fr auto 1fr 1fr min-content}}.container-videostore .pictures .picture a{color:#fff}.container-videostore .pictures .picture .mass-select{float:right}.container-videostore .pictures .picture .picture-title{grid-area:videostore-item-title;padding:5px 3px 3px 3px}.container-videostore .pictures .picture .picture-link{display:flex;justify-content:center;align-items:center;overflow:hidden;grid-area:videostore-item-img;grid-row:1/6;position:relative}@media screen and (max-width: 1199px){.container-videostore .pictures .picture .picture-link{grid-row:auto}}.container-videostore .pictures .picture .picture-link img{flex-shrink:0;min-width:100%;min-height:100%}.container-videostore .pictures .picture .picture-link .preview{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;background:#000}.container-videostore .pictures .picture .picture-link .preview>video{width:100%;height:100%}.container-videostore .pictures .picture .picture-link.played .preview{z-index:0}.container-videostore .pictures .picture .picture-info-item{position:relative;display:flex;align-items:center}.container-videostore .pictures .picture .item-content-modelname{grid-area:videostore-item-modelname;padding-left:3px}.container-videostore .pictures .picture .item-content-price,.container-videostore .pictures .picture .item-content-bought{grid-area:videostore-item-price;text-align:right;padding-right:3px;justify-content:flex-end}.container-videostore .pictures .picture .item-content-type-info{grid-area:videostore-item-type;padding-left:3px}.container-videostore .pictures .picture .item-content-category{grid-area:videostore-item-category;padding-top:3px}.container-videostore .pictures .picture .item-content-price,.container-videostore .pictures .picture .item-content-type-info,.container-videostore .pictures .picture .item-content-category{text-shadow:0 0 1px #000,1px 1px 0 rgba(0,0,0,.5);color:#fff}.container-videostore .pictures .picture .picture-actions{grid-area:videostore-item-action;position:relative;display:flex;justify-content:flex-end;padding-right:3px}.container-videostore .pictures .picture .picture-actions .btn{background:var(--videostore-item-btn-bg);color:var(--videostore-item-btn-color);font-size:14px;font-weight:normal;line-height:19px;padding:0 9px;border:none;border-radius:24px}.container-videostore .pictures .picture .picture-actions a{color:var(--videostore-item-btn-color)}.container-videostore .pictures .picture .picture-actions a.text-success{color:var(--videostore-color-success)}.container-videostore .pictures .picture .picture-actions a.text-danger{color:var(--videostore-color-danger)}.container-videostore .pictures .picture .picture-info{grid-row:3/6;grid-column:1/4}.container-videostore .pictures .picture .picture-info,.container-videostore .pictures .picture .picture-title{background:rgba(159,161,206,.26);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);color:#fff;text-shadow:0 0 1px #000,1px 1px 0 #000,4px 4px 4px rgba(0,0,0,.25);padding:5px 5px 2px 1px}.container-videostore .pictures .picture .content-modelname,.container-videostore .pictures .picture .content-price,.container-videostore .pictures .picture .content-bought{background:#4f4f4f;border-radius:24px;line-height:19px;padding:0 9px;text-shadow:none;display:inline-block;color:#fff;text-decoration:none}.container-videostore .pictures .picture img{max-width:100%}.container-videostore:not(.has-selected) .active-on-selected{display:none !important}
.container-performergallery.performerstore{max-width:1400px}.container-performergallery.performerstore .pictures{display:flex;flex-wrap:wrap;justify-content:space-between;margin:0}.container-performergallery.performerstore .pictures:before,.container-performergallery.performerstore .pictures:after{flex:0 0 calc(25% - 5px);order:2;content:"";display:block}.container-performergallery.performerstore .pictures .picture{flex:0 1 calc(25% - 5px);margin-bottom:5px;position:relative;padding:5px 0 20px}.container-performergallery.performerstore .pictures .picture .fa{font-size:18px}@media all and (max-width: 1199px){.container-performergallery.performerstore .pictures .picture{flex:0 1 calc(33% - 5px)}}@media all and (max-width: 991px){.container-performergallery.performerstore .pictures .picture{flex:0 1 calc(50% - 5px)}.container-performergallery.performerstore .pictures .picture .fa{font-size:24px}}@media all and (max-width: 418px){.container-performergallery.performerstore .pictures .picture{flex:1 1 auto}}.container-performergallery.performerstore .pictures .picture .preview-toggle{position:absolute;right:5px;bottom:3em;font-size:.9em;padding:2px 5px;border-radius:6px;font-weight:normal;cursor:pointer}.container-performergallery.performerstore .pictures .picture .preview-toggle.inactive{pointer-events:none;opacity:.7}.container-performergallery.performerstore .pictures .picture .picture-info,.container-performergallery.performerstore .pictures .picture .picture-title{background:rgba(159,161,206,.26);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);position:absolute;left:0;right:0;color:#fff;text-shadow:0 0 1px #000,1px 1px 0 #000,4px 4px 4px rgba(0,0,0,.25);padding:5px 5px 2px 1px;z-index:1}.container-performergallery.performerstore .pictures .picture .picture-title{display:flex;justify-content:space-between;align-items:center}.container-performergallery.performerstore .pictures .picture .picture-info{padding:5px 5px 3px 3px;bottom:0;display:grid;grid-template:"screenname space price" "info space actions" "category category actions"}@media only screen and (max-width: 799px){.container-performergallery.performerstore .pictures .picture .picture-info{grid-template:"screenname price actions" "info category actions"}}.container-performergallery.performerstore .pictures .picture .picture-info a.pd-item,.container-performergallery.performerstore .pictures .picture .picture-info button.pd-item{cursor:pointer}.container-performergallery.performerstore .pictures .picture .picture-info .content-modelname,.container-performergallery.performerstore .pictures .picture .picture-info .content-price,.container-performergallery.performerstore .pictures .picture .picture-info .content-bought{background:#4f4f4f;border-radius:24px;line-height:19px;padding:0 9px;text-shadow:none;text-decoration:none}.container-performergallery.performerstore .pictures .picture .picture-info .content-info,.container-performergallery.performerstore .pictures .picture .picture-info .content-modelname{margin-right:auto}.container-performergallery.performerstore .pictures .picture .picture-info .content-price,.container-performergallery.performerstore .pictures .picture .picture-info .content-actions{margin-left:auto;text-shadow:0 0 1px #000,1px 1px 0 rgba(0,0,0,.5)}.container-performergallery.performerstore .pictures .picture .picture-info .content-price a,.container-performergallery.performerstore .pictures .picture .picture-info .content-actions a{text-decoration:none}.container-performergallery.performerstore .pictures .picture .picture-info .content-modelname{grid-area:screenname}.container-performergallery.performerstore .pictures .picture .picture-info .content-actions{grid-area:actions}.container-performergallery.performerstore .pictures .picture .picture-info .content-actions a,.container-performergallery.performerstore .pictures .picture .picture-info .content-actions span{color:var(--videostore-item-btn-color)}.container-performergallery.performerstore .pictures .picture .picture-info .content-actions a.text-success,.container-performergallery.performerstore .pictures .picture .picture-info .content-actions span.text-success{color:var(--videostore-color-success)}.container-performergallery.performerstore .pictures .picture .picture-info .content-actions a.text-danger,.container-performergallery.performerstore .pictures .picture .picture-info .content-actions span.text-danger{color:var(--videostore-color-danger)}.container-performergallery.performerstore .pictures .picture .picture-info .content-actions .btn{background:var(--videostore-item-btn-bg);color:var(--videostore-item-btn-color);font-size:14px;font-weight:normal;line-height:19px;padding:0 9px;border:none;border-radius:24px}.container-performergallery.performerstore .pictures .picture .picture-info .content-actions .btn-group .btn{border-radius:0}.container-performergallery.performerstore .pictures .picture .picture-info .content-actions .btn-group .btn:first-of-type{border-bottom-left-radius:24px;border-top-left-radius:24px}.container-performergallery.performerstore .pictures .picture .picture-info .content-actions .btn-group .btn:last-of-type{border-bottom-right-radius:24px;border-top-right-radius:24px}@media only screen and (max-width: 799px){.container-performergallery.performerstore .pictures .picture .picture-info .content-actions .btn{font-size:1.3em;line-height:1.8;padding:0 19px}}.container-performergallery.performerstore .pictures .picture .picture-info .content-info{grid-area:info}.container-performergallery.performerstore .pictures .picture .picture-info .content-price{grid-area:price}.container-performergallery.performerstore .pictures .picture .picture-info .content-category{grid-area:category}.container-performergallery.performerstore .pictures .picture .picture-link .preview{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;background:#000}.container-performergallery.performerstore .pictures .picture .picture-link .preview>video{width:100%;height:100%}.container-performergallery.performerstore .pictures .picture .picture-link.played .preview{z-index:0}.container-performergallery.performerstore .pictures .picture img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.container-performergallery.performerstore:not(.has-selected) .active-on-selected{display:none !important}
/*# sourceMappingURL=cache_videostore.css.map */
