<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.xNotification-permission {
    position: fixed;
    top: 0px;
    left: 0px;
    background: #e5e5e5;
    width: 100%;
    padding: 5px;
    cursor: pointer;
    border-bottom: 1px solid black;
}
.popup_content td.cart_product {
  width: 80px;
}
.highlight_bar_content {
    display: block;
    padding: 15px 40px;
    position: relative;
    text-align: center;
}
.highlight_bar_content .alert.alert-danger.aband-alert {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 10px;
  padding: 5px 20px;
}
.highlight_bar_content * {
  color: #fff;
}
.highlight_bar_close {
    font-size: 0;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    width: 20px;
    cursor: pointer;
}

.highlight_bar_content p {
    margin: 0;
}

.aband_hl_btn_discount.aband_add_discount {
    color: inherit;
    cursor: pointer;
    text-decoration: underline;
}

.highlight_bar_close::after {
    background-color: #fff;
    content: "";
    height: 100%;
    left: 50%;
    margin-left: -1px;
    position: absolute;
    top: 0;
    width: 2px;
}

.highlight_bar_close::before {
    background-color: #fff;
    content: "";
    height: 2px;
    left: 0;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.popup_reminder_close {
    background-color: #333;
    border: 1px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 0 #999;
    cursor: pointer;
    font-size: 0;
    height: 26px;
    position: absolute;
    right: -13px;
    top: -13px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 26px;
}

.popup_reminder_close::after {
    background-color: #fff;
    content: "";
    height: 16px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0px);
    -o-transform: translate3d(-50%, -50%, 0px);
    -webkit-transform: translate3d(-50%, -50%, 0px);
    width: 1px;
}

.popup_reminder_close::before {
    background-color: #fff;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0px);
    -o-transform: translate3d(-50%, -50%, 0px);
    -webkit-transform: translate3d(-50%, -50%, 0px);
    width: 16px;
}

.popup_reminder_close:hover {
    background-color: #333;
}

.aband_show_popup_reminder .popup_content {
    background-color: #fff;
    margin: 10% auto 5%;
    max-width: 90%;
    padding: 0px 50px 30px;
    position: relative;
    width: 685px;
}

.popup_content td {
    border: medium none;
}

.abd_popup_content {
    margin: 0 -50px;
    padding: 0;
}

.discount-box {
    margin: 30px 0 35px;
    text-align: center;
}

.aband_discount_box {
    background: #f6fee7 none repeat scroll 0 0;
    border: 1px dashed #333;
    display: inline-block;
    font-size: 24px;
    line-height: 28px;
    margin: 0 auto;
    min-width: 226px;
    padding: 15px 25px;
    position: relative;
}

.aband_discount_box::before {
    content: "\f0c4";
    font-family: Fontawesome;
    font-size: 24px;
    margin-right: 10px;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.lang-rtl .aband_discount_box::before {
  left: 100%;
  margin-left: 10px;
  margin-right: 0;
  right: auto;
  transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
}
.aband_pu_add_discount,
.aband_checkout_button {
    background-color: #03a9f4;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    margin: 0 auto;
    padding: 7px 15px;
}

.aband_checkout_button:hover {
    color: #fff;
}

.aband_checkout_button {
    display: inline-block;
    line-height: 22px;
    min-width: 210px;
}

.aband_pu_add_discount::before {
    content: "\f0a9";
    font-family: Fontawesome;
    margin-right: 5px;
    display: inline-block;
}
.lang-rtl .aband_pu_add_discount::before{
    content: "\f0a8";
    margin-right: 0;
    margin-left: 5px;
}
.aband_no_thank {
    color: #ddd;
    display: block;
    font-size: 14px;
    margin: 0 auto 10px;
    text-align: center;
    text-decoration: underline;
}

.popup_content p {
    line-height: 1.3;
    margin-bottom: 9px;
}

.product-action {
    margin-bottom: 35px;
    text-align: center;
}

.aband_show_popup_reminder {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    font-family: Open Sans, Noto Sans, sans-serif;
    left: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.popup_content td.cart_unit li {
  text-align: center;
}
.aband_show_popup_reminder .product-total .label {
    clear: both;
    display: inline-block;
    float: left;
    font-weight: 600;
    margin-right: 10px;
}

.aband_show_popup_reminder .product-total .price {
    float: left;
}

.aband_show_popup_reminder .product-total {
    display: inline-block;
    padding-left: 20px;
    vertical-align: top;
    width: 39%;
}

.aband_show_popup_reminder .product-item {
    border: 1px solid #ddd;
}

.aband_show_popup_reminder .product_list {
    margin-bottom: 25px;
    width: 100%;
}

.product-line-grid-left {
    border: 1px solid #ddd;
    float: left;
    margin-right: 20px;
}

.aband_email_product_list .product_description {
    vertical-align: top;
}

.aband_email_product_list .product-line-grid-body {
    font-size: 13px;
}

.aband_email_product_list .product_description .price {
    font-size: 13px;
}

.aband_email_product_list td:not(:first-child) {
    padding: 7px 0;
    vertical-align: top;
}

.order_complete &gt; span {
    border-radius: 50px;
    display: block;
    font-size: 18px;
    padding: 10px 35px;
    text-transform: uppercase;
}

.aband_email_product_list .product-price {
    margin-bottom: 0;
}

.product-line-grid-body &gt; .product-line-info &gt; .label {
    font-size: 13px;
}

.order_complete {
    display: inline-block;
}

.aband_show_popup_reminder .product-item:not(:last-child) {
    margin-bottom: 20px;
}

.aband_show_popup_reminder .title {
    border: 1px solid #ddd;
    display: block;
    font-weight: normal;
    margin: 0 0 -1px;
    padding: 12px 6px;
    text-transform: uppercase;
}

.aband_email_product_list .has-discount .discount {
    font-size: 12px;
    margin-left: 0;
    padding: 3px 5px;
}

.aband_email_product_list .product-discount .regular-price {
    font-size: 14px;
}

.table_banner {
    display: table;
    margin-bottom: 64px;
    width: 100%;
}

.aband_email_product_list .product_image {
    width: 150px;
}

.aband_email_product_list .product_quantity {
    text-align: center;
    width: 100px;
}

.table_banner td {
    text-align: center;
    padding: 20px 10px;
}

.table_banner_wrap {
    display: block;
    margin-left: -50px;
    margin-right: -50px;
}

.aband_email_product_list {
    margin-top: 22px;
}

.table_banner td:first-child {
    color: #ff5959;
    font-family: Times New Roman;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 100%;
    text-align: right;
    text-shadow: 1px -1px 0 #fff, 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, -2px 0 0 #fff, 2px -1px 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, 0 2px 0 #fff;
    text-transform: uppercase;
    width: 32%
}

.aband_show_popup_reminder p {
    color: #333;
    font-size: 14px;
}

.table_banner td:nth-child(2) {
    font-size: 26px;
    line-height: 38px;
    width: 39%;
}

.popup_reminder_close.type2::before, .popup_reminder_close.type2::after {
    background-color: #fff;
}

.popup_reminder_close.type2 {
    height: 30px;
    right: 12px;
    top: 14px;
    width: 30px;
}

@media (max-width: 767px) {
    .aband_show_popup_reminder .product_list {
        border-right: none;
        width: 100%;
    }
    .aband_show_popup_reminder .product-total {
        padding-left: 0;
        width: 100%;
    }
    .highlight_bar_content {
      padding: 15px 40px 15px 20px;
    }
    .aband_email_product_list .product_image {
      width: 80px!important;
    }
}
@media (min-width: 481px) and (max-width: 767px){
    .aband_email_product_list .product_quantity {
      width: 40px!important;
    }
}
@media (max-width: 480px) {
    .aband_email_product_list .product_description {
      padding: 10px 15px!important;
      width: calc(100% - 100px)!important;
      width: -o-calc(100% - 100px)!important;
      width: -ms-calc(100% - 100px)!important;
      width: -webkit-calc(100% - 100px)!important;
    }
    .aband_email_product_list .cart-quantity::before,
    .aband_email_product_list .gift-quantity:before {
      content: attr(data-title);
      margin-right: 5px;
    }
    .popup_content td {
      float: left;
    }
    .aband_email_product_list .product_quantity {
      float: left;
      min-width: 30px;
      border-right: 1px solid #ddd;
      text-align: center;
      width: 50%!important;
    }
    .aband_email_product_list .product_list .product_total {
      text-align: center;
      width: 50%;
    }
    .product_image &gt; img {
        max-width: 100%;
    }

    .abd_popup_content &gt; p {
      font-size: 18px!important;
    }
    .abd_popup_content {
      margin: 0 -20px;
    }
    .aband_show_popup_reminder .popup_content {
      padding: 0 20px 30px;
    }
    .aband_discount_box {
      min-width: 180px;
      padding: 15px 10px;
    }
}



















</pre></body></html>