<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* New CSS starts */
.cp-wrapper{
    /*height:255px;*/
    height: auto;
    width: auto;
    border: 2px solid #ccc;
}
.country-select label, .checkout-form-list label {
    color:#6e6e6e;
    text-transform: none;
}
.fontForm {
    padding-bottom: 13px;
}
.fontForm #btnSelectFont {
    float:none;
    padding: 9px 28px 11px 21px;
}
.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;
}
.color p.clr-cat {
    background: #eee;
    text-align: center;
    padding: 10px;
    color: #333333;
}
@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;
    }
}
@media (max-width:320px)  {
    .mixitup-content {
        height:auto;
    }
}
@media (max-width:480px)  {
    .mixitup-content {
        height:auto;
    }
}
@media (max-width:700px)  {
    .mixitup-content {
        height:auto;
    }
}

.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: 95px;
    height: 90px;
}
#containerAW .loading span {
    margin: initial;
}
.fontForm{
    display: grid;
}
</pre></body></html>