

/* Start:/local/templates/barnsly.store/components/bitrix/news/sales/style.css?1696423511545*/
.actions-list .tile-wrap:first-child { text-align: center; }
.actions-list .tile-wrap:first-child .tile-time { display: none; }
.actions-list .tile-wrap:first-child .btn-simple { display: none; }

@media screen and (max-width: 800px){
	.actions-list .tile-wrap:first-child .tile-time { display: block; }
	.actions-list .tile-wrap:first-child .btn-simple { display: inline-block; }
}

.blog-banner.banner-no-bg .banner-elem h1 {
	max-height: unset !important;
}

@media all and (min-width: 1024px) {
	.flex-order-top .product {
		width: 25%;
	}
}
/* End */


/* Start:/local/templates/barnsly.store/components/bitrix/menu/personal/style.css?16831299641794*/
#personalMenu{
	border-bottom: 1px solid #f1f1f1;
	margin: 0px 0px 24px 0px;
	overflow: hidden;
	list-style: none;
	padding: 0;
}

#personalMenu li{
	margin-bottom: 24px;
	margin-right: 24px;
	float: left;
}

#personalMenu li:last-child{
	margin-right: 0;
}

#personalMenu li a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	/*text-transform: uppercase;*/
	text-decoration: none;
	font-size: 16px;
	color: #000000;
}

#personalMenu li a:active{
	position: relative;
	top: 1px;
}

#personalMenu li .selected{
	border-bottom: 1px dashed #000000;
	font-family: 'robotobold';
	padding-bottom: 4px;
}

#personalMenu li .selected:hover{
	color: #000000;
}

@media all and (max-width: 1024px) {

	#personalMenuWrap{
		position: relative;
		min-width: 100%;
		overflow: hidden;
		overflow-x: auto;
		/* height: 40px; */
	}

	#personalMenuWrap ul{
		white-space: nowrap;
		overflow: auto;
	}

	#personalMenu li{
		white-space: nowrap;
		float: none;
		display: inline-block;
		vertical-align: top;
		margin-right: 18px;
		margin-bottom: 18px;
	}

	#personalMenu::after {
	    background: -moz-linear-gradient(left, rgba(255,255, 255, 0.2), #ffffff 100%);
	    background: -webkit-linear-gradient(left, rgba(255,255, 255, 0.2), #ffffff 100%);
	    background: -o-linear-gradient(left, rgba(255,255, 255, 0.2), #ffffff 100%);
	    background: -ms-linear-gradient(left, rgba(255,255, 255, 0.2), #ffffff 100%);
	    background: linear-gradient(to right, rgba(255,255, 255, 0.2), #ffffff 100%);
	    pointer-events: none;
	    position: absolute;
	    right: 0;
	    top: 0;
	    height: 100%;
	    content: '';
	    width: 35px;
	}

}

@media all and (max-width: 768px) {
	#personalMenuWrap ul {
		display: flex;
		flex-wrap: wrap;
	}
}
/* End */


/* Start:/local/templates/barnsly.store/components/bitrix/news/sales/bitrix/news.list/test/style.css?17228747447486*/
#cont-anchor {
	display: none;
}
.tiles-list {
	margin-top: 30px !important;
}
.new-tile {
	margin: 0 0 120px;
}
.new-tile .new-tile-box {
    display: flex;
    flex-direction: row;
	align-items: center;
	justify-content: space-between;
	position: relative;
	font-size: 20px;
	line-height: normal;
	/* max-width: 80%; */
    gap: 20px;


    margin: 0 0 20px;
    background: #f4f4f4;
    border-radius: 5px;
	overflow: hidden;
	min-height: 170px;
}
.new-tile .new-tile-box .new-tile-text {
	padding: 20px 40px;
}
.new-tile h3 {
	margin: 0 0 5px;
}
.new-tile h3 a {
	font-size: 28px;
	color: #000;
	text-decoration: none;
}
.new-image-wrap {
	background-size: cover;
    background-repeat: no-repeat;
	width: 26%;
    /* max-width: 26%; */
	min-width: 380px;
	align-self: stretch;
}

.new-tile .btn-simple.btn-micro {
    padding: 6px 8px;
    color: #f13942;
    font-weight: 500;
    border: 2px solid #ff7774;
    border-radius: 3px;
    font-size: 13px;
    margin: 20px 0 0;
	transition: all .3s;
}

@media screen and (max-width: 900px){
	.new-tile h3 a {
		font-size: 24px;
	}
	.new-image-wrap {
		background-size: contain;
		min-width: 250px;
        aspect-ratio: 6.8 / 3;
		align-self: center;
	}
}
@media screen and (max-width: 600px){
	#personalMenuWrap {
		display: none;
	}

	.new-tile {
		margin: 0 0 60px;
	}
	.new-tile .new-tile-box .new-tile-text {
		padding: 20px 25px;
	}
	.new-tile h3 a {
		font-size: 22px;
	}
	.new-tile .new-tile-box {
		align-items: start;
		flex-direction: column;
		gap: 0;
		font-size: 16px;
		min-height: unset;
	}
	.new-image-wrap {
        background-size: cover;
		min-width: auto;
		width: 100%;
    }
}








.tiles-list .btn-simple.btn-micro {
	padding: 6px 8px;
	color: #f13942;
	font-weight: 500;
	border: 2px solid #ff7774;
	border-radius: 3px;
	font-size: 13px;
	margin: 20px 0 0;
}

.tiles-list { max-width: none; margin: -12px; font-size: 0; }
.tiles-list .tile-wrap { display: inline-block; width: 25%; padding: 12px; vertical-align: top; -webkit-box-sizing: border-box; box-sizing: border-box; color: #000; }
.tiles-list .tile { height: 396px; border: 1px solid #e7e8ea; }
.tiles-list .tb { height: 100%; }
.tiles-list .tc {
	vertical-align: top;
	position: relative;
}
.tiles-list .tile.no-image .tc { vertical-align: middle; }
.tiles-list .tile.no-image .h3 { max-height: 60px; }
.tiles-list .tile.center-image .image { background-size: contain; }
.tiles-list .image-wrap { position: relative; display: block; height: 200px; overflow: hidden; }
.tiles-list .image { position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: block; background-size: cover; background-repeat: no-repeat; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.tiles-list .image-wrap:hover .image { -webkit-transform: scale(1.02); transform: scale(1.02); }
.tiles-list .tile-text {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 30px 25px;
	text-align: left;
	position: absolute;
    bottom: 0;
}
.tiles-list .tile-time { 
	display:none;
	font-size: 13px;
	color: #888888;
}
.tiles-list .tile-time:after { content: ""; display: block; width: 50px; height: 1px; margin: 8px 0 12px; background: #cccccc; }
.tiles-list .tile-date { margin-bottom: 6px; font-size: 13px; color: #cccccc; }
.tiles-list .tile-wrap:first-child:hover {

}
.tiles-list .tile-wrap:first-child .h3:hover {
	color: #fff !important;
}
.tiles-list .h3 {
	margin-bottom: 6px;
	font-weight: 600;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.tiles-list .tile-descr {
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.tiles-list .tile-descr b {
	font-weight: 100;
}
.tiles-list .btn-simple { margin-top: 8px; }
.tiles-list .tile-wrap:first-child {
	width: 50%;
	color: #fff;
	transition: all 0.3s ease;
}
.tiles-list .tile-wrap:first-child .tb { position: relative; }
.tiles-list .tile-wrap:first-child .image-wrap { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.tiles-list .tile-wrap:first-child .h3 {
	font-size: 23px;
	font-weight: 600;
	line-height: normal;
	color: #fff;

	display: none;
}
.tiles-list .tile-wrap:first-child .tile-text { 
	position: absolute; z-index: 10; bottom: 0; left: 0; width: 100%;
	padding: 17px 40px;
	background: #f44336;
	background: linear-gradient(45deg, #f44336, #e91e63);
	
	-webkit-box-shadow: 0 0 16px 0 rgba(255,255,255, 0.3);
	box-shadow: 0 0 16px 0 rgba(255,255,255, 0.3); 
	
}
.tiles-list .tile-wrap:first-child:hover {
	opacity: 0.7;
}

@media screen and (max-width: 1700px){
	.tiles-list { margin: -6px; }
	.tiles-list .tile-wrap { padding: 6px; }
}


@media screen and (max-width: 1600px){
	.tiles-list .tile { height: 330px; }
	.tiles-list .tile-wrap:first-child { width: 50%; }
	.tiles-list .tile-wrap { width: 25%; }
	.tiles-list .image-wrap { height: 160px; }
	.tiles-list .tile-time:after { margin: 3px 0 6px; }
}

@media screen and (max-width: 1300px){
	.tiles-list .tile-wrap { width: 33.333%; }
	.tiles-list .tile-wrap:first-child { width: 66.666%; }
}

@media screen and (max-width: 1024px){
	.tiles-list .tile-wrap { width: 25%; }
	.tiles-list .tile-wrap:first-child { width: 50%; }
}

@media screen and (max-width: 950px){
	.tiles-list .tile-wrap { width: 33.333%; }
	.tiles-list .tile-wrap:first-child { width: 66.666%; }
}

@media screen and (max-width: 800px){
	.tiles-list .tile-wrap:nth-child(n) { 
		width: 100%;
		min-height: 180px;
	}
	.tiles-list .tile-text {
		position: relative;
	}
	.tiles-list .tile { height: auto; padding: 18px; }
	.tiles-list .tile-wrap:first-child .h3 {
		color:#000;
		font-size: 16px;
	}
	.tiles-list .tb {  }
	.tiles-list .tc { display: table-row; }
	.tiles-list .tile-wrap:first-child .image-wrap { position: relative; left: auto; top: auto; display: table-cell; vertical-align: middle; width: 40%; height: auto; padding-right: 4%; }
	.tiles-list .image-wrap { display: table-cell; vertical-align: middle; width: 40%; height: auto; padding-right: 4%; }
	.tiles-list .image { position: relative; left: auto; top: auto; height: 140px; }
	.tiles-list .tile-date { margin-bottom: 3px; }
	.tiles-list .tile-descr { max-height: 30px; }
	.tiles-list .tile-wrap:first-child .tile-text { position: relative; left: auto; bottom: auto; width: auto; background: no-repeat; -webkit-box-shadow: none; box-shadow: none; text-align: left; color: #000; }
	.tiles-list .tile-wrap:nth-child(n) .tile-text { display: table-cell; vertical-align: middle; padding: 0; }
	.tiles-list .tile-wrap:first-child .btn-simple { display: inline-block; }
	.tiles-list .tile-wrap:first-child .tile-time { display: block; }
	.tiles-list .tile-wrap:first-child .tile-date { margin: 0 0 6px 0; }
}


.blog-list .tile-wrap:first-child .tile-text { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.blog-list .tile-wrap:first-child .tile-date { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; margin: 6px 0 0 24px; }
.blog-list .tile-wrap:first-child .tile-descr { width: 100%; }

@media screen and (max-width: 800px){
	.blog-list .tile-wrap:first-child .tile-text { display: block; }
	.blog-list .tile-wrap:first-child .tile-date  { margin: 0 0 3px; }
}
/* End */


/* Start:/local/templates/barnsly.store/components/bitrix/system.pagenavigation/round/style.css?15543898822281*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/* End */


/* Start:/local/templates/barnsly.store/components/dresscode/catalog.section/squares/style.css?17522275201089*/
.items.productList{
	margin-bottom: 24px;
}

.removeFromWishlist{
	display: none;
}


#nextSection{
	border-right: 1px solid #e7e8ea;
	border-left: 1px solid #e7e8ea;
	border-top: 1px solid #e7e8ea;
	margin-bottom: 24px;
	border-radius: 4px;
	margin-top: 24px;
}

#nextSection .title{
	background-color: #f3f3f3;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 12px;
	padding-top: 12px;
	cursor: pointer;
	font-size: 14px;
	display: block;
}

#nextSection ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#nextSection li,
#nextSection .title{
	border-bottom: 1px solid #e7e8ea;
}

/*#nextSection li{
	padding: 12px 24px;
}*/

#nextSection li a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	display: inline-block;
    padding: 12px 24px;
	font-size: 13px;
	color: #000000;
}

#nextSection li a:hover,
#nextSection li .selected{
	color: #ffa800;
}

#nextSection li .cnt{
	color: #888888;
	float: right;
}


.bottom-questions h2,
.bottom-questions h3 {
	margin: 2rem 0 1rem;
}
/* End */
/* /local/templates/barnsly.store/components/bitrix/news/sales/style.css?1696423511545 */
/* /local/templates/barnsly.store/components/bitrix/menu/personal/style.css?16831299641794 */
/* /local/templates/barnsly.store/components/bitrix/news/sales/bitrix/news.list/test/style.css?17228747447486 */
/* /local/templates/barnsly.store/components/bitrix/system.pagenavigation/round/style.css?15543898822281 */
/* /local/templates/barnsly.store/components/dresscode/catalog.section/squares/style.css?17522275201089 */
