/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/*@mixin sub-heading($sub-heading-bg, $sub-heading-color) {
  color: $sub-heading-color;
  a{
    color: $sub-heading-color;
    &:hover{
      color: $sub-heading-color;
    }
  }
  padding: $base-box-padding;
  position: relative;
  background: $sub-heading-bg;  
}*/
/****/
/* RIGHT TO LEFT */
/** CHECKOUT BY STEP */
/*  
 * LAYOUT VARIABLES 
 */
.facebook-wrapper {
  margin-bottom: 20px;
}

.custhtmlcarosel {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}
.custhtmlcarosel .carousel-control {
  top: 0;
  width: 20px;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
}
.custhtmlcarosel .text_sticker {
  position: relative;
  padding-left: 75px;
  padding-right: 15px;
}
.custhtmlcarosel .text_sticker:after {
  background: url(img/before-img.png) no-repeat;
  top: 0;
  content: "";
  display: block;
  height: 51px;
  left: 8px;
  position: absolute;
  width: 64px;
}
.custhtmlcarosel .text_sticker:before {
  background: url(img/after-img.png) no-repeat;
  top: 0;
  content: "";
  display: block;
  height: 61px;
  right: -5px;
  position: absolute;
  width: 18px;
}
.custhtmlcarosel .detail_sticker .title_sticker {
  margin: 0;
  line-height: 20px;
}
.custhtmlcarosel .detail_sticker .title_sticker a {
  color: #75b263;
  font-size: 14px;
}
.custhtmlcarosel .img_sticker img {
  float: left;
  margin-right: 5px;
}
.rtl .custhtmlcarosel .img_sticker img {
  float: right;
}
.rtl .custhtmlcarosel .img_sticker img {
  margin-left: 5px;
  margin-right: inherit;
}

.widget.banner-slide .widget-html img.first {
  margin-bottom: 20px;
}
.widget.widget-contact .leo-telephone {
  background: url(img/icon-telephone-bg.png) no-repeat left center;
  padding-left: 65px;
}
.widget.widget-contact .leo-telephone span.red {
  color: #d62529;
}
.widget.widget-contact .leo-shipping {
  background: #dfdfdf;
  padding: 5px 10px;
}
.widget.widget-contact .leo-shipping a {
  color: #75b263;
}
.widget.widget-contact .leo-shipping a:hover {
  color: #8b8b8b;
}
.widget.widget-contact .list-inline {
  margin-left: 0;
}
.rtl .widget.widget-contact .list-inline {
  margin-right: 0;
  margin-left: inherit;
}
.widget.widget-contact .list-inline li {
  padding: 0 !important;
}
.widget.widget-contact .list-inline li a {
  width: 30px;
  height: 30px;
  background: #d1d1d1;
  padding: 5px;
  color: #b7b7b7;
  display: inline-block;
  text-align: center;
  font-size: 0;
}
.widget.widget-contact .list-inline li a:hover {
  background: #75b263;
  color: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.widget.widget-contact .list-inline li a:before {
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 16px;
}
.widget.widget-contact .list-inline li span {
  display: none;
}
.widget.widget-contact .list-inline li.facebook a:before {
  content: "\f09a";
}
.widget.widget-contact .list-inline li.twitter a:before {
  content: "\f099";
}
.widget.widget-contact .list-inline li.youtube a:before {
  content: "\f167";
}
.widget.widget-contact .list-inline li.google-plus a:before {
  content: "\f0d5";
}

.block .nav-pills > li.active > a {
  position: relative;
}
.block .nav-pills > li.active > a:before {
  content: "\f0d7";
  position: absolute;
  bottom: -7px;
  height: 10px;
  line-height: 10px;
  right: 50%;
  margin-right: -4px;
  font-family: "FontAwesome";
  color: #428bca;
  font-size: 19px;
  z-index: 9;
}
.block .panel-group {
  margin-bottom: 0;
}
