/*
    
*/

/* CSS Document */

/* Float Elements 
---------------------------------*/
.fl-lt {float:left;}
.fl-rt {float:right;}

/* Clear Floated Elements
---------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Primary Styles
---------------------------------*/
body {
	background:#fff;
	/*font-family: 'Open Sans', sans-serif;*/
	font-size:14px;
	font-weight:normal;
	color:#4d4d4d;
	margin:0;
    font-family: Arial;
}
h1{
	font-size:32px;
	color:#4d4d4d;
	font-weight:500;
	text-align:center;
	text-transform:uppercase;
}
h2{
	font-size:32px;
	color:#4d4d4d;
	font-weight:600;
    margin: 0px;
	text-align:center;
	text-transform:uppercase;
}
h3{
	font-family: 'Montserrat', sans-serif;
	color:#4d4d4d;
	font-size:16px;
	margin:0 0 5px 0;
	text-transform:uppercase;
	font-weight:400;
}
h6{
	font-size:16px;
	color:#888888;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	text-align:center;
	margin:0 0 60px 0;
}
p{
	line-height:24px;
	margin:0;
}

.container{
    padding: 35px 0px;
}
.step-heading{
    margin: 10px 0px;
    border-bottom: 1px solid gainsboro;
    padding-bottom: 20px;
}
.step-heading span{
    font-size: 26px;
    color: black;
}
.upload-caption{
    color: black;
}
/*UPLOAD BUTTONS CUSTOM DESIGN*/
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
  background: #ee1c4b;
  height: 75px;
  max-width: 330px;
  width: 100%;
  padding: 9px;
  margin-top: 6px;
}

.upload-btn-wrapper span {
  background: #ee1c4b;
  color: white;
  font-size: 13px;
}
.upload-btn-wrapper span i{
    font-size: 22px;
    transform: scale(1.1,.9);
}
.upload-btn-wrapper span p{
    margin-top: 8px;
}

.upload-btn-wrapper input[type=file] {
  cursor: pointer;
  font-size: 100px;
  filter: alpha(opacity=1);
  -moz-opacity: 0.01;
  opacity: 0.01;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
/*end upload custom*/
/*start product list*/
.products-list{
    margin-top: 45px;
    position: relative;
    display: grid;
    margin-bottom: 30px;
}
.product-single-thumnail{
    height: 175px;
    cursor: pointer;
}
.product-single-thumnail img.arrow {
    max-width: 100%;
}
.products .col-md-3{
    padding: 2px;
    text-align: center;
    min-height: 242px;
    margin-bottom: 20px;
}
.products .col-md-3.selected{
    border: 1px solid #5bc0de;
    
}
.product-single-desc{
    line-height: 0px;
    padding-bottom: 10px;
}

/*start canvas style*/
#shirtDiv{
    width: 450px;
    height: 600px;
    position: relative;
    background-color: rgb(255, 255, 255);
    margin: 0 auto;
}
#drawingArea{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    width: 450px;
    height: 600px;
}
#tshirtFacing{
    width: 100%;
    height: 100%;
}
#tcanvas,.upper-canvas{
    background-image: url(../img/shirts/boy-friend-knit-tee_mask.png);
    background-size: 450px 600px; 
}
#shirtDiv .canvas_actions{
    position: relative;
    top: -30px;
    z-index: 999;
}
#shirtDiv .canvas_actions span{
    padding: 6px;
    cursor: pointer;
}
#shirtDiv .canvas_actions span.reply-email{
    position: relative;
    bottom: 5px;
}
#shirtDiv .canvas_actions span.reply-email i{
    -ms-transform: rotate(185deg); /* IE 9 */
    -webkit-transform: rotate(185deg); /* Chrome, Safari, Opera */
    transform: rotate(185deg);
}
#shirtDiv .canvas_actions i.fa{
        font-size: 30px;
    
}
#shirtDiv .color-selection{
    position: absolute;
    right: 0px;
    z-index: 999;
}
#shirtDiv .color-selection ul{
    min-width: 20px;
    min-height: 150px;
}
.color-preview {
/*    border: 1px solid #CCC;
    margin: 2px;*/
    zoom: 1;
    vertical-align: top;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
#design_next{
    position: relative;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
    background: #ee1c4b;
    height: 75px;
    width: 100%;
    padding: 2px;
    margin-top: 15px;
    border-radius: 0px;
    border-radius: 0px;
    font-size: 50px;
    font-weight: bold;
    color: black;
}

/*resize artwork area*/
.resize-artwork-area{
    background: #EEEFF1;
    display: grid;
    position: relative;
    margin-top: 20px;
}
.size-range{
    width: 90%;
    margin: 0 auto;
}
.size-range #img-width{
    width: 100%;
}
.size-range .pull-left, .size-range .pull-right{
    font-size: 11px;
    position: relative;
    top: -14px;
}

/*range thumb*/
/*input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  margin-top: -14px;  You need to specify a margin in Chrome, but in Firefox and IE it is automatic 
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;  Add cool effects to your sliders! 
}

 All the same stuff for Firefox 
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}

 All the same stuff for IE 
input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}*/
.resize-artwork-area .checkbox .ptrn-repeat{
    width: 190px;
    margin: 0 auto;
    font-size: 18px;
}
.resize-artwork-area .checkbox .ptrn-repeat input{
    width: 16px;
    height: 16px;
}
.resize-detail{
    font-size: 18px;
    padding: 20px;
    margin-bottom: 15px;
}
.rotate-design{
    font-size: 18px;
}
.rotate-design .rotate-left, .rotate-design .rotate-right{
    background: white;
    padding: 7px 8px;
    border: 1px solid #cccccc;
    margin: 4px;
    cursor: pointer;
}
.rotate-design i{
    font-weight: bold;
    font-size: 17px;
}


.cotton-shirt-fabric{
    margin: 30px 0px;
}
.fabric-image{
    max-width: 250px;
}
.fabric-image img{
    width: 100%;
}
.text-description, .fabric-cat{
    color: #999999;
    font-size: 15.5px;
    font-weight: normal;
}

/*disable divs*/
#tdesign1, #tdesign2, #tdesign3, #tdesign5, #tdesign6, #tdesign7, #tdesign9{
/*    pointer-events: none;
    opacity: 0.5;*/
}


@media screen and (max-width: 767px){
    .products .col-md-3 {
        min-height: auto;
    }
    .product-single-thumnail {
        height: auto;
    }
}