/***************************************************
  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: none; }
  .rtl .ApMegamenu {
    float: right; }

@media (max-width: 1199px) {
  .header_logo {
    text-align: center;
    padding-bottom: 0; } }

@media (max-width: 991px) {
  #_desktop_cart {
    padding: 8px 0 8px 10px; }
    .rtl #_desktop_cart {
      padding: 8px 10px 8px 0; }
    #_desktop_cart:before {
      display: none; } }
#_desktop_cart .cart-quantity-type, #_desktop_cart .cart-price-total {
   display: inline-block;
    /* font-family: 'Roboto Condensed', sans-serif; */
    text-align: left;
    text-transform: uppercase;
    color: #202020;
    font: 600 36px/48px "Roboto Condensed", sans-serif;
    height: auto;
    line-height: normal;
    margin: auto;
}
#_desktop_cart .cart-products-count {
    display: flex;
    justify-content: center;
    margin: auto;
    /* background: #fd5c7d; */
    /* display: inline-block; */
    border-radius: 50%;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    text-transform: uppercase;
    /* line-height: 23px; */
    font-size: 20px;
    font-weight: 800;
    color: #202020;}

/* pannel tool change color */
.yellow #_desktop_cart .cart-products-count {
  background: #edb42c; }

.blue #_desktop_cart .cart-products-count {
  background: #2caaed; }

.violet #_desktop_cart .cart-products-count {
  background: #cb4bc9; }

.red #_desktop_cart .cart-products-count {
  background: #ec3c48; }

/*# sourceMappingURL=headerposition1497949354.css.map */
