.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 {
    position: absolute;
    right: 12px;
    top: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    color: #ffffff;
    z-index: 2;
    text-align: center;
    background: none;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    z-index: 9991;  
}

.popup_reminder_close:before {
font-family: "FontAwesome";
    color: #FFFFFF;
    content: "\f00d";
    display: block;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
}

.popup_reminder_close:hover {
	color: #333333;
}

.aband_show_popup_reminder .popup_content {
    background-color: #fff;
    margin: 5% auto;
    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: 15px 0 20px;
    text-align: center;
}

.aband_discount_box {
	border: 1px dashed #ffffff;
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
	font-weight:700;
	margin: 0 auto;
	min-width: 226px;
	padding: 10px 20px;
	position: relative;
	background-color: #46719c;
	color: #FFF;
	letter-spacing: 5px;
}

.aband_discount_box::before {
    content: "\f0c4";
	color:#000000;
    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_add_discount {
	background-color: #46719c;
	color:#ffffff; 
	padding: 11px 20px;
	font-size: 14px;
	display: inline-block;
	text-align: center;
	line-height: 1.2;
 	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	}

.aband_pu_add_discount.aband_add_discount:active, .aband_pu_add_discount.aband_add_discount:focus {
	outline-style: none;
    outline-width: 0px !important;
    outline-color: none !important;
}

.aband_pu_add_discount.aband_add_discount:hover {
	background: #000000;
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	}

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

.aband_pu_add_discount::before {
}
.lang-rtl .aband_pu_add_discount::before{
}
.aband_no_thank {
	color: #999;
	display: block;
	font-size: 12px;
	font-family: PT Sans, sans-serif;
	text-align: center;
	text-decoration: underline;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

.popup_content p {
    line-height: 1.8;
	margin-bottom: 0px;
}

.popup_content .cart_description p {
	margin-bottom: 5px;
	}

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

.aband_show_popup_reminder {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 0;
    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%;
	margin-top: 25px;
}

.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 .cart_item {
	display: flex;
}

.aband_email_product_list .img-responsive {
	float: left;
	margin-right: 10px;
}

.aband_email_product_list .cart_description {
	display:inline-block;
}

.aband_email_product_list p.cart_ref {
	color:#333333;
	font-size: 12px;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	}


.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 > 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 > .product-line-info > .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 {
    font-size: 14px;
	font-family: Robotp, sans-serif;
}

.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 > img {
        max-width: 100%;
    }

    .abd_popup_content > 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;
    }
}



















