/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/** CHECKOUT BY STEP */
/*  
 * LAYOUT VARIABLES 
 */
/* mini basket */
#cart {
  position: relative;
  margin-top: 18px;
}
#cart h4 {
  color: white;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 16px;
  padding: 0;
  margin: 0;
  display: none;
}
#cart .title-cart {
  display: inline-block;
  padding-right: 5px;
  color: white;
}
.rtl #cart .title-cart {
  padding-left: 5px;
  padding-right: inherit;
}
#cart .content {
  clear: both;
  display: block;
  position: absolute;
  top: 100%;
  right: 17px;
  left: auto;
  padding: 15px;
  min-height: 100px;
  height: 100px;
  height: auto !important;
  background: white;
  border: 1px solid #ebebeb;
  z-index: 99999;
  min-width: 400px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: none;
}
#cart.active .content {
  display: block;
}
#cart .heading {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 8px;
  background: #7b9f52;
}
#cart .heading:before, #cart .heading:after {
  content: " ";
  display: table;
}
#cart .heading:after {
  clear: both;
}
#cart .heading .cart-inner {
  text-align: right;
  line-height: 12px;
  display: inline-block;
}
.rtl #cart .heading .cart-inner {
  text-align: left;
}
#cart .heading a, #cart .heading a:hover {
  color: white !important;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
#cart .heading a span, #cart .heading a:hover span {
  font-size: 12px;
}
#cart .checkout {
  text-align: right;
  clear: both;
}
#cart .empty {
  padding-top: 20px;
  text-align: center;
}
#cart .mini-cart-total {
  text-align: right;
}
#cart .mini-cart-total td {
  color: #000;
  padding: 4px;
}
#cart .mini-cart-total table {
  border-collapse: collapse;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-bottom: 5px;
}
#cart .mini-cart-info .quantity {
  text-align: right;
}
#cart .mini-cart-info .name {
  font-size: 12px;
  font-weight: bold;
}
#cart .mini-cart-info .name small {
  color: #666;
}
#cart .mini-cart-info td {
  color: #000;
  vertical-align: top;
  padding: 6px;
  border-bottom: 1px solid #ebebeb;
}
#cart .mini-cart-info table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 5px;
}
#cart .mini-cart-info .image {
  width: 1px;
}
#cart .mini-cart-info .image img {
  text-align: left;
}
#cart .mini-cart-info .remove {
  text-align: right;
}
#cart .mini-cart-info .remove img {
  cursor: pointer;
}
#cart .mini-cart-info td.total {
  text-align: right;
}

/*******************************************************************
          
********************************************************************/
.carousel-control {
  z-index: 99;
  top: -25px;
}

.carousel-control.left,
.carousel-control.right {
  background: none;
  color: #000;
}

.custom_slide a:first-child img {
  margin-bottom: 20px;
}

/* Eff */
.view-fifth {
  position: relative;
  overflow: hidden;
}

.view-fifth .mask {
  position: absolute;
  background-color: #333333;
  top: 0;
  height: 100%;
  color: #fff;
  width: 100%;
  text-align: center;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.view-fifth .mask > div {
  padding: 0 10px;
}

.view a.info {
  background: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  padding: 4px 15px;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 10px;
}

.view a.info:hover {
  background-color: #57AFDA;
}

.view-fifth img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.view-fifth:hover img {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.view-fifth:hover .mask {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.custom .box-heading, .custom p {
  font-size: 21px;
  font-weight: 300;
  text-transform: uppercase;
  color: #4a3d36;
  background: none;
}
.custom p {
  margin: 7px 0;
  color: #7b9f52;
  line-height: 30px;
}
.custom .fa {
  border: 1px solid #b58e4f;
  border-radius: 100%;
  color: #b58e4f;
  float: right;
  font-size: 25px;
  padding: 13px 10px 10px 13px;
  text-align: center;
}
.rtl .custom .fa {
  float: left;
}
.rtl .custom .fa {
  padding: 13px 13px 10px 10px;
}

.call-us .box-heading, .call-us p {
  float: left;
}
.rtl .call-us .box-heading, .rtl .call-us p {
  float: right;
}

.block_content .contact-us li {
  line-height: 35px;
}
.block_content .contact-us li em {
  background: #4A4A4A;
  border-radius: 2px;
  color: #D4D4D4;
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
  text-align: center;
  width: 28px;
  padding: 3px 0 3px 4px;
}
.rtl .block_content .contact-us li em {
  margin-left: 10px;
  margin-right: inherit;
}
.rtl .block_content .contact-us li em {
  padding: 3px 4px 3px 0;
}
.block_content .contact-us li:hover em {
  background-color: #7b9f52;
  color: white;
}

.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;
}

.media-list {
  margin-bottom: 20px;
}

.wapper {
  float: left;
  width: 33.33%;
}
.rtl .wapper {
  float: right;
}
.wapper .media .media-content {
  background: #7b9f52;
  color: white;
  font-family: "Open Sans";
  padding: 8px 0;
}
.wapper .media.free {
  background-image: url(../img/bg-media-left.png);
  background-repeat: repeat-y;
  background-position: left 0 !important;
  padding-left: 12px;
}
.rtl .wapper .media.free {
  background-position: right 0 !important;
}
.rtl .wapper .media.free {
  padding-right: 12px;
  padding-left: inherit;
}
.wapper .media.need {
  background-image: url(../img/bg-media-right.png);
  background-repeat: repeat-y;
  /* background-position:right top; */
  background-position: right 0;
  padding-right: 12px;
}
.rtl .wapper .media.need {
  background-position: left 0;
}
.rtl .wapper .media.need {
  padding-left: 12px;
  padding-right: inherit;
}
.wapper .media img {
  margin: 8px 5px 0 15px;
}
.rtl .wapper .media img {
  margin: 8px 15px 0 5px;
}
.wapper .media .media-heading {
  text-transform: uppercase;
  font-family: "Roboto Slab", sans-serif;
}
.wapper .media .media-body {
  padding: 7px 3px 0 7px;
}
.rtl .wapper .media .media-body {
  padding: 7px 7px 0 3px;
}
.wapper .media.Discount {
  margin: -5px -11px;
}
.wapper .media.Discount .media-content {
  background: #93bc63;
  padding: 13px 0;
}
.wapper .media.Discount .media-content:before {
  background: url(../img/bg-discu-left.png) repeat-y scroll 0 0 transparent;
  content: "";
  height: 113%;
  left: -6%;
  position: absolute;
  top: -5px;
  width: 14px;
}
.wapper .media.Discount .media-content:after {
  background: url(../img/bg-discu-right.png) repeat-y scroll 0 0 transparent;
  content: "";
  height: 113%;
  left: 102%;
  position: absolute;
  top: -5px;
  width: 14px;
}
.wapper .media.need img {
  margin-left: 34px;
}
.rtl .wapper .media.need img {
  margin-right: 34px;
  margin-left: inherit;
}
.wapper.wapper-center {
  position: relative;
}

.footer-bottom .widget-html p {
  display: inline-block;
}

.rtl .wapper .media.need {
  background-image: url(../img/bg-media-left.png);
}

.rtl .wapper .media.free {
  background-image: url(../img/bg-media-right.png);
}
