@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merienda+One&display=swap');

.csfont {
    font-family: 'Merienda One', cursive;
}

.divider-style-03.divider-style-03-01 {
    border-top: 2px solid;
}

.divider-style-06.divider-style-03-01 {
    border-bottom: 2px solid;
}

footer .nav-link {
    color: var(--medium-gray);
}

.elements-social .light li a {
    color: var(--dark-gray);
}

header .navbar-brand img {
    max-height: 110px;
}

.navbar-brand-text {
    padding: 30px 0px;
    white-space: nowrap; /* Prevents text from wrapping */
    overflow: hidden; /* Ensures overflow is hidden */
    text-overflow: ellipsis; /* Adds ellipsis for overflow text */
    width: 280px; /* Adjust as needed */
}

.box-count .deals-countdown .countdown-section {
    border-radius: 10px;
}

.theme6-banner {
    background: #fbf2f2;
    background-image: url(/crafto/demos/cakesupplies/down.png), url(/crafto/demos/cakesupplies/up.png);
    width: 100%;
    background-repeat: repeat-x, repeat-x;
    background-position: top center, bottom center;
}

.theme6-footer {
    background: #fbf2f2;
    background-image: url(/crafto/demos/cakesupplies/down.png);
    width: 100%;
    background-repeat: repeat-x;
    background-position: top center;
}

.theme6-copyright {
    background-image: url(/crafto/demos/cakesupplies/up.png);
    width: 100%;
    background-repeat: repeat-x;
    background-position: top center;
}

.theme6-home-banner:after {
    content: "";
    position: absolute;
    background: url(/crafto/demos/cakesupplies/down.png);
    width: 100%;
    height: 85px;
    z-index: 1;
    top: 0;
    background-repeat: repeat-x;
}

.theme6-home-banner:before {
    content: "";
    position: absolute;
    background: url(/crafto/demos/cakesupplies/up.png);
    bottom: 0;
    width: 100%;
    height: 30px;
    z-index: 1;
    background-repeat: repeat-x;
}

.single-category {
    width: 100%;
}

.countdown--style-special .countdown__content {
    border-radius: 8px;
}

.cws_divider {
    -webkit-appearance: none;
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    outline-style: none;
    text-align: center;
    min-height: 3px;
    border-color: #edecec;
    overflow: hidden;
}

.cws_divider:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -1.5px;
    border-bottom: 3px solid;
    border-color: inherit;
}

.cws_divider img {
    display: block;
    margin: auto;
    max-width: 113px;
    padding: 0 20px;
    background: #ffffff;
}

.pricing-section{
	position: relative;
	padding: 30px 0 60px;
}

.pricing-section.alternate{
	padding: 80px 0 60px;
}

.pricing-table{
	position: relative;
}

.pricing-table .inner-box{
	position: relative;
	text-align: center;
	background-color: #ffffff;
	border: 4px solid #a9a9a9;
	border-radius: 10px;
	z-index: 9;
}

.pricing-table .pricing-svg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: -1;
	overflow: hidden;
}

.pricing-table .pricing-svg svg{
	fill: #a9a9a9;
	width: 100%;
	height: 100%;
}

.pricing-table .image-box{
	position: absolute;
	top: -78px;
	left: 0;
	width: 100%;
}

.pricing-table .image-box .image{
	position: relative;
    height: 70px;
    max-width: 60%;
    z-index: 1;
    margin: 0 auto;
}

.pricing-table .image-box .image img{
	display: inline-block;
}

.pricing-table .title-box{
	position: relative;
	display: block;
}

.pricing-table .title-box h3{
	position: relative;
    text-align: center;
    font-weight: 500;
    padding: 65px 15px;
}

.pricing-table .title-box h3 a{
    color: #ffffff;
}

.pricing-table .price-box{
	position: relative;
	margin-bottom: 20px;
}

.pricing-table .price-box .price{
	position: relative;
	font-size: 48px;
	line-height: 1em;
    color: #4b4342;
	font-family: Merienda One;
	vertical-align: middle;
	margin-bottom: 20px;
}

.pricing-table .price-box .price sup{
    font-size: 24px;
    line-height: 1;
}

.pricing-table .price-box .title{
    font-size: 14px;
    display: inline-block;
    color: #fff;
    padding: 0 25px;
    border-radius: 30px;
    background-color:  var(--base-color);
}

.pricing-table .table-content{
    padding: 0 20px;
    margin-top: 25px;
}

.pricing-table .table-content li{
	position: relative;
	padding: 11px 0;
	font-size: 16px;
    border-bottom: 1px solid #5fcac7;
    color: #4b4342;
}

.pricing-table .table-footer{
	position: relative;
}

.pricing-table .pricing-highlight{
	position: absolute;
	top: -35px;
	width: 100%;
}

.pricing-table .pricing-highlight svg{
	stroke:#5fcac7;
	fill:#ffffff;
	stroke-width:4;
}

.pricing-table .pricing-highlight h5{
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	text-align: center;
	color: #4b4342;
	line-height: 78px;
}

.pricing-table.tagged .inner-box{
	border-color: var(--base-color);
}

.pricing-table.tagged .pricing-svg svg{
	fill: var(--base-color);
}

.pricing-table.tagged .price-box .title{
	background-color: #5fcac7;
}