@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
*{
    font-family: "IBM Plex Sans Arabic", serif;
}

.wi_icon{
  height: 27px;
  width: 27px;
  line-height: 27px;
  text-align: center;
  border-radius: 5px;
  font-size: 12pt;
  background: #e9e9e9;
  margin: 2px;
}
.wi_icon_basket{ 
  font-size: 15pt;
  display: inline-block;
}
.wi_icon_whastapp{
  background: #cdffdf; 
  color: #0f622d;
  font-size: 15pt;
  display: inline-block;
}
.wi_icon_whastapp:hover{
  color: rgb(225, 225, 225);
}

.wi_icon_whastapp_2{
  background: #cdffdf; 
  color: #0f622d;
  font-size: 15pt;
  display: inline-block; 
  margin-right: 5px;
}
.wi_icon_whastapp_2:hover{
  color: rgb(110, 119, 102);
}
.wi_main_basket i{
  font-size: 22pt;
}
.total-cart{
  height: 40px;
}
.product_qty{
  font-weight: 400;
  font-size: 13pt;
}
.product_price{
  margin: 0;
  font-weight: 500;
  font-size: 17pt;
}

.total-cart select , .type{
  width: 90px;
  margin-left: 20px;
  height: auto;
}
.type_product{
  width: 62px;
  margin-left: 10px;
  height: auto;
  font-size: 10pt;
  padding: 2px;
  border-radius: 5px;
  height: 30px;
  color: #000;
}
.phone_form{
  width: 100%;
  max-width: 350px;
  margin: auto;
}
.phone_number_input , .user_password ,.otp_code{ 
  direction: rtl;
  border: 1px solid #ccc; 
  padding: 7px;
  border-radius: 8px; 
  margin: auto;
}
.phone_number_input .left_icon  , .user_password .left_icon ,.otp_code .left_icon{
  float: left;
  margin-left: 5px;
  font-size: 18pt;
  width: 25px; 
  vertical-align: middle;
}
.phone_number_input .international_code{
  font-size: 14pt;
  font-weight: bold; 
  direction: ltr;
  vertical-align: middle;
  float: left;
  margin-top: 2px;
  width: 60px;
  margin-left: 10px;
  border-right: 1px solid #ccc;
  padding-right: 7px;
}
.phone_number_input .phone{
    width: calc(100% - 110px);
    vertical-align: middle;
    border: none;
    font-size: 13pt; 
    direction: ltr;
    font-weight: bold;
    height: 30px;
    text-align: left;
}
.user_password{
  display: none;
  margin-top: 20px;
}
.user_password .left_icon , .otp_code .left_icon{
  border-right: 1px solid #ccc;
  width: 35px; 
  padding-right: 10px;
}
 .user_password .password , .otp_code .code{
  width: calc(100% - 50px);
  vertical-align: middle;
  border: none;
  font-size: 13pt; 
  direction: ltr;
  font-weight: bold;
  height: 30px;
  text-align: left;
 }
 .otp_code{
  display: none;
  width: 200px;
  margin-top: 20px;
 }
 .otp_code .code{
  letter-spacing: 12px;
 }
 
.check_phone_button , .send_otp{
   margin: auto; 
   display: block;
}
.otp_lbl_verify{
  display: none;
  margin-top: 10px; 
  padding: 10px ; 
}
.check_phone_msg{
  display: none;
  margin-top: 10px;
  /*   
  background: #ffe7e7;
  border-radius: 5px; */
  padding: 10px ;
  color: #961212;
}
.check_phone_msg  b{
  font-weight: bold;
}
.forgot_link{
  margin-top: 10px;
  display: none;

}

.user_password .password:-moz-placeholder {
  text-align: right;
}
.user_password .password:-ms-input-placeholder {
  text-align: right;
}
.user_password .password::-webkit-input-placeholder {
  text-align: right;
}
.profile_img{
  border-radius: 200px;  
}
.profile_img img{
  border-radius: 200px;
  border: 1px solid #ccc;
} 
.bottom_basket{
  font-size: 15pt;
  font-weight: bold;
  text-align: left;
}
.bottom_basket b{
  font-weight: bold;
}
.sub_totals{
  font-size: 13pt;
  text-align: left;
}
.sub_totals b{
  font-size: 17pt;
  font-weight: bold;
}
.sub_totals .rows{
  margin-bottom:10px;
}
.checkout_success{
  display: none;
}
.basket_badge{
  background: red;
  color: #fff;
  font-weight: bold;  
  font-size: 12px;
  padding: 2px;
  height: 20px;
  min-width: 20px;
  left: 10px;
  top:10px;
  border-radius: 30px; 
  position: absolute;
  text-align: center;
  display: none;
} 
 
.add_to_basket { 
  padding: 4px 10px;
  width: 210px;
}
.add_to_basket i{
  font-size: 17pt;
}

.add_to_basket:hover { }

.add_to_basket:active { 
  transform: translateY(4px);
} 
.product_have_in_basket{
  background: #8dd9ff
}
.product_have_in_basket_view{
  background: #8dd9ff;
  border: 1px solid #5dabd2;
}
.remove_from_basket{

}
.remove_from_basket i{
  font-size: 15pt;
  margin-left: 5px;
}
.close_offcanvas{
  font-size: 18pt; 
  position: absolute;
  left: 10px;
  top:10px
}
.remove_from_basket_view{
  height: 35px;
  line-height: 35px;
  width: 150px;
}
.remove_from_basket_view i{
  font-size: 15pt;
  margin-left: 5px;
}

.offcanvas{
  margin: auto;
  max-width: 600px;
}
.save_note_product{
  font-size: 15pt;
  cursor: pointer;
}




/* common */
.ribbon {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: absolute;
  z-index: 2;
} 
.ribbon span {
  position: absolute;
  display: block;
  width: 165px;
  color: #ffffff;
  font-size: 10pt;
  padding: 1px;
  font-weight: bold;
  text-decoration: line-through; 
  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;
}


.whatsapp { 
  font-size: 9pt;
  font-weight: bold;
  background: #e0ffe2; 
  display: block;
  color: #105515;
  border: 1px solid #5caf62;
  text-decoration: none;
  border-radius: 7px;
  padding: 5px 20px; 
  width: 180px;
  height: 30px;
}
.order_code{
  background: #ffd4d4;
  border-radius: 3px;
  color:#570303;
  padding: 2px 10px;
  margin: 0px 10px;
}
.basket_all_remove{ 
  font-weight: bold;
  font-size: 10pt;
  color: red;
  float: left;
  border:1px solid red;
  border-radius:5px;
  padding: 2px 10px;
  cursor: pointer;
}
.basket_all_remove i{
  font-size: 13pt;
  vertical-align: middle;
}

.order_lists{
  padding-top: 20px;
}
.order_lists .order_item{
  background: #fff;
  margin-bottom: 10px;
  padding: 2%;
  line-height: 28px;
  height: 100px;
  border: 1px solid #ccc;
  font-size: 12pt;
}
.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;
  border: 1px solid #ccc;
}
.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%;
}