/**
 * 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 
 */
.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;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.8s linear 0s;
  transition: all 0.8s linear 0s;
}
.view-fifth .mask > div {
  padding: 0 10px;
}
.view-fifth .mask h2 {
  border-bottom: 1px solid #fff;
  margin: 10px 40px;
  padding: 10px 0;
  font-size: 18px;
  text-transform: uppercase;
}
.view-fifth .mask a.info {
  display: inline-block;
  text-decoration: none;
  padding: 4px 10px;
  color: #fff;
  text-transform: uppercase;
  background: #2d3035;
}
.view-fifth .mask h2, .view-fifth .mask p, .view-fifth .mask a.info {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.view-fifth img {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.view-fifth:hover img {
  -webkit-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
}
.view-fifth:hover .mask {
  opacity: 1;
  filter: alpha(opacity=100);
}
.view-fifth:hover h2, .view-fifth:hover p, .view-fifth:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.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: #59bd56;
  color: white;
}

.block .nav-pills > li.active > a {
  position: relative;
}
.block .nav-pills > li.active > a:before {
  content: "\f0d7";
  position: absolute;
  bottom: -8px;
  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;
}

.images-list .image-item {
  margin-bottom: 20px;
}

.btn-profile {
  width: 98%;
  padding: 9px 0;
}
.btn-profile a {
  text-transform: uppercase;
  font-family: "Museo300";
  font-size: 13px;
  color: white !important;
}
.btn-profile:hover {
  background: #59bd56;
  border: 1px solid #59bd56;
}

.block_categories_footer {
  clear: both;
}

.contact-info .media .fa {
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  background: #4E515A;
  margin-right: 5px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.rtl .contact-info .media .fa {
  margin-left: 5px;
  margin-right: inherit;
}
.contact-info .media .address {
  margin-top: 5px;
}
.contact-info .media:hover .fa {
  color: #FFF;
  background: #59bd56;
}

#top_column {
  margin-top: -164px;
  background: white;
}
#top_column .block_topcolumn {
  position: relative;
  z-index: 2;
  background: #59bd56;
}
#top_column .block_topcolumn .block {
  margin-bottom: 0;
}
#top_column .block_topcolumn .block .block_content {
  background: none;
  padding: 30px 22px;
  color: white;
}
#top_column .block_topcolumn .topcolumn {
  text-align: left;
}
.rtl #top_column .block_topcolumn .topcolumn {
  text-align: right;
}
#top_column .block_topcolumn .topcolumn .icon_holder {
  float: left;
  padding-right: 15px;
  -webkit-transform: perspective(600px) rotateY(0deg);
  -moz-transform: perspective(600px) rotateY(0deg);
  -ms-transform: perspective(600px) rotateY(0deg);
  -o-transform: perspective(600px) rotateY(0deg);
  -webkit-transform-origin: center center 0;
  -moz-transform-origin: center center 0;
  -ms-transform-origin: center center 0;
  transform-origin: center center 0;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.7s ease 0.1s;
  transition: all 0.7s ease 0.1s;
}
.rtl #top_column .block_topcolumn .topcolumn .icon_holder {
  float: right;
}
.rtl #top_column .block_topcolumn .topcolumn .icon_holder {
  padding-left: 15px;
  padding-right: inherit;
}
#top_column .block_topcolumn .topcolumn h4 {
  margin: 0 0 5px;
  font-weight: normal;
  font-family: "Museo300";
  text-transform: uppercase;
}
#top_column .block_topcolumn .topcolumn h4 a {
  color: white;
}
#top_column .block_topcolumn .topcolumn h4 a:hover {
  text-decoration: underline;
}
#top_column .block_topcolumn .topcolumn:hover .icon_holder {
  -webkit-transform: perspective(600px) rotateY(360deg);
  -moz-transform: perspective(600px) rotateY(360deg);
  -ms-transform: perspective(600px) rotateY(360deg);
  -o-transform: perspective(600px) rotateY(360deg);
}

.contentbanner-left a {
  position: relative;
  overflow: hidden;
  display: block;
}
.contentbanner-left a:before {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: 2;
  left: 0;
}
.rtl .contentbanner-left a:before {
  right: 0;
  left: auto;
}
.contentbanner-left a:hover:before {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.5) inset;
}

.sidebar .block-blue-light .title_block {
  background: #2c8ac8;
}
.sidebar .block-blue-light .block_content {
  padding: 0!important;
  border-right: none;
  border-bottom: none;
  background: #3598db;
}
.sidebar .block-blue-light .block_content .product-content {
  color: white;
}
.sidebar .block-blue-light .block_content .product-content a {
  color: white;
}
.sidebar .block-blue-light .block_content .product-content a:hover {
  text-decoration: underline;
}
.sidebar .block-blue-light .block_content .product-content .price {
  color: white;
}
.sidebar .block-blue-light .block_content .product-content .old-price {
  color: white;
}
.sidebar .block-blue-light .block_content .product-block {
  border-bottom: 1px solid #5dade2;
  padding: 25px 15px;
}
.sidebar .block-green .title_block {
  background: #59bd56;
  font-size: 19px;
  padding: 30px 15px 26px;
}
.sidebar .block-green .block_content {
  border-right: none;
  border-bottom: none;
  background: #59bd56;
  color: white;
  padding: 0px 15px 25px !important;
}
.sidebar .block-green .block_content p {
  margin-bottom: 20px;
}
.sidebar .block-green .block_content form {
  position: relative;
}
.sidebar .block-green .block_content form .button-default {
  position: absolute;
  top: 0;
  text-indent: -9999px;
  background: none;
  border: none;
  right: 10px;
}
.rtl .sidebar .block-green .block_content form .button-default {
  left: 10px;
  right: auto;
}
.sidebar .block-green .block_content form input {
  box-shadow: none;
  cursor: pointer;
  line-height: 22px;
}
.sidebar .block-green .block_content form > div {
  position: relative;
}
.sidebar .block-green .block_content form > div:before {
  position: absolute;
  content: "\f0e0";
  height: 15px;
  width: 15px;
  top: 7px;
  right: 10px;
  font-family: "FontAwesome";
  color: #d0d0d0;
}
.rtl .sidebar .block-green .block_content form > div:before {
  left: 10px;
  right: auto;
}
.sidebar .block-green .block_content form > div:hover:before {
  color: #59bd56;
}
