/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
/*********************************
		HOME 4
*********************************/
/* Slideshow */
.bannercontainer .tp-caption.btn {
  min-width: 250px;
}

/* Blog */
.ApColumn .latest-blogs {
  margin-top: 0px;
}

.tabs-top.product-tabs {
  text-align: left;
}
.rtl .tabs-top.product-tabs {
  text-align: right;
}
.tabs-top.product-tabs .nav-tabs > li {
  float: left;
}
.rtl .tabs-top.product-tabs .nav-tabs > li {
  float: right;
}
@media (max-width: 530px) {
  .tabs-top.product-tabs .nav-tabs > li {
    width: 50%;
    margin-bottom: 10px;
  }
  .tabs-top.product-tabs .nav-tabs > li > a {
    margin: 0px 10px 0px 0px;
  }
  .rtl .tabs-top.product-tabs .nav-tabs > li > a {
    margin: 0px 0px 0px 10px;
  }
  .tabs-top.product-tabs .nav-tabs > li:first-child > a {
    margin: 0px 10px 0px 0px;
  }
  .rtl .tabs-top.product-tabs .nav-tabs > li:first-child > a {
    margin: 0px 0px 0px 10px;
  }
}
@media (max-width: 568px) {
  .tabs-top.product-tabs .nav-tabs > li > a {
    font-size: 15px;
  }
}
@media (max-width: 375px) {
  .tabs-top.product-tabs .nav-tabs > li {
    width: 100%;
  }
}
