
/* --------------------------------------------
    SUBMENU Cart
-------------------------------------------- */
.minicart {  
  transform: translateY(0)!important;    
   box-shadow: 10px 10px 15px -6px rgba(0,0,0,0.06)!important;  
   -webkit-box-shadow: 10px 10px 15px -6px rgba(0,0,0,0.06)!important;  
   -moz-box-shadow: 10px 10px 15px -6px rgba(0,0,0,0.06)!important;     

   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;     }

.minicart .empty {  
  padding: 5% 4%!important; }


/* --------------------------------------------
	PREVIOUS-NEXT-NAVIGATION
-------------------------------------------- */

.thegem-te-portfolio-navigation .post-navigation .nav-links {
   padding-right:  4.5%!important;   }

.thegem-te-post-navigation .post-navigation .nav-previous, .thegem-te-portfolio-navigation .post-navigation .nav-previous {
    margin-left: 41%!important;   }

.thegem-te-post-navigation .post-navigation .nav-next, .thegem-te-portfolio-navigation .post-navigation .nav-next {
  margin-left: 60px!important;   }



.thegem-te-post-navigation .post-navigation .nav-previous .meta-icon::before, .thegem-te-portfolio-navigation .post-navigation .nav-previous .meta-icon::before {
  content: '\e676'!important;   }

.thegem-te-post-navigation .post-navigation .nav-next .meta-icon::before, .thegem-te-portfolio-navigation .post-navigation .nav-next .meta-icon::before {
  content: '\e675'!important;   }




















