#sp-header.lg-header {
  box-shadow: 10px 7px 13px #057f83;
}
#sp-header {
  background: #cdb0dc0d;
}


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

.offcanvas-menu .offcanvas-inner ul.menu > li {
  border: 0;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  display: block;
  font-weight: 400;
  border-bottom: 1px solid #000;
}

#djcatalog .djc_item_bg {
    margin: 5px;
    background: #efefef;
    border-radius: 4px;
}
#djcatalog .djc_image img {
    margin: 0 auto;
}

.djc_listing_items .djc_title{
    text-align: center;
}
#djcatalog .djc_items .djc_item_in, #djcatalog .djc_related_items .djc_item_in {
    padding: 5px 10px !important;
}

.djc_category .djc_title {
    text-align: center;
    background: #foo3;
    color: #fff;
    padding: 10px;
}

#sp-main-body {
    padding: 20px 0;
}
.djc_files h3{
	border-color: #5f6166;
    background-color: #5f6166;
    color: #fff;
    padding: 10px;
    display: inline-block;
    border-radius: 4px;
}
.bgred {
    background: #057f83;
    padding: 10px 20px 10px 10px !important;
    line-height: 18px !important;
    color: #fff !important;
    border-radius: 4px;
}

.pg-category-box-image svg, .pg-detail-item-image-box img, .pg-item-box-image img, .pg-item-box-image svg, .pg-category-box-image img {
    max-width: 100%;
    width: 300px;
}


.homeimages .sppb-addon-single-image .sppb-img-responsive, .sppb-text-center .sppb-img-responsive, .homeimages  .sppb-text-left .sppb-img-responsive, .sppb-text-right .sppb-img-responsive {
    display: inline-block;
    height: 234px;
    width: 600px;
    object-fit: fill;
    max-width: 100%;
}


@media (max-width: 575px) {
    #sp-header.lg-header #sp-logo {
        order: 3;
        margin-top: -65px;

    }
	#sp-header-topbar .container-inner {
		border-bottom: 0;
	}
}