@import url("https://fonts.googleapis.com/css2?family=Calligraffitti&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
body {
  margin: 0;
  font-size: 14px;
  color: #303030;
  font-family: var(--bodyFont);
}

:root {
  --themeColour:#0166b8;
  --themeGreen:#9bcd67;
  --themeBtn:#ea0011;
  --bodyFont: "Open Sans", sans-serif;
  --FontStyle:"Calligraffitti", cursive;
  --Black:#000;
  --titleColor:#1A2431;
  --btnBg: linear-gradient(90deg, rgba(206,161,126,1) 0%, rgba(187,85,85,1) 100%);
  --btnBgH: linear-gradient(90deg, rgba(187,85,85,1) 0%, rgba(206,161,126,1) 100%);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:focus {
  outline: none;
}

a {
  text-decoration: none;
}

.btn-success {
  background: var(--themeGreen) !important;
  border-color: var(--themeGreen) !important;
  transition: all 0.3s;
}
.btn-success:hover {
  background: var(--themeColour) !important;
  border-color: var(--themeColour) !important;
}

.headTop {
  background: var(--themeGreen);
  padding: 8px 0;
}
.headTop ul {
  margin: 0;
  padding: 0;
  display: inline-flex;
  gap: 1.2em;
}
.headTop ul li {
  display: inline-block;
  font-size: 0.9em;
  color: #fff;
}
.headTop ul li a {
  color: #fff;
}
.headTop .bg-danger {
  background: var(--themeColour) !important;
  padding: 7px 1.5em;
  letter-spacing: 1px;
  font-size: 12px;
}
.headTop .sIcon {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  display: inline-block;
}
.headTop .sIcon:hover {
  background: var(--themeColour);
}

/*banner*/
@media only screen and (max-width: 768px) {
.bannerStyle {margin-top:103px}
.bannerStyle .carousel-caption{ left: 0 !important; bottom: 0 !important; top: auto !important; right:0 !important;}
.bannerStyle .carousel-caption h2{display: none;}
.bannerStyle .carousel-caption p{display: none;}

}
.right-input-icon{
  color: #999;
}
.bannerStyle .carousel-item {
  position: relative;
}
.bannerStyle .carousel-item img {
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.bannerStyle .carousel-item::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  height: 100%;
  z-index: 1;
  width: 100%;
}
.bannerStyle .carousel-caption {
  z-index: 2;
  top: 40%;
}
.bannerStyle .carousel-caption h2 {
  font-family: var(--FontStyle);
  font-weight: 900;
  text-shadow: 2px 2px 8px #000;
  font-size: 35px;
  letter-spacing: 2px;
}
.bannerStyle .carousel-caption p {
  font-family: var(--FontStyle);
  font-weight: 900;
  text-shadow: 2px 2px 8px #000;
  font-size: 18px;
  letter-spacing: 2px;
}

.elementor-shape-fill {
  fill: var(--themeGreen);
}

.welcomeStyle {
  padding: 1em 0;
}
.welcomeStyle h1 {
  color: var(--themeColour);
  padding-bottom: 0.2em;
}
.welcomeStyle p {
  color: #7a7a7a;
}

.elementor-section {
  position: relative;
  background-color: #0c0c0c;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
  z-index: 0;
}
.elementor-section::after {
  background-color: rgba(12, 12, 12, 0.2);
  height: 100%;
  content: "";
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
.elementor-section .elementor-shape-fill {
  fill: #fff;
}

.elementor-shape-fill2 {
  fill: var(--themeGreen);
}

.elementor-shape-top {
  top: -1px;
  z-index: 0;
  line-height: 0;
  direction: ltr;
}
.elementor-shape-top svg {
  width: 100%;
  height: 80px;
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.elementor-shape-bottom {
  bottom: -1px;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
  transform: rotate(180deg);
  z-index: 0;
}
.elementor-shape-bottom svg {
  width: 100%;
  height: 80px;
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.icon-box-wrapper {
  background-color: rgba(12, 12, 12, 0.83);
  border-style: solid;
  border-width: 0;
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 0px 0px 0px 0px;
  text-align: center;
  background-image: linear-gradient(to left, transparent, transparent 50%, #000 50%, #000);
  background-position: 100% 0;
  background-size: 200% 100%;
  transition: all 0.25s ease-in;
}
.icon-box-wrapper i {
  font-size: 7em;
}
.icon-box-wrapper img {
  width: auto;
  max-width: 100%;
  height: 60px;
  transition: transform 0.4s;
  margin-top: 10px;
}
.icon-box-wrapper a {
  color: #fff;
  display: block;
  padding: 1em 0px;
}
.icon-box-wrapper .icon-box-title {
  margin-top: 1.6em;
  margin-bottom: 0px;;
  color: var(--themeGreen);
  font-size: 14px;
}
.icon-box-wrapper:hover {
  background-position: 0 0;
}
.icon-box-wrapper:hover img {
  transform: scale(1.3);
}

.elementorInn {
  padding: 8em 0;
}

.LocalBox {
  position: relative;
  background-color: #1A2431;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
  z-index: 0;
}
.LocalBox .elementor-shape-fill {
  fill: #fff;
}
.LocalBox .elementorInn {
  padding: 4em 0;
  color: #fff;
}

.OfficeHours .icon-box-wrapper {
  border-radius: 2em;
}
.OfficeHours .icon-box-wrapper h2 {
  padding-bottom: 0.8em;
  color: var(--themeGreen);
}

.titleStyle h1 {
  color: var(--themeGreen);
}
.titleStyle h2 {
  color: var(--themeGreen);
}

.esection .titleStyle h2 {
  color: var(--themeGreen);
}
.esection .imgBorder {
  border: 4px solid #36373f;
}

.OurSuppliersBx {
  padding: 3em 0;
}
.OurSuppliersBx h2 {
  color: var(--themeGreen);
}
.OurSuppliersBx .OurSuppliers .item {
  height: 100px;
  position: relative;
}
.OurSuppliersBx .OurSuppliers .item img {
  max-width: 100%;
  width: 100%;
  height: auto !important;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}

.homeContact {
  background: var(--themeColour);
  padding: 2em 0;
}

.mobileMenuRs {
  max-width: 75%;
}

@media only screen and (max-width: 390px) {
  .headTop ul {
    gap: 0.8em;
    text-align: center;
    display: flex !important;
    justify-content: center;
  }
  .headTop ul li {
    font-size: 3vw;
  }
  .bannerStyle .carousel-caption h2 {
    font-size: 6vw;
  }
  .bannerStyle .carousel-caption p {
    font-size: 3vw;
  }
}
.owl-carousel .owl-nav {
  width: 100%;
}

.owl-prev {
  left: -35px !important;
  position: absolute;
  top: 40%;
  width: 32px;
  height: 32px;
  border-radius: 100%;
}

.owl-next {
  right: -35px !important;
  position: absolute;
  top: 40%;
  width: 32px;
  height: 32px;
  border-radius: 100%;
}

.footerStyle {
  padding: 3em 0;
  background: #f5f5f5;
}
.footerStyle h5 {
  margin-bottom: 1em;
  font-size: 16px;
  border-left: var(--themeBtn) 2.2px solid;
  padding-left: 10px;
}
.footerStyle ul {
  margin: 0;
  padding: 0;
}
.footerStyle ul li {
  display: block;
  border-bottom: 1px solid #e9e9e9;
  padding: 6px 0;
  color: #0a0a0a;
}
.footerStyle ul li:last-child {
  border-bottom: 0;
}
.footerStyle ul li a {
  color: #0a0a0a;
}
.footerStyle ul li a:hover {
  color: var(--themeBtn);
}
.footerStyle .ContactHomef li {
  display: flex;
  gap: 10px;
  border: 0 !important;
}
.footerStyle .ContactHomef li i {
  margin-top: 5px;
}
.footerStyle .ContactHomef li a {
  color: #000;
}
.footerStyle .FollowUs a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  transform: translateY(0px);
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  transition: all 0.5s;
}
.footerStyle .FollowUs a:hover {
  transform: translateY(-3px);
  opacity: 0.9;
}
.footerStyle .FollowUs .linkedin {
  background: #2678a1;
}
.footerStyle .FollowUs .facebook {
  background: #37589b;
}

.foobg {
  background: #dedede;
  padding: 1.2em 0;
  text-align: center;
  color: #000;
}

.editBtn {
  border: 0;
  background: none !important;
}

.remove {
  color: var(--themeBtn);
  border: 0;
  background: none !important;
}

.btn-sm {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.table-white {
  background: #fff !important;
}

@media (max-width: 34em) {
  .mainSearch {
    min-width: 150px;
  }
}
.mainSearch select {
  display: none !important;
}

.dropdown-select {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#40FFFFFF", endColorstr="#00FFFFFF", GradientType=0);
  background-color: #fff;
  border-radius: 6px;
  border: solid 1px #eee;
  box-shadow: 0px 2px 5px 0px rgba(155, 155, 155, 0.5);
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.dropdown-select:focus {
  background-color: #fff;
}

.dropdown-select:hover {
  background-color: #fff;
}

.dropdown-select:active,
.dropdown-select.open {
  background-color: #fff !important;
  border-color: #bbb;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
}

.dropdown-select:after {
  height: 0;
  width: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #777;
  transform: origin(50% 20%);
  transition: all 0.125s ease-in-out;
  content: "";
  display: block;
  margin-top: -2px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
}

.dropdown-select.open:after {
  transform: rotate(-180deg);
}

.dropdown-select.open .list {
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
}

.dropdown-select.open .option {
  cursor: pointer;
}

.dropdown-select.wide {
  width: 100%;
}

.dropdown-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.dropdown-select .list {
  box-sizing: border-box;
  transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
  transform: scale(0.75);
  transform-origin: 50% 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
  background-color: #fff;
  border-radius: 6px;
  margin-top: 4px;
  padding: 3px 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  max-height: 250px;
  overflow: auto;
  border: 1px solid #ddd;
}

.dropdown-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.dropdown-select .dd-search {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.5rem;
}

.dropdown-select .dd-searchbox {
  width: 90%;
  padding: 0 0.5rem;
  border: 1px solid #999;
  border-color: #999;
  border-radius: 4px;
  outline: none;
}

.dropdown-select .dd-searchbox:focus {
  border-color: #12CBC4;
}

.dropdown-select .list ul {
  padding: 0;
}

.dropdown-select .option {
  cursor: default;
  font-weight: 400;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
  list-style: none;
}

.dropdown-select .option:hover,
.dropdown-select .option:focus {
  background-color: #f6f6f6 !important;
}

.dropdown-select .option.selected {
  font-weight: 600;
  color: #12cbc4;
}

.dropdown-select .option.selected:focus {
  background: #f6f6f6;
}

.dropdown-select a {
  color: #aaa;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.dropdown-select a:hover {
  color: #666;
}

.two {
  background-image: linear-gradient(to bottom, #fb3569 45%, #51eaea 55%) !important;
  background-size: 100% 220% !important;
  background-position: 50% 100% !important;
}
.two:hover {
  background-position: 50% 0% !important;
}

.WholesalerBox .WholesalerInn {
  padding: 2em;
  color: #fff;
  position: relative;
  overflow: hidden;
  background-color: var(--themeColour);
}
.WholesalerBox .WholesalerInn::after {
  content: "";
  position: absolute;
  bottom: -65px;
  right: -65px;
  background-size: 4px 4px;
  background-image: radial-gradient(rgba(255, 255, 255, 0.5) 20%, transparent 30%);
  width: 155px;
  height: 100px;
  transform: rotate(-45deg);
  transition: all 0.5s;
}
.WholesalerBox .WholesalerInn:hover::after {
  background-image: radial-gradient(rgba(255, 255, 255, 0.7) 20%, transparent 30%);
}
.WholesalerBox .wbg1 {
  background-color: var(--themeGreen);
}

.bgLogin {
  background: var(--titleColor);
  min-height: 100%;
  height: 100vh;
}

.loginPage .loginLogo {
  height: 80px;
}
.loginPage .textlogin h2 {
  margin: 0;
  padding: 0;
}
.loginPage .textlogin h2 span {
  text-transform: uppercase;
  font-weight: 300;
  color: var(--themeGreen);
}
.loginPage .btn {
  padding: 0.675rem 0.75rem;
}
.loginPage .form-check-input {
  height: 1.3em;
  width: 3em;
  margin-right: 5px;
}
.loginPage .showHide {
  position: absolute;
  right: 15px;
  bottom: 12px;
}

.CatmenuFilter {
  width: 100%;
}
.CatmenuFilter .sidebar {
  overflow: hidden;
}
.CatmenuFilter .nav-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.CatmenuFilter .nav-item:last-child {
  border-bottom: 0;
}
.CatmenuFilter .nav-item .nav-link {
  color: var(--titleColor);
}
.CatmenuFilter .nav-item .nav-link .fa-chevron-down {
  float: right;
  margin-top: 4px;
}
.CatmenuFilter .nav-item .nav-link:hover {
  background: rgba(0, 0, 0, 0.1);
}

@media all and (min-width: 768px) {
  .catFilter {
    display: block !important;
  }
  .CatmenuFilter .navbar-brand {
    display: none;
  }
  .CatmenuFilter .navbar-toggler {
    display: none;
  }
  .CatmenuFilter .navbar-toggler:focus {
    box-shadow: none !important;
    outline: 0;
  }
  .page-banner {
    margin-top: 7.33em;
  }
}
@media all and (max-width: 768px) {
  .CatmenuFilter .navbar-brand {
    display: block;
  }
  .CatmenuFilter .navbar-toggler {
    display: flex;
    margin-bottom: 0.5em;
    align-items: center;
    background: #fff;
    padding: 13px;
  }
  .CatmenuFilter .navbar-toggler span {
    font-size: 15px;
    font-weight: 600;
  }
  .CatmenuFilter .navbar-toggler:focus {
    box-shadow: none !important;
    outline: 0;
  }
  .page-banner {
    margin-top: 7.33em;
  }
}
.navbar-toggler:focus {
  box-shadow: none !important;
}

.product-card:hover {
  margin-top: 0 !important;
}

.dataTables_filter {
  margin-bottom: 10px;
}

.invoiceTableStyle {
  width: 100%;
  font-size: 12px;
  border: #ccc 1px solid !important;
}
.invoiceTableStyle thead th {
  text-shadow: white 0px 1px 0px;
}
.invoiceTableStyle .bg-success {
  background: var(--themeGreen) !important;
}
.invoiceTableStyle tr:last-child td {
  border-bottom: none !important;
}
.invoiceTableStyle td {
  padding: 6px 10px !important;
}
.invoiceTableStyle th {
  padding: 6px 10px !important;
}

.invoicePage .paginate_button {
  padding: 0em 0.5em !important;
  min-width: 1em !important;
}
.invoicePage .dataTables_filter input {
  height: 32px;
}
.invoicePage .bg-success {
  background: var(--themeGreen) !important;
}
.invoicePage .card-header {
  font-weight: 600;
}

@media (min-width: 992px) {
  .scrolled {
    top: 52px;
  }
}
.orderStrs .nav-pills {
  margin-left: 0 !important;
  padding: 0;
  background: none;
}

.selectpickerBx .placeholder {
  background-color: transparent !important;
}
.selectpickerBx .dropdown-toggle {
  position: relative;
  height: 40px;
}
.selectpickerBx .dropdown-toggle::after {
  position: absolute;
  right: 10px;
  top: 43%;
}
.selectpickerBx .dropdown-toggle img {
  display: none;
}
.selectpickerBx .dropdown-toggle p {
  display: none;
}
.selectpickerBx .dropdown-toggle .col-auto {
  display: none;
}
.selectpickerBx .live-search {
  height: 40px;
  background: #fff !important;
}
.selectpickerBx .list-to-filter {
  position: relative;
}
.selectpickerBx .dropdown-menu {
  max-width: 600px;
  width: 600px;
  padding: 0em;
}
.selectpickerBx .search-box div {
  width: 100%;
  background: #eee;
  padding: 0.2em;
  margin-bottom: 5px;
}
.selectpickerBx input.form-control.live-search.hint {
  display: none;
}
.selectpickerBx .textFilter h6 {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
}
.selectpickerBx .textFilter p {
  margin: 0;
  padding: 0;
  font-size: 10px;
}
.selectpickerBx .dimg {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
.selectpickerBx .filter-item.items {
  padding-bottom: 10px;
  cursor: pointer;
  border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
  margin-bottom: 10px;
}
.selectpickerBx .filter-item.items:last-child {
  margin-bottom: 0;
  border: 0;
  padding-bottom: 0;
}
.selectpickerBx .unstyledRs {
  max-height: 300px;
  overflow: auto;
}

.pimgtable {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border: var(--themeGreen) 1px solid;
}

.InvoicesSidebar {
  background: linear-gradient(180deg, #3f7a00 0%, #9bcd67 100%);
}
.InvoicesSidebar h6 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 1em;
  background: var(--themeGreen);
}
.InvoicesSidebar ul li {
  border-bottom: rgba(255, 255, 255, 0.11) 1px solid !important;
}
.InvoicesSidebar ul li a {
  color: #fff !important;
}

.MyProfileDropdown .dropdown-menu {
  min-width: 200px;
}
.MyProfileDropdown .dropdown-item {
  font-size: 13px;
}

.ptitlebox {
  padding: 0.5em 0;
  margin-bottom: 1em;
}
.ptitlebox .titleSty {
  margin: 0;
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.ptitlebox .form-control-sm {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

.breadcrumbRs .breadcrumb-list {
  padding: 0px 0;
}
.breadcrumbRs .breadcrumb-list a {
  color: var(--titleColor);
  padding: 0 5px;
  display: inline-block;
}
.breadcrumbRs .breadcrumb-list span {
  color: var(--titleColor);
}

.product-inner .product-card {
  text-align: left !important;
}
.product-inner .product-details a {
  font-size: 14px;
  line-height: normal;
  margin: 0;
  font-weight: 600;
}
.product-inner .product-details a small {
  font-size: 10px;
  margin-bottom: 5px;
  font-weight: normal;
}
.product-inner .product-details .FreeText {
  font-size: 10px;
  line-height: normal;
}
.product-inner .product-details .price {
  line-height: normal;
}
.product-inner .product-details .price span {
  line-height: normal;
}

.thankyou {
  background: #edffe8;
}
.thankyou h1 {
  font-family: var(--bodyFont);
}
.thankyou .text-success {
  color: var(--themeGreen) !important;
}
.thankyou .bg-success {
  background: var(--themeGreen) !important;
}/*# sourceMappingURL=style.css.map */