@import url("vm.css");

body.ltr .sp-megamenu-parent>li.sp-has-child>a:after, body.ltr .sp-megamenu-parent>li.sp-has-child>span:after {
    font-family: "Font Awesome 5 Free";
}


.sp-megamenu-parent>li {
    height: 50px;
}

#sp-top-bar {
  background: #314e52;
  color: #FFF;
  font-size: 18px;
}

.breadcrumb {
    font-size: 14px;
	margin: 0;
}

.breadcrumb  .float-start{
	margin-right:10px;
}

#sp-left .sp-module, #sp-right .sp-module {
    padding: 10px 5px;
}
#sp-component{

}
#sp-left .sp-module, #sp-right .sp-module {
    margin-top: 10px;
    border-width: 0px;
    border-right: 1px solid #000;
    border-radius: 0px;
}

.shop-menu  .sp-mega-group{
    text-align: center;
}

.shop-menu .sp-mega-group-child{
	display: flex;
    justify-content: space-evenly;
}

.shop-menu .sp-dropdown li.sp-menu-item>a {
    color: #fff;
    padding: 2px 10px;
    background: #314e52;
    border-radius: 4px;
}

.shop-menu .sp-dropdown li.sp-menu-item>a:hover, .shop-menu  .sp-dropdown li.sp-menu-item.active>a {
    color: #fff;
}

.sp-mega-group .sp-module p{
	margin-bottom: 0;
    background: #314e52;
    color: #fff;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner>.row:not(:first-child) {
    margin-top: 10px;
}
.ver_mod_menu{
	margin-top: 10px;
}

.retailmenu {
    background: #ffd012;
    line-height: unset !important;
    padding: 10px !important;
    border-radius: 5px;
	margin-right: 10px !important;
}
.bgveterian {
    background: #995232;
	color:#fff !important;
    line-height: unset !important;
    padding: 10px !important;
    border-radius: 5px;
	margin-right: 10px !important;
}

.offcanvas-menu .offcanvas-inner ul.menu li.active a.bgveterian  ,   .offcanvas-menu .offcanvas-inner ul.menu li.active a.shop-menu{
	color:#fff !important;
}
.shop-menu .shop-menu{
    background: #0d6efd;
	color:#fff !important;
    line-height: unset !important;
    padding: 10px !important;
    border-radius: 5px;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    opacity: 1;
    transition: 0.3s;
    margin-bottom: 10px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
    border-bottom: 1px solid #ccc;
}

.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    opacity: 1;
    transition: 0.3s;
    margin-bottom: 5px;
    margin-top: 5px;
}

.offcanvas-menu .offcanvas-inner ul.menu>li {
    border-bottom: 1px solid #ccc;
}
.offcanvas-menu .menu-child li {
    padding: 8px 0;
    font-size: 14px;
}

.sp-megamenu-parent>li:after {
    line-height: 80px;
    content: '';
    width: 0;
    height: 3px;
    background: #000;
    display: block;
    margin: 0px auto 20px auto;
	transition: ease all 0.3s;
}

#sp-header-topbar .container-inner {
  border-bottom: 2px solid #1a1818;
}

.sp-megamenu-parent>li:hover:after {
    width: 100%;
}


#sp-footer, #sp-bottom {
  background: #000;
  color: #ffffff;
}

#sp-header.lg-header {
  box-shadow: 0 8px 3px rgba(11, 10, 10, 0.1);
}

#sp-header {
  background: #e2dfdc;
  height: auto;
}

#sp-header-topbar {
  background: #f1f1f1;
}

.modal {
    z-index: 99999;
}


.header-modules {
    margin-left: 0;
}

a {
    color: #000000;
}


#offcanvas-toggler {
    height: 50px;
    line-height: 50px;
}
.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    line-height: 50px;
}

.dropdownCart{
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding-right: 12px;
    padding-left: 3px;
    margin-right: 10px;
    line-height: 4px;
}
.header-modules .sp-module {
    margin-left: 0px;
}
#sp-social .far{
	font-weight: 900;
	color: #bb2b2b;
}


@media (max-width: 768px){
	#sp-contact{
		display:none;
	}

	#sp-social{
		width:100%;
		display: flex;
		justify-content: space-evenly;
	}
    #sp-header-topbar .container-inner {
        padding-bottom: 0;
    }

    #sp-header-topbar {
        margin: 0;
    }
}