.button {
	width: auto;
	color: #fff;
	padding: 0 3rem;
	text-align: center;
	display: -webkit-inline-box;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 600;
	border-radius: 6px;
	position: relative;
	cursor: pointer;
	-webkit-transition: background-color .3s ease-out;
	-moz-transition: background-color .3s ease-out;
	-o-transition: background-color .3s ease-out;
	transition: background-color .3s ease-out
}

.button:hover {
	-webkit-transition: background-color .3s ease-out;
	-moz-transition: background-color .3s ease-out;
	-o-transition: background-color .3s ease-out;
	transition: background-color .3s ease-out
}

.button.disabled {
	pointer-events: none;
	cursor: pointer
}

.button.secondary {
	background: #fff8f4;
	color: #ff6f26
}

.button.orange {
	background: #ff6f26
}

.button.orange:hover {
	background: #d94900
}

.button.orange:active {
	background: #a63800
}

.button.green {
	background: #87d840
}

.button.green:hover {
	background: #61a923
}

.button.green:active {
	background: #497f1a
}

.button.green[disabled] {
	opacity: 1;
	cursor: not-allowed;
	border: none;
	color: #fff;
	background: #87d840
}

.button.normal {

	line-height: 2rem;
	width: auto;
}

.button.normal i {
	font-size: 1rem;
	line-height: 2rem;

}

.button.medium {
	line-height: 3.8rem;
	font-size: 1.4rem
}

.button.border-normal {
	background: #fff;
	border: solid #e0e8ec .1rem;
	background: 0 0;
	color: #b4b9bc;
	line-height: 4.8rem;
	-webkit-transition: .3s;
	transition: .3s
}

.button.border-normal i {
	color: #e0e5e8;
	-webkit-transition: .3s;
	transition: .3s
}



.button.border-normal:hover i {
	color: #2e3440
}

.button.border-medium {
	padding: 0 3rem;
	line-height: 3.8rem;
	border-radius: .8rem;
	font-weight: 600;
	font-size: 1.4rem;
	border: solid #e8eaeb .1rem;
	color: #b4b9bc;
	background: 0 0;
	-webkit-transition: border .3s, color .3s;
	-moz-transition: border .3s, color .3s;
	-o-transition: border .3s, color .3s;
	transition: border .3s, color .3s
}



.button.border-medium[disabled] {
	padding: 0 3rem;
	line-height: 3.8rem;
	border-radius: .8rem;
	font-weight: 600;
	font-size: 1.4rem;
	border: solid #e8eaeb .1rem;
	color: #b4b9bc;
	opacity: 1
}

.button.border-normal {
	padding: 0 3rem;
	line-height: 4.8rem;
	border-radius: .8rem;
	font-weight: 600;
	font-size: 1.6rem;
	border: solid #e8eaeb .1rem;
	color: #b4b9bc;
	background: 0 0;
	-webkit-transition: border .3s, color .3s;
	-moz-transition: border .3s, color .3s;
	-o-transition: border .3s, color .3s;
	transition: border .3s, color .3s
}


.button.border-normal[disabled] {
	padding: 0 3rem;
	line-height: 3.8rem;
	border-radius: .8rem;
	font-weight: 600;
	font-size: 1.4rem;
	border: solid #e8eaeb .1rem;
	color: #b4b9bc;
	opacity: 1
}

.button.border-small {
	padding: 0 3rem;
	line-height: 3rem;
	border-radius: .8rem;
	font-weight: 600;
	font-size: 1.3rem;
	border: solid #e8eaeb .1rem;
	color: #b4b9bc;
	background: 0 0;
	-webkit-transition: border .3s, color .3s;
	-moz-transition: border .3s, color .3s;
	-o-transition: border .3s, color .3s;
	transition: border .3s, color .3s
}



.button.small {
	line-height: 3.5rem;
	font-size: 1.3rem;
	padding: 0 2rem
}

.button.basket img {
	width: 2.3rem;
	margin-right: 1rem;
	display: flex
}

.button.green {
	background: #87d840
}

.button.continue i {
	padding-right: 0;
	padding-left: 1.5rem
}

.button.back i {
	padding-left: 0;
	padding-right: 1.5rem
}

.button.next i {
	padding-right: 0;
	padding-left: 1.5rem
}

.button.gift {
	background: #ff5858;
	background: #ff5858
}

.button.gift:hover {
	background: #ff0c0c
}

.button.gift:active {
	background: #d80000
}

.button.gift i {
	padding-left: 0;
	padding-right: 1.5rem
}

.button.danger {
	background: #ff3d3d;
	background: #ff3d3d;
	border: none
}

.button.danger:hover {
	background: #f00000
}

.button.danger:active {
	background: #bd0000
}

.button[disabled] {
	cursor: default;
	background: #d9d9d9;
	color: #b3b3b3;
	-webkit-transition: .3s;
	transition: .3s
}

.button[disabled]:hover {
	opacity: .5
}

.social-button {
	color: #fff;
	border-radius: 5rem;
	line-height: 5rem;
	padding: 0 1rem;
	text-align: center
}

.social-button i {
	font-size: 1.9rem;
	line-height: 5rem;
	display: inline-block;
	margin-right: 1rem
}

.social-button span {
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 500
}

.social-button.instagram {
	background: #e1306c
}

.social-button.instagram:hover {
	background: #ac194b
}

.social-button.instagram:active {
	background: #7f1237
}

.social-button.facebook {
	background: #3b5998
}

.social-button.facebook:hover {
	background: #263961
}

.social-button.facebook:active {
	background: #17233c
}

.social-button.google {
	border: solid #4285f4 .1rem;
	position: relative;
	color: #4285f4;
	line-height: 5.8rem
}

.social-button.google:before {
	content: '';
	width: 2.4rem;
	height: 2.4rem;
	background: url(../images/icons/form/icon-google.svg) no-repeat;
	position: absolute;
	left: 2rem;
	top: 1.6rem
}

.social-button.google span {
	margin-left: 2rem !important
}

.social-button.upload {
	background: #7d5897
}

.social-button.upload:hover {
	background: #68497d
}

.modal-gift .modal-content {
	padding: 0 2rem 1rem
}

.modal-gift .modal-content .text-area {
	padding: 0;
	min-height: 4rem;
	margin-top: 1rem;
	border-radius: 0;
	font-size: 1.6rem;
	font-weight: 500;
	color: #2e3440;
	padding-bottom: .5rem;
	-webkit-transition: .3s;
	transition: .3s;
	margin-top: 3rem;
	max-height: 12rem
}

.modal-gift .modal-content .text-area:focus {
	border-bottom: solid #ff5858 .1rem
}

.modal-gift .modal-content .button.gift {
	float: right
}

.modal-gift .modal-content .gift i {
	color: #fff
}

.modal-gift .modal-container {
	width: 50rem
}

.modal-gift .ready-notes .head {
	height: 5rem;
	margin-bottom: .5rem
}

.modal-gift .ready-notes .head img {
	width: 2.5rem;
	padding-top: 1rem;
	display: inline-block
}

.modal-gift .ready-notes .head span {
	color: #16282c;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 5rem;
	display: inline-block
}

.modal-gift .ready-notes ul {
	margin: 0
}

.modal-gift .ready-notes ul li {
	display: inline-block;
	margin-right: 1rem;
	margin-bottom: 1rem;
	border: none;
	padding: 0
}

.modal-gift .ready-notes ul li:last-child {
	margin-right: 0
}

.modal-gift .ready-notes ul li a {
	background: rgba(68, 0, 255, .05);
	line-height: 3.5rem;
	padding: 0 1.7rem;
	font-size: 1.3rem;
	font-weight: 600;
	display: block;
	border-radius: 3.5rem
}

.modal-gift .ready-notes ul li a:hover {
	background: #40f;
	color: #fff
}

.modal-gift .write {
	background: #fc9a44;
	color: #fff;
	line-height: 3.5rem;
	display: inline-block !important;
	font-size: 1.3rem;
	border-radius: 3.5rem;
	padding: 0 2rem;
	font-weight: 500;
	background: #fc9a44
}

.modal-gift .write:hover {
	background: #f07204
}

.modal-gift .write:active {
	background: #bd5a03
}

.modal-forget-password .modal-container {
	width: 58rem
}

.modal-contract .modal-container {
	margin: auto;
	padding-left: 2rem
}

.modal-contract .modal-content {
	overflow: scroll;
	overflow-x: auto;
	height: 50rem
}

@media screen and (max-width:648px) {
	.modal-contract .modal-content {
		overflow: scroll;
		padding-bottom: 12rem;
		height: -webkit-fill-available
	}
}

.modal-contract .modal-content td {
	line-height: 2rem !important
}

.modal-contract .modal-content span {
	font-size: 1.3rem;
	color: #2e3440;
	line-height: 2rem
}

.modal-contract tbody tr td {
	font-weight: 500
}

.modal-box-dialog .modal-container {
	width: 50rem;
	margin: auto
}

.modal-box-dialog .modal-dialog-close {
	position: absolute;
	top: 1.5rem;
	right: 3.5rem;
	width: 4.5rem;
	height: 4.5rem;
	text-align: center;
	border-radius: 100%;
	border: solid #f3f3f3 .1rem
}

.modal-box-dialog i {
	font-size: 3rem;
	color: #2e3440;
	cursor: pointer;
	line-height: 4.5rem
}

.modal-box-dialog .modal-content {
	padding: 3rem 2rem
}

.modal-box-dialog .buttons .cancel {
	width: 50%;
	display: inline-block;
	padding-right: 1rem
}

.modal-box-dialog .buttons .delete {
	width: 50%;
	display: inline-block;
	padding-left: 1rem
}

.delivery-table .row {
	flex-direction: row !important;
	height: 4rem !important
}

.delivery-table .list .list-head {
	display: block
}

.delivery-table .list .list-head .head {
	width: calc(100% - 22rem);
	max-width: 42rem;
	display: inline-block;
	font-size: 1.5rem;
	color: #2e3440;
	font-weight: 500;
	line-height: 4rem
}

.delivery-table .list .list-head .head:nth-child(2) {
	width: 22rem;
	padding-left: 0
}

.delivery-table .list .list-head small {
	font-size: 1.5rem;
	color: #2e3440;
	font-weight: 500;
	line-height: 2rem;
	line-height: 2rem;
	display: block;
	margin-bottom: 1rem
}

.delivery-table .list .list-info {
	max-height: 30rem;
	overflow: auto
}

.delivery-table .list ul {
	margin-bottom: 1rem
}

.delivery-table .list ul li {
	font-size: 1.5rem;
	color: #2e3440;
	font-weight: 400;
	line-height: 4rem;
	padding-left: 1rem;
	list-style: none
}

.delivery-table .list ul li:nth-child(odd) {
	background: #f8f8f8
}

.delivery-table .list .row:nth-child(odd) {
	background: #f8f8f8
}

.delivery-table .list .row .item {
	width: calc(100% - 20rem);
	max-width: 42rem;
	display: inline-block;
	font-size: 1.5rem;
	color: #2e3440;
	font-weight: 400;
	line-height: 4rem;
	padding-left: 1rem
}

.delivery-table .list .row .item:nth-child(2) {
	width: 20rem;
	padding-left: 0
}

.delivery-table .info .cargo {
	margin-bottom: 1rem;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 4.4rem
}

.delivery-table .info .cargo img {
	width: 6.9rem;
	margin-right: .5rem
}

.delivery-table .info span {
	font-size: 1.2rem;
	line-height: 1.6rem;
	display: block;
	color: #2e3440;
	margin-bottom: 1rem
}

.modal-delivery {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 105;
	top: 0;
	left: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center
}

.modal-delivery .modal-content {
	width: 63rem
}

@media screen and (max-width:648px) {
	.modal-delivery .modal-content {
		width: 100%;
		overflow: scroll;
		padding-bottom: 12rem;
		height: -webkit-fill-available
	}
}

.product-detail-modal-content .info span {
	font-size: 1.2rem;
	line-height: 1.6rem;
	display: block;
	color: #2e3440;
	margin-bottom: 1rem
}

.modal-product-detail,
.modal-product-detail-size,
.modal-product-cargo-or-jet {
	visibility: hidden;
	opacity: 0;
	text-align: left;
	position: fixed;
	z-index: 105;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.modal-product-detail .modal-content,
.modal-product-detail-size .modal-content,
.modal-product-cargo-or-jet .modal-content {
	width: 63rem
}

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

	.modal-product-detail .modal-content,
	.modal-product-detail-size .modal-content,
	.modal-product-cargo-or-jet .modal-content {
		width: 100%;
		overflow: scroll;
		padding-bottom: 12rem;
		height: -webkit-fill-available
	}
}

.modal-contract,
.modal-box-campaings,
.modal-delivery,
.modal-product-detail,
.modal-product-detail-size,
.modal-product-cargo-or-jet {
	visibility: hidden;
	opacity: 0
}

.modal-contract.is-visible,
.modal-box-campaings.is-visible,
.modal-delivery.is-visible,
.modal-product-detail.is-visible,
.modal-product-detail-size.is-visible,
.modal-product-cargo-or-jet.is-visible {
	visibility: visible;
	opacity: 1
}

.modal-contract.is-visible .modal-transition,
.modal-box-campaings.is-visible .modal-transition,
.modal-delivery.is-visible .modal-transition,
.modal-product-detail.is-visible .modal-transition,
.modal-product-detail-size.is-visible .modal-transition,
.modal-product-cargo-or-jet.is-visible .modal-transition {
	opacity: 1
}

.modal-contract.is-visible .modal-overlay,
.modal-box-campaings.is-visible .modal-overlay,
.modal-delivery.is-visible .modal-overlay,
.modal-product-detail.is-visible .modal-overlay,
.modal-product-detail-size.is-visible .modal-overlay,
.modal-product-cargo-or-jet.is-visible .modal-overlay {
	opacity: 1;
	visibility: visible
}

.modal-contract .modal-overlay,
.modal-box-campaings .modal-overlay,
.modal-delivery .modal-overlay,
.modal-product-detail .modal-overlay,
.modal-product-detail-size .modal-overlay,
.modal-product-cargo-or-jet .modal-overlay {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(46, 52, 64, .4);
	visibility: hidden;
	opacity: 0;
	z-index: 103;
	display: flex;
	justify-content: center;
	align-items: center
}

.modal-contract .modal-wrapper,
.modal-box-campaings .modal-wrapper,
.modal-delivery .modal-wrapper,
.modal-product-detail .modal-wrapper,
.modal-product-detail-size .modal-wrapper,
.modal-product-cargo-or-jet .modal-wrapper {
	position: fixed;
	z-index: 9999;
	border-radius: .5rem;
	overflow: hidden;
	-webkit-box-shadow: 0 15px 40px 0 rgba(156, 173, 188, .15);
	-moz-box-shadow: 0 15px 40px 0 rgba(156, 173, 188, .15);
	box-shadow: 0 15px 40px 0 rgba(156, 173, 188, .15);
	max-width: 50rem !important;
	width: 100%;
	background: #fff;
	padding: 2.4rem 4rem 4rem;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

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

	.modal-contract .modal-wrapper,
	.modal-box-campaings .modal-wrapper,
	.modal-delivery .modal-wrapper,
	.modal-product-detail .modal-wrapper,
	.modal-product-detail-size .modal-wrapper,
	.modal-product-cargo-or-jet .modal-wrapper {
		height: 100%;
		border-radius: 0;
		padding: 2.4rem
	}
}

.modal-contract .modal-wrapper a,
.modal-box-campaings .modal-wrapper a,
.modal-delivery .modal-wrapper a,
.modal-product-detail .modal-wrapper a,
.modal-product-detail-size .modal-wrapper a,
.modal-product-cargo-or-jet .modal-wrapper a {
	text-decoration: none;
	color: #ff6f26 !important;
	font-weight: 400 !important;
	display: inline-block !important
}

.modal-contract .modal-header,
.modal-box-campaings .modal-header,
.modal-delivery .modal-header,
.modal-product-detail .modal-header,
.modal-product-detail-size .modal-header,
.modal-product-cargo-or-jet .modal-header {
	position: relative;
	background-color: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column
}

.modal-contract .modal-header .close-item,
.modal-box-campaings .modal-header .close-item,
.modal-delivery .modal-header .close-item,
.modal-product-detail .modal-header .close-item,
.modal-product-detail-size .modal-header .close-item,
.modal-product-cargo-or-jet .modal-header .close-item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	margin-right: -1.6rem
}

.modal-contract .modal-header .close-item i,
.modal-box-campaings .modal-header .close-item i,
.modal-delivery .modal-header .close-item i,
.modal-product-detail .modal-header .close-item i,
.modal-product-detail-size .modal-header .close-item i,
.modal-product-cargo-or-jet .modal-header .close-item i {
	font-size: 2.7rem;
	color: #2e3440;
	cursor: pointer;
	line-height: 4rem
}

.modal-contract .modal-header .modal-close,
.modal-box-campaings .modal-header .modal-close,
.modal-delivery .modal-header .modal-close,
.modal-product-detail .modal-header .modal-close,
.modal-product-detail-size .modal-header .modal-close,
.modal-product-cargo-or-jet .modal-header .modal-close {
	width: 4rem;
	height: 4rem;
	text-align: center;
	border-radius: 100%;
	border: solid #f3f3f3 .1rem
}

.modal-contract .modal-header h2,
.modal-box-campaings .modal-header h2,
.modal-delivery .modal-header h2,
.modal-product-detail .modal-header h2,
.modal-product-detail-size .modal-header h2,
.modal-product-cargo-or-jet .modal-header h2 {
	color: #2e3440;
	font-size: 3.2rem;
	line-height: 4rem;
	font-weight: 600;
	margin-bottom: 2rem
}

.modal-contract .modal-content,
.modal-box-campaings .modal-content,
.modal-delivery .modal-content,
.modal-product-detail .modal-content,
.modal-product-detail-size .modal-content,
.modal-product-cargo-or-jet .modal-content {
	width: 100%;
	padding: 0
}

.modal-contract ul,
.modal-box-campaings ul,
.modal-delivery ul,
.modal-product-detail ul,
.modal-product-detail-size ul,
.modal-product-cargo-or-jet ul {
	text-align: left;
	overflow: auto;
	max-height: 30rem
}

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

	.modal-contract ul,
	.modal-box-campaings ul,
	.modal-delivery ul,
	.modal-product-detail ul,
	.modal-product-detail-size ul,
	.modal-product-cargo-or-jet ul {
		overflow: scroll
	}
}

.modal-contract ul li,
.modal-box-campaings ul li,
.modal-delivery ul li,
.modal-product-detail ul li,
.modal-product-detail-size ul li,
.modal-product-cargo-or-jet ul li {
	font-size: 1.6rem;
	line-height: 2rem;
	color: #2e3440;
	font-weight: 400;
	padding: .6rem 0;
	list-style: none;
	display: list-item
}

.modal-contract ul li:last-child,
.modal-box-campaings ul li:last-child,
.modal-delivery ul li:last-child,
.modal-product-detail ul li:last-child,
.modal-product-detail-size ul li:last-child,
.modal-product-cargo-or-jet ul li:last-child {
	border: none
}

.modal-contract span,
.modal-box-campaings span,
.modal-delivery span,
.modal-product-detail span,
.modal-product-detail-size span,
.modal-product-cargo-or-jet span {
	font-size: 1.6rem
}

.modal-contract .modal-buttons,
.modal-box-campaings .modal-buttons,
.modal-delivery .modal-buttons,
.modal-product-detail .modal-buttons,
.modal-product-detail-size .modal-buttons,
.modal-product-cargo-or-jet .modal-buttons {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	margin-top: 3.2rem
}

.modal-contract .modal-buttons button,
.modal-box-campaings .modal-buttons button,
.modal-delivery .modal-buttons button,
.modal-product-detail .modal-buttons button,
.modal-product-detail-size .modal-buttons button,
.modal-product-cargo-or-jet .modal-buttons button {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	height: 4.8rem !important;
	background: #ff6f26;
	color: #fff;
	font-size: 1.4rem;
	padding: 0 5rem
}

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

	.modal-contract .modal-buttons button,
	.modal-box-campaings .modal-buttons button,
	.modal-delivery .modal-buttons button,
	.modal-product-detail .modal-buttons button,
	.modal-product-detail-size .modal-buttons button,
	.modal-product-cargo-or-jet .modal-buttons button {
		width: 100% !important
	}
}

h1,
h2 {
	font-size: 2.5rem;
	line-height: 8rem;
	font-weight: 600;
	border-bottom: solid #f3f3f3 .1rem
}

@media screen and (max-width:768px) {
	h1 {
		border-bottom: none !important
	}
}

h2 {
	border: none;
	line-height: 5rem
}

.preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, .7);
	z-index: 15
}

.preloader .animated {
	width: 8rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.preloader .animated img {
	width: 8rem
}

.show {
	display: block !important
}

.hide,
.hidden {
	display: none !important
}

.hide .text-danger:after,
.hidden .text-danger:after {
	content: '';
	display: none
}

.radio,
.radio__label,
.radio__label:after,
.radio__label:before {
	box-sizing: border-box
}

.radio-button .radio-inline {
	display: inline-block;
	position: relative
}

.radio-button .radio {
	display: inline;
	opacity: 0;
	width: 0;
	margin: 0;
	overflow: hidden;
	-webkit-appearance: none
}

.radio-button .radio__label {
	display: inline-block;
	height: 50px;
	position: relative;
	padding: 2.2rem 1rem 1.5rem 3.5rem;
	cursor: pointer;
	vertical-align: bottom;
	color: #ff6f26;
	font-size: 1.4rem;
	font-weight: 500
}

.radio-button .radio__label:before,
.radio-button .radio__label:after {
	position: absolute;
	content: "";
	border-radius: 50%
}

.radio-button .radio__label:before {
	left: 0;
	top: 15px;
	width: 2.5rem;
	height: 2.5rem;
	border: .1rem solid #dbdbdb
}

.radio-button .radio__label:after {
	top: 2rem;
	left: .5rem;
	width: 1.5rem;
	height: 1.45rem;
	transform: scale(0);
	background-color: #fe6d1a
}

.radio-button strong {
	font-weight: 500;
	color: #2e3440
}

.radio-button .radio:checked+.radio__label {
	color: rgba(0, 0, 0, .87)
}

.radio-button .radio:checked+.radio__label:before {
	border-color: #fe6d1a
}

.radio-button .radio:checked+.radio__label {
	color: #fe6d1a
}

.radio-button .radio:checked+.radio__label:after {
	transform: scale(1)
}

.custom-category-headline {
	overflow: hidden;
	text-align: center
}

.custom-category-headline .content {
	max-width: 125rem;
	height: 13rem;
	position: relative;
	margin: auto
}

@media screen and (max-width:768px) {
	.custom-category-headline .content {
		height: 7rem
	}
}

.custom-category-headline .content .caption {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0 2rem
}

.custom-category-headline .content .caption h1 {
	font-size: 2.2rem;
	display: inline;
	letter-spacing: .1rem;
	font-weight: 500;
	line-height: 4rem;
	padding-bottom: .5rem
}

@media screen and (max-width:768px) {
	.custom-category-headline .content .caption h1 {
		font-size: 2rem;
		line-height: 2.2rem
	}
}

.custom-category-headline .content .caption span {
	font-size: 1.5rem;
	line-height: 2.2rem;
	font-weight: 400;
	display: block;
	margin-top: 1rem;
	border-bottom: none;
	max-width: 85rem;
	display: block;
	margin: auto
}

@media screen and (max-width:768px) {
	.custom-category-headline .content .caption span {
		display: none
	}
}

.custom-category-headline.category-image {
	position: relative;
	height: 13rem;
	position: relative
}

@media screen and (max-width:1024px) {
	.custom-category-headline.category-image {
		margin-top: 5rem
	}
}

@media screen and (max-width:768px) {
	.custom-category-headline.category-image {
		height: 7rem
	}
}

.custom-category-headline.category-image .caption {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-box-shadow: 0 10px 32px 0 rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 10px 32px 0 rgba(0, 0, 0, .05);
	box-shadow: 0 10px 32px 0 rgba(0, 0, 0, .05);
	border-radius: .8rem;
	background: rgba(255, 255, 255, .85);
	width: 85rem;
	height: 11rem;
	text-align: center;
	padding: 0 2rem
}

@media screen and (max-width:768px) {
	.custom-category-headline.category-image .caption {
		width: 50rem;
		height: 5rem
	}
}

.custom-category-headline.category-image .caption h1 {
	color: #2e3440;
	font-size: 2.2rem;
	display: inline;
	letter-spacing: .1rem;
	font-weight: 600;
	line-height: 4rem;
	padding-bottom: .5rem;
	border-bottom: dashed #2e3440 .1rem
}

@media screen and (max-width:1024px) {
	.custom-category-headline.category-image .caption h1 {
		line-height: 5rem
	}
}

.custom-category-headline.category-image .caption span {
	font-size: 1.5rem;
	line-height: 2.2rem;
	font-weight: 400;
	display: block;
	border-bottom: none;
	color: #2e3440
}

@media screen and (max-width:768px) {
	.custom-category-headline.category-image .caption span {
		display: none
	}
}

.custom-category-headline .airplane {
	width: 10rem;
	position: absolute;
	left: 0;
	top: 4rem
}

@media screen and (max-width:1024px) {
	.custom-category-headline .airplane {
		display: none
	}
}

.custom-category-headline .house {
	width: 10rem;
	position: absolute;
	right: 0;
	bottom: 0
}

@media screen and (max-width:1024px) {
	.custom-category-headline .house {
		display: none
	}
}

.category-color-green-1 {
	background: #a4f1e9
}

.category-color-green-1 h1,
.category-color-green-1 span {
	color: #0c5851;
	border-bottom: dashed #0c5851 .1rem
}

.category-color-orange-1 {
	background: #ff8c51
}

.category-color-orange-1 h1,
.category-color-orange-1 span {
	color: #703516;
	border-bottom: dashed #703516 .1rem
}

.category-color-orange-1 span {
	border-bottom: none
}

.category-color-orange-2 {
	background: #ff966e
}

.category-color-orange-2 h1,
.category-color-orange-2 span {
	color: #772100;
	border-bottom: dashed #772100 .1rem
}

.category-color-orange-2 span {
	border-bottom: none
}

.category-color-yellow-1 {
	background: #ffd23b
}

.category-color-yellow-1 h1,
.category-color-yellow-1 span {
	color: #4d3b00;
	border-bottom: dashed #4d3b00 .1rem
}

.category-color-yellow-1 span {
	border-bottom: none
}

.category-color-yellow-2 {
	background: #fcde7a
}

.category-color-yellow-2 h1,
.category-color-yellow-2 span {
	color: #5e4800;
	border-bottom: dashed #5e4800 .1rem
}

.category-color-yellow-2 span {
	border-bottom: none
}

.category-color-purple-1 {
	background: #e4c1ff
}

.category-color-purple-1 h1,
.category-color-purple-1 span {
	color: #150243;
	border-bottom: dashed #150243 .1rem
}

.category-color-purple-1 span {
	border-bottom: none
}

.category-color-purple-2 {
	background: #d9b0f6
}

.category-color-purple-2 h1,
.category-color-purple-2 span {
	color: #54346b;
	border-bottom: dashed #54346b .1rem
}

.category-color-purple-2 span {
	border-bottom: none
}

.category-color-blue-1 {
	background: #80dcff
}

.category-color-blue-1 h1,
.category-color-blue-1 span {
	color: #005777;
	border-bottom: dashed #005777 .1rem
}

.category-color-blue-1 span {
	border-bottom: none
}

.category-color-pink-1 {
	background: #ff87c7
}

.category-color-pink-1 h1,
.category-color-pink-1 span {
	color: #8f004d;
	border-bottom: dashed #8f004d .1rem
}

.category-color-pink-1 span {
	border-bottom: none
}

.category-color-red-1 {
	background: #ff8b7e
}

.category-color-red-1 h1,
.category-color-red-1 span {
	color: #8b0e00;
	border-bottom: dashed #8b0e00 .1rem
}

.category-color-red-1 span {
	border-bottom: none
}

.pattern-1 {
	position: relative
}

.pattern-1:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/images/custom-headlines/patterns/pattern-solid-circles.svg?v=qTUJGTRtlP-EYHVyTteR8D5-zx8)
}

.pattern-2 {
	position: relative
}

.pattern-2:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/images/custom-headlines/patterns/pattern-solid-white-circles.svg?v=qTUJGTRtlP-EYHVyTteR8D5-zx8)
}

.pattern-3 {
	position: relative
}

.pattern-3:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/images/custom-headlines/patterns/pattern-circle-border-black.svg?v=qTUJGTRtlP-EYHVyTteR8D5-zx8)
}

.pattern-4 {
	position: relative
}

.pattern-4:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/images/custom-headlines/patterns/pattern-circle-border-white.svg?v=qTUJGTRtlP-EYHVyTteR8D5-zx8)
}

.pattern-5 {
	position: relative
}

.pattern-5:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/images/custom-headlines/patterns/pattern-wave-black.svg?v=qTUJGTRtlP-EYHVyTteR8D5-zx8)
}

.pattern-6 {
	position: relative
}

.pattern-6:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/images/custom-headlines/patterns/pattern-wave-white.svg?v=qTUJGTRtlP-EYHVyTteR8D5-zx8)
}

.pattern-7 {
	position: relative
}

.pattern-7:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/images/custom-headlines/patterns/pattern-eaves-black.svg?v=qTUJGTRtlP-EYHVyTteR8D5-zx8)
}

.pattern-8 {
	position: relative
}

.pattern-8:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/images/custom-headlines/patterns/pattern-eaves-white.svg?v=qTUJGTRtlP-EYHVyTteR8D5-zx8)
}

.pattern-9 {
	position: relative
}

.pattern-9:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/images/custom-headlines/patterns/pattern-stars-black.svg?v=qTUJGTRtlP-EYHVyTteR8D5-zx8)
}

.pattern-10 {
	position: relative
}

.pattern-10:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/images/custom-headlines/patterns/pattern-stars-white.svg?v=qTUJGTRtlP-EYHVyTteR8D5-zx8)
}

.pattern-11 {
	position: relative
}

.pattern-11:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/images/custom-headlines/patterns/pattern-triangle-black.svg?v=qTUJGTRtlP-EYHVyTteR8D5-zx8)
}

.pattern-12 {
	position: relative
}

.pattern-12:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/images/custom-headlines/patterns/pattern-triangle-white.svg?v=qTUJGTRtlP-EYHVyTteR8D5-zx8)
}

.pattern-13 {
	position: relative
}

.pattern-13:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/images/custom-headlines/patterns/pattern-heart-line-black.svg?v=qTUJGTRtlP-EYHVyTteR8D5-zx8)
}

.pattern-14 {
	position: relative
}

.pattern-14:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/images/custom-headlines/patterns/pattern-heart-line-white.svg?v=qTUJGTRtlP-EYHVyTteR8D5-zx8)
}

.pattern-15 {
	position: relative
}

.pattern-15:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/images/custom-headlines/patterns/pattern-heart-black-2.svg?v=qTUJGTRtlP-EYHVyTteR8D5-zx8)
}

.pattern-16 {
	position: relative
}

.pattern-16:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/images/custom-headlines/patterns/pattern-heart-white-2.svg?v=qTUJGTRtlP-EYHVyTteR8D5-zx8)
}

.pattern-17 {
	position: relative
}

.pattern-17:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/images/custom-headlines/patterns/pattern-heart-solid-black.svg?v=qTUJGTRtlP-EYHVyTteR8D5-zx8);
	margin-top: 1rem
}

.pattern-18 {
	position: relative
}

.pattern-18:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/images/custom-headlines/patterns/pattern-heart-solid-white.svg?v=qTUJGTRtlP-EYHVyTteR8D5-zx8);
	margin-top: 1rem
}

.product-search-result {
	text-align: center;
	padding-top: 2rem
}

.product-search-result i {
	display: inline-block;
	font-size: 3.2rem;
	color: #999fa5;
	line-height: 6rem;
	padding-right: 1rem
}

.product-search-result span {
	font-size: 2rem;
	color: #2e3440;
	line-height: 6rem;
	font-weight: 600
}

.no-results {
	text-align: center
}

.no-results img {
	width: 20rem
}

.no-results span {
	font-size: 1.5rem;
	color: #2e3440;
	line-height: 2rem;
	font-weight: 500;
	display: block;
	margin: 1rem 0 0
}

.drag-slider {
	overflow: hidden;
	margin: 4rem auto 0 !important
}

@media screen and (max-width:768px) {
	.drag-slider {
		margin: 2rem auto 0 !important
	}
}

.drag-slider .price {
	color: #2e3440
}

.drag-slider .popular-search {
	justify-content: space-between;
	align-items: center;
	padding: 2rem 1.6rem 1rem;
	height: 7rem
}

@media screen and (max-width:648px) {
	.drag-slider .popular-search {
		padding: 2rem 1.2rem 1rem
	}
}

.drag-slider .popular-search .popular-search-pill {
	position: absolute;
	top: .8rem;
	left: .8rem;
	padding: 0 2rem;
	background: #fff;
	border: solid #ff6f26 .1rem;
	border-radius: .8rem
}

@media screen and (max-width:1152px) {
	.drag-slider .popular-search .popular-search-pill {
		bottom: 35rem;
		right: 17.5rem;
		top: auto !important;
		left: auto !important
	}
}

.drag-slider .popular-search .popular-search-pill span {
	font-size: 1.4rem;
	font-weight: 500;
	color: #ff6f26;
	line-height: 2.8rem
}

.drag-slider .head {
	justify-content: space-between;
	align-items: center;
	padding: 0 1.6rem 2.4rem;
	height: 7rem
}

@media screen and (max-width:648px) {
	.drag-slider .head {
		padding: 2rem 1.2rem 1rem
	}
}

.drag-slider .head h4 {
	font-size: 2.4rem;
	color: #2e3440;
	font-weight: 600
}

@media screen and (max-width:768px) {
	.drag-slider .head h4 {
		font-size: 2rem
	}
}

.drag-slider .head p {
	font-size: 2.4rem;
	color: #2e3440;
	font-weight: 600
}

@media screen and (max-width:768px) {
	.drag-slider .head p {
		font-size: 2rem
	}
}

.drag-slider .head a {
	font-size: 1.6rem;
	color: #ff6f26;
	font-weight: 600
}

@media screen and (max-width:768px) {
	.drag-slider .head a {
		display: none
	}
}

.drag-slider .head a i {
	font-size: 2rem;
	color: #ff6f26;
	padding-left: 1rem
}

.drag-slider .head a.mobile {
	display: none
}

@media screen and (max-width:768px) {
	.drag-slider .head a.mobile {
		display: flex
	}
}

.drag-slider a {
	color: #2e3440
}

.drag-slider .cards .item {
	border-bottom: none
}

.drag-slider .campaing-badge {
	top: auto !important;
	left: auto !important;
	right: .8rem;
	bottom: .8rem
}

.drag-slider .swiper-container-explore {
	padding: 0 .4rem
}

@media screen and (max-width:768px) {
	.drag-slider .swiper-container-explore {
		padding: 0
	}
}

.drag-slider .swiper-container-explore .swiper-wrapper {
	flex-direction: row
}

.drag-slider .swiper-container-explore .swiper-wrapper .swiper-slide {
	display: flex;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	padding: 1.2rem;
	margin-top: 0 !important
}

.drag-slider .swiper-container-explore .swiper-wrapper .swiper-slide * {
	vertical-align: baseline
}

.drag-slider .swiper-container-explore .swiper-wrapper .swiper-slide figure {
	flex-direction: row
}

.drag-slider .swiper-container-explore .swiper-wrapper .swiper-slide figure .image {
	max-width: 8rem
}

.drag-slider .swiper-container-explore .swiper-wrapper .swiper-slide figure .image img {
	max-width: 100%;
	height: auto;
	flex-shrink: 0;
	border-radius: .5rem
}

.drag-slider .swiper-container-explore .swiper-wrapper .swiper-slide figure figcaption {
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding-left: 1.6rem;
	text-align: left
}

.drag-slider .swiper-container-explore .swiper-wrapper .swiper-slide figure figcaption span {
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: .5rem
}

.drag-slider .swiper-container-explore .swiper-wrapper .swiper-slide figure figcaption .price {
	display: inline-block;
	text-align: left;
	font-size: 1.4rem;
	font-weight: 400
}

.drag-slider .swiper-container-explore .swiper-wrapper .swiper-slide figure figcaption .price strong {
	font-weight: 600
}

.drag-slider .swiper-container-carousel {
	padding: 0 1.6rem
}

@media screen and (max-width:648px) {
	.drag-slider .swiper-container-carousel {
		padding: 0 1.2rem
	}
}

.drag-slider .swiper-container-carousel .swiper-wrapper {
	padding-bottom: 2rem
}

.drag-slider .swiper-container-carousel .swiper-slide {
	flex-direction: column;
	box-shadow: 0 0 24px rgba(46, 52, 64, .08)
}

.drag-slider .swiper-container-carousel .swiper-slide:hover .border-color {
	background: #ff6f26
}

.drag-slider .swiper-container-carousel .swiper-slide .caption span {
	font-size: 1.6rem
}

@media screen and (max-width:768px) {
	.drag-slider .swiper-container-carousel .swiper-slide .caption span {
		font-size: 1.4rem
	}
}

.drag-slider .swiper-container-carousel .swiper-slide .cards .item {
	border: none
}

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

	.drag-slider .swiper-container-carousel .swiper-slide .campaing-badge,
	.drag-slider .swiper-container-carousel .swiper-slide .badge {
		display: none !important
	}
}

.drag-slider .swiper-container-carousel .swiper-slide .border-color {
	position: absolute;
	height: .1rem;
	bottom: 0;
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 1;
	background: #f3f3f3
}

.drag-slider .swiper-container-carousel .swiper-button-prev,
.drag-slider .swiper-container-carousel .swiper-button-next {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3.2rem;
	height: 3.2rem;
	border-radius: 100%;
	overflow: hidden;
	background: #fff;
	text-align: center;
	border: solid #f3f3f3 .2rem;
	-webkit-transition: .3s;
	transition: .3s;
	z-index: 1;
	top: 45%
}

.drag-slider .swiper-container-carousel .swiper-button-prev:after,
.drag-slider .swiper-container-carousel .swiper-button-next:after {
	display: none
}

.drag-slider .swiper-container-carousel .swiper-button-prev i,
.drag-slider .swiper-container-carousel .swiper-button-next i {
	font-size: 1.9rem;
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: center;
	-webkit-transition: .3s;
	transition: .3s;
	color: rgba(0, 0, 0, .2)
}

.drag-slider .swiper-container-carousel .swiper-button-prev i:hover,
.drag-slider .swiper-container-carousel .swiper-button-next i:hover {
	color: #2e3440
}

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

	.drag-slider .swiper-container-carousel .swiper-button-prev,
	.drag-slider .swiper-container-carousel .swiper-button-next {
		display: none
	}
}

.drag-slider .swiper-container-carousel .swiper-button-prev {
	left: 0
}

.drag-slider .swiper-container-carousel .swiper-button-next {
	right: 0
}

.drag-slider .swiper-container-carousel .swiper-button-disabled {
	opacity: 0
}

.drag-slider .swiper-container-carousel .caption {
	flex-direction: column
}

.drag-slider .swiper-container-carousel img {
	border-radius: .5rem
}

.price {
	width: auto;
	flex-direction: row;
	margin-bottom: 1rem;
	font-size: 1.6rem;
	font-weight: 400;
	color: #ff6f26
}

@media screen and (max-width:768px) {
	.price {
		font-size: 1.4rem !important
	}
}

.price .normal-price {
	margin-right: .5rem;
	color: #aab4be;
	text-decoration-line: line-through
}

@media screen and (max-width:768px) {
	.price .normal-price {
		font-size: 1.3rem !important
	}
}

.line-clamp-2 {
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 3.8rem;
	margin-bottom: 1.2rem
}

@media screen and (max-width:768px) {
	.line-clamp-2 {
		max-width: 100%;
		height: 3rem
	}
}

.text {
	font-size: 13px;
	color: #2e3440;
	line-height: 1.8rem;
	height: 1.8rem
}

.gift-wheel {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	max-width: 50rem;
	margin: 5rem auto
}

@media screen and (max-width:768px) {
	.gift-wheel {
		max-width: 100%;
		padding: 0 2rem;
		margin: auto
	}
}

.gift-wheel h3 {
	font-size: 2.4rem;
	margin: 2rem 0 0;
	font-weight: 600
}

.gift-wheel span {
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 500;
	color: #2e3440;
	display: block;
	padding: 2.5rem 0
}

.gift-wheel span img {
	width: 2rem
}

.gift-wheel span a {
	color: #ff6f26;
	font-size: 1.7rem;
	line-height: 2rem;
	font-weight: 500
}

.gift-wheel .button {
	width: fit-content
}

.list-items {
	flex-wrap: wrap
}

.sort span {
	font-size: 1.6rem;
	color: #2e3440;
	font-weight: 600;
	padding-right: 2rem
}

@media screen and (max-width:768px) {
	.sort span {
		margin-bottom: 1.4rem;
		margin-top: 1.2rem
	}
}

.sort .masonry {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
	-webkit-column-gap: 1em;
	-moz-column-gap: 1em;
	column-gap: 1em;
	margin: 1.5em;
	padding: 0;
	-moz-column-gap: 1.5em;
	-webkit-column-gap: 1.5em;
	column-gap: 1.5em;
	font-size: .85em;
	max-width: 116rem;
	margin: auto;
	padding: 5rem 1rem;
	margin-top: 1rem
}

@media only screen and (max-width:1024px) {
	.sort .masonry {
		border-top: solid #f3f3f3 .1rem;
		padding: 4rem 1rem
	}
}

.sort .masonryitem {
	display: inline-flex;
	flex-direction: column;
	margin: 0 0 4rem;
	width: 100%;
	-webkit-transition: 1s ease all;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-right: 5rem
}

.sort .masonryitem .title {
	font-size: 1.6rem;
	font-weight: 600;
	color: #ff6f26;
	margin-bottom: .5rem;
	min-height: 4rem
}

.sort .masonryitem ul {
	border-bottom: solid #f3f3f3 .1rem;
	padding-bottom: 2rem
}

.sort .masonryitem ul li {
	padding: .4rem 0
}

.sort .masonryitem ul li:hover a {
	color: #ff6f26;
	-webkit-transition: .3s;
	transition: .3s
}

.sort .masonryitem ul li a {
	font-size: 1.4rem;
	line-height: 2rem;
	color: #2e3440;
	-webkit-transition: .3s;
	transition: .3s;
	display: flex;
	font-weight: 400
}

@media only screen and (max-width:320px) {
	.sort .masonry {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1
	}
}

@media only screen and (min-width:321px) and (max-width:768px) {
	.sort .masonry {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1
	}
}

@media only screen and (min-width:769px) and (max-width:1200px) {
	.sort .masonry {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
		border-top: solid #f3f3f3 .1rem
	}
}

@media only screen and (min-width:1201px) {
	.sort .masonry {
		-moz-column-count: 4;
		-webkit-column-count: 4;
		column-count: 4
	}
}

.masonry {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
	-webkit-column-gap: 1em;
	-moz-column-gap: 1em;
	column-gap: 1em;
	margin: 1.5em;
	padding: 0;
	-moz-column-gap: 1.5em;
	-webkit-column-gap: 1.5em;
	column-gap: 1.5em;
	font-size: .85em;
	max-width: 116rem;
	margin: auto;
	padding: 5rem 1rem;
	margin-top: 1rem
}

@media only screen and (max-width:1024px) {
	.masonry {
		border-top: solid #f3f3f3 .1rem;
		padding: 4rem 1rem
	}
}

.masonryitem {
	display: inline-flex;
	flex-direction: column;
	margin: 0 0 4rem;
	width: 100%;
	-webkit-transition: 1s ease all;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-right: 5rem
}

.masonryitem .title {
	font-size: 1.6rem;
	font-weight: 600;
	color: #ff6f26;
	margin-bottom: .5rem;
	min-height: 4rem
}

.masonryitem ul {
	border-bottom: solid #f3f3f3 .1rem;
	padding-bottom: 2rem
}

.masonryitem ul li {
	padding: .4rem 0
}

.masonryitem ul li:hover a {
	color: #ff6f26;
	-webkit-transition: .3s;
	transition: .3s
}

.masonryitem ul li a {
	font-size: 1.4rem;
	line-height: 2rem;
	color: #2e3440;
	-webkit-transition: .3s;
	transition: .3s;
	display: flex;
	font-weight: 400
}

@media only screen and (max-width:320px) {
	.masonry {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1
	}
}

@media only screen and (min-width:321px) and (max-width:768px) {
	.masonry {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1
	}
}

@media only screen and (min-width:769px) and (max-width:1200px) {
	.masonry {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
		border-top: solid #f3f3f3 .1rem
	}
}

@media only screen and (min-width:1201px) {
	.masonry {
		-moz-column-count: 4;
		-webkit-column-count: 4;
		column-count: 4
	}
}

.inStory {
	width: 90rem;
	padding: 1.4rem 0;
	margin-top: 1.4rem;
	display: flex;
	justify-content: center;
	margin: auto;
	overflow: hidden
}

@media only screen and (max-width:1024px) {
	.inStory {
		width: 100%
	}
}

.inStory .swiper {
	margin: auto
}

@media only screen and (max-width:1024px) {
	.inStory .swiper {
		max-width: 100%;
		padding: 0 1.2rem
	}
}

.inStory .swiper-notification {
	display: none
}

.inStory .swiper-slide {
	min-width: 7.6rem
}

.inStory .swiper-in-story .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center
}

.inStory .swiper-in-story .image {
	background: conic-gradient(from 89.06deg at 50% 50%, #ff6f26 0deg, #ff9157 58.12deg, #ff6f26 90deg, #f9a153 136.88deg, #ffaf82 198.75deg, #ff6f26 360deg);
	border-radius: 100%;
	padding: .3rem;
	margin-bottom: .8rem
}

.inStory .swiper-in-story .image img {
	width: 7rem;
	height: 7rem;
	border-radius: 100%;
	border: solid #fff .2rem
}

.inStory .swiper-in-story span {
	font-size: 1.2rem;
	line-height: 1.6rem;
	font-weight: 400;
	padding: 0 .8rem;
	color: #2e3440
}

.selectric-wrapper {
	position: relative;
	cursor: pointer
}

.selectric-responsive {
	width: 100%
}

.selectric {
	border-radius: 0;
	position: relative;
	overflow: hidden
}

.selectric .label {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	user-select: none
}

.selectric .button {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 38px;
	height: 38px;
	line-height: 38px;
	background-color: #f8f8f8;
	color: #bbb;
	text-align: center
}

.selectric-focus .selectric {
	border-color: none !important
}

.selectric-open {
	z-index: 9999
}

.selectric-open .selectric-items {
	opacity: 1 !important;
	visibility: visible !important
}

.selectric-disabled {
	filter: alpha(opacity=50);
	opacity: .5;
	cursor: default;
	user-select: none
}

.selectric-hide-select {
	position: relative;
	overflow: hidden;
	width: 0;
	height: 0
}

.selectric-hide-select select {
	position: absolute;
	left: -100%
}

.selectric-hide-select.selectric-is-native {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10
}

.selectric-hide-select.selectric-is-native select {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	border: none;
	z-index: 1;
	box-sizing: border-box;
	opacity: 0
}

.selectric-input {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 1px !important;
	height: 1px !important;
	outline: none !important;
	border: none !important;
	*font: 0/0a !important;
	background: 0 0 !important
}

.selectric-temp-show {
	position: absolute !important;
	visibility: hidden !important;
	display: block !important
}

.selectric-items {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	background: #f8f8f8;
	z-index: -1;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: .5rem;
	overflow: hidden
}

.selectric-items .selectric-scroll {
	height: 100%;
	overflow: auto
}

.selectric-above .selectric-items {
	top: auto;
	bottom: 100%
}

.selectric-items ul,
.selectric-items li {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 20px;
	min-height: 20px;
	max-height: 30rem;
	background: #fff
}

.selectric-items li {
	display: block;
	padding: 10px;
	color: #666;
	cursor: pointer
}

.selectric-items li.selected {
	background: #e0e0e0;
	color: #444
}

.selectric-items li.highlighted {
	background: #d0d0d0;
	color: #444
}

.selectric-items li:hover {
	background: #d5d5d5;
	color: #444
}

.selectric-items .disabled {
	filter: alpha(opacity=50);
	opacity: .5;
	cursor: default !important;
	background: 0 0 !important;
	color: #666 !important;
	user-select: none
}

.selectric-items .selectric-group .selectric-group-label {
	font-weight: 700;
	padding-left: 10px;
	cursor: default;
	user-select: none;
	background: 0 0;
	color: #444
}

.selectric-items .selectric-group.disabled li {
	filter: alpha(opacity=100);
	opacity: 1
}

.selectric-items .selectric-group li {
	padding-left: 25px
}
