/* Templates Carousel */

#main_content .templates_carousel_widget {
	margin-top: 32px;
	margin-bottom: 48px;
	position: relative;
}

.page-create-home #main_content .templates_carousel_widget {
	margin-top: 16px;
	margin-bottom: 80px;
}

#main_content .templates_carousel_widget .templates_carousel_navigation.next {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background: #FFFFFF;
	box-shadow: 0px 4px 8px rgba(38, 49, 71, 0.08);
	position: absolute;
	top: calc(50% - 20px);
	right: -30px;
	cursor: pointer;
	z-index: 9;
}

#main_content .templates_carousel_widget.shadow-r121216 .templates_carousel_navigation.next {
	background: #7D7D8C;
}

.page-create-home #main_content .templates_carousel_widget .templates_carousel_navigation.next {
	top: 70px;
	right: -10px;
}

#main_content .templates_carousel_widget.scrolled_to_end .templates_carousel_navigation.next {
	display: none;
}

#main_content .templates_carousel_widget .templates_carousel_navigation.next:after {
	content: "";
	display: block;
	width: 10px;
	height: 16px;
	margin: 12px auto;
	background: url('data:image/svg+xml;utf8,<svg width="10" height="16" viewBox="0 0 10 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.23387 8.78167L2.35411 15.574C1.91648 16.0063 1.20692 16.0063 0.7695 15.574C0.332042 15.1421 0.332042 14.4416 0.7695 14.0097L6.85703 7.99951L0.769677 1.98953C0.332219 1.55745 0.332219 0.856993 0.769677 0.42508C1.20714 -0.00700897 1.91665 -0.00700897 2.35429 0.42508L9.23405 7.21753C9.45278 7.43359 9.56202 7.71646 9.56202 7.99948C9.56202 8.28263 9.45256 8.56571 9.23387 8.78167Z" fill="%238690A3"/></svg>');
}

#main_content .templates_carousel_widget.shadow-r121216 .templates_carousel_navigation.next:after {
	background: url('data:image/svg+xml;utf8,<svg width="10" height="16" viewBox="0 0 10 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.23387 8.78167L2.35411 15.574C1.91648 16.0063 1.20692 16.0063 0.7695 15.574C0.332042 15.1421 0.332042 14.4416 0.7695 14.0097L6.85703 7.99951L0.769677 1.98953C0.332219 1.55745 0.332219 0.856993 0.769677 0.42508C1.20714 -0.00700897 1.91665 -0.00700897 2.35429 0.42508L9.23405 7.21753C9.45278 7.43359 9.56202 7.71646 9.56202 7.99948C9.56202 8.28263 9.45256 8.56571 9.23387 8.78167Z" fill="white"/></svg>');
}

#main_content .templates_carousel_widget .templates_carousel_navigation.prev {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background: #FFFFFF;
	box-shadow: 0px 4px 8px rgba(38, 49, 71, 0.08);
	position: absolute;
	top: calc(50% - 20px);
	left: -30px;
	cursor: pointer;
	z-index: 9;
}

#main_content .templates_carousel_widget.shadow-r121216 .templates_carousel_navigation.prev {
	background: #7D7D8C;
}

.page-create-home #main_content .templates_carousel_widget .templates_carousel_navigation.prev {
	top: 70px;
	left: -10px;
}

#main_content .templates_carousel_widget.scrolled_to_start .templates_carousel_navigation.prev {
	display: none;
}

#main_content .templates_carousel_widget .templates_carousel_navigation.prev:after {
	content: "";
	display: block;
	width: 10px;
	height: 16px;
	margin: 12px auto;
	background: url('data:image/svg+xml;utf8,<svg width="10" height="16" viewBox="0 0 10 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.23387 8.78167L2.35411 15.574C1.91648 16.0063 1.20692 16.0063 0.7695 15.574C0.332042 15.1421 0.332042 14.4416 0.7695 14.0097L6.85703 7.99951L0.769677 1.98953C0.332219 1.55745 0.332219 0.856993 0.769677 0.42508C1.20714 -0.00700897 1.91665 -0.00700897 2.35429 0.42508L9.23405 7.21753C9.45278 7.43359 9.56202 7.71646 9.56202 7.99948C9.56202 8.28263 9.45256 8.56571 9.23387 8.78167Z" fill="%238690A3"/></svg>');
	transform: rotate(180deg);
}

#main_content .templates_carousel_widget.shadow-r121216 .templates_carousel_navigation.prev:after {
	background: url('data:image/svg+xml;utf8,<svg width="10" height="16" viewBox="0 0 10 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.23387 8.78167L2.35411 15.574C1.91648 16.0063 1.20692 16.0063 0.7695 15.574C0.332042 15.1421 0.332042 14.4416 0.7695 14.0097L6.85703 7.99951L0.769677 1.98953C0.332219 1.55745 0.332219 0.856993 0.769677 0.42508C1.20714 -0.00700897 1.91665 -0.00700897 2.35429 0.42508L9.23405 7.21753C9.45278 7.43359 9.56202 7.71646 9.56202 7.99948C9.56202 8.28263 9.45256 8.56571 9.23387 8.78167Z" fill="white"/></svg>');
}

#main_content .templates_carousel_widget .item_wrapper {
	overflow: hidden;
	position: relative;
}

#main_content .templates_carousel_widget:before {
	content: "";
	display: block;
	position: absolute;
	left: -5px;
	top: 0px;
	width: 56px;
	height: 100%;
	background: linear-gradient(270deg, #F5EEE7 8.93%, rgba(245, 238, 231, 0) 76.79%);
	transform: matrix(-1, 0, 0, 1, 0, 0);
	z-index: 8;
}

#main_content .templates_carousel_widget.shadow-white:before {
	background: linear-gradient(270deg, #FFFFFF 8.93%, rgba(245, 238, 231, 0) 76.79%);
}

#main_content .templates_carousel_widget.shadow-black:before {
	background: linear-gradient(270deg, #000 8.93%, rgba(245, 238, 231, 0) 76.79%);
}

#main_content .templates_carousel_widget.shadow-r121216:before {
	background: linear-gradient(270deg, #121216 11.11%, rgba(18, 18, 22, 0) 100%);
}

.page-create-home #main_content .templates_carousel_widget:before {
	background: linear-gradient(270deg, #FFF 8.93%, rgba(245, 238, 231, 0) 76.79%);
	top: 0px;
	height: 180px;
}

#main_content .templates_carousel_widget.scrolled_to_start:before {
	content: none;
}

#main_content .templates_carousel_widget:after {
	content: "";
	display: block;
	position: absolute;
	right: -5px;
	top: 0px;
	width: 56px;
	height: 100%;
	background: linear-gradient(90deg, #F5EEE7 8.93%, rgba(245, 238, 231, 0) 76.79%);
	transform: matrix(-1, 0, 0, 1, 0, 0);
	z-index: 8;
}

#main_content .templates_carousel_widget.shadow-white:after {
	background: linear-gradient(90deg, #FFFFFF 8.93%, rgba(245, 238, 231, 0) 76.79%);
}

#main_content .templates_carousel_widget.shadow-black:after {
	background: linear-gradient(90deg, #000 8.93%, rgba(245, 238, 231, 0) 76.79%);
}

#main_content .templates_carousel_widget.shadow-r121216:after {
	background: linear-gradient(90deg, #121216 11.11%, rgba(18, 18, 22, 0) 100%);
}

.page-create-home #main_content .templates_carousel_widget:after {
	background: linear-gradient(90deg, #FFF 8.93%, rgba(245, 238, 231, 0) 76.79%);
	top: 0px;
	height: 180px;
}

#main_content .templates_carousel_widget.scrolled_to_end:after {
	content: none;
}

#main_content .templates_carousel_widget .item_wrapper_scroll {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

#main_content .templates_carousel_widget .item {
	display: inline-block;
	margin-right: 16px;
}

#main_content .templates_carousel_widget .item:last-child {
	margin-right: 0;
}


#main_content .templates_carousel_widget .item img {
	border: solid 3px transparent;
	border-radius: 10px;
}

#main_content .templates_carousel_widget .item:hover img {
	border: 3px solid #2153CC;
}

#main_content .templates_carousel_widget .item a.link {
	display: block;
	text-align: center;
	margin-top: 8px;
	font-family: "Fugue Regular";
	font-size: 14px;
	line-height: 20px;
	color: #121316;
}

#main_content .templates_carousel_widget .item .wrapper {
	position: relative;
}

#main_content .templates_carousel_widget .item .wrapper .template-badge {
	position: absolute;
	top: 7px;
	right: 7px;
}

#main_content .templates_carousel_widget .item:hover a.link {
	color: #2153CC;
}

#main_content .templates_carousel_widget .item a.link:hover {
	text-decoration: none;
}

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

	.templates_carousel_widget .templates_carousel_navigation.next {
		top: 270px;
	}

	.templates_carousel_widget .templates_carousel_navigation.prev {
		top: 270px;
	}

}