@media(min-width: 1200px){
	.cart-link{
		background-color: #9B5A07;
	}
}
@media(max-width: 1199.98px){
	.cart-link__qty{
		background-color: #9B5A07;
	}
}

.footer-contacts_item:before{
	background-color: #e6be8a;
}
.subscribe-form__button:after{
	background-color: #e6be8a;
}
.social-links__item:before{
	background-color: #e6be8a;
}
.social-links__item{
	border-color: #e6be8a;
}



	.timeline__item .weekday,
	.timeline__item .date {
		font-family: "Great Vibes", cursive;

		color: #9B5A07;
	}
	.timeline__item .date {
		font-family: 'Montserrat', sans-serif;
		font-weight: 600;
	}
	.timeline__item.active .content-wrapper{
		background: transparent;
	}
	.timeline__item.active {
		background-color: #E6BE8A;
		border-color: #E6BE8A;
	}
	.timeline__item.active:after {
		border-color: #2E2D2D;
	}
	.timeline__item.active .weekday,
	.timeline__item.active .date {
		color: #2E2D2D;
	}
	.timeline__item.weekend .weekday,
	.timeline__item.weekend .date {
		color: #744912;
	}
	.timeline__item:not(.active):hover {
	    border-color: #9B5A07;
	    color: #9B5A07;
	}
	.timeline__item:not(.active):hover .content-wrapper {
	    border-color: #9B5A07;
	}
	
	
	.timeline__item .content-wrapper, .timeline__item, .main-page-timeline .timeline__item.weekend{
		border-color: #9B5A07;
	}

