

/* Dynamic Custom */

.bowcake_active a {
	color: #F6A18C !important;
}
.sb-btn.sb-btn-icon.sb-btn-gray .sb-icon{
	background-color: #F6A18C;
	transition: 0.3s ease-in-out;
}
.sb-btn.sb-btn-icon.sb-btn-gray .sb-icon:hover{
	background-color: #695A5B;
	transition: 0.3s ease-in-out;
}
/* nav bar custom */
.nav .sb-navigation li a{
	position: relative;
    padding-left: 46px;
    display: inline-block;
    font-weight: 500;
    height: 100%;
    font-size: 14px;
    letter-spacing: 1px;
    transition: 0.3s ease-in-out;
}
nav .sb-navigation li a{
    font-size: 22px;
    color: #695A5B;
}
.facebook-icon{
    width: 30px;
    height: 30px;
    background-image: url("../img/icon/facebook.png");
    background-size: cover;
    margin: 15px 0 0 10px;
    border-radius: 100px;
    cursor: pointer;
	background-color: #695A5B;
	transition: 0.3s ease-in-out;
}
.facebook-icon:hover{
    width: 30px;
    height: 30px;
    background-image: url("../img/icon/facebook.png");
    background-size: cover;
    margin: 15px 0 0 10px;
    border-radius: 100px;
    cursor: pointer;
    box-shadow: 0 0 10px 0 #C4C4C4;
	background-color: #F6A18C;
	transition: 0.3s ease-in-out;
}
.instagram-icon{
    width: 30px;
    height: 30px;
    background-image: url("../img/icon/instagram.png");
    background-size: cover;
    margin: 15px 0 0 10px;
    border-radius: 5px;
    cursor: pointer;
	background-color: #695A5B;
	transition: 0.3s ease-in-out;
}
.instagram-icon:hover{
    width: 30px;
    height: 30px;
    background-image: url("../img/icon/instagram.png");
    background-size: cover;
    margin: 15px 0 0 10px;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 0 10px 0 #C4C4C4;
	background-color: #F6A18C;
	transition: 0.3s ease-in-out;
}
.twitter-icon{
    width: 30px;
    height: 30px;
    background-image: url("../img/icon/twitter.png");
    background-size: cover;
    margin: 15px 0 0 10px;
    border-radius: 100px;
    cursor: pointer;
	background-color: #695A5B;
	transition: 0.3s ease-in-out;
}
.twitter-icon:hover{
    width: 30px;
    height: 30px;
    background-image: url("../img/icon/twitter.png");
    background-size: cover;
    margin: 15px 0 0 10px;
    border-radius: 100px;
    cursor: pointer;
    box-shadow: 0 0 10px 0 #C4C4C4;
	background-color: #F6A18C;
	transition: 0.3s ease-in-out;
}
.tiktok-icon{
    width: 30px;
    height: 30px;
    background-image: url("../img/icon/tiktok.png");
    background-size: cover;
    margin: 15px 0 0 10px;
    border-radius: 5px;
    cursor: pointer;
	background-color: #695A5B;
	transition: 0.3s ease-in-out;
}
.tiktok-icon:hover{
    width: 30px;
    height: 30px;
    background-image: url("../img/icon/tiktok.png");
    background-size: cover;
    margin: 15px 0 0 10px;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 0 10px 0 #C4C4C4;
	background-color: #F6A18C;
	transition: 0.3s ease-in-out;
}
.sb-cart-number{
	font-size: 12px;
	color: #FFFFFF;
	background-color: #695A5B;
	margin-top: 15px;
	font-weight: 500;
}
.event-calendar-section .calendar-outer{
	position:relative;
	padding:25px;
	background:#FFFFFF;
	border-radius:40px;
	overflow-x:auto;
    margin-top: 40px;
    box-shadow: 0 0 10px 0 #C4C4C4;
}
.day-custom{
	color: #695A5B;
}

/* For Desktop only */
@media (min-width: 835px) {
    .monthly-week .m-d{
        border: 18px solid #FFFFFF;
    }
}

/* Days that are part of previous or next month */
.monthly-day-blank {
	background: #F3F3F3;
	color: #695A5B; 
}

.monthly-week .m-d.monthly-day-event:hover{
	background: #F6A18C;
	color: #FFFFFF;
}

.monthly-week .m-d.monthly-day-event{
	background: #FDF3F1;
	color: #695A5B;
}

.event-calendar-section .monthly-header-title{
	/* font-family:'Montserrat',sans-serif; */
	font-size:48px;
	text-transform:uppercase;
	line-height:1.4em;
	color: #695A5B;
	font-weight:500;
	letter-spacing:1px;
}

.event-calendar-section .monthly-prev:after,
.event-calendar-section .monthly-next:after{
	height:24px;
	margin-top:-15px;
	font-size:30px;
	color: #282828;
}

.day-festival{
    /* background-color: #EA6565; */
    background-image: url("../img/icon/day25.png");
    background-size: cover;
}
.day-soldout{
    /* background-color: #EA6565; */
    background-image: url("../img/icon/soldout.png");
    background-size: cover;
}

/* End Dynamic Custom */