.starRating{
font-size : 16px;
}
.starRating .checked {
color: orange;
}
.img-preview {
background-color: #f7f7f7;
text-align: center;
width: 100%;
}
.docs-preview {
margin-right: -1rem;
}
.img-preview {
float: left;
margin-bottom: .5rem;
margin-right: .5rem;
overflow: hidden;
}
.img-preview > img {
max-width: 100%;
}
.preview-lg {
height: 18rem;
width: 32rem;
}
select.form_yale {
font-size: 16px;
font-weight: 600;
padding: 12px;
}
/*-----------------------------------------------------*/


.loader {
	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid #13b9a6; /* Blue */
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
	margin: auto;
	position: fixed;
	top: 48%;
	left: 48%;
}
#pixelate-canvas-0{
	cursor: pointer;
}
ul.colorList {
		margin: 0;
	padding: 0;
}
/* span#numBlocks {
	display: block;
} */
.colorList li {
	list-style: none;
	display: flex;
	align-items: center;
	cursor: pointer;
	border:1px solid transparent;
}
.btn{
    transition: all 0.35s ease-in-out;	
}
span#undoColor button.btn.btn-warning {
    padding: 0 6px;
    color: #fff;
    font-size: 12px;
    background: #13b9a6 !important;
    border: 0px !important;
    box-shadow: none;
    outline: none;
}
a.btn.btn-info.btnImageRefresh:focus {
    color: #000;
    background-color: #ffffff;
    border-color: #ffffff;
    box-shadow: none !important;
}
button#saveCropImage {
    background: #fff;
    color: #000 !important;
}
.colorList li span:nth-child(2){
	margin-left : 5px;
	font-size : 13px;
	font-weight : 700;
}

.colorList li.active,.colorList li:hover {
	background: #13b9a6;
	color: #fff;
	border: 1px solid #0dc5b0;
}

.btnImageCropped {
    margin-top: 10px;
    padding: 12px 15px !important;
    font-size: 16px;
    background: #ffffff !important;
    color: #13b8a7;
    font-weight: 600 !important;
    width: 100%;
    transition: all 0.35s ease-in-out;
    text-transform: capitalize !important;
}
.btnImageCropped:hover {
    color: #13b8a7 !important;
}
a.btn.btn-info.btnImageRefresh:hover {
	background: #ffffff;
	border-color: #ffffff;
	color: #392a2a;
}

.btnImageRefresh{
	background: #392a2a;
	color: #fff;
	font-size: 16px;
	width:100%;
	padding: 12px 20px;
	margin-top: 10px;
	border: 1px solid #000;
}

.img-container{
	max-height : 720px !important;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
button#saveCropImage {
	margin-top: 10px;
	width: 100%;
	font-size: 16px;
	padding: 12px;
	border-radius: 2px;
	width: 100%;
}
.btn-group {
	width: 100%;
}
.btn:hover, button#saveCropImage  {
	text-decoration: none !important;
}
.rightSide {
	background: #13B8A7;
	padding: 25px;
	text-align: center;
}
.leftSide {
	background: #13B8A7;
	padding: 25px;
	text-align: center;
}
.pixelate{
	overflow: auto;
	text-align: center;
}
p.sizeInfo {
	font-size: 14px;
	font-weight: 600;
}
.rightSide h1 {
	text-align: left;
	margin: 0 0 10px;
	font-weight: 700;
	font-size: 20px;
}
.docs-preview {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #409d93;
	width: 100%;
	padding: 10px;
	border-radius: 5px;
}
.forms_cs {
	padding: 15px;
}
.colorList li{
	margin-left:0px;
}
.container {
	max-width: 1320px;
}
#pixelate-canvas-0 {
	cursor: pointer;
	max-width:576px !important;
	width: 100% !important;
}
div#thumbnail1 {
	width: 100%;
	padding: 10px;
	border: solid 5px #c1b268c2;
	box-shadow: 0 10px 33px #0000001c;
	margin: 0 auto 20px;
	max-width:200px;
}
.pixelate-box-outer {
	display: flex;
	width: 100%;
	gap: 24px;
	justify-content: space-between;
}

.pixelate-box-outer .pixelate-box {
	max-width: 576px;
	width: 100%;
}
.forms_cs_top > .inputouter {
    display: flex;
    flex-wrap: wrap;
}
.forms_cs_top > .inputouter div#thumbnail1 {
    width: 200px;
    margin: 0 0 20px;
    align-self: flex-start;
}
.forms_cs_top > .inputouter .choose-color-sec {
    max-width: calc(100% - 200px);
    width: 100%;
    padding-left: 24px;
}
.forms_cs_top > .inputouter .choose-color-sec div#output ul.colorList {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 24px;
}
.pixelate-box-outer > .forms_cs {
	max-width: calc(100% - 576px);
	width: 100%;
}
.forms_cs_bottom > .forms_cs {
    padding: 0;
}
.forms_cs_bottom > .forms_cs .forms_option_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 24px;
}
.forms_cs_bottom > .forms_cs .forms_option_list label {
    font-size: 16px;
}
.forms_cs_bottom > .forms_cs .forms_option_list select.form_yale {
    font-size: 14px;
        height: 46px;
}
.quilt-statistics-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 24px;
}
/*.inputouter.fw-50 {
    grid-column: 1 / -2;
}*/
.forms_cs h3 {
    font-size: 24px;
}
.quilt-statistics-outer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 15px;
}
.quilt-statistics-outer  button#recalculate {
    background: #000;
    border-color: #000;
    color: #13b8a7;
    font-weight: 700;
}
.quilt-statistics-outer * {
    margin: 0;
}
@media screen and (max-width: 1340px){
	.forms_cs label {
		font-size: 16px;
	}
}
@media screen and (max-width: 1199px){
	.forms_cs_top > .inputouter .choose-color-sec div#output ul.colorList {
	    grid-template-columns: 1fr 1fr;
	}
	.forms_cs_bottom > .forms_cs .forms_option_list {
	    grid-template-columns: 1fr 1fr;
	    grid-column-gap: 15px;
	}
	.header-area a > img {
		max-width: 150px;
	}
	.forms_cs_top > .inputouter div#thumbnail1 {
	    width: 140px;
	}
	.forms_cs_top > .inputouter .choose-color-sec {
	    max-width: calc(100% - 140px);
	    padding-left: 15px;
	}
}

@media screen and (max-width: 1024px) {
	.pixelate-box-outer .forms_cs {
		    max-width: 100%;
		    width: 100%;
		    margin-top: 15px;
		    margin-left: 0;
		}
	.singular .entry-header {
		padding: 4rem 0;
	}
	.woocommerce .content-area .site-main{
		margin:0 5vw;
	}
	.pixelate-box-outer{
		flex-wrap:wrap;
	}
	.pixelate-box-outer .pixelate-box {
		max-width: 100%;
		width: 100%;
	}
	.pixelate-box-outer .pixelate-box {
		order: 1;
	}
	.pixelate-box-outer > div:first-child{
		order:2;
	}
	.pixelate-box-outer > div:last-child {
		order: 3;
	}
	.forms_cs {
		padding: 10px;
	}
	.forms_cs label {
		font-size: 14px;
	}
	select.form_yale {
		font-size: 14px;
		padding: 5px;
	}
	.inputouter select {
		height: 40px;
	}
	.forms_cs h3 {
		font-size: 18px !important;
	}
	button.single_add_to_cart_button.button.alt.addtocartbtn {
		font-size: 14px;
		padding: 12px;
	}
	.numBlock{
		font-size: 14px !important;
	}
}
@media screen and (max-width: 480px) {
	p.sizeInfo {
		font-size: 12px;
		font-weight: 600;
	}
	p.sizeInfo > i.fa.fa-arrow-right {
		margin: 0 5px 0 0 !important;
	}
	.quilt-statistics-list,
	.forms_cs_bottom > .forms_cs .forms_option_list{
	    grid-template-columns: 1fr;
	}
	.forms_cs_top > .inputouter .choose-color-sec {
	    max-width: 100%;
	    padding-left: 0;
	}
}

