@charset "UTF-8";

.showcase-tabs {margin: -10px -10px 0;padding: 10px 10px 10px;background: #E5EDE9;position: sticky;top: 0;z-index: 3;border-radius: 0 0 8px 8px;max-width: 100vw;overflow: hidden;}
/**/.scroll_y .showcase-tabs {z-index: 10;}/**/

.showcase-tabs .ul {}
.showcase-tabs .li {display: inline-block;/* vertical-align: top; */}
.showcase-tabs .li + .li {margin-left: 5px;}
.showcase-tabs .li a {display: inline-block;padding: 4px 14px 6px;line-height: 18px;font-size: 16px;background: #DFDFC3;color: #6C540D;text-decoration: none;border: 1px solid transparent;border-radius: 15px;}
.showcase-tabs .li a:hover {background: #D8D5A3;}
.showcase-tabs .li.active a {border-color: #AD923F;}

.showcase-tabs .li i {display: inline-block;margin-left: 5px;font-style: normal;opacity: .5;white-space: nowrap;}

.showcase-tabs .nav {min-width: 34px;}
.showcase-tabs .nav.prev {margin-left: -10px;background: -webkit-linear-gradient(0, rgba(229,237,233,1) 0%, rgba(229,237,233,0) 100%);background: linear-gradient(90deg, rgba(229,237,233,1) 0%, rgba(229,237,233,0) 100%);}
.showcase-tabs .nav.next {margin-right: -10px;background: -webkit-linear-gradient(0, rgba(229,237,233,0) 0%, rgba(229,237,233,1) 100%);background: linear-gradient(90deg, rgba(229,237,233,0) 0%, rgba(229,237,233,1) 100%);}
.showcase-tabs .nav b {background-color: #E5EDE9;box-shadow: none;width: 34px;height: 34px;margin-top: -17px;}

.showcase-tabs + .mode-info-block,
.showcase-tabs + .mode-info-block-anchor + .mode-info-block {top: 50px;}

.showcase-tabs.w-ivt {padding-left: 45px;}
.showcase-tabs .itemlist-view-type {top: 50%;margin-top: -15px;bottom: auto;left: 10px;width: 30px;height: 30px;}





/* themes */
.favorite-sections-mode .showcase-tabs .li a {background: #DFD7EA; color: #660066;}
.favorite-sections-mode .showcase-tabs .li a:hover {background: #D8C5EA;}
.favorite-sections-mode .showcase-tabs .li.active a {border-color: #915E97;}

.favorite-sellers-mode .showcase-tabs .li a {background: #D3E3E9;color: #004DA7;}
.favorite-sellers-mode .showcase-tabs .li a:hover {background: #C0D7E5;}
.favorite-sellers-mode .showcase-tabs .li.active a {border-color: #2E87E9;}

.favorite-sellers-mode .showcase-tabs .li.active i {color: #76A6D3;}
/**/




.seo-info {background: #fff;padding: 15px 15px 0;border-radius: 8px;font-size: 16px;line-height: 21px;margin: 10px auto 10px;}
.seo-info:after {content: ""; display: table; clear: both;}

.seo-info h1,
.seo-info h2,
.seo-info h3 {margin: 12px auto 17px; font-weight: 700; color: #000;}

.seo-info h2 {font-size: 20px; line-height: 25px; margin-bottom: 20px;}
.seo-info h3 {font-size: 18px; line-height: 22px;}
.seo-info h4 {font-size: 16px; line-height: 21px;}

.seo-info p {font-size: 16px;line-height:21px;margin: 0 auto 20px;}
.seo-info p.highlighted{border: 1px solid rgba(0, 0, 0, 0.5); padding: 20px 26px 22px; margin: 20px 0 30px; border-radius: 8px;}

.seo-info ul, .seo-info ol {margin: 15px 0;}
.seo-info ul ol, .seo-info ol ol, .seo-info ul ul, .seo-info ol ul {margin: 0 0 10px;}
.seo-info ul {list-style:disc;}
.seo-info ul ul {list-style:circle;}
.seo-info ul li {margin: 5px 0 5px 20px;}

.seo-info ol {list-style:decimal;}
.seo-info ol li {margin: 0 0 10px 20px;}

.seo-info img {max-width: 100%; height: auto;}


.seo-info .aside {background: #F4F6F5;border-radius: 8px;float: left;width: 232px;padding: 20px 20px 20px;margin-right: 20px;margin-bottom: 18px;font-size: 14px;line-height: 18px;}
.seo-info .aside .title {font-size: 16px; line-height: 21px; margin-bottom: 20px;}
.seo-info .aside ol {padding-left: 2px;list-style: none;margin: 0;}
.seo-info .aside li {margin: 0 auto 1em;}
.seo-info .aside i {font-style: normal;margin-right: .6em;}
.seo-info .aside a {text-decoration: none; color: inherit;}

.seo-info .content {margin-bottom: 18px;}
.seo-info .announce + .content {display: none;}

.seo-info b.toggle {display: inline-block;border-radius: 8px;border: 1px solid #D2D8D8;height: 34px;line-height: 32px;padding: 0 15px 0;padding-right: 30px;position: relative;font-weight: normal;font-size: 14px;cursor: pointer;margin-top: 24px;}
.seo-info b.toggle:after {content: "";display: block;position: absolute;width: 12px;height: 16px;top: 50%;margin-top: -8px;right: 11px;background: url(../i/common.svg?v=4) -29px -462px no-repeat;opacity: .75;}
.seo-info .content b.toggle:after {background-position: -69px -463px;}
.seo-info b.toggle:hover {border-color: #000;}

.seo-info .announce {margin-bottom: 18px;}

@media only screen and (max-width: 700px) {
	.seo-info {padding: 10px 12px 12px;}
	.seo-info .aside {float: none;margin: 0 -2px 26px;width: auto;}
}



.seo-content {border-radius: 8px;overflow: hidden;margin: 10px 0 10px;}
.seo-content .header {background: #F4F6F5; padding: 0;}

.seo-content .anchors {padding: 0 8px;}
.seo-content .anchors .ul {padding: 8px 0;}
.seo-content .anchors .li {display: inline-block;}
.seo-content .anchors a {display: inline-block;height: 28px;line-height: 28px;padding: 0 8px;font-size: 14px;border-radius: 6px;margin-right: 2px;}
.seo-content .anchors a:last-child {margin-right: 0;}
.seo-content .anchors a.active {background: #EBE9D3; color: #8B8100;}


.seo-content .nav {min-width: 30px;}
.seo-content .nav.prev {/* padding-left: 8px; */background: -moz-linear-gradient(0, rgba(244, 246, 245,1) 0%, rgba(244, 246, 245,0) 100%);background: -webkit-linear-gradient(0, rgba(244, 246, 245,1) 0%, rgba(244, 246, 245,0) 100%);background: linear-gradient(90deg, rgba(244, 246, 245,1) 0%, rgba(244, 246, 245,0) 100%);}
.seo-content .nav.next {background: -moz-linear-gradient(0, rgba(244, 246, 245,0) 0%, rgba(244, 246, 245,1) 100%);background: -webkit-linear-gradient(0, rgba(244, 246, 245,0) 0%, rgba(244, 246, 245,1) 100%);background: linear-gradient(90deg, rgba(244, 246, 245, 0) 0%, rgba(244, 246, 245,1) 100%);}

.seo-content .nav b {width: 30px;height: 30px;margin-top: -15px;opacity: .6;/* position: absolute; */}
.seo-content .nav b:hover {opacity: 1;}

.seo-content .body {max-height: 250px;overflow-y: auto;background: #fff;padding: 0 16px 10px;line-height: 1.3;font-size: 14px;scroll-margin-top: 90px;}
.seo-content .body h2 {margin: 20px auto 16px;font-size: 24px;scroll-margin: 20px;}
.seo-content .body h3 {margin: 20px auto 16px;font-size: 16px;scroll-margin: 20px;}
.seo-content .body p {margin: 16px auto 16px;}
.seo-content .body ul,
.seo-content .body ol {margin: 16px auto 16px; list-style-position: inside;}

@media only screen and (max-width: 990px) {
	.seo-content .anchors {padding: 0;}
	.seo-content .anchors .li:first-child {margin-left: 8px;}
	.seo-content .anchors .li:last-child {margin-right: 8px;}
	.seo-content .nav {display: none;}
}



/* NEW LAYOUT:*/
body {background: #E5EDE9;}

.section-title {position: relative;margin: 3px auto 10px;/* min-height: 36px; */line-height: 36px;display: flex;flex-flow: row;align-items: center;}
.section-title .title {flex-grow: 1;/* padding: 2px 0; */display: flex;flex-flow: row;flex-wrap: wrap;align-items: center;/* line-height: 36px; */font-size: 26px;word-break: break-word;min-width: 0;}

.section-title .title .ico {display: inline-block;margin-right: 15px;max-height: 26px;max-width: 26px;vertical-align: middle;}
.section-title .title .ico img,
.section-title .title .ico svg {display: block;max-width: 100%;max-height: 100%;}

.section-title .title h1 {display: inline;font-size: 28px;margin: 0 0;font-weight: 700;line-height: 36px;/* vertical-align: bottom; */}
.section-title .title em {display: inline-block;font-style: normal;font-weight: normal;color: #888888;margin-left: .6ex;/* line-height: 30px; *//* vertical-align: bottom; */}
.section-title:not(.dummy) .title em:empty {display: none;}

.section-title b.bookmark-box {}
.section-title b.bookmark {position: relative;display: block;cursor: pointer;width: 25px;height: 30px;margin-left: 8px;background: transparent url(../i/index.svg?v=2) -166px -39px no-repeat;}
.section-title b.bookmark.active {background-position: -216px -39px;}
/*
.section-title b.bookmark:before {content: "";display: block;position: absolute;width: 100%;height: 100%;top: 50%;margin-top: -15px;left: 0;background: url(../i/index.svg?v=2) -166px -39px no-repeat;}
.section-title b.bookmark.active:before {background-position: -215px -39px;}
*/


.section-title .keyword_box {display: block; margin-left: 10px;height: 40px;line-height: 40px;white-space: nowrap;flex-shrink: 0;}
.section-title .keyword_box .words {display: inline-block;background: #F4F6F5;border-radius: 8px;position: relative;height: 40px;line-height: 40px;vertical-align: middle;padding: 0 15px;font-size: 14px;color: #888888;text-decoration: none;}
.section-title .keyword_box .words span {display: inline-block;position: relative;padding-left: 22px;}
.section-title .keyword_box .words span:before {content: "";display: block;position: absolute;width: 16px;height: 18px;text-align: center;left: 0;top: 50%;margin-top: -9px;opacity: .5;background: url(../i/common.svg?v=4) -347px -199px no-repeat;}
.section-title .add_keyword {height: 40px;line-height: 40px;padding-right: 15px;margin-left: 5px;vertical-align: middle;}

.section-title.w_keyword_box {/*margin-bottom: 22px;*/}


.section-title.dummy {position: relative; pointer-events: none;}
.section-title.dummy .title {/* width: 100%; */flex-wrap: nowrap;}
.section-title.dummy h1 {/* font-size: 0; */color: transparent;display: inline-flex;align-items: center;min-width: 0;width: 100%;max-width: 90%;/* min-width: 200px; */position: relative;overflow: hidden;text-indent: -9999px;}
.section-title.dummy h1:before {content: "";display: block;height: 1em;width: 100%;border-radius: 10px;background: #dde2e2;position: relative;overflow: hidden;}
.section-title.dummy h1:after {content: "";position: absolute;z-index: 10;top: 0;bottom: 0;left: 0;right: 0;background: linear-gradient(60deg, rgba(230,234,234,0) 40%, rgba(234,234,234,1), rgba(234,234,234,0) 60%) right / 300% 100%;animation: skeleton-glare 3s linear infinite;}

.section-title.dummy em {font-size: 0;color: transparent;display: inline-flex;align-items: center;position: relative;overflow: hidden;text-indent: -9999px;}
.section-title.dummy em:before {content: "";display: block;width: 1em;height: 1em;border-radius: 50%;background: #dde2e2;position: relative;overflow: hidden;}
.section-title.dummy em:after {content: "";position: absolute;z-index: 10;top: 0;bottom: 0;left: 0;right: 0;background: linear-gradient(60deg, rgba(230,234,234,0) 40%, rgba(234,234,234,1), rgba(234,234,234,0) 60%) right / 300% 100%;animation: skeleton-glare 3s linear infinite;}


.section-title.dummy .bookmark-box {display:none;}


@media only screen and (max-width: 720px) {

	.section-title {line-height: 23px;margin: 5px 0 15px;}

	.section-title .title {}
	.section-title .title .ico {margin-right: 12px;}
	
	.section-title .title h1 {font-size: 18px;line-height: 23px;}
	.section-title .title em {font-size: 16px;/* line-height: 21px; */}


	.section-title.w_keyword_box {padding-left: 0;flex-direction: row;}
	.section-title .keyword_box {height: 28px; line-height: 28px;}
	.section-title .keyword_box .words {height: 28px;line-height: 28px;padding: 0 10px;}
	.section-title .add_keyword {padding: 0; height: 28px;}
	.section-title .add_keyword span {width: 28px;padding-left: 28px;}
}

@media only screen and (min-width: 720.02px) {

	.section-title {/* min-height: 48px; *//* margin: 0 auto 15px; *//* padding-left: 15px; */margin-bottom: 16px;}
	.section-title .title .ico {/* margin-left: -7px; */}

	.section-title b.bookmark {height: 36px;width: 27px;background-position: -35px -36px;}
	.section-title b.bookmark.active {background-position: -105px -36px;}
	.section-title b.bookmark.pushed {background: none;cursor: default;}
}

.section-title b.bookmark.pushed {background: url(../i/loader3.svg) 50% 50% no-repeat !important;background-size: 24px;}
/*
.section-title b.bookmark.pushed:before {background: url(../i/loader3.svg) 50% 50% no-repeat !important;background-size: 24px;}
*/

/* compensate title bottom margin */
.section-title + #itemlist-panel-anchor {margin-top: -10px;}



/* Item Slider */
.item-slider .nav {min-width: 0;width: 0;}

.item-slider .ul {padding-left: 5px;padding-right: 5px;}
.item-slider .li {min-width: 118px;width: 12.1vw;max-width: 118px;}
.item-slider .li-add {min-width: 0; width: auto;}

.item-slider .item {padding: 14px 5px 14px;}
.item-slider .li-add .item {width: auto;min-width: 0;}
.item-slider .item:before {content: none;}

@media only screen and (max-width: 990px) {
	
	.item-slider .frame {background: none;border: none;/* margin-left: -10px; *//* margin-right: -10px; */overflow: visible;}

	.item-slider .frame:before,
	.item-slider .frame:after {content: none;}

	.item-slider .stage {margin-left: -10px;margin-right: -10px;padding-left: 10px;/* padding-right: 10px; */}
	.item-slider .nav {display: none;}
	
	.item-slider .ul {padding: 0;}
	.item-slider .li {/* padding-right: 6px; */margin-right: 6px;}
	
	.item-slider .li-add a {background: #F4F6F5;width: 30px;}

	.item-slider .li:last-child {box-shadow:none;margin-right: 10px;}
	.item-slider .item {padding: 9px 9px 9px;background: #fff;border: 1px solid #c5cdcd;border-radius: 7px;overflow: hidden;}
	.item-slider .li-add .item {padding: 0;}
}













@media only screen and (min-width: 520.02px) {

	.mode-info-block.opened {padding-left: 166px;}
	.mode-info-block.opened:before {left: 20px;top: 50%;bottom: 20px;height: 140px;width: 130px;margin-top: -70px;background-position: -15px -16px;}
}


@media only screen and (min-width: 990.02px) {

	#page_content {background: #E5EDE9;}
	#page_content > .m {display: flex;flex-flow: row;flex-wrap: nowrap;}
	
	#page_content .content_left {/* width: 216px; *//* flex-shrink: 0; *//* background: #F4F6F5; */}
	#page_content .content_left .inner {/* padding: 16px 10px 22px 10px; */}
	
	#page_content .content_right {margin-left: 0;width: 100%;flex-grow: 1; min-width: 0;}
}




@media only screen and (min-width: 1200px) {

	#page_content .content_left {/* width: 292px; */}
	#page_content .content_left .inner {/* padding-left: 20px; *//* padding-right: 20px; */}
}

@media only screen and (min-width: 1360px) {
	
}


@media only screen and (max-width: 995px) { /*1200px*/

}

@media only screen and (max-width: 990px) { /*1200px*/

	#page_content {background: #E5EDE9;}
}

@media only screen and (max-width: 900px) {
	
}

@media only screen and (max-width: 520px) {
	
	/* custom */
	.tag-page .mode-info-block.opened:not(.charity) .header {display: none;}
	.tag-page .mode-info-block.opened:not(.charity) .body {margin-top: 0;}
	
	.tag-page .mode-info-block.opened .body .timer {display: block;margin-top: 12px;}
}


/* search page */
.subscribe_2_keywords {position: relative;display: inline-block;max-width: 50%;margin-bottom: 14px;min-width: 200px;}
.subscribe_2_keywords .b {display: inline-block;background: #87743B;color: #fff;border-radius: 8px;padding: 11px 19px 11px;padding-left: 48px;position: relative;line-height: 18px;font-size: 14px;cursor:pointer;margin: 0 auto;text-decoration: none;/* max-width: 50%; */}
.subscribe_2_keywords .b:before {content: "";display: block;position: absolute;top: 50%;width: 20px;height: 20px;margin-top: -10px;left: 16px;background: url(../i/search_keywords_ico.png) 50% 50% no-repeat;background-size: 18px 18px;}
.subscribe_2_keywords .b:hover {background: #7A6732;}

.subscribe_2_keywords .b span {/* display: inline-block; */}

.subscribe_2_keywords .tip {/* display: none; */position: absolute;left: 0;width: 310px;bottom: 100%;color: #fff;background: rgba(68,69,73,.95);border-radius: 10px;backdrop-filter: blur(3px);font-size: 14px;line-height: 20px;padding: 14px 16px 16px;margin-bottom: 9px;text-align: center;backface-visibility: hidden;min-height: 70px;opacity: 0;pointer-events: none;transition: opacity .25s ease;z-index: -1;}
.subscribe_2_keywords .tip:after {content: "";display: block;position: absolute;width: 0;height: 0;bottom: -6.9px;border-style: solid;left: 50%;margin-left: -12px;border-width: 7px 12px 0 12px;border-color: rgba(68,69,73,.95) transparent transparent transparent;}

.subscribe_2_keywords .tip.right {left: 100%;margin: 0;margin-left: 8px;bottom: auto;top: 50%;transform: translateY(-50%) translateZ(0);text-align: left;}
.subscribe_2_keywords .tip.right:after {left: -6.9px; margin-left: auto; border-width: 12px 7px 12px 0;border-color: transparent rgba(68,69,73,.95) transparent transparent; bottom: auto; top: 50%; margin-top: -12px;}

.subscribe_2_keywords .tip.shown {display: block;opacity: 1;z-index:5;}


/*
.subscribe_2_keywords .tip s {display: block;width: 24px;height: 8px;position: absolute;bottom: -7px;left: 50%;margin-left: -12px;overflow: hidden;}
.subscribe_2_keywords .tip s:before {content: "";display: block;background: rgba(68,69,73,.95);width: 19px;height: 12px;position: absolute;transform: rotate(45deg);bottom: 3px;left: 4px;border-bottom-right-radius: 5px;}
*/

@media only screen and (max-width: 720px) {
	.subscribe_2_keywords {max-width: 100%;}
}

@media only screen and (max-width: 340px) {
	.subscribe_2_keywords .tip {width: 300px;}
}


/* ************** */




.showcase_box {margin: 0 auto 10px;background: #fff;padding: 0 10px;border-radius: 8px;position: relative;z-index: 5;}
.showcase_box .header {padding: 14px 0 14px;border-bottom: 1px solid #E5EDE9;line-height: 20px;font-size: 18px;position: relative;/* position: sticky; */top: 0;z-index: 1;background: #fff;margin: 0 10px;}
.showcase_box .header:after {content: ""; display: table; clear: both;}
.showcase_box .header .title {float: left;padding: 5px 0 5px;}
.showcase_box .header .h3 {font-size: inherit; display: inline-block; margin: 0 auto; font-weight: 700;}
.showcase_box .header em {font-style: normal;color: #888888;margin-left: 8px;}
.showcase_box .header .more {display: inline-block;font-size: 14px;color: #888888;padding-right: 26px;height: 20px;line-height: 20px;text-decoration: none;cursor: pointer;position: relative;position: absolute;top: 50%;margin-top: -10px;right: 0;}
.showcase_box .header .more:before {content: "";position: absolute;top: 50%;right: 0;width: 18px;height: 20px;margin-top: -10px;background: url(../i/index.svg?v=2) -269px -44px no-repeat;opacity: .47;}

.showcase_box .lot_more {display: none;}

.showcase_box .itemlist .lot .body {border-color: transparent;}


/* SHOWCASE ITEMLIST LAYOUT:*/
@media only screen and (min-width: 520.02px) {

	.showcase_box {/* padding: 0 20px 10px; */}
	.showcase_box:hover {z-index: 6;}

	.showcase_box .itemlist {margin-left: -5px;margin-right: -5px;}

	.showcase_box .itemlist .rows:after {position: absolute;content: "";display: block;height: 1px;background: #fff;z-index: 1;left: 0;right: 0;bottom: 0;}

	.showcase_box .itemlist .lot {margin: 5px 0 5px;}
	.showcase_box .itemlist .lot:before {display: block;content: "";width: 1px;position: absolute;right: 0;top: 18px;bottom: 18px;background: #ededed;pointer-events: none;z-index: 4;}
	.showcase_box .itemlist .lot:after {display: block;content: "";height: 1px;position: absolute;left: 0;right: 0;bottom: 0;background: #ededed;pointer-events: none;z-index: 5;}

	.showcase_box .itemlist .lot {padding: 0;/* border-bottom: 1px solid #ededed; */margin: 0;}
	.showcase_box .itemlist .lot .body {padding: 17px !important;/* border: none; */}

	.showcase_box .itemlist .lot .slider .nav.prev {left: -18px;}
	.showcase_box .itemlist .lot .slider .nav.next,
	.showcase_box .itemlist .lot .slider .follow-item.nav{right: -18px;}
}

@media only screen and (min-width: 520.02px) and (max-width: 720px) {
	.showcase_box .itemlist .lot:nth-child(2n+1):after {left: 18px;}
	.showcase_box .itemlist .lot:nth-child(2n):after {right: 18px;}
}

@media only screen and (min-width: 720.02px) and (max-width: 1299px) {

	.showcase_box .itemlist .lot:nth-child(3n):before {content: none;}
	.showcase_box .itemlist .lot:nth-child(3n+1):after {left: 18px;}
	.showcase_box .itemlist .lot:nth-child(3n):after {right: 18px;}
	
}

@media only screen and (min-width: 1300px) {
	
	.showcase_box .itemlist.tile_sm {/* margin-left: -10px; *//* margin-right: -10px; */}

	.showcase_box .itemlist .lot:nth-child(4n):before {content: none;}
	.showcase_box .itemlist .lot:nth-child(4n+1):after {left: 18px;}
	.showcase_box .itemlist .lot:nth-child(4n):after {right: 18px;}
}


@media only screen and (max-width: 520px) {

	.showcase-tabs {/* padding-left: 0; *//* padding-right: 0; */border-radius: 0;overflow: initial;}
	
	.showcase-tabs .scroll-slider {margin-left: -10px;margin-right: -10px;max-width: initial;}
	.showcase-tabs .ul {display: inline-block;padding: 0 10px;white-space: nowrap;}
	.showcase-tabs .nav {display: none; }
	
	.showcase_box {padding-left: 12px;padding-right: 12px;}
	.showcase_box .header {font-size: 16px;line-height: 18px;padding: 15px 0 15px;margin: 0 2px;}
	.showcase_box .header .more {padding: 0;width: 30px;height: 30px;position: absolute;top: 50%;margin-top: -15px;right: -7px;}
	.showcase_box .header .more:before {left: 50%; margin-left: -9px;}
	.showcase_box .header .more span {display: none;}
	
	/**/
	.showcase_box .itemlist {margin-left: -7px;margin-right: -7px;}
	.showcase_box .itemlist.m_tile {margin-left: -12px;margin-right: -12px;}
	/**/
	
	/*scroll test */
	.showcase_box .itemlist.m_tile .rows {display: flex;flex-flow: row;overflow-x: auto;padding-right: 13px;}
	.showcase_box .itemlist.m_tile .lot {flex-basis: 100%;flex-shrink: 0;max-width: calc(100% - 13px);}
	.showcase_box .itemlist.m_tile .lot .body {padding-right: 0;}
	.showcase_box .itemlist.m_tile .lot .preview {pointer-events: none;}
	.showcase_box .itemlist.m_tile .lot .slider-stage {-webkit-transform: none !important;transform: none !important;-webkit-transition: none;transition: none;}
	.showcase_box .itemlist.m_tile .lot .slider-dots,
	.showcase_box .itemlist.m_tile .lot .slider-counter {display: none;}
	/**/
	
	.showcase_box .lot_more {display: block;}
	.showcase_box .lot_more .wrapper {height: 100%;padding: 12px 0 12px 12px;}
	.showcase_box .lot_more .body {height: 100%;background: url(../i/list_tr_more.png) 50% 50% no-repeat;background-size: cover;border-radius: 8px;display: flex;flex-flow: column;align-items: center;text-align: center;justify-content: center;color: #87743B;font-size: 14px;line-height: 18px;padding: 50px 10px 90px !important;/*border: none;*/}
	.showcase_box .lot_more .count {font-size: 70px;line-height: 84px;}
	.showcase_box .lot_more .body a {display: inline-block;text-decoration: none;color: inherit;margin-top: 18px;border: 1px solid rgba(135, 116, 59, 0.9);border-radius: 8px;padding: 5px 36px 7px 12px;position: relative;}
	.showcase_box .lot_more .body a:after {content: "";position: absolute;display: block;top: 50%;right: 12px;width: 18px;height: 20px;margin-top: -10px;background: url(../i/index.svg?v=2) -269px -95px no-repeat;}
}

@media only screen and (max-width: 720px) {

	.showcase_box .itemlist .lot:nth-child(2n):before {content: none;}
}

@media only screen and (min-width: 520.02px) and (max-width: 1300px) {

	/**/
	.showcase_box .itemlist.tile_sm .lot:nth-child(7),
	.showcase_box .itemlist.tile_sm .lot:nth-child(8) {display: none;}
	/**/
}