
.vertical-middle {
	height: 420px;
    overflow-x: scroll;
}


.item-thumb {
    width: 100%;
    margin: 0 auto
}

.item-thumb .owl-dot {
    width: 100%;
    display: inline-block;
	/*  justify-content: center; */
    /* height: 220px; */
	/* max-height: 260px; */
    height: auto;
    cursor: pointer;
    text-align: left;
    padding: 15px;
    background-color: transparent;
    border: 2px solid #715887;
	border-radius: 20px;
    margin: 20px 0;
}
.item-thumb .owl-dot h4{
    color: #6b4c23;
}
.item-thumb .owl-dot p{
    color:#000;
	font-size: 16px;
    line-height: 1.3;
	font-weight: 500;
}



.device-lg .item-thumb .owl-dot,.device-sm .item-thumb .owl-dot {
    height: 150px
}

.device-xs .item-thumb .owl-dot {
    width: 50%;
    padding: 10px;
    height: 100px
}

.item-thumb .owl-dot span {
    position: relative;
    display: block;
    background-size: cover;
    background-position: center center;
    width: auto;
    height: 100%;
    -webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,.05);
    -moz-box-shadow: 0 0 5px 1px rgba(0,0,0,.05);
    box-shadow: 0 0 5px 1px rgba(0,0,0,.05);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.item-thumb .owl-dot:hover span,.item-thumb .owl-dot.active span {
    opacity: .7
}

.food-menu .item-thumb .owl-dot:nth-of-type(1) span {
    background-image: url(https://canvastemplate.com/demos/restaurant/images/items/food/thumbs/1.jpg)
}

.food-menu .item-thumb .owl-dot:nth-of-type(2) span {
    background-image: url(https://canvastemplate.com/demos/restaurant/images/items/food/thumbs/2.jpg)
}

.food-menu .item-thumb .owl-dot:nth-of-type(3) span {
    background-image: url(https://canvastemplate.com/demos/restaurant/images/items/food/thumbs/3.jpg)
}

.food-menu .item-thumb .owl-dot:nth-of-type(4) span {
    background-image: url(https://canvastemplate.com/demos/restaurant/images/items/food/thumbs/4.jpg)
}
.food-menu .item-thumb .owl-dot:nth-of-type(5) span {
    background-image: url(https://canvastemplate.com/demos/restaurant/images/items/food/thumbs/4.jpg)
}
.food-menu .item-thumb .owl-dot:nth-of-type(6) span {
    background-image: url(https://canvastemplate.com/demos/restaurant/images/items/food/thumbs/4.jpg)
}
.food-menu .item-thumb .owl-dot:nth-of-type(7) span {
    background-image: url(https://canvastemplate.com/demos/restaurant/images/items/food/thumbs/4.jpg)
}

#tab-restuarant {
    position: relative;
    transform: translateY(-71px)
}

#tab-restuarant .canvas-alt-tabs2 {
    --bs-nav-pills-link-active-bg: var(--cnvs-contrast-0);
    --bs-nav-pills-link-active-color: var(--cnvs-contrast-900);
    --bs-nav-link-hover-color: var(--bs-nav-tabs-link-active-color);
    --bs-nav-link-padding-x: 30px;
    --bs-nav-link-padding-y: 24px;
    --bs-nav-link-font-size: 16px;
    --bs-nav-link-font-weight: 500;
    --bs-nav-pills-border-radius: 0
}

#tab-restuarant .tabs .nav-item .nav-link {
    font-family: var(--cnvs-primary-font)
}

#tab-restuarant .tabs .nav-item .nav-link img {
    display: inline-block;
    position: relative;
    top: -2px;
    width: 20px;
    height: 20px;
    margin-right: 8px
}


.disabled {
    color: #aaa
}
