/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/*  
 * LAYOUT VARIABLES 
 */
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/*inline-block
============================================*/
/****/
/* RIGHT TO LEFT */
.box.producttabs {
  margin-bottom: 71px;
  margin-top: 17px;
}
.box.producttabs .carousel-control {
  top: 50%;
}
.box.producttabs .tab-nav {
  display: block;
  text-align: center;
}
.box.producttabs .tab-nav:after {
  background: none repeat scroll 0 0 #dedede;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 18px;
  width: 100%;
  z-index: 1;
}