/*!
 * Client Name Local Styles
 * Copyright 2008-2017 Punchmark
 */

 /* navigation sale tab */
 /*
 #menubar-left > li:nth-child(5) > a {
	 color: red !important;
 }
 */

header,
footer {
   /* background: url("/images/wood.jpg");  */
   background: #fff !important;
   background-size: 300px 300px; 
   border:solid 12px #FFFFFF;

}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon>span {
	background: #000000 !important;
}

footer p.copyrights, footer p.copyrights * {
  /* color: #FFFFFF !important; */
  color: #000000 !important;
}

nav.navbar .nav-item .nav-link, 
nav.navbar .nav-item .nav-link i {
  /* color: #FFFFFF !important; */
  color: #000000 !important;
}

#jewellery-details #non-variation-quantity {
  display: none;
}

#reviewSection > div > div > div > div {
  display: none;
}

footer .footerlinks li a:hover, footer .footerlinks li a:focus, footer h6, footer .footerlinks li a, footer p a strong, footer address a strong, footer address, footer .social-networks a {
	color: #000000 !important;
}


@media(min-width: 768px){
	nav.navbar .nav-item .nav-link, 
	nav.navbar .nav-item .nav-link i {
	  font-size: 1.0rem;  
	}
	.five-up-widget video.widget-video {
		min-width: 100% !important;
		width: auto !important;
		max-width: none !important;
		height: 100% !important;
		max-height: 100% !important;
	}
}

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

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