<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.canvas-container {
    background-image: url('/wb-editor/images/editor/grid.png');
}
.uploadArtwork_fileattach {
    position: relative;
    height: 185px;
    box-shadow: none;
    border: 2px dotted #d1d1d1;
    border-radius: 4px;
    max-width: 100%;
    margin: 0 auto 15px;
    width: 100%;
}
#myTabContent {
  height: 100%;
}
#pvc {
  height: 100%;
}
#prdctLft {
    bottom: 0;
}
.lan-wrist-upload #awfile {
    width: 100%;
}
.uploadArtwork_fileattach a {
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(241, 245, 247) !important;
    height: 100% !important;
    display: flex !important;
    color: rgb(41, 82, 103) !important;
    font-size: 17px;
    font-weight: 400 !important;
    font-family: Poppins, sans-serif;
}
.uploadArtwork_fileattach a span {
    margin-bottom: 15px;
}
.uploadArtwork_fileattach a em, .dfs-section-tab-area-wrap .cavasSelectUpload a em {
    font-style: normal;
    font-size: 13px;
    display: block;
}
.uploadArtwork .loading {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(215, 215, 215);
    border-radius: 5px;
    display: none;
    height: 7px;
    margin: 10px auto;
    overflow: hidden;
    width: 300px;
}
.artworkHolder.lan-wrist-upload .loading {
    height: 7px;
    width: 220px;
    margin-top: 23px;
    border: 1px solid #d37533;
    border-radius: 0px;
}
.lan-wrist-upload .filelist {
    padding: 5px 5px 0px;
    margin: 10px auto;
    width: auto;
    max-width: 344px;
}
.lan-wrist-upload .filelist &gt; div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #989898;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.artworkHolder .filelist a {
    color: rgb(67, 67, 67);
    display: block;
    overflow: hidden;
    white-space: pre;
    width: 251px;
}
.artworkHolder .filelist span {
    color: rgb(67, 67, 67);
    cursor: pointer;
    position: relative;
    right: 0px;
    top: 0px;
}

/*============pvc table css==========================*/

.members_tble_innr{
    overflow-x: auto;
}
.members_table{
    width: 100%;
    display: table;
    border: 1px solid #c2c2c2;
}
.member_tble_row{
    display: table-row;
}
.membertble_cell{
    display: table-cell;
    padding: 7px 10px;
    font-size: 14px;
    border-bottom: 1px solid #c2c2c2;
    color: #4f4f4f;
    font-weight: 400;
}
.member_tble_row:last-child .membertble_cell{
    border-bottom: 0;
}
.member_tble_row:first-child .membertble_cell{
    background-color: #ecebef;
}
.membertble_cell:first-child, .membertble_cell:nth-child(2){
    text-align: center;
}
.membertble_cell span{
    display: inline-block;
    vertical-align: middle;
}
.membertble_cell .form-control{
    float: none;
    height: 34px;
    width: 100%;
    box-shadow: none;
    border: 0;
    padding: 0;
    line-height: normal;
    color: #4f4f4f;
}
.membertble_cell a {
    display: inline-block;
    vertical-align: middle;
    padding: 3px 7px;
    border-radius: 13px;
    color: #fff;
    background-color: #d37533;
    font-size: 12px;
}
.membertble_cell a:hover{
    background-color: #181818;
}
.membrs_pagination ul{
    margin: 20px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.membrs_pagination ul li{
    height: 25px;
    width: 25px;
    line-height: 25px;
    border-radius: 50%;
    text-align: center;
    color: #181818;
    font-size: 14px;
    cursor: pointer;
} 
.membrs_pagination ul li:hover{
    background-color: #ecebef;
}
.membrs_pagination ul li a{
    font-size: 12px;
    padding: 0;
    display: block;
    border: 0;
    text-align: center;
    color: #181818;
}
.field-heading{
    display: block;
    width: 45%;
    border: none;
    margin-right: 10px;
    padding: 5px 5px;
    float: left;
}
.add_more_field {
    display: inline-block;
    vertical-align: middle;
    padding: 7px 8px;
    border-radius: 5px;
    color: #fff;
    background-color: #d37533;
    font-size: 13px;
    float: right;
    margin-bottom: 5px;
}
.button-outer-box {
    width: 100%;
    display: inline-block;
}
.add_more_field:hover {
    background-color: #181818;
    color:#fff;
}
.member_tble_row.empty_qty p {
    display: inline-block;
    margin: 0;
    width: 100%;
    padding: 12px;
}
.showrow{
    /* display: block; */
}
.size_item {
    position: relative;
}
.size_item span.highlight_label {
    right: 8px;
}
.member_tble_row.empty_qty {
    display: unset;
    float: left;
    width: max-content;
}
.lyrdImprnt_cntnr .browse-templates {
    height: 400px;
    overflow: auto;
}
.save-design {
    color: #208adc;
    cursor: pointer;
    text-decoration: underline;
    padding-top: 7px;
    padding-right: 2px;
}
#design-email {
    border: 1px solid #6bae3c;
    width: 220px;
    padding: 12px;
    height: 40px;
}
form#save-design-to-mail {
    margin: 0 auto;
    width: 330px;
}
#save-design-to-mail button{
    background-color: #6bae3c;
    color: #fff;
    border: none;
    border-radius: 0;
    height: 40px;
    width: 110px;
}
#save-design-to-mail .form-group {
    margin-bottom: 0;
}
#save-item-design button.close {
    color: #fff;
    background: red;
    padding: 3px 6px;
    border-radius: 18px;
}
span.extra_price {
    position: absolute;
    top: 3px;
    font-size: 11px;
    right: 5px;
    font-weight: 400;
    padding: 1px 5px;
    border-radius: 0px 12px;
    background-color: #02da5b;
    border: 1px solid #02da5b;
    color: #fff;
}
/* .wthickness span.extra_price{
    background: #d37533;
    border: 1px solid #d37533;
    color: #fff;
}
.wfinsih span.extra_price{
    background: #8ab445;
    border: 1px solid #8ab445;
    color: #fff;
}
.hole-styles span.extra_price{
    background: #2d87bf;
    border: 1px solid #2d87bf;
    color: #fff;
} */
.wProducts .od-product-img-wrap{
    height: 200px;
}
.mixitup-content.mar-bottom.nCfill.wb-colors {
    padding-top: 20px;
}
.wb-editor .single_img_innr {
    max-width: 100% !important;
}
.editor_colorBx{
    display:none;
}
.canvas-container .loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('/wb-editor/images/editor/loading.gif');
    background-repeat: no-repeat;
    background-color: #ffffffe8;
    z-index: 1;
    background-position: center;
}
.product-detail {
    margin-bottom: 20px;
    font-size: 14px;
}
.product-detail small{
    display: block;
    color: #000;
    opacity: 0.45;
}
.tab-content h2 {
  font-size: 16px;
}
.tab-content a{
    color: #d74352;
}
@media(max-width: 575px){
    .membertble_cell{
        min-width: 155px;
    }
    .membertble_cell:first-child, .membertble_cell:nth-child(2){
        min-width: 30px;
    }
}
.free_colItem{
	width: 31%;
	min-height: 144px;
}
.free_rightText {
	margin: 10px;
	padding: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}
.free-mtop{
	margin-top:25px;
}
.conExtra .free-product-wrapper{
	height:81%;
}
.free_row{
	justify-content: space-evenly;
}
.free-add-to-order{
	position: relative;
	top:31px;
}
.free_step_body{
	padding: 20px 0px 20px 15px;
}
.free_fontsize{
	font-size: 22px;
}
.free_textCenter{
	text-align: center;
}
.free_step_body h3 {
	line-height: 24px;
	color: #474a4e;
	font-weight: 300;
	font-size: 14px !important;
	margin-left: -10px;
	margin-right: -10px;
}
.free_fontBold{
	font-weight: 500;
}
.free_fontItalic{
	font-style: italic;
}
.free_bgColor{
	background-color: transparent !important;
}
.pvctocart .free-add-to-order:hover {
  background: #fff;
}
</pre></body></html>