<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cnaOverlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    /*font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;*/
}

.cnaAlert {
    padding: 30px;
    width: 300px;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -150px;
    z-index: 50001;
    border-radius: 3px;
    text-align: center;
    overflow: hidden;
}

.cnaAlert h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

.cnaAlert p {
    margin-bottom: 10px;
    font-size: 13px;
}

.cnaAlert strong,
.cnaAlert b {
    font-weight: bold;
}

.cnaAlert .cnaGraphicBtn {
    display: inline-block;
    padding: 10px 15px;
    font-size: 16px;
    text-transform: uppercase;
    background: #1c1c1c;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    margin: 5px;
    position: relative;
}

.cnaAlert .cnaGraphicBtn.cnaCta {
    background: #096400;
}

.cnaAlert .cnaGraphicBtn.cnaCta:hover {
    background: #0a7511;
}

.cnaAlert .cnaGraphicBtn:hover {
    background: #2d2d2d;
}

.cnaAlert.advBuyDialog {
    width: 96%;
    margin-left: -48%;
    border-radius: 6px;
    padding: 0;
    margin-top: 5px;
}

@media (min-width: 900px) {
    .cnaAlert.advBuyDialog {
        width: 900px;
        margin-left: -450px;
        margin-top: 0;
    }
}

/*.cnaAlert.advBuyDialog.noRelated {
  height: 399px !important;
  margin-top: -200px !important;
}*/
.cnaAlert.advBuyDialog .cnaGraphicBtn {
    display: none;
}

.cnaAlert.advBuyDialog .currentProcuct {
    width: 100%;
    float: left;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.cnaAlert.advBuyDialog .currentProcuct .advProdHeader {
    height: 61px;
}

.cnaAlert.advBuyDialog .currentProcuct .advProdHeader h3 {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 20px;
    color: #21B0FC;
    text-align: center;
    line-height: 60px;
    border-bottom: 1px solid #e1e1e1;
}

.cnaAlert.advBuyDialog .currentProcuct .advProdHeader h3.highlight {
    background: #ff0;
}

/*.cnaAlert.advBuyDialog .currentProcuct .advProdImage {
    height: 250px;
    overflow: hidden;
}*/

.cnaAlert.advBuyDialog .currentProcuct .advProdImage a {
    display: block;
    text-decoration: none;
    height: 100%;
    width: 100%;
}

.cnaAlert.advBuyDialog .currentProcuct .advProdImage a img {
    /*max-width: 230px;*/
    width: 100%;
    /*margin: 12px 5%;*/
    height: auto;
    max-height: 90%;
}

.cnaAlert.advBuyDialog .currentProcuct .advProdImage a span {
    /*display: table-cell;*/
    display: block;
    color: #666666;
    font-size: 14px;
    width: 100%;
    /*margin-top: 25%;*/
    text-align: center;
    /*height: 248px;*/
    padding: 5%;
}

.cnaAlert.advBuyDialog .currentProcuct .advProdInfo {
    height: 40px;
}

.cnaAlert.advBuyDialog .currentProcuct .advProdInfo a {
    font-size: 12px;
    text-decoration: none;
}

.cnaAlert.advBuyDialog .currentProcuct .advProdInfo .advProdPrice {
    display: block;
    font-size: 15px;
}

.cnaAlert.advBuyDialog .basketStatus {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    font-size: 16px;
    position: relative;
    padding-bottom: 60px;
}

.cnaAlert.advBuyDialog .basketStatus .addToBasketStatus.success {
    color: #216400;
}

.cnaAlert.advBuyDialog .basketStatus .addToBasketStatus.error {
    color: #8c0000;
}

.cnaAlert.advBuyDialog .basketStatus .prodsInBasket {
    height: 59px;
    line-height: 59px;
    text-align: left;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    font-size: 16px;
    margin: 0;
    background: #f2f2f2;
    background-image: url('toBasketArrow.png');
    background-position: 420px center;
    padding-left: 30px;
    background-repeat: no-repeat;
    display: block;
    text-decoration: none;
}

.cnaAlert.advBuyDialog .basketStatus .prodsInBasket.highlight {
    -webkit-animation: pulseAnim 2s;
    /* Safari 4+ */
    -moz-animation: pulseAnim 2s;
    /* Fx 5+ */
    -o-animation: pulseAnim 2s;
    /* Opera 12+ */
    animation: pulseAnim 2s;
    /* IE 10+, Fx 29+ */
}

.cnaAlert.advBuyDialog .basketStatus ul {
    list-style: none;
    text-align: left;
    font-size: 16px;
    margin: 20px 30px;
    padding: 0;
}

.cnaAlert.advBuyDialog .basketStatus ul span.apbVal {
    float: right;
}

.cnaAlert.advBuyDialog .basketStatus .basketStatNavigation a {
    background-color: #969696;
    /*border-radius: 3px;*/
    display: inline-block;
    color: #fff;
    /*font-family: arial;*/
    font-size: 16px;
    /*font-weight: bold;*/
    font-style: normal;
    height: 50px;
    line-height: 50px;
    width: 190px;
    text-decoration: none;
    text-align: center;
    margin: 5px;
    text-transform: uppercase;
    /*border-radius: 25px;*/
    /*text-shadow: 3px 3px 2px rgba(108, 105, 105, 1);*/
}

.cnaAlert.advBuyDialog .basketStatus .basketStatNavigation a:hover {
    background-color: #969696;
    opacity: 0.8;
}

.cnaAlert.advBuyDialog .basketStatus .basketStatNavigation a:active {
    position: relative;
    top: 1px;
}

.cnaAlert.advBuyDialog .basketStatus .basketStatNavigation a#advBuyCheckoutBtn {
    width: 190px;
    background-color: #21B0FC;

}

.cnaAlert.advBuyDialog .basketStatus .basketStatNavigation a#advBuyCheckoutBtn:hover {
    background-color: #21B0FC;
}

.cnaAlert.advBuyDialog .basketStatus p.freeShippingText {
    height: 53px;
    /*line-height: 53px;*/
    font-style: italic;
    text-align: center;
    color: #fff;
    background: #21B0FC;
    position: absolute;
    bottom: 0;
    left: 0;
    /*right: 0;*/
    margin: 0;
    width: 100%;
    padding: 5px;
}

.cnaAlert.advBuyDialog .basketStatus p.freeShippingText span {
    display: inline-block;
    vertical-align: middle;
    color: #fff !important;
}

.cnaAlert.advBuyDialog .basketStatus p.freeShippingText .vertical-align {
    width: 1px;
    height: 100%;
    margin-left: -1px;
}

.cnaAlert.advBuyDialog div.advFreeShipping {
    width: 125px;
    height: 124px;
    position: absolute;
    top: 206px;
    right: 16px;
}

.cnaAlert.advBuyDialog h3.recommHeader {
    clear: both;
    margin: 10px;
    /*height: 60px;*/
    /*line-height: 60px;*/
    font-size: 20px;
    /*font-style: italic;*/
}

.cnaAlert.advBuyDialog .relProdMain {
    height: 400px;
    width: 100%;
    margin-bottom: 75px;
    padding: 0 50px;
}

.cnaAlert.advBuyDialog .relProdMain .clerk_title {
    display: none;
}

.cnaAlert.advBuyDialog .relProdMain .scrL,
.cnaAlert.advBuyDialog .relProdMain .scrR {
    width: 50px;
    float: left;
    height: 100%;
    background: #0dd;
    cursor: pointer;
}

.cnaAlert.advBuyDialog .relProdMain .scrL {
    /*background: url('scrollLeftArrow.png') center no-repeat;*/
    background: none;
}

.cnaAlert.advBuyDialog .relProdMain .scrR {
    /*background: url('scrollRightArrow.png') center no-repeat;*/
    background: none;
}

.cnaAlert.advBuyDialog .relProdMain .advRelatedProductsHolder {
    /*width: 799px;*/
    width: 100%;
    margin: 0 -50px;
    float: left;
    height: 160%;
    overflow: hidden;
}

.cnaAlert.advBuyDialog .relProdMain .advRelatedProductsHolder .advRelatedProducts {
    transition: all 0.3s;
}

.cnaAlert.advBuyDialog .relProdMain .advRelatedProductsHolder .advRelatedProducts .advRelProd {
    width: 107px;
    height: 299px;
    padding: 0 46px;
    float: left;
    overflow: hidden;
    text-align: center;
    border-right: 1px solid #e1e1e1;
}

.cnaAlert.advBuyDialog .relProdMain .advRelatedProductsHolder .advRelatedProducts .advRelProd a {
    text-decoration: none;
}

.cnaAlert.advBuyDialog .relProdMain .advRelatedProductsHolder .advRelatedProducts .advRelProd:last-child {
    border-right: 0;
    width: 88px;
    margin-right: 0;
}

.cnaAlert.advBuyDialog .relProdMain .advRelatedProductsHolder .advRelatedProducts .advRelProd h4 {
    font-size: 10px;
    font-weight: normal;
    line-height: normal;
    height: 50px;
}

.cnaAlert.advBuyDialog .relProdMain .advRelatedProductsHolder .advRelatedProducts .advRelProd img {
    width: auto;
    height: 100px;
    margin-bottom: 21px;
}

.cnaAlert.advBuyDialog .relProdMain .advRelatedProductsHolder .advRelatedProducts .advRelProd p {
    font-size: 10px;
    color: #206400;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 15px 0;
}

.cnaAlert.advBuyDialog .relProdMain .advRelatedProductsHolder .advRelatedProducts .advRelProd a.relBuyBtn,
.cnaAlert.advBuyDialog .relProdMain .advRelatedProductsHolder .advRelatedProducts .advRelProd a.relInfoBtn {
    height: 20px;
    font-size: 8px;
    line-height: 20px;
    border-radius: 3px;
    text-transform: uppercase;
    color: #fff;
    background: #000;
    display: inline-block;
    padding: 0 5px;
    margin: 0 4px;
    font-weight: bold;
}

.cnaAlert.advBuyDialog .relProdMain .advRelatedProductsHolder .advRelatedProducts .advRelProd a.relBuyBtn {
    background: #206400;
}

.cnaAlert.advBuyDialog .relProdMain .advRelatedProductsHolder .advRelatedProducts .advRelProd a.relBuyBtn.disabled {
    opacity: 0.3;
}

@-webkit-keyframes pulseAnim {
    0% {
        background-color: #f2f1a4;
    }
    100% {
        background-color: #f2f2f2;
    }
}

@-moz-keyframes pulseAnim {
    0% {
        background-color: #f2f1a4;
    }
    100% {
        background-color: #f2f2f2;
    }
}

@-o-keyframes pulseAnim {
    0% {
        background-color: #f2f1a4;
    }
    100% {
        background-color: #f2f2f2;
    }
}

@keyframes pulseAnim {
    0% {
        background-color: #f2f1a4;
    }
    100% {
        background-color: #f2f2f2;
    }
}

.cnaAlert h3 {
    text-align: left;
}

@media (max-width: 767px) {
    .cnaAlert.advBuyDialog .relProdMain {
        padding: 0 10px;
    }
}

@media (min-width: 768px) {
    .cnaAlert.advBuyDialog .currentProcuct {
        width: 50%;
        height: 310px;
    }

    .cnaAlert.advBuyDialog .basketStatus {
        height: 310px;
        width: calc(50% - 1px);
    }

    .cnaAlert.advBuyDialog .currentProcuct .advProdImage {
        height: 250px;
        overflow: hidden;
    }

    .cnaAlert.advBuyDialog .currentProcuct .advProdImage a img {
        float: left;
        max-width: 230px;
        width: 50%;
    }
    .cnaAlert.advBuyDialog .currentProcuct .advProdImage a span {
        display: table-cell;
        vertical-align: middle;
        width: 30%;
        margin-top: 25%;
        height: 248px;
    }

    .cnaAlert.advBuyDialog h3.recommHeader {
        margin: 0 50px;
        height: 60px;
        line-height: 60px;
        /*font-style: italic;*/
    }

    .cnaAlert.advBuyDialog .relProdMain .advRelatedProductsHolder {
        width: 799px;
        margin: 0;
    }
}</pre></body></html>