/*!
 * Himalaya 2.0
 * Client: ---
 * Copyright 2008-2019 Punchmark
 */









/* =======================================================================================
   NAV
======================================================================================= */

nav.navbar {
  box-shadow: 0 0 20px rgba(0,0,0,0.075);
  z-index: 1500; 
}

nav.navbar .dropdown-wide .dropdown-menu-wide .dropdown-item-parent,
nav.navbar .dropdown .dropdown-item {
  line-height: 1;
}

nav.navbar .dropdown .dropdown-menu {
  box-shadow: 0 0 20px rgba(0,0,0,0.075) !important;
}

@media(min-width:768px){
	nav.navbar .nav-item .nav-link {
	  font-size: 14px;
	}
}

@media(min-width:992px){
	nav.navbar .nav-item .nav-link {
	  font-size: 1rem;
	}
}

@media(min-width:1200px){
	nav.navbar .nav-item .nav-link {
	  font-size: 1.00rem;	}
}

@media(min-width:768px) and (max-width:992px){
	nav.navbar .navbar-nav {
	  padding-left: 10px;
	  padding-right: 10px;
	}
}

@media(max-width:767px){
	nav.navbar .nav-item {
	  border-top: 1px solid rgba(0,0,0,0.075);
	}
	nav.navbar .dropdown > .dropdown-menu, 
	nav.navbar .dropdown-submenu > .dropdown-menu {
	  box-shadow: none !important;
	  border-color: rgba(0,0,0,0.075) !important;
	  border-bottom: 0 !important;
	}
	nav.navbar .dropdown-submenu > .dropdown-menu {
	  margin-top: 10px;
	  margin-bottom: 10px;
	  border-bottom: 1px solid rgba(0,0,0,0.075) !important;
	  background: rgba(0,0,0,0.05) !important;
	}
}




/* =======================================================================================
   HEADER
======================================================================================= */

@media(max-width:992px){
	header .main-content .main-content-col {
	  padding-left: 20px;
	  padding-right: 20px;  
	}
}

@media(max-width:767px){
	header > .container {
	  padding-top: 10px;
	  padding-bottom: 10px;
	}
}
	

/* =======================================================================================
   HEADER: TOOLBAR TOP
======================================================================================= */

.toolbar > .toolbar-inner > ul > li,
.toolbar > .toolbar-inner > ul > li > a {
  color: #ffffff;
}

.toolbar > .toolbar-inner > ul li.dropdown > .dropdown-menu {
  border-radius: 0 0 0.25rem 0.25rem;
}


/* =======================================================================================
   HEADER: CONTENT AREA TOOLS
======================================================================================= */

header .content-toolbar > .content-toolbar-inner > ul > li i {
  color: #DA9F3A;
  font-size: 22px;
  transform: translateY(3px);
  margin-left: 0;
  margin-right: 0;
}

header .content-toolbar > .content-toolbar-inner > ul.right > li i {
  margin-left: 4px;
}

header .content-toolbar > .content-toolbar-inner > ul.right > li i.icon-shopping-cart {
  margin-left: 5px;
}

header .content-toolbar > .content-toolbar-inner > ul > li > a {
  text-transform: none;
}

header .content-toolbar > .content-toolbar-inner > ul > li button {
  border: 0;
  background: transparent;
  padding-left: 0;
  outline: none;
}

header .content-toolbar > .content-toolbar-inner > ul > li .form-control {
  height: 30px;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #d9d9d9;
  background: transparent;
  padding-left: 0;
}

header .content-toolbar > .content-toolbar-inner > ul > li > a {
  font-size: 16px;
}

@media(max-width:767px){
	header .content-toolbar.inline-left-and-right {
	  display: none !important;
	}
}




/* =======================================================================================
   SLIDER
======================================================================================= */

@media(min-width: 1800px){
	section#home-slider {
	  padding-top: 20px;
	}
}




/* =======================================================================================
   FOOTER
======================================================================================= */


footer h6 {

}

footer address {


}

footer .footerlinks li a {

}

footer .footerlinks li a:hover,
footer .footerlinks li a:focus {
  text-decoration: none;
  color: #DA9F3A !important;
}

footer .input-group {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #929292;
  border-radius: 0.3rem;
  margin-bottom: 1rem;
}

footer .input-group .btn,
footer .input-group .form-control {
  background: white;
  border: none;
  color: #929292;
}

footer .input-group .btn:hover i,
footer .input-group .btn:focus i {
	color: var(--primary);
}

footer address a:hover,
footer address a:focus,
footer .input-group .btn:hover,
footer .input-group .btn:focus {
  color: #ffffff !important;
  text-decoration: none;
}

footer .form-control::-webkit-input-placeholder {
  color: #444445;
}

footer .form-control::-moz-placeholder {
  color: #444445;
}

footer .form-control:-ms-input-placeholder {
  color: #444445;
}

footer .form-control:-moz-placeholder {
  color: #444445;
}

footer .social-networks {
  margin: 20px -10px 0 -10px;
}

footer .social-networks > a {
  color: #929292;
  font-size: 30px;
  padding: 0 10px;
}

footer .social-networks > a:hover,
footer .social-networks > a:focus {
  color: #ffffff;
}

@media(min-width:768px){
	footer .input-group {
	  max-width: 60%;
	}
}

@media(min-width:992px){
	footer {
	  padding-top: 20px;
	}
	footer .input-group {
	  margin-left: 0;
      margin-right: 0;
	}
}




/* =======================================================================================
   HOME
======================================================================================= */

.media-feed .media .media-heading {
  color: #DA9F3A;
}

.widget-media-feed .media .media-thumb > .image-div {
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.075); 
}

#widget-about-store-hours h5 {
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  color: #DA9F3A;
}

section.default .h2.display-4 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

@media(min-width:768px){
	section.default .h2.display-4 {
	  font-size: 2.5rem;
	}
}

@media(min-width:992px){
	section.default .h2.display-4 {
	  font-size: 3.5rem;
	}
}




/* =======================================================================================
   SOCIALS
======================================================================================= */

.social-networks.outline-circles .network {
  border: 1px solid #9395c3;
  border-radius: 50%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin: 0 0.15rem;
  text-decoration: none;
}

.social-networks.outline-circles .network i {
  font-size: 14px;
  color: #9395c3;
  display: block;
  text-decoration: none;
}

.social-networks.outline-circles .network:hover,
.social-networks.outline-circles .network:focus {
  background: #9395c3;
  border-color: #9395c3;
}

.social-networks.outline-circles .network:hover i,
.social-networks.outline-circles .network:focus i {
  color: #262986;
}

