

/* Start:/local/components/unionspb/printing.clothes/templates/.default/style.css?175104032020080*/
.colorpicker {
	z-index:4;
}

.c-printing-clothes.tpl-default .pc-images-tmp {
	display: none;
}
.c-printing-clothes.tpl-default svg text{
	-webkit-user-select: none;

	-khtml-user-select: none;

	-moz-user-select: none;

	-ms-user-select: none;

	user-select: none;
}

.c-printing-clothes.tpl-default {
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.c-printing-clothes.tpl-default .pc-left {
	order: 3;
	width: 100%;
}

.c-printing-clothes.tpl-default .pc-centre .pc-images{
	min-height: 300px;
	max-height: 300px;
	height: 300px;
	padding: 0px 15px;
}

.c-printing-clothes.tpl-default .pc-centre {
	order: 1;
	width: 100%;
	margin: 0px 0px 20px 0px;
}
.c-printing-clothes.tpl-default .pc-right {
	order: 2;
	width: 100%;
	margin: 0px 0px 20px 0px;
}

.c-printing-clothes.tpl-default .pc-shadow {
	transition: transform ease 0.2s, box-shadow ease 0.2s;
	border-color: #fff;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    background-color: #fff;
    z-index: 1;
}


.c-printing-clothes.tpl-default .pc-btn-type-1,
.c-printing-clothes.tpl-default .pc-btn-type-0 {
	display: block;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #ECECEC;
	padding: 18px 26px;
	font-weight: 400;
	font-size: 10px;
	line-height: 170%;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	background: #fff;
	cursor: pointer;
	color: #000;
	
}
.c-printing-clothes.tpl-default .pc-btn-type-1 {
	background: #DC2F2F;
	color: #fff;
	border:none;
}

.c-printing-clothes.tpl-default  .pc-info div{
	border-top: 1px solid #ECECEC;
	padding: 20px 20px 26px 20px;
	display: flex;
}
.c-printing-clothes.tpl-default  .pc-info div span {
	width: 50%;
}
.c-printing-clothes.tpl-default  .pc-info div span:first-child{
	font-weight: 400;
	font-size: 10px;
	line-height: 170%;
	text-transform: uppercase;
	color: #999999;
}
.c-printing-clothes.tpl-default  .pc-info div a,
.c-printing-clothes.tpl-default  .pc-info div span:last-child{
	font-weight: 400;
	font-size: 13px;
	line-height: 170%;
	color: #333333;
	text-align: right;
}
.c-printing-clothes.tpl-default  .pc-info div span:last-child svg {
	margin: 0px 7px 0px 0px;
	fill: #333333;
}
.c-printing-clothes.tpl-default  .pc-info div a{
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: end;
}
.c-printing-clothes.tpl-default  .pc-comment {
	border-top: 1px solid #ECECEC;
	padding: 20px 20px 26px 20px;
}
.c-printing-clothes.tpl-default  .pc-comment div {
	font-weight: 400;
	font-size: 13px;
	line-height: 170%;
	color: #333333;
	margin:0px 0px 10px 0px;
}
.c-printing-clothes.tpl-default  .pc-comment textarea {
	border: 1px solid #ECECEC;
	border-radius: 3px;
	padding: 6px 8px 6px 12px;
	width: 100%;
	background: #F8F8F8;
	height: 64px;
	font-weight: 400;
	font-size: 13px;
	line-height: 156%;
	color: #333333;
}

.c-printing-clothes.tpl-default  .pc-scroll {
	height: 240px;
	overflow-y: scroll;
	overflow-x: none;
	scrollbar-color: #666666 #D9D9D9;
  	scrollbar-width: thin;
}

.c-printing-clothes.tpl-default .pc-products .pc-title {
	padding: 20px 20px 26px 20px;
	display: flex;
	align-items: center;
}
.c-printing-clothes.tpl-default .pc-products .pc-title span:first-child{
	font-weight: 700;
	font-size: 17px;
	line-height: 113%;
	color: #333333;
	width: 50%;
}
.c-printing-clothes.tpl-default .pc-products .pc-title span:last-child {
	width: 50%;
	display: flex;
	justify-content: end;
	font-weight: 400;
	font-size: 10px;
	line-height: 156%;
	color: #999999;
}
.c-printing-clothes.tpl-default .pc-products .pc-total {
	padding: 20px 20px 26px 20px;
	
}
.c-printing-clothes.tpl-default .pc-products .pc-name {
	cursor: pointer;
}
.c-printing-clothes.tpl-default .pc-products .pc-total div{
	display: flex;
	align-items: center;
}
.c-printing-clothes.tpl-default .pc-products .pc-total div span {
	width: 50%;
}
.c-printing-clothes.tpl-default .pc-products .pc-total div span:first-child{
	font-weight: 400;
	font-size: 10px;
	line-height: 170%;
	text-transform: uppercase;
	color: #999999;
}
.c-printing-clothes.tpl-default .pc-products .pc-total div span:last-child{
	font-weight: 700;
	font-size: 14px;
	line-height: 133%;
	color: #333333;
	display: flex;
	justify-content: end;
}
.c-printing-clothes.tpl-default .pc-products table {
	width: 100%;
}
.c-printing-clothes.tpl-default .pc-products table td {
	padding: 12px 0px;
}
.c-printing-clothes.tpl-default .pc-products table td:first-child{
	padding: 12px 0px 12px 20px;
}
.c-printing-clothes.tpl-default .pc-products table thead td{
	font-weight: 400;
	font-size: 10px;
	line-height: 170%;
	text-transform: uppercase;
	color: #666666;
}
.c-printing-clothes.tpl-default .pc-products .pc-img div,
.c-printing-clothes.tpl-default .pc-products .pc-img{
	width: 40px;
}
.c-printing-clothes.tpl-default .pc-products .pc-img div {
	height: 40px;
	overflow: hidden;
}
.c-printing-clothes.tpl-default .pc-products .pc-img svg,
.c-printing-clothes.tpl-default .pc-products .pc-img img {
	max-width: 100%;
	max-height: 100%;
}
.c-printing-clothes.tpl-default .pc-products .pc-text {
	padding: 0px 7px 0px 7px;
}
.c-printing-clothes.tpl-default .pc-products table tbody td {
	font-weight: 400;
	font-size: 12px;
	line-height: 170%;
	color: #333333;
}
.c-printing-clothes.tpl-default .pc-products td.pc-error {
	font-weight: 400;
	font-size: 10px;
	line-height: 156%;
	color: red;
	padding: 0px 20px 12px 20px;
}
.c-printing-clothes.tpl-default .pc-products table tbody{
	background: #F8F8F8;
}
.c-printing-clothes.tpl-default .pc-input-checkbox {
	position: relative;
	border-radius: 3px;
	width: 20px;
	height: 20px;
	overflow: hidden;
	display: inline-block;
}
.c-printing-clothes.tpl-default .pc-input-checkbox input {
	position: absolute;
	z-index: 0;
}
.c-printing-clothes.tpl-default .pc-checkbox,
.c-printing-clothes.tpl-default .pc-quantity{
	width:80px;
}
.c-printing-clothes.tpl-default .pc-quantity input{
	width: 100%;
	text-align: left;
	background: none;
	border:none;
	font-weight: 400;
	font-size: 10px;
	line-height: 170%;
	text-transform: uppercase;
	color: #666666;
}
.c-printing-clothes.tpl-default .pc-input-checkbox label {
	position: absolute;
	z-index: 1;
	border: 1px solid #ECECEC;
	background: #F8F8F8;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.c-printing-clothes.tpl-default .pc-input-checkbox input:checked +label{
	background: red;
	border-color: red;
}
.c-printing-clothes.tpl-default .pc-input-checkbox input:checked +label:after{
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABnSURBVHgBjY9RDcAgDEQrAQmVhKPNweYICZNQCZNw60IJDSGUS+6nfQdXog0BKGpRpx34QlUcUOAw+FVzBGd0Zb8QM7sZ26u/Tpoc1DqyWWx2z75O6seFGlxWfX0IY8UoFMNjcLX/AO8lraJl3xkxAAAAAElFTkSuQmCC');
	position: absolute;
	left:0px;
	top:0px;
	width:100%;
	height: 100%;
	z-index: 2;
	background-position: center;
	background-repeat: no-repeat;
	content: "";
	display: block;
}
.c-printing-clothes.tpl-default .pc-type-printing{
	border-top: 1px solid #ECECEC;
	padding: 20px 20px 26px 20px;
}

.c-printing-clothes.tpl-default .pc-layers .pc-title{
	font-weight: 700;
	font-size: 17px;
	line-height: 113%;
	color: #333333;
}

.c-printing-clothes.tpl-default .pc-type-printing .pc-title{
	font-weight: 700;
	font-size: 17px;
	line-height: 113%;
	color: #333333;
	margin: 0px 0px 10px 0px;
	display: flex;
	align-items: center;
}
.c-printing-clothes.tpl-default .pc-type-printing .pc-title a {
	display: inline-block;
	margin: 0px 0px 0px 15px;
	width: 16px;
	height: 16px;
	border-radius:40px;
	background: #F8F8F8;
	display: flex;
	align-items: center;
	justify-content: center;
}
.c-printing-clothes.tpl-default .pc-type-printing select {
	font-size: 13px;
	line-height: 39px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 41px;
}
.c-printing-clothes.tpl-default .pc-layers{
	padding: 20px 0px 0px 0px
}
.c-printing-clothes.tpl-default .pc-layers table{
	width: 100%;
}
.c-printing-clothes.tpl-default .pc-layers table td {
	padding: 12px 0px;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #ECECEC;
}
.c-printing-clothes.tpl-default .pc-layers table td:first-child{
	padding: 12px 0px 12px 20px;
	
}
.c-printing-clothes.tpl-default .pc-layers table td:last-child{
	padding: 12px 20px 12px 0px;
	
}

.c-printing-clothes.tpl-default .pc-layers table tr:first-child td{
	border-width: 0px 0px 0px 0px;
}

.c-printing-clothes.tpl-default .pc-layers table .pc-title td {
	padding:0px 20px 12px 20px;
}

.c-printing-clothes.tpl-default .pc-layers .pc-img div,
.c-printing-clothes.tpl-default .pc-layers .pc-img{
	width: 40px;
}
.c-printing-clothes.tpl-default .pc-layers .pc-img div {
	height: 40px;
	overflow: hidden;
}
.c-printing-clothes.tpl-default .pc-layers .pc-img svg,
.c-printing-clothes.tpl-default .pc-layers .pc-img img {
	max-width: 100%;
	max-height: 100%;
}
.c-printing-clothes.tpl-default .pc-layers .pc-text{
	padding: 0px 7px 0px 7px;
}
.c-printing-clothes.tpl-default .pc-layers .pc-text  {
	font-weight: 400;
	display: block;
	font-size: 13px;
	line-height: 170%;
	color: #333333;
}
.c-printing-clothes.tpl-default .pc-layers .pc-text span {
	font-weight: 400;
	font-size: 12px;
	line-height: 170%;
	color: #666666;
}
.c-printing-clothes.tpl-default .pc-layers .pc-active td{
	background: #F8F8F8;
}
.c-printing-clothes.tpl-default .pc-layers .pc-actions {
	width: 10px;
}
.c-printing-clothes.tpl-default .pc-properties{
	border-top: 1px solid #ECECEC;
  	padding: 20px 20px 26px 20px;
}
.c-printing-clothes.tpl-default .pc-properties .pc-title{
	display:flex;
	margin: 0px 0px 12px 0px;
	justify-content: space-between;
	align-items: center;
}
.c-printing-clothes.tpl-default .pc-properties .pc-title div{
	font-weight: 700;
	font-size: 17px;
	line-height: 113%;
	color: #333333;
}
.c-printing-clothes.tpl-default .pc-properties .pc-title a {
	font-weight: 400;
	font-size: 10px;
	line-height: 170%;
	text-transform: uppercase;
	color: red;
}
.c-printing-clothes.tpl-default .pc-properties .pc-input-range, 
.c-printing-clothes.tpl-default .pc-properties .pc-input-text {
	margin: 0px 0px 12px 0px;
}
.c-printing-clothes.tpl-default .pc-properties .pc-input-text label {
	font-weight: 400;
	font-size: 13px;
	line-height: 174%;
	color: #333333;
}
.c-printing-clothes.tpl-default .pc-properties .pc-input-text input{
	width: 100%;
	height: 41px;
  	padding: 0px 4px;
	font-weight: 400;
	font-size: 13px;
	line-height: 174%;
	color: #333333;
	display: block;
	
}
.c-printing-clothes.tpl-default .pc-properties .pc-input-group {
	display: flex;
}

.c-printing-clothes.tpl-default .pc-properties .pc-input-text{
	width:65%;
	padding: 0px 15px 0px 0px;
}
.c-printing-clothes.tpl-default .pc-properties .pc-font-size {
	width:35%;
}
.c-printing-clothes.tpl-default .pc-properties .pc-font-size select{
	font-size: 13px;
  line-height: 39px;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 41px;
}

.c-printing-clothes.tpl-default .pc-properties .pc-font {
	width:65%;
	padding: 0px 15px 0px 0px;
}
.c-printing-clothes.tpl-default .pc-properties .pc-font select {
	font-size: 13px;
  line-height: 39px;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 41px;
}
.c-printing-clothes.tpl-default .pc-properties .pc-color {
	width:35%;
}
.c-printing-clothes.tpl-default .pc-properties .pc-input-group label {
	font-weight: 400;
	font-size: 13px;
	line-height: 174%;
	color: #333333;
	display: block;
}
.c-printing-clothes.tpl-default .pc-properties .pc-input-group label a {
	display:inline-block !important;
	margin: 0px 0px 0px 15px;
	  width: 16px;
	  height: 16px;
	  border-radius: 40px;
	  background: #F8F8F8;
	  display: flex;
	  align-items: center;
	  justify-content: center;
}
.c-printing-clothes.tpl-default .pc-properties .pc-input-color {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.c-printing-clothes.tpl-default .pc-properties .pc-input-color label{
	width: 32px;
	height: 41px;
	background: #F8F8F8;
	display: flex;
	align-items: center;
	  justify-content: center;
	  margin: 0px;
}
.c-printing-clothes.tpl-default .pc-properties .pc-input-color label input{
	display: none;
}
.c-printing-clothes.tpl-default .pc-properties .pc-input-color input{
	width: calc(100% - 40px);
	height: 41px;
	padding: 0px 4px
}
.c-printing-clothes.tpl-default .pc-properties  .pc-property-image{
	margin: 20px 0px 0px 0px;
}

.c-printing-clothes.tpl-default .pc-properties  .pc-input-file .pc-input-file-title{
	font-weight: 400;
	font-size: 13px;
	line-height: 170%;
	color: #333333;
	display: block;
	margin: 0px 0px 12px 0px;
}
.c-printing-clothes.tpl-default .pc-properties  .pc-input-file-text {
	font-weight: 400;
	font-size: 10px;
	line-height: 156%;
	color: #DC2F2F;
}
.c-printing-clothes.tpl-default .pc-required{
	color: #DC2F2F;
}
.c-printing-clothes.tpl-default .pc-properties  .pc-input-file-description {
	font-weight: 400;
	font-size: 10px;
	line-height: 156%;
	color: #999999;
}
.c-printing-clothes.tpl-default .pc-properties  .pc-input-file label input[type='file']{
	width: 1px;
	height: 1px;
	position: absolute;
	z-index: 1;
	overflow: hidden;
}
.c-printing-clothes.tpl-default .pc-properties  .pc-input-file label {
	margin: 0px 0px 12px 0px;
	background: #F8F8F8;
	border: 1px solid #ECECEC;
	border-radius: 3px;
	padding: 6px 12px;
	display: block;
	width: 100%;
	font-weight: 400;
	font-size: 13px;
	line-height: 156%;
	color: #666666;
	position: relative;
	
}
.c-printing-clothes.tpl-default .pc-properties  .pc-input-file label div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 2;
	background: #F8F8F8;
}
.c-printing-clothes.tpl-default .pc-properties  .pc-input-file label div svg {
	width: 15px;
}
.c-printing-clothes.tpl-default .pc-properties  .pc-input-file label div span {
	display: block;
	width: calc(100% - 25px);
	overflow: hidden;
	text-overflow: clip;
}
.c-printing-clothes.tpl-default .pc-select{
	margin: 0px 0px 12px 0px;
}
.c-printing-clothes.tpl-default .pc-select label{
	font-weight: 400;
	font-size: 13px;
	line-height: 170%;
	color: #333333;
	display: block;
}
.c-printing-clothes.tpl-default .pc-select select {
	font-size: 13px;
  line-height: 39px;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 41px;
}

.c-printing-clothes.tpl-default .pc-input-range label{
	font-weight: 400;
	font-size: 13px;
	line-height: 170%;
	color: #333333;
	display: block;
}
.c-printing-clothes.tpl-default .pc-input-range input[type="range"]{
	width: 100%;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	height: 2px;
}

.c-printing-clothes.tpl-default .pc-input-range datalist {
	display: flex;
	justify-content: space-between;
	font-weight: 400;
	font-size: 10px;
	line-height: 170%;
	text-transform: uppercase;
	color: #666666;
	visibility: hidden;
}
/** FF*/
.c-printing-clothes.tpl-default .pc-input-range input[type="range"]::-moz-range-progress {
  background-color: red; 
}
.c-printing-clothes.tpl-default .pc-input-range input[type="range"]::-moz-range-track {  
  background-color: #999999;
}
.c-printing-clothes.tpl-default .pc-input-range  input[type="range"]::-moz-range-thumb {
   height: 8px;
   width: 8px;
   border-radius: 50%;
   background: red;
   border: 13px solid #fff;
   box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
/* IE*/
.c-printing-clothes.tpl-default .pc-input-range input[type="range"]::-ms-fill-lower {
  background-color: red; 
}
.c-printing-clothes.tpl-default .pc-input-range input[type="range"]::-ms-fill-upper {  
  background-color: #999999;
}
/*Crome*/
.c-printing-clothes.tpl-default .pc-input-range  input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	height: 8px;
	width: 8px;
	border-radius: 50%;
	background: red;
	border: 4px solid red;
	box-shadow: 0px 10px 20px #000;
	outline: 13px solid #fff;
	margin-top: -2px;
}
.c-printing-clothes.tpl-default .pc-input-range  input[type="range"]::-webkit-slider-runnable-track {
    background-color: #999999;
    height: 2px;
}


.c-printing-clothes.tpl-default .pc-centre g.pc-layer-active {
	cursor: pointer;
}

/*
.c-printing-clothes.tpl-default .pc-centre .pc-images-min {
	padding: 20px 20px 0px 20px;
	display: none;
	grid-template-columns: repeat(5, 1fr);
	grid-column-gap:3px;
	grid-row-gap:3px;
}

.c-printing-clothes.tpl-default .pc-centre .pc-images-min  button{
	background: none;
	border: 1px solid #ECECEC;
	padding: 5px;
}
.c-printing-clothes.tpl-default .pc-centre .pc-images-min img {
	max-height: 100%;
	max-width: 100%;
}
.c-printing-clothes.tpl-default .pc-centre .pc-images-min  button.pc-active,
.c-printing-clothes.tpl-default .pc-centre .pc-images-min  button:hover {
	border-color: #DC2F2F;
}
.c-printing-clothes.tpl-default .pc-centre .pc-images-min  button.pc-not-empty {
	outline: 1px solid #60c339;
}
*/

.c-printing-clothes.tpl-default .pc-centre .pc-images-min {
	padding: 0px 70px 0px 70px;
	margin: 0px 0px 20px 0px;
}
.c-printing-clothes.tpl-default .pc-centre .pc-images-min  button{
	background: none;
	border: 1px solid #ECECEC;
	padding: 5px;
	display: block;
	width: 100%;
 	height: 70px;
}
.c-printing-clothes.tpl-default .pc-centre .pc-images-min img {
	max-height: 100%;
	max-width: 100%;
}
.c-printing-clothes.tpl-default .pc-centre .pc-images-min  button.pc-active,
.c-printing-clothes.tpl-default .pc-centre .pc-images-min  button:hover {
	border-color: #DC2F2F;
}
.c-printing-clothes.tpl-default .pc-centre .pc-images-min  button.pc-not-empty {
	outline: 1px solid #60c339;
}

.c-printing-clothes.tpl-default .pc-centre .pc-images-min .owl-nav {
	z-index: 9;
	top: 35px;
}
.c-printing-clothes.tpl-default .pc-centre .owl-stage-outer,
.c-printing-clothes.tpl-default .pc-centre .owl-carousel {
	padding: 1px;
}

.c-printing-clothes.tpl-default .pc-centre .pc-images-min .owl-next,
.c-printing-clothes.tpl-default .pc-centre .pc-images-min .owl-prev{
	position: absolute;
	top: calc(50% - 20px);
	width:40px;
	height: 40px;
}

.c-printing-clothes.tpl-default .pc-centre .pc-images-min .owl-prev{
	left:0px;
	transform: rotate(270deg);
}
.c-printing-clothes.tpl-default .pc-centre .pc-images-min .owl-next{
	right:0px;
	transform: rotate(90deg);
}


.c-printing-clothes.tpl-default .pc-right .pc-group-0{
	padding: 20px 20px 0px 20px;
	/*display: grid;*/
	display:none !important;
	grid-template-columns: repeat(10, 1fr);
	grid-column-gap:3px;
	grid-row-gap:3px;
}
.c-printing-clothes.tpl-default .pc-right .pc-group-0 button {
	background: none;
	font-weight: 400;
	font-size: 10px;
	line-height: 170%;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #ECECEC;
	color: #000;
	
}

.c-printing-clothes.tpl-default .pc-right .pc-group-0 button.pc-not-empty {
	outline: 1px solid #60c339;
}

.c-printing-clothes.tpl-default .pc-right .pc-group-0 button.pc-active,
.c-printing-clothes.tpl-default .pc-right .pc-group-0 button:hover {
	background: #DC2F2F;
  	color: #fff;
}

#PcLayerForm textarea{
	resize: none;
	width: 100%;
	min-height: 74px;
	height: 74px;
	font-size: 13px;
}

@media(min-width:768px){
	
	.c-printing-clothes.tpl-default .pc-right .pc-shadow,
	.c-printing-clothes.tpl-default .pc-left .pc-shadow{
		display: grid;
		  grid-template-columns: 50% 50%;
	}
	
}

@media(min-width:992px){
	
	/*
	.c-printing-clothes.tpl-default .pc-centre .pc-images-min{
		display: grid;
	}
	*/
	
	
	.c-printing-clothes.tpl-default .pc-centre .pc-images{
		min-height: 700px;
		max-height: 700px;
		height: 700px;
	}
	
	.c-printing-clothes.tpl-default .pc-right .pc-shadow,
	.c-printing-clothes.tpl-default .pc-left .pc-shadow{
		display: block;
	}
	
	.c-printing-clothes.tpl-default {
		-ms-flex-direction: inherit;
		flex-direction: inherit;
	}
	
	.c-printing-clothes.tpl-default .pc-left {
		order: 1;
		width: 25%;
	}

	.c-printing-clothes.tpl-default .pc-centre {
		order: 2;
		width: 50%;
		height: auto;
		margin: 0px;
	}
	.c-printing-clothes.tpl-default .pc-right {
		order: 3;
		width: 25%;
		margin: 0px;
	}
	
}
/* End */


/* Start:/local/templates/aspro_max_new/vendor/css/carousel/owl/owl.carousel.min.css?16529940003351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/aspro_max_new/vendor/css/carousel/owl/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/local/templates/aspro_max_new/vendor/colorpicker/css/colorpicker.css?12194131963181*/
.colorpicker {
	width: 356px;
	height: 176px;
	overflow: hidden;
	position: absolute;
	background: url(/local/templates/aspro_max_new/vendor/colorpicker/css/../images/colorpicker_background.png);
	font-family: Arial, Helvetica, sans-serif;
	display: none;
}
.colorpicker_color {
	width: 150px;
	height: 150px;
	left: 14px;
	top: 13px;
	position: absolute;
	background: #f00;
	overflow: hidden;
	cursor: crosshair;
}
.colorpicker_color div {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	background: url(/local/templates/aspro_max_new/vendor/colorpicker/css/../images/colorpicker_overlay.png);
}
.colorpicker_color div div {
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 11px;
	overflow: hidden;
	background: url(/local/templates/aspro_max_new/vendor/colorpicker/css/../images/colorpicker_select.gif);
	margin: -5px 0 0 -5px;
}
.colorpicker_hue {
	position: absolute;
	top: 13px;
	left: 171px;
	width: 35px;
	height: 150px;
	cursor: n-resize;
}
.colorpicker_hue div {
	position: absolute;
	width: 35px;
	height: 9px;
	overflow: hidden;
	background: url(/local/templates/aspro_max_new/vendor/colorpicker/css/../images/colorpicker_indic.gif) left top;
	margin: -4px 0 0 0;
	left: 0px;
}
.colorpicker_new_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 213px;
	top: 13px;
	background: #f00;
}
.colorpicker_current_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 283px;
	top: 13px;
	background: #f00;
}
.colorpicker input {
	background-color: transparent;
	border: 1px solid transparent;
	position: absolute;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #898989;
	top: 4px;
	right: 11px;
	text-align: right;
	margin: 0;
	padding: 0;
	height: 11px;
}
.colorpicker_hex {
	position: absolute;
	width: 72px;
	height: 22px;
	background: url(/local/templates/aspro_max_new/vendor/colorpicker/css/../images/colorpicker_hex.png) top;
	left: 212px;
	top: 142px;
}
.colorpicker_hex input {
	right: 6px;
}
.colorpicker_field {
	height: 22px;
	width: 62px;
	background-position: top;
	position: absolute;
}
.colorpicker_field span {
	position: absolute;
	width: 12px;
	height: 22px;
	overflow: hidden;
	top: 0;
	right: 0;
	cursor: n-resize;
}
.colorpicker_rgb_r {
	background-image: url(/local/templates/aspro_max_new/vendor/colorpicker/css/../images/colorpicker_rgb_r.png);
	top: 52px;
	left: 212px;
}
.colorpicker_rgb_g {
	background-image: url(/local/templates/aspro_max_new/vendor/colorpicker/css/../images/colorpicker_rgb_g.png);
	top: 82px;
	left: 212px;
}
.colorpicker_rgb_b {
	background-image: url(/local/templates/aspro_max_new/vendor/colorpicker/css/../images/colorpicker_rgb_b.png);
	top: 112px;
	left: 212px;
}
.colorpicker_hsb_h {
	background-image: url(/local/templates/aspro_max_new/vendor/colorpicker/css/../images/colorpicker_hsb_h.png);
	top: 52px;
	left: 282px;
}
.colorpicker_hsb_s {
	background-image: url(/local/templates/aspro_max_new/vendor/colorpicker/css/../images/colorpicker_hsb_s.png);
	top: 82px;
	left: 282px;
}
.colorpicker_hsb_b {
	background-image: url(/local/templates/aspro_max_new/vendor/colorpicker/css/../images/colorpicker_hsb_b.png);
	top: 112px;
	left: 282px;
}
.colorpicker_submit {
	position: absolute;
	width: 22px;
	height: 22px;
	background: url(/local/templates/aspro_max_new/vendor/colorpicker/css/../images/colorpicker_submit.png) top;
	left: 322px;
	top: 142px;
	overflow: hidden;
}
.colorpicker_focus {
	background-position: center;
}
.colorpicker_hex.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_submit.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_slider {
	background-position: bottom;
}

/* End */
/* /local/components/unionspb/printing.clothes/templates/.default/style.css?175104032020080 */
/* /local/templates/aspro_max_new/vendor/css/carousel/owl/owl.carousel.min.css?16529940003351 */
/* /local/templates/aspro_max_new/vendor/colorpicker/css/colorpicker.css?12194131963181 */
