<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.heading {
    font-weight: normal;
    margin-top: 0;
}
.heading h1 {
    color: #3f3f3f;
    display: block;
    font-size: 36px;
    font-weight: bold;
    margin: 0;
}
.heading p {
    color: #b3b3b3;
    font-size: 18px;
    margin: 0 0 10px;
}
.step_heading {
    background-color: #1a2b3d;
    color: #fff;
    margin: 0;
    overflow: hidden;
    padding: 10px 25px;
}
.step_heading &gt; h2 {
    color: #fff;
    float: left;
    font-size: 18px;
    font-weight: 300;
    margin: 4px 0;
}
.step_heading &gt; h2 b {
    font-weight: bold;
}
.box {
    padding: 10px 25px;
}
.box .grid {
    list-style: outside none none;
    padding: 0;
}
.box .grid li {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 4px 4px 0 #ccc;
    float: left;
   /* height: 196px;*/
    margin: 0 20px 10px 0;
    padding: 5px 15px;
    position: relative;
    width: 187px;
    border:1px solid #d5dce4;
}
.box .grid li.last {
    margin-right: 0;
}
.box .grid li:hover {
}
.box .grid li.selected {
    box-shadow: 4px 4px 0 #325277 !important;
    padding: 2px 12px;
    border:1px solid #325277 !important;
}
.box .grid li a {
    cursor: pointer;
    display: block;
    height: 100%;
    text-align: center;
}
.box .grid li a.abs {
    position: absolute;
}
.box .grid li a.large {
    background-image: url("../nimages/lens.png");
    height: 36px;
    right: 15px;
    text-indent: -9999px;
    top: 15px;
    width: 36px;
}
.box .grid li strong {
    background-image: url("../nimages/uncheck.png");
    background-repeat: no-repeat;
    color: #434343;
    font-size: 16px;
    overflow: hidden;
    padding: 1px 0 2px 30px;
    position: relative;
}
.box .grid li strong input[type="radio"] {
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}
.box .grid li.selected strong {
    background-image: url("../nimages/check.png");
}
.popupcart {
    background-image: url("../nimages/dim.png");
    border: 3px solid #d5d5d5;
    border-radius: 10px;
    box-shadow: 0 0 5px 2px #fff;
    display: none;
    font-size: 20px;
    padding: 10px 20px;
    position: fixed;
    right: 100px;
    top: 30px;
    z-index: 999;
}
.popupcart div label {
    float: left;
    width: 110px;
}
.scroll_down {
    background-image: url("../nimages/scroll_down.png");
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 10px;
    display: none;
    height: 47px;
    position: fixed;
    width: 1100px;
    z-index: 999;
}
.priceQty {
    float: right;
    font-size: 18px;
    font-weight: bold;
    margin-top: 8px;
}
.priceHolder {
    float: right;
}
.minQty {
    float: right;
    font-weight: 300;
    margin-right: 15px;
}
.qtyHolder {
    border-right: 2px solid;
    float: right;
    margin-right: 8px;
    padding-right: 8px;
}
.timeTotal {
    overflow: hidden;
}
.timeTotal .left {
    float: left;
    margin-top: 0;
    width: 49%;
}
.timeTotal .right {
    float: right;
    margin-top: 0;
    width: 49%;
}
.timeTotal .box {
    height: 190px;
    position: relative;
}
.timeTotal .right .step_heading {
    background-color: #2490cf;
}
.bottomPrice label, .delivertDate label {
    float: left;
    width: 290px;
}
.bottomPrice .inclusive {
    font-size: 14px;
    font-weight: 300;
}
.deliverDate {
    font-weight: bold;
}
.bottomPrice {
    color: #333333;
    font-size: 18px;
}
.bottomPrice .totalQty {
    margin: 15px 0;
}
.bottomPrice .totalPrice {
    margin: 10px 0;
}
.bottomPrice .addtocart {
    margin-top: 22px;
    position: relative;
    text-align: center;
}
.bottomPrice .addtocart .imgLoading {
    display: none;
    left: 90px;
    margin-top: 12px;
    position: absolute;
    top: 11px;
}
.delivertDate {
    font-size: 18px;
    margin: 0;
    overflow: hidden;
}
.timeHolder {
    list-style: outside none none;
    margin: 0 20px;
    padding: 0;
}
.timeHolder li {
    float: left;
    margin-bottom: 24px;
    width: 100%;
}
.timeHolder li label {
    color: #434343;
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 4px;
    width: 100%;
}
.wristQty {
    font-weight: bold;
}
.freeQty {
    font-weight: bold;
}
.drpUInormal {
    background-color: #fff;
    background-image: url("../nimages/drpUInormal.png");
    background-position: right center;
    background-repeat: no-repeat;
    border-radius: 5px;
    box-shadow: 2px 3px 0 #dadada;
    margin: 0;
    overflow: hidden;
    width: 279px;
}
.drpUInormal select {
    background-color: transparent;
    border: medium none;
    color: #9c9c9c;
    cursor: pointer;
    display: block;
    font-size: 18px;
    padding: 14px;
    width: 312px;
}
/*.customTattoo .form .field textarea {
     border: medium none;
    border-radius: 5px;
    box-shadow: 4px 4px 0 #dadada;
    color: #000;
    font-family: inherit;
    font-size: 16px;
    height: 90px;
    padding: 10px;
    resize: none;
    width: 509px;
    border:1px solid #ccc;
}*/
.customTattoo .form .field i {
    color: #000;
    display: none;
    font-size: 16px;
    font-style: normal;
    position: absolute;
    right: 70px;
    top: 15px;
}
select.active {
    color: #000000 !important;
}
.artworkHolder {
    width: 280px;
    margin: initial;
}
.artworkHolder .filelist {
     background-color: #fff;
    border: 1px solid #989898;
    border-radius: 5px;
    display: none;
    margin: 0;
    padding: 12px 20px 15px 10px;
    position: relative;
    width: 249px;
}
.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;
    font-weight: bold;
    position: absolute;
    right: 6px;
    top: 11px;
}
.uploadArtwork .loading {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(215, 215, 215);
    border-radius: 5px;
    display: none;
    height: 30px;
    margin: 10px 0;
    overflow: hidden;
    width: 100%;
}
.uploadArtwork {
    padding: 0;
}
.uploadArtwork .loading span {
    background-color: rgb(239, 239, 239);
    display: block;
    height: 100%;
    transition: all 2s linear 0s;
    width: 0;
}
.artworkHolder .selectUpload a {
    background-color: #ffffff;
    background-image: url("../nimages/upload.png");
    background-position: 96% center;
    background-repeat: no-repeat;
    border: medium none;
    border-radius: 5px;
    box-shadow: 2px 3px 0 #dadada;
    color: rgb(67, 67, 67);
    display: block;
    font-size: 24px;
    padding: 10px 60px 10px 20px;
    text-decoration: none;
    width: 197px;
    border:1px solid #ccc;
}
.txtUpdatePrice {
    border: medium none;
    border-radius: 5px;
    box-shadow: 2px 3px 0 #d2d2d2;
    color: #9c9c9c;
    float: left;
    font-size: 18px;
    font-weight: 300;
    margin-top: 10px;
    padding: 8px 20px;
    width: 120px;
}


/* New CSS starts */
/*.title-band-wrapper {
    margin-top:0;
}*/
.cp-wrapper{
    height:255px;
}
.country-select label, .checkout-form-list label {
    color:#6e6e6e;
    text-transform: none;
}
#quantity {
    width:50%;
}
.fontForm {
    padding-bottom: 13px;
}
.fontForm #btnSelectFont {
    float:none;
}
.cancoolerForm {
    padding-right: 2%;
}
.img-center .cached {
    margin: 0 auto;
}
.img-responsive .cached {
    display: block;
    max-width: 100%;
    height: auto;
}
.checkout-form-list select {
    padding: 12px 12px 8px 12px;
}
@media (min-width: 800px) {
    .txtQty {width: 180px;}
}

@media (min-width: 992px) {
.txtQty { width: 220px;}
}

.txtQty {width:220px;}

@media screen and (max-width: 1600px) {
	.mixitup-content, .lanyard-color-wrapper {
	    height: 470px;
	}
}
.back_line {
    display: none;
}
.color-selector-1, .color-selector-2, .color-selector-3 {
    display: none;
}

.fontForm #txtCustomFonts {
    border: medium none;
    border-radius: 5px;
    color: #9c9c9c;
    display: none;
    float: left;
    font-size: 18px;
    font-weight: 300;
    margin-left: 0!important;
    margin-top: 22px;
    padding: 8px 20px;
    width: 100%;
}
#pms_list {
    margin-top: 10px;
    height: 419px;
    overflow-y: scroll;
}
.pms_holder {
    padding: 5px;
    margin: 5px;
    text-align: center;
    cursor: pointer;
    border: 1px dashed #000;
}
.pms_holder:hover {
    border: 1px solid #000;
}
.pms_color {
    width: 100px;
    height: 100px;
}
#containerAW .loading span {
    margin: initial;
}
.artworkHolder .filelist {
    margin-bottom:10px;
}
.artworkHolder .selectUpload a {
    margin-bottom: 10px;
    margin-left: 1px;
}
</pre></body></html>