@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;400;600&display=swap');


html,
body {
  font-family: 'IBM Plex Sans Arabic', sans-serif;
}

body {
  background: #dddddd;
  padding: 0;
  margin: 0;
  font-size: 12pt;
  direction: rtl;
  text-align: right;
}

#main {
  max-width: 500px;
  margin: auto;
  background: #ececec;
  padding-bottom: 20px;
  position: relative;
}

.basket_badge {
  border-radius: 100px;
  width: 40px;
  height: 40px;
  padding: 7px;
  left: 15px;
  bottom: 40px;
  position: fixed;
  text-align: center;
  background: #f39621;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 28px 8px #fe8d00;
  display: block;
  z-index: 200;
}


.basket_badge img {
  width: 100%;
}




#header { 
  background: #fff;
  text-align: center;
}

#header img {
  width: 100%;  
}


#menu { 
  height: 35px;
  line-height: 35px;
  background: #19273b;
  padding: 0px 10px;
  font-size: 10pt;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  width: 100%;
}
#menu a{
  text-decoration: none;
  color: white;
  margin-left: 10px;
}

#menu a:nth-child(5) , #menu a:nth-child(4) , #menu a:nth-child(6){
  float: left;
}

#menu a img{
  width: 18px;
}
#search{
  background: #fff;
  width: 100%;
  height: 50px;
  padding: 8px;
}

 

.custom-search {
  position: relative;
  width: 100%;
}
.custom-search-input {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 50px;
  padding: 5px 20px 5px 50px; 
  line-height: 1;
  box-sizing: border-box;
  outline: none;
  font-size: 11pt;
}
.custom-search-botton {
  position: absolute;
  left: 3px; 
  top: 3px;
  bottom: 3px;
  border: 0;
  background: #da5e26;
  color: #fff;
  outline: none;
  margin: 0;
  padding: 0 10px;
  border-radius: 50px;
  font-size: 10pt;
  z-index: 2;
}

.products {
  margin-right: 2%;
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  width: 96%;
  -webkit-column-gap: 10px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 10px;
  /* Firefox */
  column-gap: 10px;
}

.product_item {

  color: #000;
  text-decoration: none;
  text-align: right; 
  background-color: #ffffff;
  box-shadow: 0 2px 15px -3px rgba(0,0,0,.07), 0 10px 20px -2px rgba(0,0,0,.04);
  border-radius: 5px;
  width: 100%;
  height: 275px;
  margin: 6px 0;
  padding-top: 5px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.product_item a {
  text-decoration: none;
  color: #000;
}

.product_item:hover {
  text-decoration: none;
  color: #190b5e;
}

.product_item .img { 
  overflow: hidden;
  margin:0px 5px;
}

.product_item .code {
  font-weight: bold;
  font-size: 9pt;   
  background: #ffffff; 
  padding: 1px 8px;
  text-align: right;
  position: absolute;
    z-index: 11;
    opacity: 0.6;
    top: 0px;
    left: 0px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

.product_item img {
  height: 170px; 
  margin: auto;
}

.product_item .title {
  font-size: 10pt;
  background: #fff;
  margin-top: 4px;
  margin-right: 4px;
  text-align: right;
  margin-left: 4px;
}

.product_item .price {
  font-weight: bold;
  font-size: 9pt; 
  text-align: right; 

  position: absolute; 
    bottom: 5px;
    right: 5px;
}
.product_item .price b{
  background: #ffd85c;
  font-size: 12pt;
}
.product_item .discount{
  font-size: 9pt; 
  color: #ccc;
  position: absolute; 
  bottom: 5px;  
  left: 0px;
  text-decoration-line: line-through;
}

.product_item .qty {
  font-weight: bold;
  display: none;
  font-size: 9pt;   
  background: #ffffff; 
  padding: 1px 8px;
  text-align: right;
  position: absolute;
  opacity: 0.6;
    z-index: 11;
    top: 0px;
    right: 0px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.modal-body{
  text-align: right;
}


.product_view {
  padding: 2%;
  background: #fff;
}

.product_view .img {
  width: 100%;
}

.product_view .title {
  font-size: 14pt;
  margin-top: 20px;
  margin-bottom: 10px;
}

.product_view .price {
  font-weight: bold;
  margin-top: 15px;
  font-size: 15pt;
}

.images {
  text-align: center;
}

.images img {
  width: 100%;
  margin-top: 30px;
}

.page {
  text-align: center;
}

.contact {
  margin: 1%;
  background: #fff;
  padding: 1%;
  font-size: 11pt;
  text-align: center;
}

.contact img {
  width: 25px;
  vertical-align: middle;
}

.home_link {
  margin: auto;
  text-decoration: none;
  background: #fff;
  padding: 2px 10px;
  color: #000;
  margin-top: 10px;
  margin-bottom: 5px;
  width: 120px;
  display: block;
}

.whatsapp2 {
  margin: 10px 0px;
  font-size: 9pt;
  font-weight: bold;
  background: #e0ffe2;
  color: #105515;
  border: 1px solid #5caf62;
  text-decoration: none;
  border-radius: 7px;
  padding: 5px 20px;
}
.whatsapp_login{
  width: 20px;
  margin-right: 20px;
  display: inline-block;
}
.whatsapp_login img{
  width: 100%;
}

.page-link {
  color: #000;
  padding: 4px 9px;
}

.page-item.active .page-link {
  color: #fff;
  background-color: #161616;
  border-color: #000000;
}


.pagination {
  justify-content: center;
}
.not_available{ 
    
  color: red; 
  display: block; 

  position: absolute; 
    bottom: 5px;
    left: 5px;
}
.add_basket_btn {
  font-weight: bold; 
  cursor: pointer;
  border-radius: 10px;
  background: #2f64e8 url('../img/basket.png'); 

  background-repeat: no-repeat;
  background-size: 75% auto;
  background-position: center center;

  border: none;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 24px;
  display: block;
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 30px;
  height: 30px;
}

.add_basket_btn img{
  height: 15px;
}

.add_basket_btn:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.prod_image {
  width: 60%;
  text-align: center;
}

.prod_title {
  margin:5px 0px;
  font-size: 14pt;
  font-weight: bold;
}

.qty_select {

  display: block;
  margin: 10px auto;
}

.qty_select .qty_number {

  width: 80px;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 3px;
}

.qty_select .qty_unit {
  width: 90px;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 3px;
}

#add_basket_modal .prod_price {}

#add_basket_modal .prod_price b {
  display: block;
}

.prod_total {
  font-weight: bold;
  display: inline-block;
}

#baskets {
  padding: 2%;
  margin: 1%;
  background: #fff;
  display: block;
  width: 98%;
}

.empty_basket {
  padding: 2%;
  margin: 1%;
  background: #fff;
  display: block;
  width: 98%;
  text-align: center;
}

.success_msg {
  display: none;
  background: #fff;
  padding: 2%;
  font-size: 15pt;
  color: #105515;
}

.btn-primary {
  border: none;
  background:#2f64e8;

}

.empty_basket a,
.success_msg a {
  text-decoration: none;
  border-radius: 5px;
  padding: 3px 10px;

  font-weight: bold;
  margin: 2%;
  cursor: pointer;
  border-radius: 5px;
  background:#2f64e8;
  border: none;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 5px;

  display: inline-block;
}

#baskets .item {
  margin: 10px 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  height: 180px;
}

#baskets .item:last-child {
  border: none;
}

#baskets .prod_img {
  width: 20%;
  float: right;
  height: 100%;
  text-align: center;
}

#baskets .prod_img img {
  max-height: 100%;
  overflow: hidden;
  max-width: 100%;
}

#baskets .detailing {
  float: left;
  width: 78%;
  text-align: right;
}

#baskets .detailing .title {
  font-size: 12pt;
  font-weight: bold;
}

#baskets .detailing .price {
  margin-top: 5px;
}

#baskets .detailing .price b {
  font-size: 12pt;
  font-weight: bold;
}

.steep {
  float: left;
  width: 60px;
  height: 25px;
  padding: 0;
  font-size: 12pt;
  text-transform: uppercase;
  text-align: center;
  color: #484d60;
  border: 1px #9096ab solid;
  background: none;
  outline: none;
  /* pointer-events: none; */
}

span.spinner {
  position: absolute;
  height: 25px;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

span.spinner>.sub,
span.spinner>.add {
  float: left;
  display: block;
  width: 25px;
  height: 25px;
  text-align: center;
  font-family: Lato;
  font-weight: 700;
  font-size: 11pt;
  line-height: 22px;
  color: #484d60;
  border: 1px #9096ab solid;
  border-right: 0;
  border-radius: 2px 0 0 2px;
  cursor: pointer;
  transition: 0.1s linear;
  -o-transition: 0.1s linear;
  -ms-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
}

span.spinner>.add {
  top: 0;
  border: 1px #9096ab solid;
  border-left: 0;
  border-radius: 0 2px 2px 0;
}

span.spinner>.sub:hover,
span.spinner>.add:hover {
  background: rgb(234, 234, 234);
  color: #0c1923;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.basket_steep {
  margin-top: 5px;
}

.basket_steep b {
  margin-right: 5px;
}

#baskets .remove {
  float: left;
  color: red;
  border: 1px solid red;
  padding: 1px 5px;
  border-radius: 5px;
  font-size: 10pt;
  cursor: pointer;
}

#baskets .remove:hover {
  background: #fff3f3;
}

#sub_total {
  margin: 1%;
  background: #fff;
  padding: 2%;
  line-height: 28px;
  font-size: 12pt;
}

#sub_total .sub_total {
  display: inline-block;
  font-weight: bold;

}

#sub_total .total {
  display: inline-block;
}

#sub_total .dept {
  display: inline-block;
}

.accept_order {
  background: green;
  color: #fff;
  padding: 10px 10px;
  text-align: center;
  font-size: 12pt;
  margin: 1%;
  margin-top: 15px;
  border-radius: 5px;
  cursor: pointer;
}

.modal-header .btn-close {
  margin: 0;
}

#cats {
  text-align: center; 
  margin: 5px;
}
#cats .cat_title , .prodcut_section_title{  
  font-weight: bold;
  font-size: 14pt;
  padding: 10px;
  text-align: right;
}
 

#cats .cat {
  text-align: right;
  background: #fff;
  border-radius: 5px;  
  height: 120px;
  display: block;
  box-shadow: 0px 0px 4px #d5d6eb;
  text-decoration: none;
  color: #000;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  position: relative;
  margin-bottom: 8px;
  padding-top: 5px;
}

#cats .cat img {
  width: 80%;  
  margin: auto; 
  display: block; 
}

#cats .cat .title {
  display: inline-block;
  font-size: 9pt;
  color:#fff;
  padding: 3px 0px;
  text-align: center;
  width: 100%;  
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  position: absolute;
}

#users{
  margin-top: 30px;
}
#users a{
  text-decoration: none;
  color: #000;
  display: block;
  margin:  10px; 
  background: #fff;
  padding: 4px 10px;
}

.page-item:last-child .page-link{
  border-radius: 0px;
}
.page-item.active .page-link{
  background: #2f64e8;
  border-color: #2f64e8;
}



.acc_item{
  margin: 3px 0px;
  font-size: 10pt;
  background: #fdfdfd;
}
.acc_item:hover{
  background: #e7e7e7;
}
.acc_item b{
  width: 20%;
  text-align: left;
  display: inline-block;
  margin-left: 20px;
}
.acc_item span{
  display: inline-block;
}

.acc_item span:nth-child(2){  
  width: 40%;
}

.acc_item span:last-child{
  float:left;
  font-size: 9pt;
  margin-left: 10px;
  width: 25%;
}
 
.acc_nili{
  color: rgb(7, 50, 118);
}
.acc_swr{
  color: rgb(174, 44, 33);
}
.acc_swr b{
  border-bottom: 1px solid #d6d6d6;
}
.acc_silver{
  color: black;
}
.acc_silver b{
  border-top: 1px solid #d6d6d6;
}
.acc_deleted{ 
  color: #ccc;
}
.acc_deleted b, .acc_deleted span{
  text-decoration: line-through;
}
.acc_total{
  color: black;
}

.register_alert{
  background: #ffd5ad;
  margin: 2%;
  padding: 2%;
}
.header_cur{ 
  background:  #cc7014;
  color: white;
  border-radius: 10px;
  padding:0px 5px;
  line-height: 24px;
  margin-top: 5px;
}

.header_lang{
  background:  #e82f2f;
  color: white;
  border-radius: 10px;
  padding:0px 5px;
  line-height: 24px;
  margin-top: 5px;
}
.order_lists{
  padding-top: 20px;
}
.order_lists .order_item{
  background: #fff;
  margin-bottom: 10px;
  padding: 2%;
  line-height: 28px;
  height: 100px;
}
.order_lists .order_item div{
  float: right;
  display: block; 
}
.order_lists .order_item a{ 
   font-weight: bold;
   color:blue;
   float: left;
   display: block; 
   margin-top: 20px;
   text-decoration: none;
}

.order_items{

}
.order_items .item{
  height: 95px;
  background: white;
  margin-bottom: 5px;
  padding: 5px;
}
.order_items .item img{
  height: 85px;
  margin-left: 10px;
  float: right;
}
.order_items .item .price{
  font-weight: bold;
}

.order_items .total{
  background: white;
  padding: 5px;
  font-weight: bold;
  font-size: 13pt;
}

.last_order{
  text-decoration: none;
  color: black;
  background: #fff;
  padding: 4px;
  display: block;
  margin:3% 1%;
}



.delivery_type ,.notes{
  margin: 1%;
  background: #fff;
  padding: 2%;
  line-height: 28px;
  font-size: 12pt;
}
.delivery_type label{
  font-size: 10pt;
  margin: 1%;
  background: rgb(208, 235, 255);
  border: 1px solid #3d98c2;
  border-radius: 5px;
  font-weight: bold;
  padding: 1px 10px;
}
.delivery_type label input{
  margin-left: 5px;
  vertical-align: sub;
}

.note{
  width: 100%; 
  height: 100px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 1%;
}
.location_item{
  background: whitesmoke;
  padding: 2%;
  margin-bottom: 20px;
}
.location_item h5{
  font-weight: bold;
  color: rgb(0, 0, 142);
}
.location_item p{
  font-size: 13pt;
}
.location_item_phone{
  font-size: 13pt;
  font-weight: bold;
}
.location_item_phone a{
  direction: ltr;
  unicode-bidi: embed;
}
.location_item img{
  height: 40px;
  display: block;
  margin: auto;
}


.pagination {
  padding: auto;
}
.page-item:first-child .page-link{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
 }
 ol, ul{
  padding: 0px;
 }
 


 /*   slider */

 #owl2  .item{
  height: 300px;
  background: #fff;
 }

 #owl3 img{
  border-radius: 10px;
  margin: 1%;
  width: 98%;
 }

 
.showmore_content {
  position: relative;
  overflow: hidden;
  }
  .showmore_trigger {
    display: inline;
    width: 100%;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    background: #19273b;
    border-radius: 7px;
    padding: 4px 9px;
    background: rgb(25,39,59);
    background: linear-gradient(156deg, rgba(25,39,59,1) 35%, rgba(75,112,164,1) 100%);
    }


#cat2{
  text-align: center;
  padding: 1%;
}
#cat2 .cat{
  display: inline-block; 
  margin: 1%;
  width: 22%;  
  text-decoration: none;
  text-align: center;
  vertical-align: top;
}
#cat2 .cat img{ 
  margin: auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: block; 
  text-align: center;
  background: #fff;
  border-radius: 50%;
}
#cat2 .cat .title{ 
  color: #000;
  margin-top: 5px;
  font-weight: bold;
  display: block; 
  text-align: center;
  font-size: 9pt;
} 
.market_products img{
  width: 96%;
  margin: 2%;
  border-radius: 10px;
}


 
.product_view_modal{
  font-size: 10pt;
}
.product_view_modal .p_title{
  font-weight: bold;
  font-size: 12pt;
  margin-top: 5px;
}

.product_view_modal .carousel{
  max-width: 320px;
}
.product_view_modal .p_price{
  margin-top: 7px;
}

.product_view_modal .p_price strong{
  margin-right: 10px;
  text-decoration: line-through;
  color: #ccc;
}
.product_view_modal .p_price span{
    display: block;
    border-bottom: 1px solid #ececec;
    padding: 3px;
}
.product_view_modal .p_price span div{
  display: inline-block;
  width: 75px;
}
.product_view_modal .p_price span i{
  color: #4a46ff;
  font-size: 8pt;
  margin-right: 10px;
}
.product_view_modal .p_input{
  margin-top: 10px;
}
.product_view_modal .p_input span{
  display: inline;
  font-weight: bold;
}
.product_view_modal .p_input .qty_number{ 
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #ccc; 
  width: 50px;
  font-size: 12pt;
  padding: 3px;
}
.product_view_modal .handle-counter{
  display: inline-block;
  margin-left: 5px;
}
.product_view_modal .handle-counter .counter-minus{
  background: #f6ddc5;
  border-radius: 25px;
  font-size: 15pt;
  width: 29px;
  height: 29px;
  display: inline-block;

  line-height: 23px;
  vertical-align: middle;
  color: black;
  border: 1px solid #d6b18e;
}
.product_view_modal .handle-counter .counter-input{
  font-size: 11pt;
  margin: 0px 7px;
  width: 50px;
  border-radius: 4px;
  display: inline-block;
  padding: 2px;
  border: 1px solid #d6b18d;
}
.product_view_modal .handle-counter .counter-plus{
  background: #f6ddc5;
  border-radius: 25px;
  font-size: 15pt;
  width: 29px;
  display: inline-block;
  color: black;
  height: 29px;
  line-height: 23px;
  vertical-align: middle;
  border: 1px solid #d6b18e;
}
.product_view_modal .add_basket{
  background: #2f64e8;
  color: white;
  padding: 5px 12px;
  border-radius: 7px;  
  display:inline-block; 
  margin: 1%;
  text-align: center;
}
.product_view_modal .whatsapp{
  border: 1px solid #64cf5c;
  color: rgb(0, 0, 0);
  padding: 5px 12px;
  border-radius: 7px;  
  display:inline-block; 
  margin: 1%;
  text-align: center;
}

.product_view_modal .add_basket img , .product_view_modal .whatsapp img{
  width: 20px;
  margin-left: 5px;
}

.product_view_modal .p_input .p_total{
  display: inline;
  margin-right: 20px;
  font-size: 11pt;
}
.product_view_modal .p_close{
  width: 27px;
  position: absolute;
  left: 14px;
  top: 14px;
}


/* common */
.ribbon {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: absolute;
  z-index: 222;
} 
.ribbon span {
  position: absolute;
  display: block;
  width: 165px;
  color: #ffffff;
  font-size: 10pt;
  padding: 1px;
  font-weight: bold; 
  background-color: #e33834;
  text-align: center;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
}

/* top left*/
.ribbon-top-left {
  top: -3px;
  left: -3px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -22px;
  top: 30px;
  transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
  top: -3px;
  right: -3px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -22px;
  top: 30px;
  transform: rotate(45deg);
}

.wdp-ribbon{
	display: inline-block;
    padding: 2px 15px;
	position: absolute;
    right: 0px;
    top: 20px;
    line-height: 24px;
	height:24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
	border-radius: 0;
    text-shadow: none;
    font-weight: normal;
    background-color: #1eb5ff !important;
}

.wdp-ribbon-two:before, .wdp-ribbon-two:before {
    display: inline-block;
    content: "";
    position: absolute;
    left: -14px;
    top: 0;
    border: 9px solid transparent;
    border-width: 14px 8px;
    border-right-color: #1eb5ff;
}
.wdp-ribbon-two:before {
    border-color: #1eb5ff;
    border-left-color: transparent!important;
    left: -9px;
}
.wdp-ribbon-four{
	right: 10px;
    top: 10px;
    line-height: 60px;
    height: 60px;
}
.wdp-ribbon-five{
	background: #1eb5ff;
	right: 10px;
    top: 10px;
	padding: 0px;
	height: 60px;
	width: 60px;
	text-align: center;
	vertical-align: middle;
	line-height: 60px;
	border-radius:50%;
}
.wdp-ribbon-six{
	background: none !important;
    position: relative;
    box-sizing: border-box;
    position: absolute;
    width: 65px;
    height: 65px;
	top:0px;
	right:0px;
	padding:0px;
	overflow: hidden;
}
.wdp-ribbon-inner-wrap{
    -ms-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}
.wdp-ribbon-border{
    width: 0;
    height: 0;
    border-right: 65px solid #1eb5ff;
    border-bottom: 65px solid transparent;
    z-index: 12;
	position:relative;
	top:-20px;
}
.wdp-ribbon-text {
    font-size: 13px;
    font-weight: bold;
    line-height: 13px;
    position: absolute;
    z-index: 14;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 15px;
    left: -5px;
    width: 91px;
    text-align: center;
}



.discount_row{
  background: #e33834;
  color: #fff;
  padding: 4px;
  width: 100%;
  font-weight: bold;
  font-size: 10pt;
  text-align: center;
}