body {
  color: #666;
  background-image: url('../img/Untitled-2.png') !important;
  background-repeat: repeat;
}

.home.home-1 #header {
  border-top: 6px solid #03b8eb !important;
}

.home-3 .site-content {
  padding-bottom: 0;
}
.home-3 .header-top {
  background: #010232 !important;
}

.home-3 .header-top .logo::before {
  background: #010232 !important;
}

.home-3 .header-top .logo::before {
  box-shadow: 0 0 11.25pt #5fe0ff !important;
}

.home-3 .header-top .logo::after {
  background: transparent !important;
}

.home.home-1 .topbar .topbar-content {
  display: block !important;
}

.home.home-1 .topbar {
  background: #010232 !important;
}

.home-3 #main-menu > ul > li > a {
  color: #00cdff !important;
}

.home-3 #main-menu > ul > li > a:hover {
  color: #ffffff !important;
}

.home-1 #main-menu > ul > li > a:hover {
  color: #efefef !important;
}

.dropdown-menu .item a:hover,
#main-menu .dropdown-menu ul li:hover > a {
  color: #00b9e6 !important;
}

.home-3 .block-cart {
  margin-top: -40px !important;
  margin-right: 2px !important;
}

.home-3 .block-cart {
  margin-top: -40px !important;
  margin-right: 2px !important;
}

.home-3 .products-block .product-item .product-buttons i {
  background-color: #aeeffa !important;
}

.home-3 .products-block .product-item .product-buttons i:hover {
  background-color: #00c6e3 !important;
}

.product-price .sale-price {
  color: #00bbd7 !important;
}

.home-3 .block-title .title {
  color: #00bbd7 !important;
}

.product-price {
  font-size: 1.2rem !important;
}

.block-title .sub-title {
  color: #8d8d8d !important;
}

.home-3 .intro .intro-content .item {
  font-size: 9pt !important;
}

.home-3 .section.category-double {
  background: #fafafa !important;
}

.product-group {
  background: #fafafa !important;
}

.home-3 #footer .footer {
  padding-bottom: 20px !important;
}

.home-3 #footer .footer {
  margin-top: 0 !important;
}

.home-3 .footer-intro {
  background: url("../img/bg-footer-intro.png") center no-repeat !important;
}

.block-cart .cart-title {
  background: transparent !important;
}

.home.home-1 .header-top {
  padding-top: 0.520833333in;
  background-image: url('../img/bg-breadcrumb.jpg') !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.home.home-1 .topbar #toggle-topbar {
  bottom: -28px !important;
  background-color: #03b8eb !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.home.home-1 .site-content {
  padding-bottom: 5px !important;
}

.home.home-1 .intro .intro-header h3 {
  color: #00bbd7 !important;
}


.product-tab .tab-nav ul li a {
  min-width: 150px !important;
}

.product-detail .product-price {
  font-size: 15px !important;
}

.product-description ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.product-description ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 8px;
    line-height: 1.5;
}

.product-description ul li::before {
    content: "\f111";
    font-family: "FontAwesome";
    font-size: 9px;
    color: #666;
    position: absolute;
    top: 3px;
    left: 0;
}



.product-shortdescription ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.product-shortdescription ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 8px;
    line-height: 1.5;
}

.product-shortdescription ul li::before {
    content: "\f111";
    font-family: "FontAwesome";
    font-size: 9px;
    color: #666;
    position: absolute;
    top: 3px;
    left: 0;
}

/* === Main Mega Menu === */
.mega-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 1000px;
    background-color: #ffffff !important;
    padding: 20px;
    z-index: 9999;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.mega-dropdown:hover .mega-menu {
    display: block;
}

.mega-menu-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 10px;
    background-color: #ffffff !important;
}

.mega-menu-column {
    flex: 1;
    min-width: 220px;
    max-width: 250px;
    background-color: #ffffff !important;
}

.mega-menu-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-link {
    display: block;
	font-weight: 700;
	font-family: "Playfair Display",serif;
    padding: 8px 10px;
    color: #444;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.2s ease;
    background-color: transparent !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-shadow: none !important;
}


.category-link:hover {
	color: #00b9e6 !important;
    background-color: #f5f5f5 !important;
    box-shadow: none !important;
}

.mega-menu,
.dropdown-menu,
.mega-menu-row,
.mega-menu-column,
.mega-menu-column ul,
li,
ul,
.category-link {
    background-image: none !important;
    box-shadow: none !important;
}

.mega-menu-column:nth-child(2) li:last-child .category-link {
    box-shadow: none !important;
    background-color: #ffffff !important;
    margin-bottom: 0 !important;
}

.testimonial .item .content i {
  color: #ffffff !important; 
}

.testimonial .item .name {
  color: #ffffff !important; 
}

.testimonial .item .job {
  color: #f6f6f5 !important; 
}

.testimonial.layout-2 .item .content {
  color: #ffffff !important; 
}

.home-3 #footer .footer {
	background: #151d2c !important;
	color: #a2a2a2 !important;
}

.home-3 #footer .footer .block-title {
  color: #eaeaea !important;
}

#footer .footer .menu ul li a {
  color: #a2a2a2 !important;
}

#footer .footer .menu ul li a:hover {
  color: #00bbd7 !important;
}

.home-1 #footer .footer {
 background-image: url('../img/bg-breadcrumb1.jpg') !important;
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;*/
}

.home.home-1 .footer-copyright {
  background-color: #151d2c !important;
  color: #00bbd7 !important;
}


@media (max-width: 767px) {
  #main-menu {
    display: none !important;
  }
}

.mymobile-menu-toggle {
  display: none;
}

@media (max-width: 768px) {
  .mymobile-menu-toggle {
    display: inline-block;
    cursor: pointer;
    color: #ffffff !important;
    font-size: 18px;
    padding: 10px;
  }
}

.mymobile-menu-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw !important;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  padding: 60px 20px;
  box-sizing: border-box;
  overflow-y: auto;
}

.mymobile-menu-wrapper.open {
  display: block;
}

.mymobile-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mymobile-menu li {
  margin-bottom: 15px;
}

.mymobile-menu a {
  text-decoration: none;
  background: #f0f0f0;
  padding: 12px;
  display: block;
  border-radius: 5px;
  color: #000;
  position: relative;
}

.toggle-icon {
  float: right;
  font-weight: bold;
}

.mobile-submenu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 10002;
  padding: 60px 20px;
  color: #000;
  overflow-y: auto;
}

.mobile-submenu-overlay.active {
  display: block;
}


.mobile-submenu-overlay ul {
  list-style: none;
  padding: 0;
}

.mobile-submenu-overlay li a {
  display: block;
  background: #f0f0f0;
  color: #000;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.mobile-submenu-back {
  display: inline-block;
  margin-bottom: 20px;
  color: #000;
  font-weight: bold;
  cursor: pointer;
}

.go-up a,
#footer .footer .contact i {
  background: #00b9e6 !important;
}

.home-1 .sidebar .block-title {
  color: #00bbd7 !important;
}

.home-1 .sidebar .product-categories .item .arrow.collapsed {
  background: #00bbd7 !important;
}

.home-1 .sidebar .product-categories .item .arrow.collapsed:hover {
  background: #0291a6 !important;
}

.home-1 .product-categories .item > a:hover {
  color: #0291a6 !important;
}

.home-1 .post-item .post-title:hover, 
.product-tab .tab-nav ul li a span:hover, 
a:hover {
  color: #0291a6 !important;
}

.home-1 .products-block {
  background-color: #fafafa !important;
}


.home-1 .products-block .product-item .product-buttons i {
  background-color: #aeeffa !important;
}

.home-1 .products-block .product-item .product-buttons i:hover {
  background-color: #00c6e3 !important;
}

.product-category-page .products-bar .gridlist-toggle ul li.active {
  background: #00bbd7 !important;
  background-image: none !important;
}

.product-category-page .products-bar .gridlist-toggle ul li {
  background: #99e8f4 !important;
  background-image: none !important;
}

.product-detail .products-block .product-item .product-title {
  padding-left: 20px !important;
}

.products-block.layout-5 .product-item .product-stock {
  color: #0093a9 !important;
  padding-right: 15px !important;
}

.product-detail .products-block .product-item .product-buttons .add-to-cart {
  background: #0093a9 !important;
}

.product-detail .products-block .product-item .product-buttons .add-to-cart:hover,
.product-detail .products-block .product-item .product-buttons i:hover {
  background: #00bbd7 !important;
  color: #000000 !important;
}

.product-detail .product-tab .tab-nav ul li.active a {
  color: #0093a9 !important;
}

.product-detail .product-tab {
  margin-left: 15px !important;
}

.section.service-banners {
    padding-top: 5px;
    margin-bottom: 30px;
}




