/*!
 * Sierra 1.0
 * Client: Davidson Jewelers
 * Copyright 2008-2018 Punchmark
 */


body > img {
  position:absolute !important;
}


/* - HEADER - */
@media(min-width:768px){
	header #logo {
	  padding-left:10px;
	  padding-right:10px;
	}
}

@media(min-width:992px){
	header > .container > .row {
	  margin-left: -20px !important;
	  margin-right: -20px !important;
	}
}

@media(max-width:767px){
	header #logo {
	  margin-bottom: -60px;
	}
}




/* - NAV - */
nav.navbar .dropdown .dropdown-menu {
  border-radius: 0.25rem;
}

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

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

@media(max-width:767px){
	nav.navbar .dropdown .dropdown-menu {
	  border-radius: 0rem !important;
	  background: white !important;
	}
}


/* - HOME WIDGETS - */
.five-up-widget .widget span {
  margin-top: 0.5rem;
}





/* - PROD FEEDS - */
.product-feed .owl-item .widget img {
  border-radius: 0 0 0 0;
}

.product-feed .product-designer,
.product-feed .product-desc,
.product-feed .add-to-cart,
.product-feed .add-to-wishlist {
  display: none !important;
}

.product-feed .product-title {
  font-weight: bold;
  color: #404458;
  margin-top: 0.5rem;
}

.product-feed .product-price {
  padding-bottom: 0.5rem;
}

.product-feed .btn-default {
  font-size: 0.75rem;
  margin-bottom: 0.75rem;
}

.product-feed .owl-item .widget {
  border: 2px solid transparent;
  border-radius: 0.4rem;
}

.product-feed .owl-item .text-center + .text-center .btn,
.product-feed .owl-item.active .text-center + .text-center .btn {
  opacity: 0;
  transition: all 800ms ease-in 200ms;
}

.product-feed .owl-item.active.center .text-center + .text-center .btn {
  opacity: 1;
}

.product-feed .owl-item.active.center .widget {
  border: 2px solid #565656;
  border-radius: 0.4rem;
}

.product-feed .owl-nav > div > i {
  font-size: 20px;
}





/* - TABS - */
.nav-tabs {
  margin-bottom: 20px;
}

.nav-tabs .nav-item + .nav-item {
  margin-left: 5px !important;
}

.nav-tabs .nav-item .nav-link {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #999da5;
}

.nav-tabs .nav-item .nav-link.active {
  font-weight: bold;
  color: #404458;
}




/* - SCROLLING ADS - */
.scrolling-ads {
  padding-bottom: 20px !important;
}

.icons-section span.btn.d-inline-block {
  margin-top: 1rem !important;
}

.icons-section .widget-inner img {
  max-width: 120px;
  margin: 0 auto 20px auto;
}

@media(max-width:767px){
	.icons-section .container .row .col-md-4.col-lg-4:nth-child(2) {
	  margin-top: 30px;
	  margin-bottom: 30px;
	  padding-bottom: 30px;
	  border-top: 3px solid #e7e9ee;
	  border-bottom: 3px solid #e7e9ee;
	}
}

@media(min-width:768px){
	.icons-section .container .row .col-md-4.col-lg-4:nth-child(2) {
	  border-left: 3px solid #e7e9ee;
	  border-right: 3px solid #e7e9ee;
	}
}





/* - FOOTER - */
footer h6 {
  color: #ffffff;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 600;
}

footer ul li a {
  color: #ffffff !important;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.footer-address-bar h3 {
  padding: 10px 20px;
}

.footer-address-bar .name,
.footer-address-bar .phone {
  text-transform: uppercase;
  font-weight: bold;
}

@media(min-width: 768px){
	.footer-address-bar .name {
	  border-right: 1px solid rgba(255,255,255,0.1);
	  padding-right: 15px;
	  margin-right: 10px;
	}
	.footer-address-bar .phone {
	  border-left: 1px solid rgba(255,255,255,0.1);
	  padding-left: 15px;
	  margin-left: 10px;
	}
}

footer p.copyrights,
footer p.copyrights * {
  text-align: center;
  color: white;
}





.social-networks a {
  font-size: 20px;
  color: white;
}

.social-networks a + a {
  margin-left: 10px;
}
