@font-face {
	font-family: 'Uscraft';
	font-weight: normal;
	font-style: normal;
	src: url('../fonts/cancooler/Uscraft.eot?1gpft4');
	src: url('../fonts/cancooler/Uscraft.eot?1gpft4#iefix') format('embedded-opentype'),
      url('../fonts/cancooler/Uscraft.ttf?1gpft4') format('truetype'),
      url('../fonts/cancooler/Uscraft.woff?1gpft4') format('woff'),
      url('../fonts/cancooler/Uscraft.svg?1gpft4#Uscraft') format('svg');
}
[class^="usc-icon-"], [class*=" usc-icon-"] {
	text-transform: none;
	line-height: 1;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	/* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'Uscraft' !important;
	speak: none;
	/* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.usc-icon-align-center:before {
	content: "\e90a";
}
.usc-icon-align-left:before {
	content: "\e90b";
}
.usc-icon-align-right:before {
	content: "\e90c";
}
.usc-icon-bold:before {
	content: "\e90d";
}
.usc-icon-italic:before {
	content: "\e90e";
}
.usc-icon-bring-to-front:before {
	content: "\e900";
}
.usc-icon-clipart:before {
	content: "\e901";
}
.usc-icon-rotate-horizontal:before {
	content: "\e902";
}
.usc-icon-rotate-vertical:before {
	content: "\e903";
}
.usc-icon-send-to-back:before {
	content: "\e904";
}
.usc-icon-text:before {
	content: "\e905";
}
.usc-icon-trash:before {
	content: "\e906";
}
.usc-icon-upload:before {
	content: "\e907";
}
.usc-icon-zoom-in:before {
	content: "\e908";
}
.usc-icon-zoom-out:before {
	content: "\e909";
}
.common_step_title h1{
    color: #333;
}
.preview-option {
	margin: 16px 0;
}
.preview-option .preview-option-item button {
	border-radius: 50%;
	background: transparent;
	padding: 0;
	width: 40px;
	height: 40px;
	text-align: center;
}
.preview-option .preview-option-item span {
	color: #363636;
	font-size: 30px;
}
.preview-option-two {
	position: absolute;
	top: 29px;
}
.preview-option-two ul {
	list-style-type: none;
}
.preview-option-two ul li {
	margin-bottom: 10px;
}
.preview-option-two li button {
	border: none;
	border: 1px solid #7e7e7e;
	border-radius: 50%;
	background: #fff;
	padding: 0px;
	width: 37px;
	height: 37px;
}
.preview-option-two li button span {
	font-size: 23px;
}

 .common_step_box_wrapper {
    align-items: center;
    padding: 30px 15px;
}

.canvas-container {
    margin: 0 auto;
}

.coaster-preview {
    background-size: 100%;
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 100px;
}
    
.coaster-editor {
    display: flex;
    border-top: 1px solid #cccccc;
}
.coaster-editor h3 {
    padding-top:0;
}
.coaster-preview-wrapper {
    background-image: url('https://www.uscraft.com/uploads/1563686734858.png');
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}
    /**/
.design_lab_inner {
	display: flex;
	justify-content: space-between;
}
.design_lab_editor_container {
	display: flex;
	justify-content: flex-start;
	width: 60%;
}
.upload-container {
    width: 40%;
}
.design_lab_editor_container > .design_lab_edit_counter {
	border-right: 1px solid #cccccc;
    padding-right: 10px;
    padding-bottom: 30px;
    width: 17%;
    max-width: 112px;
}
.design_lab_editor_container > .design_lab_edit_field {
    margin: 0 10px 0 25px;
	width: 82%;
}
.canvas-wrapper {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 465px;
}
.preview {
	background: url(../images/cancooler-preview-bg.jpg) no-repeat center / cover;
	padding: 20px 0 0 0;
    height: 525px;
    overflow: hidden;
}
.preview-option > ul {
	border: none;
	list-style-type: none;
	text-align: center;
}
.preview-option > ul > li {
	display: inline-block;
	float: none;
}
.design_lab_edit_counter ul li {
	margin: 0;
	margin-bottom: 10px;
	border-radius: 3px;
	background: #c9c7cb;
	padding: 10px 5px;
	max-width: 86px;
	max-height: 87px;
}
.design_lab_edit_counter ul li:hover {
	border-radius: 3px;
}
.design_lab_edit_counter ul li.active {
	border: 2px solid #036e9d;
	border-radius: 3px;
}
.design_lab_edit_counter ul li span {
	color: #000;
	font-size: 48px;
}
.design_lab_edit_counter_inner,
.design_lab_edit_field_inner {
	padding: 10px 0;
}
.design_lab_edit_field_inner {
	position: relative;
}
.design_lab_edit_field .line {
	display: flex;
	margin-bottom: 10px;
	flex-wrap: wrap;
	width: 95%;
    align-items: center;
}

.fontSelector span {
    background-color: transparent!important;
}
#textEditor {visibility:hidden;}
.design_lab_edit_field .line:first-child {
    justify-content: space-between;
}
.design_lab_edit_field .line ul {
	display: flex;
	list-style-type: none;
}
.design_lab_edit_field .line .l-one.item {
	width: 84%;
}
.design_lab_edit_field .line .l-one.item label {
	margin-bottom: 10px;
}
.design_lab_edit_field .line .l-one.item input {
	height: 77px;
}
.design_lab_edit_field .line .l-one.item + .l-one.item {
	margin-top: 22px;
	border-radius: 5px;
	background: #ccc;
	padding: 10px 5px;
	width: 12%;
}
.design_lab_edit_field .line .l-two.item:nth-child(2) {
	display: flex;
	/*width: 30%;*/
}
.design_lab_edit_field .line .item span {
	background: #fff;
	padding: 4px;
	color: #000;
	font-size: 15px;
}
.design_lab_edit_field .line .l-two.item button {
	border: none;
	background: transparent;
}
.design_lab_edit_field .line .l-two.item button.textFont {
    border: none;
    border-radius: 18px;
    background: #fff;
    padding: 15px;
    color: #046e9d;
}
.preview-wrapper {
	position: relative;
	padding-top: 10px;
}
.preview-option {
	margin: 16px 0;
}
.preview-option .preview-option-item button {
	border-radius: 50%;
	background: transparent;
	padding: 0;
	width: 40px;
	height: 40px;
	text-align: center;
}
.preview-option .preview-option-item span {
	color: #363636;
	font-size: 30px;
}
.preview-option-two {
	position: absolute;
	position: absolute;
	top: 29px;
	right: 0px;
}
.preview-option-two ul {
	list-style-type: none;
}
.preview-option-two ul li {
	margin-bottom: 10px;
}
.preview-option-two li button {
	border: none;
	border: 1px solid #7e7e7e;
	border-radius: 50%;
	background: #fff;
	padding: 0px;
	width: 37px;
	height: 37px;
}
.preview-option-two li button span {
	font-size: 23px;
}
.line .font-family-list {
	flex-direction: column;
	flex-grow: 1;
	max-height: 150px;
	overflow: auto;
}
.font-family-list li {
	padding: 5px;
	font-size: 20px;
}
.canvas-container {
	margin: 0 auto;
}
.canvas-container:hover #mug_design_lab {
    border: 1px dashed #FFC107;
}
#currentCanvasText {
	position: absolute;
	right: 0;
	bottom: 0;
	border-radius: 3px;
	background: #ca6a6a;
	padding: 5px 0;
	width: 64px;
	text-align: center;
	color: #fff;
	font-weight: 700;
}
.preview:hover canvas {
	border: 2px dashed #f5c946;
	border-radius: 25px;
}
.line.search-and-cat .item {
    flex-basis: 38%;
}
.line.search-and-cat .item + .item {
    flex-basis: 20%;
    margin-left: auto;
    margin-right: 5px;
}
.line.search-and-cat .item + .item + .item {
    flex-basis: 20%;
    margin: 0;
}
.line.search-and-cat .item + .item + .item button {
    width: 100%;
    padding: 14px;
}
.line.search-and-cat .item input,
.line.search-and-cat .item select {
    border-radius: 8px;
    height: 50px;
}
.line.clipart {
    flex-wrap: wrap;
    justify-content: normal;
    border: 1px solid #ddd;
    min-height: 399px;
    max-height: 399px;
    align-content: baseline;
    margin-bottom: 0;
    overflow: auto;
    position: relative;
}
#clipart-loading {
    position: absolute;
    left: 0;
    right: 0;
}
.line.clipart .clipart-item {
    flex-basis: 18%;
    background-color: #fff;
    margin: 1%;
    border-radius: 5px;
    box-shadow: 4px 4px 4px 0px #cccccc;
    cursor: pointer;
    min-height: 100px;
    max-height: 100px;
    text-align: center;
    display: flex;
    padding: 10px;
}
.line.clipart .clipart-item img {
    width: 100%;
}
.cart-color {
	display: flex;
	position: absolute;
	bottom:6px;
	clear: both;
	flex-wrap: wrap;
	border-top: 1px dashed #c5c5c5;
	padding-top: 7px;
    width: 100%;
    min-height:65px
}
.cart-color-item {
	position: relative;
	border: 1px dotted #ddd;
	padding: 0 10px;
	margin: 8px 8px 0 0;
	min-width: 105px;
}
.cart-color-item-inner {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-top: 10px;
}
.cart-color-item span {
	display: block;
}
.cart-color-item .color-name {
	width: 57px;
	text-align: center;
	font-size: 12px;
}
.cart-color-item .color-image {
	margin-right: 7px;
	width: 36px;
}
.cart-color-item .color-image img {
	width: 100%;
}
/* Scrollbar */
#clipart-wrapper::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}
#clipart-wrapper::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #b7b7b7;
}

#clipart-wrapper::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
.p-top-30 {
    padding-top: 30px;
}
#wristbands_step_three .common_step_box {
    padding: 20px 20px 0;
}
.common_step_box_wrapper {
    padding: 30px 15px 0;
}
.clipartLoading{
    position: absolute;
    left: 0;
    right: 0;
    -webkit-animation:rotation 3s linear infinite;
    -moz-animation:rotation 3s linear infinite;
    animation:rotation 1s linear infinite;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/*Responsive*/

@media only screen and (max-width: 991.98px) {
    .short_details{
        padding-right: 0;
    }
    .design_lab_edit_counter ul li span{
        font-size: 26px;
    }
}

@media only screen and (max-width: 767.98px) {
    .small-box{
        float: left;
    }
    #wristbands_step_two .product_color_area{
        height: 391px;
    }
    .coaster-editor{
        flex-direction: column;
    }
    .design_lab_editor_container{
        width: 100%;
    }
    .upload-container{
        width: 100%;
    }
}

@media only screen and (max-width: 530px) {
    #wristbands_step_two .product_color_area{
        height: 316px;
    }
}

@media only screen and (max-width: 425px) {
    .short_details{
        padding-right: 0 !important;
    }
    .common_step_box_wrapper {
        flex-direction: column;
    }
    .coaster-preview, .coaster-editor {
        width: 100%;
    }
    .coaster-preview {
        margin-bottom: 25px;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    
    .preview-option-two {
        position: absolute;
        top: 29px;
    }
    
}

@media (min-width: 768px) and (max-width: 1023px) {
    .coaster-editor-item .design-your-product{
        margin-left: 0;
    }
    
    .coaster-editor .print-color {
        margin-left: 0;
    }
    
    /* .preview-option-two{*/
    /*    position: inherit;*/
    /*    margin-top: -25px;*/
    /*}*/
    
    /*.common_step_box ul li{*/
    /*    display: inline-block;*/
    /*}*/
    
    /*.common_step_box ul li:last-child{*/
    /*    margin-right:0;*/
    /*}*/
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .coaster-editor-item .design-your-product{
        margin-left:0;
    }
    
    .coaster-editor .print-color{
        margin-left: 0;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .common_step_box_wrapper{
        display:initial;
    }
    
    .coaster-editor-item .design-your-product{
        margin-left: 0;
    }
    
    .coaster-preview {
        padding: 0 15px 100px 0;
    }
    
    .coaster-editor{
        padding: 0 15px;
    }
    
    .coaster-editor .print-color{
        margin-left: 0;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .common_step_box_wrapper{
        display:initial;
    }
    
    .coaster-editor-item .design-your-product{
        margin-left: 0;
    }
    
    .coaster-preview {
        margin-bottom: 10px;
        padding-bottom: 130px;
    }
    .common_step_box .preview-option-two ul li{
        margin: 0 0 10px 0;
    }
    .coaster-editor{
        padding: 0;
        width: 100%;
    }
    
    .design_lab_edit_counter_inner ul{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .design_lab_edit_counter_inner ul li{
        margin-left: 10px;
        padding: 2px 5px;
    }
    .design_lab_edit_counter ul li span{
        font-size: 22px;
    }
    .design_lab_editor_container {
        flex-direction: column;
        background: #e8e8e8;
        margin-top: 30px;
        width: 100%;
    }
    .design_lab_edit_counter {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0;
        border-top: none !important;
        border-right: none !important;
        margin-top: 0;
        padding-top: 10px;
        padding-bottom: 0 !important;
    }
    .design_lab_editor_container > .design_lab_edit_field {
        margin: 0 10px 0 8px;
        width: 98%;
        padding-top: 10px;
    }
    .design_lab_edit_field .line .l-one.item input{
        height: 40px;
    }
    .design_lab_edit_field .line .l-one.item + .l-one.item{
        width: 14%;
        margin-top: 30px;
    }
        
    .coaster-editor .print-color{
        margin-left: 0;
    }
    
    /*.preview-option-two{*/
    /*    position: inherit;*/
    /*    margin-top: -50px;*/
    /*}*/
    
    /*.common_step_box ul li{*/
    /*    display: inline-block;*/
    /*}*/
    
    /*.common_step_box ul li:last-child{*/
    /*    margin-right:0;*/
    /*}*/
    
    .canvas-container{
        width: 294px !important;
        margin-top: -10px;
        transform: scale(0.6);
        margin-left: 5px;
    }
    #mug_design_lab,
    .upper-canvas{
        margin-top: 97px !important;
        width: 294px !important;
        height: 128px !important;
    }
     
    
    /* By Me */
    
    #design_lab_front_area{
        width: 300px !important;
        min-height: 303px !important;
        background-size: contain;
    }

}

@media (max-width: 320px) {
    .common_step_box_wrapper{
        display:initial;
    }
    
    .canvas-container{
        margin-top: -40px;
        transform: scale(0.7);
        margin-left: -59px;
    }
}