/*
 * Custom CSS
 */

.section-products .section-title .title a, .section-products .section-title .title span{
color:#88461A;
font-weight:bold;
}

.section-title h1{
  color:#88461A;
  font-weight:bold;
}

.product-info a{
  text-transform:uppercase;
}

.product-name{
  text-transform:uppercase;
}

.section-product .product-info .product-price .price-current .price{
  color:#88461A;
}

.section-home-contact,
.section-search .filters,
.contact-call-us,
.navigation.menu .top-sub .col-5 {
  display: none;
}

.navigation.menu .top-sub .row {
  justify-content: end;
}


.navigation.menu .menu .menu-navbar>.nav-item .nav-link{
 color:#88461A;  
}

.footer .h5{
  color:#88461A;
}

.footer a:not(.link-social){
  color:#88461A;
}

.footer .socials a{
  color:#88461A!important;
}

.footer a:not(.link-social):hover{
  color:#BD6224;
}

.department-title{
  color:#88461A;
}

#Breadcrumb li a{
  color:#88461A;
}

.text-dark{
  color:#88461A;
}

.product .product-info .title{
  color:#88461A;
  font-weight:bold!important;
}

.product-name{
  color:#88461A!important;
}

.parcel b{
  color:#88461A;
}

.section-product .product-info .product-price .price-current .price{
	color:#d39100!important;
}

.product-features b{
  color:#88461A;
}

.section-product-body h3{
  color:#88461A;
}

.page-text{
  color:#88461A!important;
}

.press img{
  width:100%!important;
}

.carousel-indicators {
	bottom: -1.5rem;
	margin-bottom: 0;
	transform: translateY(100%);
}

.carousel-indicators [data-bs-target] {
	width: 6px;
	height: 6px;
	border: 0;
	border-radius: 6px;
}

@media screen and (max-width: 500px) {
  .product .product-image .img-fluid.img-fluid-big {
    height: 25rem;
  }
}