header .relative1 a.location {
	float: left;
	border-right: 0;
	padding: 0;
}
header .relative1 a.location.active, header .relative1 a.location.active svg {
	color: #4182c3!important;
}
header .relative1 a.location.active:after {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 10px;
	background: #4182c3;
	position: absolute;
	top: 8px;
	left: 22px;
	box-shadow: 0 0 0 1px #fff;
}
header .user-menu {
	width: 230px;
}

.bpr-select-cat {
	width: 100%;
	height: 300px;
	overflow-x: hidden;
}

.usr-left-col {
	float: left;
	width: calc(25% - 20px);
	margin: 20px 20px 30px 0;
}
#body-user-items .usr-menu {
	margin-top: 35px;
	width: 100%;
}

.usr-left-col > a.btn {
	clear: both;
	padding: 0;
}

#bpr-seller .bpr-inside {
	margin-top: 0 !important;
}


.usr-left-col > a.btn.publish {
    padding: 0;
    border-radius: 4px;
    height: 40px;
    border: none;
}

.usr-left-col > a.btn.publish {
    opacity: 1;
}

.usr-left-col > a.btn.publish > span {
    transition: 0.2s;
    float: left;
    padding: 9px 20px;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid transparent;
    font-weight: bold;
    line-height: 20px;
    border-radius: 4px;
    height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
}

.usr-left-col > a.btn.publish svg {
    float: left;
    margin: 1px 7px 1px 0;
}

.usr-left-col > a.btn.publish:hover > span {
    background: rgba(255, 255, 255, 0.8);
    border-color: #4182c3!important;
}
header .right a.svsys.publish:hover > span, #home-pub a.svsys.publish:hover > span {
	border-color: #4182c3!important;
}

.home-container h2, .home-container .h2 {
	font-size: 26px;
}

.products.list .simple-prod.is-premium {
	background-color: #fff4e8;
	padding-top: 15px;
	border: 1px dotted #e6b112;
	border-radius: 6px;
	margin-bottom: 45px;
}
.products.list .simple-prod .extra > span.transaction {
	width: 50%;
}
.products.list .simple-prod .img-wrap {
	width: 160px;
	height: 160px;
}
.products.list .simple-prod.is-premium .img-wrap {
	padding-left: 15px;
}
.products .simple-prod .bpr-verified {
	position: absolute;
	top: -20px;
	left: -4px;
}
.products .simple-prod .bpr-verified img {
	width: 55px;
}
.products .simple-prod .bpr-user-type.bpr-type-1, .products .simple-prod .bpr-user-type.bpr-type-1 {
	background: #e6b112;
}
.products .simple-prod .bpr-user-type.bpr-type-2, .products .simple-prod .bpr-user-type.bpr-type-2 {
	background: #75bdda;
}
.products .simple-prod .bpr-user-type.bpr-type-3, .products .simple-prod .bpr-user-type.bpr-type-3 {
	background: #a85cca;
}
.products .simple-prod .bpr-user-type {
	float: right;
	clear: none;
	width: auto;
	font-size: 12px;
	margin: 0 6px 20px 0;
	background: #333;
	color: #fff;
	padding: 0 4px;
	border-radius: 4px;
	line-height: 20px;
}
.products.grid .simple-prod .bpr-user-type {
	margin: 0 6px 0 0;
}
.products.grid .simple-prod .details .cd {
	height: auto;
}
.products.grid .simple-prod .description {
	float: none;
	width: 100%;
	height: auto;
}
.products.list .simple-prod .action .hit, .products.list .simple-prod .action .time {
	margin-bottom: 15px;
}
#search-items .products.list.standard {
	padding-top: 25px;
}

.products.grid .simple-prod .price, .white .simple-prod .price {
	font-size: 17px;
}
.products.list .simple-prod .price {
	font-size: 19px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.products.list .simple-prod .img-wrap {
		width: 150px;
		height: 150px;
	}
	.products.list .simple-prod .data {
		padding-right: 10px;
	}
	.products.list .simple-prod .action {
		display: none;
	}
	.products.list .simple-prod .action .bt {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.products.list .simple-prod .img-wrap {
		width: 140px;
		height: 140px;
	}
	.products.list .simple-prod .title {
		margin-bottom: 10px;
	}
	.products.list .simple-prod .description {
		padding-right: 10px;
		margin-bottom: 10px;
	}
}
#listing .wbox h1 .price {
	font-size: 25px;
}


footer {
	background: linear-gradient(to bottom, #dfe3ed, #f0f2f7 25%);
	color: #222;
}
footer a {
	color: #777;
}
footer a:hover {
	color: #222;
}
footer .line2 .box.b1 {
	width: calc(66.66% - 30px);
}
footer .line3 ul li a {
	color: #222;
}
footer .line3 ul li a:hover {
	color: #777;
}
footer .inside.copyright {
	background: #fff;
	font-size: 12px;
}
footer .pub-box {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
	border: 1px solid #ddd;
}
footer .line2 .box h4 {
	text-transform: uppercase;
}

.main-sellers .seller {
	float: left;
	text-align: left;
	width: 50%;
	white-space: normal;
	padding: 0 10px 10px 0;
}
.main-sellers .seller .wrap {
  	padding: 7px 15px;
  	border-radius: 6px;
}
.main-sellers .seller.is-premium .wrap {
	background: #fff4e8;
	padding: 15px;
	border: 1px dotted #e6b112;
}
.main-sellers .seller .wrap:after {
  	content: "";
  	display: table;
  	clear: both;
}
.main-sellers .seller-icon {
	float: left;
	width: 100px;
	height: auto;
	min-height: 100px;
}
.main-sellers .seller-icon .img {
	background-size: cover;
	background-clip: border-box;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100px;
	height: 100px;
	border-radius: 200px;
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
	background-color: #fff;
}
.main-sellers .seller-info {
	float: left;
	width: calc(100% - 100px);
	padding: 0 0 0 15px;
}
.main-sellers .seller-info .title {
	padding-bottom: 10px;
}
.main-sellers .seller-info .title a {
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
	color: #4182c3;
}
.main-sellers .seller-info .location {
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 10px;
	color: #555;
}
.main-sellers .seller-info .location i, .main-sellers .seller-info .labels .seller-count i {
	padding-right: 7px;
}
.main-sellers .seller-info .labels {
	padding-bottom: 10px;
}
.main-sellers .seller-info .labels .seller-type {
	float: left;
	clear: none;
	width: auto;
	font-size: 11px;
	margin: 0 20px 5px 0;
	background: #333;
	color: #fff;
	padding: 0 4px;
	border-radius: 4px;
	line-height: 20px;
}
.main-sellers .seller-info .labels .seller-type.bpr-type-1 {
	background: #e6b112;
}
.main-sellers .seller-info .labels .seller-type.bpr-type-2 {
	background: #75bdda;
}
.main-sellers .seller-info .labels .seller-type.bpr-type-3 {
	background: #a85cca;
}
.main-sellers .seller-info .labels .seller-count {
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #555;
	padding-top: 2px;
}
.main-sellers .seller-info .labels:after {
	content: "";
  	display: table;
  	clear: both;
}
@media screen and (max-width: 767px) {
	.main-sellers .seller {
		float: none;
		width: 100%;
	}
}

.inside.search .bpr-empty.description {
	margin-top: 50px;
	text-align: left;
	padding: 35px 25px;
}

#bpr-seller .bpr-empty.bpr-about {
	text-align: left;
	font-size: 1em;
	margin-top: 40px;
	padding: 20px;
	border-left: 2px solid #e6b112;
}
#bpr-seller .bpr-empty.bpr-about h2 {
	font-size: 1.35em;
}
#bpr-seller .bpr-empty.bpr-about ul {
	list-style: disc;
	padding-left: 20px;
}

#bpr-seller .bpr-empty.svc-small-info {
	text-align: left;
	padding-left: 25px;
	padding-right: 25px;
}
#bpr-seller .bpr-empty.svc-small-info p {
	padding-bottom: 10px;
}

#bpr-seller .svc-bpr-companies {
	border-top: 1px solid #ccc;
	margin-top: 20px;
	padding-top: 20px;
}
#bpr-seller .svc-bpr-companies h2 {
	font-size: 1.3em;
	padding-bottom: 20px;
}
#bpr-seller .svc-bpr-companies.svc-bpr-companies-big h3 {
	font-size: 1.5em;
	padding-bottom: 20px;
	text-align: center;
}
#bpr-seller .svc-bpr-companies.svc-bpr-companies-big p {
	padding-bottom: 40px;
	text-align: center;
	color: #666;
}
#bpr-seller .svc-bpr-companies .seller {
	text-align: left;
	width: 100%;
	white-space: normal;
	padding: 0 10px 10px 0;
}
#bpr-seller .svc-bpr-companies.svc-bpr-companies-big {
	clear: both;
	background: #fff;
	padding: 40px 20px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#bpr-seller .svc-bpr-companies.svc-bpr-companies-big:after {
  	content: "";
  	display: table;
  	clear: both;
}
#bpr-seller .svc-bpr-companies.svc-bpr-companies-big .seller {
	float: left;
	width: 50%;
}
#bpr-seller .svc-bpr-companies .seller .wrap {
  	padding: 5px 0px;
  	border-radius: 6px;
}
#bpr-seller .svc-bpr-companies.svc-bpr-companies-big .seller .wrap {
  	padding: 7px 15px;
}
#bpr-seller .svc-bpr-companies .seller.is-premium .wrap {
	background: #fff4e8;
	padding: 15px 5px;
	border: 1px dotted #e6b112;
}
#bpr-seller .svc-bpr-companies .seller .wrap:after {
  	content: "";
  	display: table;
  	clear: both;
}
#bpr-seller .svc-bpr-companies .seller-icon {
	float: left;
	width: 50px;
	height: auto;
	min-height: 50px;
}
#bpr-seller .svc-bpr-companies.svc-bpr-companies-big .seller-icon {
	width: 100px;
	min-height: 100px;
}
#bpr-seller .svc-bpr-companies .seller-icon .img {
	background-size: cover;
	background-clip: border-box;
	background-repeat: no-repeat;
	background-position: center center;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
	background-color: #fff;
}
#bpr-seller .svc-bpr-companies.svc-bpr-companies-big .seller-icon .img {
	width: 100px;
	height: 100px;
	border-radius: 200px;
}
#bpr-seller .svc-bpr-companies .seller-info {
	float: left;
	width: calc(100% - 50px);
	padding: 0 0 0 15px;
}
#bpr-seller .svc-bpr-companies.svc-bpr-companies-big .seller-info {
	width: calc(100% - 100px);
}
#bpr-seller .svc-bpr-companies .seller-info .title {
	padding-bottom: 10px;
}
#bpr-seller .svc-bpr-companies .seller-info .title a {
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
	color: #4182c3;
}
#bpr-seller .svc-bpr-companies.svc-bpr-companies-big .seller-info .title a {
	font-size: 15px;
	line-height: 18px;
}
#bpr-seller .svc-bpr-companies .seller-info .location {
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 10px;
	color: #555;
}
#bpr-seller .svc-bpr-companies .seller-info .location i, #bpr-seller .svc-bpr-companies .seller-info .labels .seller-count i {
	padding-right: 7px;
}
#bpr-seller .svc-bpr-companies .seller-info .labels {
	padding-bottom: 10px;
}
#bpr-seller .svc-bpr-companies .seller-info .labels .seller-type {
	float: left;
	clear: none;
	width: auto;
	font-size: 11px;
	margin: 0 10px 5px 0;
	background: #333;
	color: #fff;
	padding: 0 4px;
	border-radius: 4px;
	line-height: 20px;
}
#bpr-seller .svc-bpr-companies.svc-bpr-companies-big .seller-info .labels .seller-type {
	margin-right: 20px;
}
#bpr-seller .svc-bpr-companies .seller-info .labels .seller-type.bpr-type-1 {
	background: #e6b112;
}
#bpr-seller .svc-bpr-companies .seller-info .labels .seller-type.bpr-type-2 {
	background: #75bdda;
}
#bpr-seller .svc-bpr-companies .seller-info .labels .seller-type.bpr-type-3 {
	background: #a85cca;
}
#bpr-seller .svc-bpr-companies .seller-info .labels .seller-count {
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #555;
	padding-top: 2px;
}
#bpr-seller .svc-bpr-companies .seller-info .labels:after {
	content: "";
  	display: table;
  	clear: both;
}


.content .old-articles .relative2 h1 {
	font-size: 23px !important;
	padding-bottom: 30px;
	float: none !important;
}
.content .old-articles .relative2 .pp-date {
	font-size: 13px !important;
	text-align: right;
	padding-bottom: 10px;
	color: #999;
}
.content .old-articles .relative2 .data p, .content .old-articles .relative2 .data div {
	padding-bottom: 10px;
}
.content .old-articles .relative2 .data ul {
	list-style: disc;
	padding-left: 30px;
	padding-bottom: 10px;
}
.content .old-articles .relative2 .list-articles {
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
}
.content .old-articles .relative2 .list-articles h2 {
	padding-top: 70px;
	padding-bottom: 20px;
}
.content .old-articles .relative2 .list-articles .item-a {
	padding-bottom: 10px;
}
.content .old-articles .relative2 .list-articles .paginations {
	padding-top: 30px;
	padding-bottom: 10px;
}
.content .old-articles .relative2 .list-articles .paginations a {
	padding-right: 12px;
	color: #666;
}


/* MOBILE SIDE MENU */
#menu-cover {display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:7;background:rgba(0,0,0,0.5);backdrop-filter: blur(4px);}
#menu-cover .close {position:absolute;right:10px;top:6px;width:36px;padding:1px;height:36px;color:#f9f9f9;border-radius:6px;}
#side-menu {display:none;font-size:16px;overflow:hidden;color:#171717;line-height:20px;position:fixed;left:0;top:0;bottom:0;max-width:calc(100% - 54px);z-index:99;background:#fff;box-shadow:1px 0 5px rgba(0,0,0,0.2);}
#side-menu.box-open {overflow-y:hidden;}
#side-menu > .wrap {position:absolute;top:0;left:0;height:100%;overflow-y:auto;max-width:100%;}
#side-menu, #side-menu .box, #side-menu > .wrap {width:290px;}
#side-menu .section, #def-location .section {padding:8px 0;}
#side-menu .section.delim-top {border-top:1px solid #c0c0c0;}
#side-menu .section.dark-mode {display:none;}
#side-menu .section a, #def-location a {width:100%;display:block;padding:10px 16px 10px 60px;line-height:20px;margin:3px 0;color:#333;font-weight:500;position:relative;}
#side-menu .section a svg, #def-location a.svg, #side-menu .menu-hooks a > i {position:absolute;width:30px;height:20px;fill:#171717;color:#171717;left:16px;top:calc(50% - 10px);z-index:3;background:#fff;}
#side-menu .menu-hooks a:before {text-align:center;position:absolute;width:30px;height:20px;line-height:20px;color:#171717;left:16px;top:calc(50% - 10px);z-index:2;content:"\f192";font-weight:400;font-size:20px;font-family: "Font Awesome 5 Free";}
#side-menu .section a.register svg, #side-menu .section a.profile svg {margin-left:3px;}
#side-menu .section a.login svg {margin-left:-1px;}
#side-menu .section a .indicator {position: absolute; right: 16px; left: auto; top: calc(50% - 7px); fill: #777; width: 8px; height: 16px;}
#side-menu .section a .counter {position: absolute; right: 16px; left: auto; top: calc(50% - 12px); font-weight:500;font-size:13px;border-radius:100px;color:#fff;background:#3b49df;box-shadow:0 1px 2px rgba(0,0,0,0.1);line-height:24px;padding:0 3px;text-align:center; min-width: 24px; height: 24px;}
#side-menu .box {display:none;position:absolute;top:0;left:0;right:0;bottom:0;overflow-y:auto!important;background:#fff;z-index:4;max-width:100%;}
#side-menu .box .nav {height:48px;padding:0 16px;display:flex;align-items: center;border-bottom:1px solid #ccc;}
#side-menu .box .nav i {line-height:22px;}
#side-menu .box .nav > span {font-weight:bold;}
#side-menu .box .section a, #def-location .section a {padding:12px 16px;line-height:20px;margin:4px 0;}
#side-menu a.lang img {width: 32px; height: 22px; float: left; margin: -1px 12px -1px 0; border-radius: 4px; box-shadow: 0 1px 2px rgb(0 0 0 / 25%);}
#side-menu .section.lead, #def-location .section.lead {padding:26px 10px 26px 110px;}
#side-menu .section.lead a.img-container, #def-location a.img-container {transition:0.2s;position:absolute;left:16px;top:16px;width:82px;height:82px;padding:0;border-radius:100px;overflow:hidden;box-shadow:0 1px 2px rgba(0,0,0,0.15);}
#side-menu .section.lead a.img-container:hover, #def-location a.img-container:hover {box-shadow:0 1px 10px rgba(0,0,0,0.5), 0 0 0 1px rgba(0,0,0,0.15);}
#side-menu .section.lead a.img-container img, #def-location a.img-container img {width:82px;height:82px;max-width:82px;max-height:82px;object-fit:cover;}
#side-menu .section.lead a.img-container svg, #def-location a.img-container svg {position:absolute;top:auto;bottom:0;left:0;width:100%;height:26px;background:rgba(0,0,0,0.7);fill:#fff;padding:4px 0 6px 0;}
#side-menu .section.lead .line1, #side-menu .section.lead .line2, #side-menu .section.lead .line3 {padding:0;margin:0;display:inline-block;width:100%;}
#def-location .section.lead .line1, #def-location .section.lead .line2, #def-location .section.lead .line3 {padding:0;margin:0;display:inline-block;width:100%;}
#side-menu .section.lead .line1, #def-location .line1 {font-size:14px;font-weight:normal;color:#777;}
#side-menu .section.lead .line1 img, #def-location .line1 img {float:right;height:30px;width:auto;margin:-5px 0 -20px 0;}
#side-menu .section.lead .line2, #def-location .line2 {font-size:20px;color:#171717;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin:3px 0;}
#side-menu .section.lead .line3, #def-location .line3 {color:#171717;text-decoration:underline;font-size:14px;font-weight:500;}
#side-menu .box.location .row, #def-location .row {padding:10px 0;border-bottom:1px solid #ccc;}
#side-menu .box.location .row.current {padding:10px 16px 20px 16px;}
#def-location .row.current {padding:20px 16px 20px 16px;}
#side-menu .box.location .row:last-child, #def-location .row:last-child {border-bottom:none;}
#side-menu .box.location .row.picker, #def-location .row.picker {padding:16px 16px 0 16px;border:none;}
#side-menu .box.location .lead, #def-location .lead, .results .lead {text-transform:uppercase;color:#777;font-weight:500;padding:5px 16px;font-size:13px;line-height:16px;}
#side-menu .navigator a.locate-me, #def-location .navigator a.locate-me, .navigator a.locate-me {display:block;width:100%;color:#4182c3;padding-left:55px;position:relative;}
#side-menu .navigator a.locate-me svg, #def-location .navigator a.locate-me svg, .navigator a.locate-me svg {position:absolute;top:calc(50% - 16px);width:23px;height:23px;left:16px;fill:#4182c3;}
#user-loc .navigator {margin-bottom:15px;}
!#user-loc .navigator a.locate-me {padding-left:40px;}
!#user-loc .navigator a.locate-me svg {left:0;}
#user-loc .navigator a.locate-me {background:rgb(59 73 223 / 8%);border-radius:6px;padding-top:6px;padding-bottom:11px;display:inline-block;max-width:100%;}
#user-loc .navigator a.locate-me:hover {background:rgb(59 73 223 / 12%);}
#side-menu .navigator strong, #def-location .navigator strong, .navigator strong {display:block;}
#def-location .navigator strong, #user-loc .navigator strong {font-size:14px;margin-bottom:2px;}
#side-menu .navigator span, #def-location .navigator span, .navigator span {display:block;font-size:12px;line-height:16px;font-weight:normal;}
#side-menu .navigator span.refresh, #def-location .navigator span.refresh, .navigator span.refresh {color:#777;margin-top:4px;font-size:13px;text-decoration:none;font-style:italic;display:inline-block;}
#side-menu .input-box, #def-location .input-box {margin:0;}
#side-menu .box.location .input-box input, #def-location .input-box input {border-color:#444;border-width:2px;padding-left:42px;width:100%;}
#side-menu .input-box svg, #def-location .input-box svg {width:22px;height:22px;fill:#171717;position:absolute;left:8px;top:calc(50% - 11px);}
#def-location .input-box svg {left:10px;}
#side-menu .box .section .recent a, #side-menu .box .section .popular a, #def-location .recent a, #def-location .popular a {font-weight:normal;padding:8px 16px 8px 40px;position:relative;}
#side-menu .box .section .recent a:after, #def-location .recent a:after {margin-left:1px;content: "\f1da"; font-family: "Font Awesome 5 Free"; font-size: 16px; height: 16px; color: #171717; position: absolute; left: 16px; top: calc(50% - 9px); font-weight: 900;}
#side-menu .box .section .popular a:after, #def-location .popular a:after {margin-left:1px;content: "\f3c5"; font-family: "Font Awesome 5 Free"; font-size: 16px; height: 16px; color: #171717; position: absolute; left: 16px; top: calc(50% - 9px); font-weight: 900;}
#side-menu .box .section .row.buttons, #def-location .row.buttons {padding:16px;}
#side-menu .box .section .buttons a.btn, #def-location .buttons a.btn {color:#ffffff;padding:8px;font-size:14px; background: #4182c3!important;}
#side-menu .box .section .buttons a.btn:hover, #def-location .buttons a.btn:hover {color:#fff;}
#side-menu .menu-hooks {width:100%;}
#side-menu .menu-hooks li {display:block;list-style-type:none;}
#side-menu .menu-hooks a > i {font-size:20px;line-height:20px;text-align:center;}
#side-menu .menu-hooks li.opt_favorite_items, #side-menu .menu-hooks li.opt_instant_messenger, #side-menu .menu-hooks li.opt_osclass_pay, #side-menu .menu-hooks li.opt_bpr_profile {display:none;} 
#side-menu .menu-hooks li.opt_osp_payment {display:none;}
#side-menu .box.filter input[type="text"], #side-menu .box.filter select {width:100%;}
#side-menu .box.filter .row {margin:0 0 12px 0;}
#side-menu .box.filter .row.checkboxes {margin:2px 0 0 0;}
#side-menu .box.filter .section {padding:10px 16px 0 16px;}
#side-menu #search-category-box {display:none;}

/* MODAL */
.modal-cover {display:none;position:fixed;top:0;left:0;bottom:0;right:0;z-index:98;background:rgba(0,0,0,0.5);backdrop-filter: blur(4px);}
#epsModal {display:none;background:#fff;position:fixed;width:640px;height:480px;top:50%;left:50%;transform:translate(-50%, -50%);max-width: calc(100% - 20px); max-height: calc(100% - 20px);z-index:995;box-shadow: 0 5px 30px rgb(0 0 0 / 70%);}
#epsModal.modal-fullscreen {width:auto;height:auto;top:0;left:0;right:0;bottom:0;margin:0;border-radius:0;box-shadow:none;transform:none;max-width:100%;max-height:100%;}
#epsModal .modal-close {display:none;cursor:pointer;border-radius:5px;transition:0.1s;position:absolute;z-index:99;color:#7d8ea0;background: rgba(0,0,0,0.05);text-align:center; box-shadow: 0 0px 2px rgb(0 0 0 / 20%); top: 10px; right: 15px; width: 34px; height: 34px; font-size: 16px;}
#epsModal .modal-close i {line-height:34px;display:inline-block;}
#epsModal .modal-close-alt {position:absolute;top:-7px;right:-50px;width:40px;height:40px;border-radius:6px;cursor:pointer;transition:0.2s;display:flex;}
#epsModal .modal-close-alt:hover {transform:scale(1.2);}
#epsModal .modal-close-alt svg {margin:auto;color:#fff;width:34px;height:34px;}
#epsModal .modal-close:hover {-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
#epsModal .modal-content {position:absolute;right:0;bottom:0;top:0;left:0;}
#epsModal .modal-content .modal-iframe {background: #fff url(../images/input-loader.webp) no-repeat center center; background-size: 40px 40px;border:none;padding:0;position:absolute;top:0;left:0;width:100%;height:100%;}
#epsModal, #epsModal .modal-content, #epsModal .modal-content .modal-iframe {border-radius:5px;}
#epsModal .modal-is-inline .modal-content {overflow-y:auto;}
#epsModal .head {display:block;width:100%;font-size:18px;font-weight:bold;color:#171717;padding:16px 16px;line-height:1.2;}
#epsModal .subhead {display:block;width:100%;font-weight:500;color:#777777;margin-top:-8px;line-height:1.2;padding:0px 16px 16px 16px;border-bottom:1px solid #ccc;}


/* LOCATION & PATTERN PICKER */
.picker.location {position:relative;}
.picker.location input[type="text"]:focus, #side-menu .input-box input:focus, #def-location .input-box input:focus, .home-search input[name="sPattern"]:focus {text-decoration:underline;border-color:#3b49df;}
.picker.location .results, .picker.pattern .results, .picker.category .results {display:none;position:absolute;top:100%;background:#ffffff;width:100%;padding:5px 0;max-height:240px;overflow-y:auto!important;z-index:4;border: 1px solid #ccc; border-radius: 5px; margin-top: 5px;}
.picker.location .results:empty, .picker.pattern .results:empty, .picker.category .results:empty {display:none;}
.picker.location.loading .results:after, .picker.pattern.loading .results:after, .picker.category.loading .results:after {position:absolute;top:0;left:0;bottom:0;right:0;border-radius:5px;background:rgba(255,255,255,0.6);content:"";cursor:wait;}
.picker.location.loading:after, .picker.pattern.loading:after, .picker.pattern.mobile.loading > .input-box:after, .picker.category.loading:after {position:absolute;z-index:3;content:"";width:26px;height:26px;display:block;right:7px;top:calc(50% - 13px);background:#fff url('../images/input-loader.webp') no-repeat center center;background-size:100%;border-radius:6px;}
.def-loc-box .picker.location.loading:after {margin-right:1px;}
.picker.pattern.loading:after {width:28px;height:28px;right:8px;top:calc(50% - 14px);}
.picker.pattern.mobile.loading:after {display:none;}
.picker.pattern.mobile.loading > .input-box:after {right:6px;}
.picker.location .option, .picker.pattern .option, .picker.category .option, #side-menu .box .section a.option, #def-location a.option {display:inline-block;width:100%;margin:0;padding:10px 12px;font-size:15px;line-height:18px;transition:0.2s;cursor:pointer;color:#171717;}
.picker.location .option:hover, .picker.location .option:active, .picker.category .option:hover, .picker.category .option:active, .picker.pattern .option:hover, .picker.pattern .option:active {background:rgb(59 73 223 / 10%);color:#3b49df;}
.picker.location .option > span {display:inline-block;font-weight:600;margin-right:3px;}
.picker.category .option > span {display:inline-block;font-weight:600;}
.picker.location .option > span:after {content:", ";}
.picker .option > em, #def-location a > em, #side-menu .box .section .popular a > em, #side-menu .box .section .recent a > em {display:inline-block;font-size:11px;color:#999;font-style:normal;font-weight:normal;}
.picker .option > u {font-weight:500;}
.picker.category .option > em {font-size:13px;color:#666;}
.picker.category .option > em:before {content:", ";}
.picker.pattern .option {padding:10px 16px 10px 40px;position:relative;}
.picker.pattern .results {max-height:360px;}
.picker.pattern .results .row {margin:6px 0 10px 0;}
.picker.pattern .results .row:last-child {margin-bottom:4px;}
.picker.pattern .results .row.minlength {padding:9px 16px;font-weight:600;color:#2f3ab2;margin:-5px 0 10px 0;font-size:13px;border-radius:5px 5px 0 0;border-bottom:1px solid #ccc;z-index:2;}
.picker.pattern .results a:after {font-family: "Font Awesome 5 Free"; font-size: 16px; height: 16px; color: rgba(0,0,0,0.5); position: absolute; left: 16px; top: calc(50% - 9px); font-weight: 900;}
.picker.pattern .patterns a:after, .picker.pattern .default .recent.locations a:after {margin-left:1px;content: "\f1da";}
.picker.pattern .searches a:after {margin-left:2px;content: "\f002";}
.picker.pattern .categories a:after {margin-left:1px;content: "\f86d";font-size:14px;}
.picker.pattern .locations a:after {margin-left:2px;content: "\f3c5";}
.picker .clean {display:none;z-index:2;padding:5px;cursor:pointer;transition:0.2s;position:absolute;right:6px;top:calc(50% - 15px);font-size:18px;line-height:20px;color:#999;width:30px;height:30px;border-radius:5px;}
.picker .clean:hover {color:#666;}
.picker.mobile .clean {right:3px;}
.picker.pattern .results .row.defloc {padding:5px 16px;margin-top:8px;}
.picker.pattern .results .row.defloc > a {transition:0.2s;font-weight:bold;color:#3b49df;padding:7px 40px 7px 8px;position:relative;background:rgb(59 73 223 / 8%);display:inline-block;border-radius:6px;}
.picker.pattern .results .row.defloc > a:hover {background:rgb(59 73 223 / 12%);}
.picker.pattern .results .row.defloc > a svg {fill:#3b49df;vertical-align: -4px; margin-right: 4px;}
.picker.pattern .results .row.defloc > a .input-clean {color:#888;transition:0.2s;position:absolute;right:0;top:calc(50% - 12px);right:7px;font-size:18px;line-height:20px;cursor:pointer;padding:2px;width:24px;height:24px;text-align:center;cursor:pointer;}
.picker.pattern .results .row.defloc > a .input-clean:hover {color:#555;}
.picker.pattern.mobile {position:unset;}
.picker.pattern.mobile .results {display: block; left: 0; top: 48px; margin: 0; border-radius: 0; border: none; background: #fff;padding-top: 12px;border-bottom: 1px solid #ccc;max-height:calc(100vh - 96px);height: calc(100vh - 96px);min-height: calc(100vh - 96px);}

/* BLUR FIX */
.picker.location .results, .picker.pattern .results, .picker.category .results {transform: rotate(0.001deg); perspective: 100px;}

