/*-----------------------*/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
.textcarausel .block {
  margin-bottom: 0px;
}
.textcarausel .block_content {
  background-color: transparent;
  color: white;
  padding: 20px 0;
  padding-right: 50px;
}
.rtl .textcarausel .block_content {
  padding-left: 50px;
  padding-right: inherit;
}
.textcarausel .owl-theme .owl-controls .owl-buttons {
  top: -2px;
  right: -50px;
}
.rtl .textcarausel .owl-theme .owl-controls .owl-buttons {
  left: -50px;
  right: auto;
}
.textcarausel .owl-theme .owl-controls .owl-buttons div {
  background-color: transparent;
}
.textcarausel .owl-theme .owl-controls .owl-buttons div.owl-prev {
  border: none 0;
}
.textcarausel .owl-theme .owl-controls .owl-buttons div:hover {
  color: #B4D487;
}
.textcarausel .owl-carousel .owl-item {
  padding: 0px;
}

.produst_list_list .product-block {
  padding: 10px 0;
  width: 100%;
  text-align: left;
  margin: 0;
  border-bottom: 1px dashed #dddddd;
  padding: 8px 8px 8px 8px;
}
.rtl .produst_list_list .product-block {
  text-align: right;
}
.produst_list_list .product-block .image {
  margin-bottom: 0px;
}
.produst_list_list .product-block .left-block {
  float: left;
  width: 32%;
  margin-right: 3%;
}
.rtl .produst_list_list .product-block .left-block {
  float: right;
}
.rtl .produst_list_list .product-block .left-block {
  margin-left: 3%;
  margin-right: inherit;
}
.produst_list_list .product-block .right-block {
  float: left;
  width: 65%;
}
.rtl .produst_list_list .product-block .right-block {
  float: right;
}
.produst_list_list .product-block .name {
  margin: 10px 0 0px 0;
  height: auto;
  max-height: 25px;
}
.produst_list_list .product-block .new-box {
  display: none;
}
.produst_list_list .owl-item .product-block:last-child {
  border-bottom: 0 none;
}
.produst_list_list .owl-carousel .owl-item {
  padding: 0px;
}
