/* forms */
/* color */
/* title */
/* border */
/* background */
/* header */
/* buttons */
/* tabs */
/* menu */
/* effects */
/* rating */
/* footer subscribe*/
/* social home */
/* carousel arrows */
/* alert */
/* Theme's schemes */
#categories_block_left {
  /*start icons*/
  /*end icons*/ }
  #categories_block_left .tree > li {
    /* > a{
    	padding-left: 53px;
    	&:before{
    		bottom: 0;
    		display: inline-block;
    		font-family: $second-icon-font;
    		font-size: 18px;
    		left: 18px;
    		position: absolute;
    		text-align: center;
    		top: 12px;
    		width: 1.5em;
    	}
    } */
    /* 			&:nth-child(1){
    				> a{
    					&:before{
    						content: '\e800';
    					}
    				}
    			}
    			&:nth-child(2){
    				> a{
    					&:before{
    						content: '\e81b';
    					}
    				}
    			}
    			&:nth-child(3){
    				> a{
    					&:before{
    						content: '\e81c';
    					}
    				}
    			}
    			&:nth-child(4){
    				> a{
    					&:before{
    						content: '\e81d';
    					}
    				}
    			}
    			&:nth-child(5){
    				> a{
    					&:before{
    						content: '\e81e';
    					}
    				}
    			}
    			&:nth-child(6){
    				> a{
    					&:before{
    						content: '\e81f';
    					}
    				}
    			}
    			&:nth-child(7){
    				> a{
    					&:before{
    						content: '\e820';
    					}
    				}
    			}
    			&:nth-child(8){
    				> a{
    					&:before{
    						content: '\e821';
    					}
    				}
    			}
    			&:nth-child(9){
    				> a{
    					&:before{
    						content: '\e822';
    					}
    				}
    			} */ }
  #categories_block_left .title_block {
    margin-bottom: 0; }
  #categories_block_left li {
    position: relative; }
    #categories_block_left li a {
      color: #8c8c8c;
      display: block;
      font-size: 15px;
      line-height: 1;
      padding: 14px 15px 14px 15px;
      position: relative;
      transition: .4s box-shadow; }
      #categories_block_left li a:after {
        border-bottom: 1px solid #f6f6f6;
        bottom: 0;
        content: '';
        position: absolute;
        left: 18px;
        right: 18px; }
      @media (max-width: 768px) {
        #categories_block_left li a {
          font-size: 14px; } }
    #categories_block_left li .grower {
      color: #8c8c8c;
      display: block;
      position: absolute;
      right: 18px;
      top: 8px;
      cursor: pointer;
      font-family: "FontAwesome";
      font-size: 20px; }
      @media (max-width: 768px) {
        #categories_block_left li .grower {
          font-size: 26px;
          right: 15px;
          top: 4px; } }

@media (min-width: 769px) {
  .index #categories_block_left {
    margin: 0;
    padding-bottom: 45px; }

  #categories_block_left .block_content {
    background: #ffffff;
    border-radius: 0 0 8px 8px; }
    #categories_block_left .block_content > ul > li > a:hover {
      box-shadow: 0px 0px 6px 0px rgba(23, 23, 23, 0.08); }
      #categories_block_left .block_content > ul > li > a:hover:after {
        opacity: 0; }
  #categories_block_left ul ul {
    background: #ffffff;
    border: 1px solid #e3e3e3;
    display: block !important;
    left: 140%;
    min-width: 245px;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    top: -1px;
    -moz-transition: opacity 0.4s, left 0.4s, visibility 0.4s;
    -o-transition: opacity 0.4s, left 0.4s, visibility 0.4s;
    -webkit-transition: opacity 0.4s, left 0.4s, visibility 0.4s;
    transition: opacity 0.4s, left 0.4s, visibility 0.4s;
    white-space: nowrap;
    z-index: 100; }
    #categories_block_left ul ul li:first-child:before {
      background: #f7f7f7;
      content: '';
      height: 100%;
      left: -1px;
      position: absolute;
      top: 0;
      width: 1px; }
  #categories_block_left ul li:hover > ul {
    left: 100%;
    opacity: 1;
    visibility: visible; }
  #categories_block_left span.grower {
    -moz-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s; }
    #categories_block_left span.grower.OPEN:before, #categories_block_left span.grower.CLOSE:before {
      content: "\f105"; }
  #categories_block_left li:hover span.grower {
    opacity: 0;
    filter: alpha(opacity=0); } }
@media (max-width: 768px) {
  #categories_block_left span.grower.OPEN:before, #categories_block_left span.grower.CLOSE:before {
    content: "\f106"; }
  #categories_block_left span.grower.CLOSE:before {
    content: "\f107"; } }

/* */
