/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:* http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web,please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
.products.wrapper.grid .short-desc {
	display: none;
}

.main-primary .magicproduct .slick-slider .slick-list{
      padding: 5px;
      padding-bottom: 48px;
      margin-bottom: -48px;
    }

    .cms-page-mix-product .magicproduct .slick-slider .slick-prev{
         left: 0;       
	}
    .cms-page-mix-product .magicproduct .slick-slider .slick-next{
        right: 0;
    }
    body.wp-sl div.sociallogin-wrapper div.sociallogin-block{
        padding-top: 40px !important;
        width: 75% !important;
    }
    /* Minimal price (as low as) */
    .minimal-price{margin:0}
    .minimal-price .price-label{font-weight:bold;white-space:nowrap;display:none}
    .minimal-price-link{display:none !important}
    .minimal-price-link .label{color:#1e7ec8}
    .minimal-price-link .price{font-weight:normal;color:#1e7ec8}
    div.sociallogin-box{
        margin: 0 0px 23px !important;
    }
    div.sociallogin-block-title{
        margin-bottom: 25px !important; 
    }

    .block-collapsible-nav .nav{display:block !important ;}
    .catalog-category-view .page-title-wrapper .page-title{
        margin: 0px !important;
    }
    .toolbar-bottom{
        display: none;
    }
    .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
        height:auto;
        min-height: 0 !important; /*me*/
    }
    .modal-popup.modals-ajaxcart .popup .message a {
        color: #000 !important; 
    }
    .toolbar-top .toolbar .sorter .sorter-options{
        min-width: 130px;
    }
    
    .sidebar .block.filter .title{
        margin-bottom: 17px;
        border-bottom: 1px solid #dadada;
      }
      
      .sidebar .block.filter .title strong{
          font-size: 2rem;
          font-weight: 400;
          color: #4d5959;
          text-transform: none;
          position: relative;
          padding-bottom: 15px;
          display: inline-block;
          margin: 0;
      }
      
      .sidebar .block.filter .title strong:before{
          content: "";
          position: absolute;
          left: 0;
          bottom: -1px;
          width: 100%;
          border-bottom: solid 2px #fed700;
      }
      
      .sidebar .block.filter .content .options{
          position: relative;
      }
      .sidebar .block.filter .content .options dt{
          font-size: 1.4rem;
          font-weight: bold;
          color: #333;
          margin-bottom: 15px;
      }
      
      .sidebar .block.filter .content .options .items .item a:before{
           content: "\f096";
          display: inline-block;
          margin-right: 5px;
          font-family: "FontAwesome";
      }
      
      .sidebar .block.filter .content .options .items .item a:hover:before{
          content: "\f046";
          background: transparent;
          border: none;
      }
      
      .sidebar .block.filter .content .options .items .item .count{
        float: right;
      }
      .block-category-2 .magic-category .title  a:hover {
        color: #fed700;
     }