.main-footer {
	display: none;
}

.product-custom {
	max-width: 1440px;
	margin: 0 auto;
}

.product-custom {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.product-custom .header-custom {
	background: #1a1a1a;
	background: linear-gradient(140deg, #1a1a1a 70%, var(--primary-color) 140%);
	height: 160px;
	padding-top: 60px;
}

.product-custom .header-custom .change-option {
	position: relative;
	float: left;
	width: 23.4%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.15);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.product-custom .header-custom .change-option .icon-ch {
	text-align: center;
}

.product-custom .header-custom .change-option .icon-ch {
	padding: 0 0 8px 0;
}

.product-custom .header-custom .change-option .icon-ch img {
	max-width: 25px;
}

.product-custom .header-custom .change-option .title-ch {
	color: var(--primary-color);
	padding: 0 20px;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	text-overflow: ellipsis;
}

.product-custom .header-custom .change-option .btn-ch {
	width: 100%;
	border: none;
	background-color: #202229;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: center;
	color: #ffffff;
	padding: 8px;
	cursor: pointer;
	margin-bottom: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.product-custom .header-custom .change-option .btn-ch:hover {
	background-color: #292c35;
}

.product-custom .header-custom .change-option .btn-ch:last-child {
	margin-bottom: 0;
}

.product-custom .header-custom .change-option .btn-ch.discreet {
	color: var(--primary-color);
	opacity: 0.7;
}

.product-custom .header-custom .change-option .btn-ch.discreet i {
	display: none;
}

.product-custom .header-custom .change-option .btn-ch.activated {
	color: #a5ea39;
}

.product-custom .header-custom .change-option .btn-ch.activated i {
	display: inline-block;
	margin-right: 5px;
}

.product-custom .header-custom .utils {
	float: right;
	padding: 0 80px 0 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.product-custom .header-custom .utils ul {
	list-style: none;
}

.product-custom .header-custom .utils li {
	display: inline-block;
	vertical-align: middle;
}

.product-custom .header-custom .utils .img-setting {
	border: 12px solid rgba(23, 25, 29, 0.48);
	border-radius: 50%;
	margin-right: 25px;
}

.product-custom .header-custom .utils .img-setting .bg {
	border-radius: 50%;
	background-color: #17191d;
	padding: 10px 10px 6px 10px;
}

.product-custom .header-custom .utils .price-custom {
	margin-right: 50px;
}

.product-custom .header-custom .utils .price-custom p {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
	color: #7ebd1c;
}

.product-custom .header-custom .utils .price-custom p span {
	display: inline-block;
	font-size: 11px;
}

.product-custom .header-custom .utils .price-custom p span.bigger {
	font-size: 17px;
	color: #a5ea39;
}

.product-custom .header-custom .utils .price-custom p span:nth-child(1) {
	width: 230px;
	text-align: left;
}

@media only screen and (max-width: 400px) {
	.product-custom .header-custom .utils .price-custom p span:nth-child(1) {
		width: 50px;
	}
}

.product-custom .header-custom .utils .price-custom p span:nth-child(2) {
	width: 120px;
	text-align: right;
}

.product-custom .header-custom .utils .price-custom .special-price-resale {
	background-color: #f7e90f;
	color: #000;
	padding: 0px 7px;
	margin-top: 4px;
	border-radius: 2px;
}

.product-custom .header-custom .utils .price-custom .special-price-resale span:nth-child(1) {
	font-weight: bold;
	position: relative;
	top: -1px;
}

.product-custom .header-custom .utils .price-custom .special-price-resale span:nth-child(2) {
	color: #000;
	font-size: 18px;
}

.product-custom .header-custom .utils .btn-add-cart {
	width: 300px;
}

.product-custom .header-custom .utils .btn-add-cart button {
	width: 100%;
	border-radius: 30px;
	border: none;
	background-color: #71a127;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: center;
	color: #ffffff;
	padding: 12px 0;
	cursor: pointer;
}

.product-custom .header-custom .utils .btn-add-cart button:hover {
	background-color: #779c3d;
}

@media only screen and (max-width: 1250px) {
	.product-custom .header-custom .utils .img-setting {
		display: none;
	}
}

@media only screen and (max-width: 1120px) {
	.product-custom .header-custom .utils .btn-add-cart {
		width: 260px;
	}
}

@media only screen and (max-width: 1000px) {
	.product-custom .header-custom {
		padding: 55px 0 25px 0;
		height: auto;
	}

	.product-custom .header-custom .change-option {
		float: none;
		width: 100%;
		height: auto;
	}

	.product-custom .header-custom .change-option .icon-ch {
		display: none;
	}

	.product-custom .header-custom .change-option .title-ch {
		display: none;
	}

	.product-custom .header-custom .utils {
		float: none;
		padding: 20px 10px 0 10px;
	}

	.product-custom .header-custom .utils li {
		display: block;
		text-align: center;
	}

	.product-custom .header-custom .utils .price-custom {
		margin: 0 0 20px 0;
	}

	.product-custom .header-custom .utils .btn-add-cart {
		width: inherit;
	}

	.product-custom .header-custom .utils .btn-add-cart button {
		max-width: 300px;
		padding: 10px 0;
	}
}

@media only screen and (max-width: 799px) {
	.product-custom .header-custom {
		padding: 45px 0 25px 0;
	}
}

.product-custom .main-custom {
	position: relative;
	display: flex;
	flex-direction: row;
}

.product-custom .main-custom .menu {
	position: relative;
	z-index: 2;
	opacity: 0.97;
	background-color: #1b1d23;
	width: 45px;
	height: auto;
}

.product-custom .main-custom.opened .menu {
	width: 23.3%;
	min-width: 260px;
	max-width: 100%;
}

@media only screen and (max-width: 1000px) {
	.product-custom .main-custom.opened .menu {
		min-width: 330px;
		margin-right: -285px;
	}
}

.product-custom .main-custom .menu .floating-close-btn {
	background-color: rgba(255, 0, 0, 0.7);
	color: #fff;
	border: none;
	width: 30px;
	height: 30px;
	padding: 0;
	position: fixed;
	z-index: 3;
	top: 50%;
	border-radius: 50%;
	cursor: pointer;
	font-size: 20px;
	left: 335px;
	display: none;
}

.product-custom .main-custom.opened .menu .floating-close-btn {
	display: block;
}

@media only screen and (min-width: 1000px) {
	.product-custom .main-custom .menu .floating-close-btn {
		display: none !important;
	}
}

.product-custom .main-custom .menu ul {
	list-style: none;
}

.product-custom .main-custom .menu .item-category {
	position: relative;
}

.product-custom .main-custom .menu .item-category.hidden {
	display: none;
}

.product-custom .main-custom .menu .item-category .item-category-val {
	position: relative;
	background-color: #1b1d23;
	border-left: 2px solid #1b1d23;
	cursor: pointer;
	height: 50px;
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.product-custom .main-custom .menu .item-category .item-category-val-open {
	display: flex;
}

.product-custom .main-custom.opened .menu .item-category .item-category-val-open {
	display: none;
}

.product-custom .main-custom.opened .menu .item-category .item-category-val-close {
	display: flex;
}

.product-custom .main-custom .menu .item-category .item-category-val-close {
	display: none;
}

.product-custom .main-custom .menu .item-category:hover .item-category-val,
.product-custom .main-custom .menu .item-category.opened .item-category-val {
	background-color: #191b20;
	border-left: 2px solid var(--primary-color);
}

.product-custom .main-custom .menu .item-category .item-category-val .icon {
	width: 30px;
	height: 30px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 30px;
	margin: 0px 15px 0px 5px;
	flex-shrink: 0;
}

.product-custom .main-custom.opened .menu .item-category .item-category-val .icon {
	margin: 0px 15px 0px 10px;
}

.product-custom .main-custom .menu .item-category:hover .item-category-val .icon,
.product-custom .main-custom .menu .item-category.opened .item-category-val .icon {
	background-position: bottom center;
}

.product-custom .main-custom .menu .item-category .item-category-val .title {
	max-width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #535661;
	font-size: 13px;
	display: none;
}

.product-custom .main-custom.opened .menu .item-category .item-category-val .title {
	display: block;
}

.product-custom .main-custom .menu .item-category:hover .item-category-val .title,
.product-custom .main-custom .menu .item-category.opened .item-category-val .title {
	color: var(--primary-color);
}

.product-custom .main-custom .menu .item-category .item-category-val .arrow {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 100%;
	background-color: #1b1d23;
	display: none;
}

.product-custom .main-custom.opened .menu .item-category .item-category-val .arrow {
	display: block;
}

.product-custom .main-custom .menu .item-category:hover .item-category-val .arrow,
.product-custom .main-custom .menu .item-category.opened .item-category-val .arrow {
	background-color: #191b20;
}

.product-custom .main-custom .menu .item-category .item-category-val .arrow span {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	background-image: url("../img/icons/icon-row-2-up.png");
	background-position: top center;
	background-repeat: no-repeat;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.product-custom .main-custom .menu .item-category:hover .item-category-val .arrow span {
	background-position: bottom center;
}

.product-custom .main-custom .menu .item-category.opened .item-category-val .arrow span {
	background-image: url("../img/icons/icon-row-2-down.png");
	background-position: bottom center;
}

.product-custom .main-custom .menu .item-category .options {
	position: relative;
	display: none;
}

.product-custom .main-custom .menu .item-category.opened .options {
	display: block;
}

.product-custom .main-custom .menu .item-category .options .item-option {
	border-bottom: 2px solid #1b1d23;
}

.product-custom .main-custom .menu .item-category .options .item-option .item-option-val {
	background-color: #16181d;
	cursor: pointer;
	height: 60px;
	overflow: hidden;
}

.product-custom .main-custom .menu .item-category .options .item-option .item-option-val.hidden {
	display: none;
}

.product-custom .main-custom .menu .item-category .options .item-option .item-option-val:hover,
.product-custom .main-custom .menu .item-category .options .item-option.selected .item-option-val {
	background-color: #22242d;
}

.product-custom .main-custom .menu .item-category .options .item-option.selected .item-option-val {
	border-right: 2px solid #71a127;
}

.product-custom .main-custom .menu .item-category .options .item-option .item-option-val .op-image {
	position: relative;
	float: left;
	width: 50px;
	height: 100%;
}

.product-custom .main-custom .menu .item-category .options .item-option .item-option-val .op-image img {
	max-width: 100%;
	max-height: 100%;
	padding: 10px;
	display: inline;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.product-custom .main-custom .menu .item-category .options .item-option .item-option-val .op-title-price {
	float: left;
	max-width: 70%;
	margin: 12px 0 0px 15px;
}

.product-custom .main-custom .menu .item-category .options .item-option .item-option-val .op-title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #7a7a7d;
	margin-bottom: 5px;
}

.product-custom .main-custom .menu .item-category .options .item-option .item-option-val .op-price {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #a5ea39;
}

.product-custom .main-custom .menu .item-category .options .item-option .settings {
	display: none;
	position: relative;
	padding: 0px 10px 10px 10px;
	background-color: #1f2127;
}

.product-custom .main-custom .menu .item-category .options .item-option.selected .settings {
	display: block;
}

.product-custom .main-custom .menu .item-category .options .item-option .settings .se-title-group {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
	letter-spacing: 1px;
	color: #adadad;
	padding: 10px 5px 5px 5px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #32343a;
}

.product-custom .main-custom .menu .item-category .options .item-option .settings .item-setting {
	float: left;
	width: 33.333333%;
	background-color: #16181d;
	border: 2px solid #1f2127;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}

.product-custom .main-custom .menu .item-category .options .item-option .settings .item-setting:hover,
.product-custom .main-custom .menu .item-category .options .item-option .settings .item-setting.selected {
	background-color: #22242d;
}

.product-custom .main-custom .menu .item-category .options .item-option .settings .item-setting.selected {
	border-top: 2px solid #71a127;
}

.product-custom .main-custom .menu .item-category .options .item-option .settings .item-setting .se-solid-color {
	position: relative;
	height: 35px;
	padding: 11px 0 0 0;
}

.product-custom .main-custom .menu .item-category .options .item-option .settings .item-setting .se-solid-color input {
	display: none;
}

.product-custom .main-custom .menu .item-category .options .item-option .settings .item-setting .se-solid-color span {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
}

.product-custom .main-custom .menu .item-category .options .item-option .settings .item-setting .sp-replacer {
	position: absolute;
	top: 18px;
	left: 50%;
	width: 0;
	height: 0;
	padding: 0;
	opacity: 0;
	margin-left: -1px;
}

.product-custom .main-custom .menu .item-category .options .item-option .settings .item-setting .se-info {
	position: absolute;
	top: 2px;
	right: 2px;
	z-index: 1;
	cursor: pointer;
	background-color: #989898;
	border-radius: 3px;
	border: none;
	width: 20px;
	height: 20px;
	font-size: 14px;
	font-weight: 300;
	padding: 0;
}

.product-custom .main-custom .menu .item-category .options .item-option .settings .item-setting .se-info:hover {
	background-color: #b4b4b4;
}

.product-custom .main-custom .menu .item-category .options .item-option .settings .item-setting .se-image {
	position: relative;
	height: 35px;
}

.product-custom .main-custom .menu .item-category .options .item-option .settings .item-setting .se-image img {
	max-width: 100%;
	max-height: 100%;
	padding: 10px 5px 5px 5px;
	display: inline;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.product-custom .main-custom .menu .item-category .options .item-option .settings .item-setting .se-title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
	font-size: 10px;
	letter-spacing: 1px;
	color: #535661;
	padding: 5px;
}

.product-custom .main-custom .menu .item-category .options .item-option .settings .item-setting .se-price {
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	color: #a5ea39;
	padding: 0 5px 5px 5px;
	white-space: nowrap;
}

.product-custom .main-custom .menu .item-category .insert-btns {
	background-color: #16181d;
	padding: 15px;
	display: none;
}

.product-custom .main-custom .menu .item-category.opened .insert-btns {
	display: block;
}

.product-custom .main-custom .menu .item-category .insert-btns button {
	display: block;
	width: 100%;
	border: none;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: center;
	color: #ffffff;
	padding: 9px;
	cursor: pointer;
	margin-bottom: 5px;
}

.product-custom .main-custom .menu .item-category .insert-btns button:last-child {
	margin-bottom: 0px;
}

.product-custom .main-custom .menu .item-category .insert-btns button.grey {
	background-color: #3a3a3a;
}

.product-custom .main-custom .menu .item-category .insert-btns button.grey:hover {
	background-color: #505050;
}

.product-custom .main-custom .menu .item-category .insert-btns button.orange {
	background-color: #cd3c14;
}

.product-custom .main-custom .menu .item-category .insert-btns button.orange:hover {
	background-color: #b9492a;
}

.product-custom .main-custom .menu .item-category .insert-btns button.red {
	background-color: #d62a2a;
}

.product-custom .main-custom .menu .item-category .insert-btns button.red:hover {
	background-color: #b32323;
}

.product-custom .main-custom .menu .item-category .insert-btns button.green {
	background-color: #548039;
}

.product-custom .main-custom .menu .item-category .insert-btns button.green:hover {
	background-color: #496936;
}

.product-custom .main-custom .menu .item-category .insert-btns.in-finish button.btn-insert,
.product-custom .main-custom .menu .item-category .insert-btns.in-insert button.btn-insert {
	display: none;
}

.product-custom .main-custom .menu .item-category .insert-btns button.btn-editp,
.product-custom .main-custom .menu .item-category .insert-btns button.btn-remove {
	display: none;
}

.product-custom .main-custom .menu .item-category .insert-btns.in-insert button.btn-remove,
.product-custom .main-custom .menu .item-category .insert-btns.in-finish button.btn-remove,
.product-custom .main-custom .menu .item-category .insert-btns.in-finish button.btn-editp {
	display: block;
}

.product-custom .main-custom .view {
	flex: 1;
	height: 100%;
	position: sticky;
	top: 60px;
	z-index: 1;
}

@media only screen and (max-width: 799px) {
	.product-custom .main-custom .view {
		top: 45px;
	}
}

.product-custom .main-custom .view .tabs {
	background-color: #16181d;
	border-bottom: 1px solid #16181d;
}

.product-custom .main-custom .view .tabs ul {
	list-style: none;
}

.product-custom .main-custom .view .tabs li {
	width: 50%;
	float: left;
	padding: 10px 20px;
	border-top: 5px solid #16181d;
	font-size: 15px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	color: #3e4148;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product-custom .main-custom .view .tabs li.selected {
	border-top: 5px solid #27292f;
	color: var(--primary-color);
}

.product-custom .main-custom .view .tabs li:hover {
	border-top: 5px solid #27292f;
}

.product-custom .main-custom .view .design {
	max-width: 780px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	display: none;
	overflow: hidden;
}

.product-custom .main-custom .view .design img {
	pointer-events: none;
}

.product-custom .main-custom .view .design.selected {
	display: block;
}

.product-custom .main-custom .view .design .fix-pd {
	position: relative;
	line-height: 0;
}

.product-custom .main-custom .view .design .image-clipping {
	z-index: 10000;
	max-width: 100%;
	max-height: 100%;
	position: relative;
}

.product-custom .main-custom .view .design .image-custom {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0%;
	left: 50%;
	-ms-transform: translate(-50%, -0%);
	-webkit-transform: translate(-50%, -0%);
	transform: translate(-50%, -0%);
}

.product-custom .main-custom .view .design .image-custom-color {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0%;
	left: 50%;
	-ms-transform: translate(-50%, -0%);
	-webkit-transform: translate(-50%, -0%);
	transform: translate(-50%, -0%);
	background-color: #ffffff;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100%;
}

.product-custom .main-custom .view .design .box-edit-text {
	position: absolute;
	width: 20%;
	min-height: 1px;
	white-space: nowrap;
	top: 50%;
	left: 50%;
	z-index: 20000;
	margin-top: -6%;
	margin-left: -10%;
	color: #fff;
	font-size: 2.5vw;
	cursor: move;
}

.product-custom .main-custom .view .design .box-edit-text.finished {
	z-index: 9999;
	cursor: default;
}

.product-custom .main-custom .view .design .box-edit-print {
	position: absolute;
	width: 15%;
	top: 50%;
	left: 50%;
	z-index: 20000;
	margin-left: -8%;
	margin-top: -10%;
	text-align: center;
	border: 2px dashed #598498;
	line-height: 0;
	cursor: move;
}

.product-custom .main-custom .view .design .box-edit-print.finished {
	z-index: 9999;
	border: 2px solid transparent;
	cursor: default;
}

.product-custom .main-custom .view .design .box-edit-print img {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}

.product-custom .main-custom .view .design .box-edit-flag {
	position: absolute;
	width: 5%;
	max-width: 6%;
	top: 50%;
	left: 50%;
	z-index: 20000;
	margin-left: -8%;
	margin-top: -10%;
	text-align: center;
	border: 2px dashed #598498;
	line-height: 0;
	cursor: move;
}

.product-custom .main-custom .view .design .box-edit-flag.flag_print {
	max-width: 80%;
}

.product-custom .main-custom .view .design .box-edit-flag.finished {
	z-index: 9999;
	border: 2px solid transparent;
	cursor: default;
}

.product-custom .main-custom .view .design .box-edit-flag img {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}

.product-custom .main-custom .view .more-info {
	position: relative;
	display: none;
	padding: 15px 0 0 0;
}

.product-custom .main-custom .view .more-info.selected {
	display: block;
}

@media only screen and (max-width: 800px) {
	.product-custom .main-custom .view .tabs li {
		font-size: 12px;
	}

	.product-custom .main-custom .view .tabs li.selected {
		border-top-width: 2px;
	}

	.product-custom .main-custom .view .design {
		padding: 80px 0 80px 0;
	}
}

.product-custom .main-custom .view .more-info .more-info-item {
	padding: 0px 15px 15px 15px;
	text-align: left;
}

.product-custom .main-custom .view .more-info .more-info-item .title-mit {
	font-size: 13px;
	font-weight: bold;
	color: #8a8a8a;
	background-color: #16181d;
	padding: 10px 15px;
}

.product-custom .main-custom .view .more-info .more-info-item .subtitle-mit {
	font-size: 12px;
	font-weight: bold;
	color: #a5a2a2;
	background-color: #16181d;
	padding: 0 15px 7px 15px;
}

.product-custom .main-custom .view .more-info .more-info-item .error-mit {
	display: none;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	background-color: #d22222;
	padding: 6px 10px;
}

.product-custom .main-custom .view .more-info .more-info-item .error-mit.active {
	display: block;
}

.product-custom .main-custom .view .more-info .more-info-item .content-mit {
	background-color: #212121;
	padding: 10px;
}

.product-custom .main-custom .view .more-info .more-info-item .shirt-info {
	background-color: #1e1f25;
}

.product-custom .main-custom .view .more-info .more-info-item .btnd.sendmine {
	font-size: 13px;
}

.product-custom .main-custom .view .more-info .more-info-item .shirt-info .list-t-n {
	list-style: none;
}

.product-custom .main-custom .view .more-info .more-info-item .shirt-info .list-t-n li {
	padding: 5px 7px;
}

.product-custom .main-custom .view .more-info .more-info-item .shirt-info .list-t-n .title-t-n {
	width: 75px;
	display: inline-block;
	font-size: 14px;
	color: #ccc;
	margin-right: 8px;
	vertical-align: middle;
}

.product-custom .main-custom .view .more-info .more-info-item .shirt-info .list-t-n .size-t-n {
	padding: 4px 6px;
	font-size: 13px;
	color: #353535;
	border: none;
	margin-right: 8px;
	vertical-align: middle;
}

.product-custom .main-custom .view .more-info .more-info-item .shirt-info .list-t-n .name-t-n {
	padding: 5px 6px;
	font-size: 13px;
	color: #353535;
	border: none;
	margin-right: 8px;
	vertical-align: middle;
}

.product-custom .main-custom .view .more-info .more-info-item .shirt-info .list-t-n .name-t-n.hidden {
	display: none;
}

.product-custom .main-custom .view .more-info .more-info-item .shirt-info .message-t-n {
	background-color: #718e43;
	font-size: 13px;
	color: #fff;
	padding: 6px 10px;
	border-radius: 3px;
}

.product-custom .main-custom .view .more-info .more-info-item .info-comp-area {
	display: block;
	width: 100%;
	height: 250px;
	background-color: #1e1f25;
	font-size: 13px;
	color: #ccc;
	padding: 6px;
	border: none;
}

.product-custom .main-custom .view .more-info .more-info-item .btn-select-atch {
	background-color: var(--primary-color);
	color: var(--primary-color-foreground);
	display: block;
	width: 100%;
	border: none;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: center;
	padding: 9px 0;
	cursor: pointer;
}

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

	.product-custom .main-custom .view .more-info .more-info-item .shirt-info .list-t-n .title-t-n,
	.product-custom .main-custom .view .more-info .more-info-item .shirt-info .list-t-n .size-t-n,
	.product-custom .main-custom .view .more-info .more-info-item .shirt-info .list-t-n .name-t-n {
		width: 100%;
		display: block;
		margin: 0 0 5px 0;
	}

	.product-custom .main-custom .view .more-info .more-info-item .shirt-info .list-t-n .name-t-n {
		margin: 0;
	}
}

.product-custom .change-option-box {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.81);
	z-index: 10001;
}

.product-custom .change-option-box.active {
	display: block;
}

.product-custom .change-option-box .title {
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	color: #e6e6e6;
	padding: 0 0 15px 0;
}

.product-custom .change-option-box .error {
	display: none;
	color: #e80000;
	font-size: 11px;
	text-align: center;
	padding-bottom: 15px;
}

.product-custom .change-option-box .error.visible {
	display: block;
}

.product-custom .change-option-box .options {
	position: fixed;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 300px;
	min-height: 150px;
}

.product-custom .change-option-box .options ul {
	background-color: #131418;
	list-style: none;
	max-height: 330px;
	overflow: auto;
}

.product-custom .change-option-box .options li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #535661;
	cursor: pointer;
	padding: 15px 20px;
	border-bottom: 1px solid #212329;
}

.product-custom .change-option-box .options li:last-child {
	border-bottom: none;
}

.product-custom .change-option-box .options li:hover,
.product-custom .change-option-box .options li.selected {
	background-color: #191b20;
	color: var(--primary-color);
}

.product-custom .change-option-box .options .btn-close {
	padding-bottom: 15px;
	text-align: center;
}

.product-custom .change-option-box .options .btn-close button {
	border: none;
	background-image: url("../img/icons/icon-close-1.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	width: 48px;
	height: 48px;
	cursor: pointer;
}

.product-custom .change-model-box {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.81);
	z-index: 10001;
}

.product-custom .change-model-box.active {
	display: block;
}

.product-custom .change-model-box .group {
	position: fixed;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 550px;
	max-width: 100%;
	min-height: 150px;
}

.product-custom .change-model-box .btn-close {
	padding-bottom: 15px;
	text-align: center;
}

.product-custom .change-model-box .btn-close button {
	border: none;
	background-image: url("../img/icons/icon-close-1.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	width: 48px;
	height: 48px;
	cursor: pointer;
}

.product-custom .change-model-box .title {
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	color: #e6e6e6;
	padding: 0 0 15px 0;
}

.product-custom .change-model-box ul {
	background-color: #131418;
	list-style: none;
	max-height: 330px;
	overflow: auto;
}

.product-custom .change-model-box li {
	position: relative;
	float: left;
	width: 33.333%;
	height: 150px;
	line-height: 0;
	text-align: center;
	cursor: pointer;
	padding: 5px 10px;
	border-bottom: 1px solid #212329;
}

.product-custom .change-model-box li:last-child {
	border-bottom: none;
}

.product-custom .change-model-box li:hover,
.product-custom .change-model-box li.selected {
	background-color: #191b20;
}

.product-custom .change-model-box li img {
	max-width: 85%;
	max-height: 85%;
	display: inline;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.product-custom .upload-file-box {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.81);
	z-index: 10001;
}

.product-custom .upload-file-box.active {
	display: block;
}

.product-custom .upload-file-box .box-align {
	position: fixed;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 320px;
	max-width: 100%;
}

.product-custom .upload-file-box .btn-close {
	padding-bottom: 15px;
	text-align: center;
}

.product-custom .upload-file-box .btn-close button {
	border: none;
	background-image: url("../img/icons/icon-close-1.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	background-size: 28px;
	width: 28px;
	height: 28px;
	cursor: pointer;
}

.product-custom .upload-file-box .box-in {
	background-color: #16181d;
	max-height: 320px;
	overflow-y: auto;
}

.product-custom .upload-file-box .box-in .form-file {
	display: none;
}

.product-custom .upload-file-box .box-in .rules-up {
	color: #b3b3b3;
	font-size: 11px;
	text-align: center;
	padding: 10px;
}

.product-custom .upload-file-box .box-in .btn-up {
	background-color: #202229;
	padding: 10px;
}

.product-custom .upload-file-box .box-in .btn-up button {
	display: block;
	width: 100%;
	border: none;
	background-color: #3a7935;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: center;
	color: #eaeaea;
	cursor: pointer;
	padding: 15px;
}

.product-custom .upload-file-box .box-in .btn-up button:hover {
	background-color: #2e5d2a;
}

.product-custom .upload-file-box .box-in .btn-up button i {
	padding-right: 5px;
}

.product-custom .upload-file-box .box-in .error-up {
	display: none;
	font-size: 12px;
	color: #ff2c2c;
	text-align: center;
	padding: 10px;
}

.product-custom .upload-file-box .box-in .error-up.active {
	display: block;
}

.product-custom .upload-file-box .box-in .list-up-label {
	font-size: 13px;
	color: #afafaf;
	text-align: center;
	padding: 8px 0 0 0;
}

.product-custom .upload-file-box .box-in .list-up {
	list-style: none;
	padding: 0 5px;
	margin: 10px 0;
	background-color: #151515;
	min-height: 10px;
}

.product-custom .upload-file-box .box-in .list-up li {
	margin-bottom: 5px;
	background-color: #ececec;
	display: none;
}

.product-custom .upload-file-box .box-in .list-up li.active {
	display: block;
}

.product-custom .upload-file-box .box-in .list-up li:last-child {
	margin-bottom: 0;
}

.product-custom .upload-file-box .box-in .list-up li .file-title {
	float: left;
	width: 76%;
	height: 27px;
	padding: 6px;
	border: none;
	background-color: #ececec;
	font-size: 13px;
}

.product-custom .upload-file-box .box-in .list-up li .btn-edit,
.product-custom .upload-file-box .box-in .list-up li .btn-remove {
	float: right;
	width: 12%;
	height: 27px;
	border: none;
	background-color: #dcdcdc;
	padding: 6px 0px;
	font-size: 13px;
	color: #d4d4d4;
	text-align: center;
	cursor: pointer;
}

.product-custom .upload-file-box .box-in .list-up li .btn-edit {
	background-color: #66a565;
}

.product-custom .upload-file-box .box-in .list-up li .btn-edit:hover {
	background-color: #3b803a;
}

.product-custom .upload-file-box .box-in .list-up li .btn-remove {
	background-color: #dc2c2c;
}

.product-custom .upload-file-box .box-in .list-up li .btn-remove:hover {
	background-color: #b32222;
}

.product-custom .edit-tools-box {
	display: none;
	position: fixed;
	bottom: 0;
	width: 450px;
	height: 180px;
	z-index: 100;
	left: 10%;
	border: 10px solid rgba(0, 0, 0, 0.28);
	border-radius: 10px 10px 0px 0px;
	border-bottom: 0px;
}

.product-custom .edit-tools-box.active {
	display: block;
}

.product-custom .edit-tools-box .align {
	background-color: #1b1d23;
	height: 100%;
}

.product-custom .edit-tools-box .box-left {
	float: left;
	width: 50%;
	height: 100%;
}

.product-custom .edit-tools-box .box-right {
	float: right;
	width: 50%;
	height: 100%;
	background-color: #23262d;
	border-left: 3px solid #1b1d23;
}

.product-custom .edit-tools-box .controls {
	position: relative;
	width: 86px;
	height: 86px;
	margin: 15px auto;
	display: none;
}

.product-custom .edit-tools-box .controls button {
	position: absolute;
	display: block;
	width: 26px;
	height: 26px;
	background-color: #676b77;
	background-image: url("../img/icons/icon-controls.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0;
	border: none;
	border-radius: 50%;
	cursor: pointer;
}

.product-custom .edit-tools-box .controls button:hover {
	background-color: #525252;
}

.product-custom .edit-tools-box .controls button.top {
	background-position: 5px 7px;
	top: 0;
	left: 30px;
}

.product-custom .edit-tools-box .controls button.left {
	background-position: 3px -25px;
	top: 30px;
	left: 0;
}

.product-custom .edit-tools-box .controls button.right {
	background-position: 6px -62px;
	top: 30px;
	right: 0;
}

.product-custom .edit-tools-box .controls button.down {
	background-position: 5px -93px;
	left: 30px;
	bottom: 0;
}

.product-custom .edit-tools-box .ranges {
	background-color: #23262d;
	padding: 6px 0 13px 0;
	margin-top: 32px;
}

.product-custom .edit-tools-box .ranges .r-item {
	padding-bottom: 15px;
}

.product-custom .edit-tools-box .ranges .r-item:last-child {
	padding-bottom: 0;
}

.product-custom .edit-tools-box .ranges .r-item .label {
	text-align: center;
	display: block;
	font-size: 11px;
	color: #ccc;
	text-transform: uppercase;
	padding-bottom: 13px;
}

.product-custom .edit-tools-box .ranges .r-item .slider-container {
	margin: 0 auto;
}

.product-custom .edit-tools-box .text-config {
	padding: 8px 8px 0px 8px;
	display: none;
}

.product-custom .edit-tools-box .text-config.active {
	display: block;
}

.product-custom .edit-tools-box .text-config .text-value {
	padding: 8px 10px !important;
}

.product-custom .edit-tools-box .text-config .text-value,
.product-custom .edit-tools-box .text-config .text-font {
	width: 100%;
	background-color: #f3f3f3;
	border: none;
	font-size: 13px;
	padding: 7px 6px;
	color: #212121;
	display: block;
	margin-bottom: 5px;
}

.product-custom .edit-tools-box .text-config .text-color {
	background-color: #f3f3f3;
	padding: 5px 4px 11px 9px;
}

.product-custom .edit-tools-box .text-config .text-color label {
	font-size: 13px;
	color: #212121;
	vertical-align: middle;
}

.product-custom .edit-tools-box .text-config .text-color .sp-replacer {
	border: 1px solid #ccc;
	float: right;
}

.product-custom .edit-tools-box .btns-c {
	padding: 10px 5px;
}

.product-custom .edit-tools-box .btns-c button {
	display: block;
	width: 48%;
	border: none;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: center;
	color: #ffffff;
	padding: 9px;
	cursor: pointer;
}

.product-custom .edit-tools-box .btns-c button:first-child {
	float: left;
}

.product-custom .edit-tools-box .btns-c button:last-child {
	float: right;
}

.product-custom .edit-tools-box .btns-c button.orange {
	background-color: #cd3c14;
}

.product-custom .edit-tools-box .btns-c button.red {
	background-color: #d62a2a;
}

.product-custom .edit-tools-box .btns-c button.green {
	background-color: #548039;
}

@media only screen and (max-width: 680px) {
	.product-custom .edit-tools-box {
		width: 350px;
		left: 50%;
		margin-left: -175px;
	}
}

.avenzor-system-box {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	z-index: 101;
	display: none;
	justify-content: center;
	align-items: center;
	overflow: scroll;
	padding: 40px 0;
}

@media only screen and (max-width: 500px) {
	.avenzor-system-box {
		align-items: normal;
	}
}

@media only screen and (max-height: 520px) {
	.avenzor-system-box {
		align-items: normal;
	}
}

.avenzor-system-box .content>h2 {
	color: var(--primary-color);
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	padding-bottom: 16px;
}

.avenzor-system-box .content>div {
	display: flex;
	padding: 0 16px 16px 16px;
}

@media only screen and (max-width: 500px) {
	.avenzor-system-box .content>div {
		flex-direction: column;
	}
}

.avenzor-system-box .content>div img {
	max-width: 100%;
}

.avenzor-system-box .content>div button {
	cursor: pointer;
	background-color: unset;
	border: 1px solid #535353;
	padding: 0;
	position: relative;
	display: block;
}

.avenzor-system-box .content>div button:hover {
	border: 1px solid #aa5d22;
}

.avenzor-system-box .content>div button>div {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	text-align: center;
	width: 100%;
	padding-bottom: 16px;
}

.avenzor-system-box .content>div button>div h3 {
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 5px;
}

.avenzor-system-box .content>div button>div p:nth-child(2) {
	font-size: 18px;
	margin-bottom: 5px;
}

.avenzor-system-box .content>div button>div p:nth-child(3) {
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
}

@media only screen and (max-width: 600px) {
	.avenzor-system-box .content>div button>div h3 {
		font-size: 20px;
	}

	.avenzor-system-box .content>div button>div p:nth-child(2) {
		font-size: 14px;
	}

	.avenzor-system-box .content>div button>div p:nth-child(3) {
		font-size: 25px;
	}
}

.info-box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 200;
	display: none;
	align-items: center;
	justify-content: center;
}

.info-box .align {
	flex: 1;
	max-width: 740px;
	background-color: #1b1d23;
	border: 1px solid #aa5d22;
	border-radius: 3px;
	padding: 16px;
}

.info-box .title {
	font-size: 23px;
	text-align: center;
	margin-bottom: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.info-box .infos {
	display: flex;
	gap: 16px;
}

.info-box .info-1 {
	flex: 1;
}

.info-box .text {
	font-size: 15px;
	margin-bottom: 8px;
	text-align: justify;
}

.info-box .price {
	font-size: 20px;
	color: var(--primary-color);
	font-weight: 600;
}

.info-box .image img {
	width: 350px;
	height: 300px;
	object-fit: cover;
}

.info-box .question {
	font-size: 18px;
	text-align: center;
	border-top: 1px solid #424242;
	border-bottom: 1px solid #424242;
	padding: 15px 0;
	margin: 15px 0;
}

.info-box .actions {
	display: flex;
	justify-content: space-between;
}

.info-box .actions .btnd {
	font-size: 20px;
	font-weight: 400;
	padding-left: 45px;
	padding-right: 45px;
}

@media only screen and (max-width: 750px) {
	.info-box .align {
		max-width: 95%;
		max-height: 85%;
		overflow-x: auto;
	}

	.info-box .infos {
		flex-direction: column;
	}

	.info-box .infos .image {
		display: flex;
		background-color: #2b2b2b;
		justify-content: center;
	}

	.info-box .infos .image img {
		height: 200px;
	}
}

@media only screen and (max-width: 500px) {
	.info-box .infos .image img {
		max-width: 100%;
	}

	.info-box .actions .btnd {
		font-size: 14px;
	}
}
