/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/* Header 1 */
@media (max-width: 991px) {
  .menu-right {
    padding-top: 30px;
    padding-bottom: 30px; } }

.ApMegamenu {
  float: left; }
  .rtl .ApMegamenu {
    float: right; }

@media (max-width: 1199px) {
  .header_logo {
    text-align: center;
    padding-bottom: 0; } }

@media (max-width: 991px) {
  #cart-block {
    padding: 8px 0 8px 10px; }
    .rtl #cart-block {
      padding: 8px 10px 8px 0; }
    #cart-block:before {
      display: none; } }
#cart-block .cart-quantity-type, #cart-block .cart-price-total {
  display: none; }
#cart-block .cart-products-count {
  width: 24px;
  height: 24px;
  background: #eb8f73;
  display: inline-block;
  border-radius: 50%;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  line-height: 23px;
  font-size: 13px;
  color: #FFFFFF; }

/* pannel tool change color */
.yellow #cart-block .cart-products-count {
  background: #edb42c; }

.blue #cart-block .cart-products-count {
  background: #2caaed; }

.violet #cart-block .cart-products-count {
  background: #cb4bc9; }

.red #cart-block .cart-products-count {
  background: #ec3c48; }

/*# sourceMappingURL=headerposition1497949354.css.map */
