:root {
    --body-font: 'Roboto', sans-serif;
    --heading-font: 'Inter', sans-serif;
    --theme-color: #567de0;
    --theme-color2: #FFD873;
    --theme-color-light: rgba(88, 151, 251, .08);
    --theme-bg-light: #F5F7FA;
    --body-text-color: #757F95;
    --color-white: #ffffff;
    --color-dark: #1F2125;
    --color-green: #11B76B;
    --color-blue: #0049D0;
    --color-skyblue: #00BFFF;
    --color-yellow: #FBA707;
    --color-gray: #ECECEC;
    --color-red: #F05454;
    --hero-overlay-color: #01060F;
    --slider-arrow-bg: rgba(255, 255, 255, 0.2);
    --box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    --box-shadow2: 0 0 15px rgba(0, 0, 0, 0.17);
    --transition: all .5s ease-in-out;
    --transition2: all .3s ease-in-out;
    --border-info-color: rgba(0, 0, 0, 0.15);
    --border-info-color2: rgba(0, 0, 0, 0.05);
    --border-white-color: rgba(255, 255, 255, 0.12);
    --border-white-color2: rgba(255, 255, 255, 0.07);
    --footer-bg: #030259;
    --footer-text-color: #F5FAFF
}

label.error {
  color: #f00;
}
.product-wishlist-btn,.product-wishlist-btn.choose {
    position: absolute;
    right: 8px;
    bottom: 8px;
    border: none;
    background: var(--border-info-color);
    color: var(--color-white);
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    width: 42px;
    height: 42px;
    transition: var(--transition);
    box-shadow: var(--box-shadow);
}

.a2a_kit, .a2a_menu, .a2a_modal, .a2a_overlay {
  display: flex;
  justify-content: flex-end;
}

.product-wishlist-btn.choose,.product-wishlist-btn:active {
    background: var(--theme-color);
    color: var(--color-white);
}

.product-wishlist-btn2,.product-wishlist-btn2.choose {
	position: absolute;
    right: -3px;
    bottom: -3px;
    width: 50px;
    height: 50px;
    line-height: 38px;
    border-radius: 50%;
    border: 7px solid var(--color-white);
    background: var(--border-info-color);
    color: var(--color-white);
    text-align: center;
}

.product-wishlist-btn2.choose,.product-wishlist-btn2:active {
    background: var(--theme-color);
    color: var(--color-white);
}

.shop-single-action .theme-btn{
    background: var(--border-info-color);
    color: var(--color-white);
    border: none;
}

.shop-single-action .theme-btn.choose{
    background: var(--theme-color);
    color: var(--color-white);
    border: none;
}

.wishlist-item {
  padding: 10px;
  border-radius: 10px;
  background: var(--theme-bg-light);
}

.dropdown-wishlist-div {
	list-style: none;
	padding: 0;
	max-height: 60vh; /* 设置最大高度为视口高度的 80% */
	overflow-y: auto; /* 当内容超出最大高度时显示垂直滚动条 */
}

.del-btn {
    position: relative;
    font-size: 14px;
    background: var(--border-info-color);
    color: var(--color-dark);
    padding: 5px 10px;
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
    border-radius: 10px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    box-shadow: var(--box-shadow);
    transition: var(--transition);
    z-index: 1;
	margin-left: 8px;
}

.shop-single-gallery .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0px;
}
.shop-single-gallery .flex-control-thumbs li:nth-child(5n) {
  margin-left: 0px;
}

.navbar .nav-item .dropdown-menu {
	width: 230px;
}
.navbar .nav-item .dropdown-submenu .dropdown-menu {
    width: 230px;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #edf8ff;
    font-weight: bold;
}

/* Sitemap */
.tt-sitemap {
    margin-bottom: 50px;
    margin-top: 50px; 
}
.tt-sitemap [class^='col-'] {
      margin-bottom: 50px; 
}
.tt-sitemap h5 {
      margin-bottom: 20px; 
}
.tt-sitemap ul li a {
      font-weight: 700; 
}
.tt-sitemap ul li ul {
      margin-left: 38px; 
}

.home-3 .hero-single .hero-content .hero-title {
      font-size: 60px;
      /* text-shadow: 2px 2px 4px #000000; */
}

.theme-btn {
    text-transform: none;
    box-shadow: none;
}

.feature-content h4 {
    font-size: 16px;
}
.feature-area2 .feature-content p {
    font-size: 11px;
}

.pager {
      display: flex;
      justify-content: center;
      align-items: center;
}

.pager span {
      border: none;
      background: var(--color-dark);
      color: var(--color-white);
      margin: 0 10px;
      border-radius: 5px !important;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      transition: var(--transition);
}

.pager span.active {
      background: var(--theme-color);
      color: var(--color-white);
      z-index: 1;
}

.pager span.disabled {
      display: none;
}

.pager a {
      border-radius: 5px !important;
      border: none;
      background: var(--color-dark);
      color: var(--color-white);
      margin: 0 10px;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      transition: var(--transition);
}

.pager a:hover {
      background: var(--theme-color);
      color: var(--color-white);;
}

div.product-content > a,div.product-list-content > div > a{
      font-size: 11px;
}

/* 购物车功能处理 */
.flying-item {
      position: absolute;
      width: 40px;
      height: 40px;
      background-color: #007BFF;
      border-radius: 50%;
      pointer-events: none;
      opacity: 0.8;
      z-index: 9999;
  }

 .disabled-button {
      background-color: #ccc;
      color: #666;
      cursor: not-allowed;
  }

  .category-info .icon {
      width: 260px;
      height: 260px;
      border-radius: 30%;
  }
  .category-area3 .category-info .icon img {
      width: 240px;
  }

  .team_detail .team_motto {
      font-size: 25px;
      font-weight: 700;
      margin-bottom: 20px;	
  }
 .team-area  p {
      font-size: 11px;
 }
 .heading_s1 h5 {
      font-weight: bold;
      font-size: 30px;
 }
.about-area ul{
     list-style: none; 
}


div.product-img > a > img {
	border-radius: 8%;
}

/* ------------ */
.post-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
  }
  
  .prev-link-wrapper {
	-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
			flex: 0 0 50%;
	max-width: 50%;
	padding-right: 15px;
  }
  
  .prev-link-wrapper a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  
  .prev-link-wrapper a:hover .image-prev::after {
	opacity: 1;
	visibility: visible;
  }
  
  .prev-link-wrapper a:hover .image-prev .post-nav-title {
	opacity: 1;
	visibility: visible;
  }
  
  .prev-link-wrapper a:hover .prev-link-info-wrapper {
	color: #0071dc;
  }
  
  .prev-link-wrapper .image-prev {
	display: inline-block;
	min-width: 100px;
	width: 100px;
	border-radius: 5px;
	overflow: hidden;
	vertical-align: top;
	margin-right: 20px;
	position: relative;
	-webkit-transition: 0.5s;
	transition: 0.5s;
  }
  
  .prev-link-wrapper .image-prev img {
	border-radius: 5px;
  }
  
  .prev-link-wrapper .image-prev::after {
	display: block;
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 5px;
	opacity: 0;
	background-color: #0071dc;
	visibility: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
  }
  
  .prev-link-wrapper .image-prev .post-nav-title {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
	right: 0;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	z-index: 2;
	color: #ffffff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-size: 16px;
	font-weight: 500;
  }
  
  .prev-link-wrapper .prev-link-info-wrapper {
	color: #000000;
	-webkit-transition: 0.5s;
	transition: 0.5s;
  }
  
  .prev-link-wrapper .prev-title {
	display: inline-block;
	font-weight: 700;
	font-size: 14px;
  }
  
  .prev-link-wrapper .meta-wrapper {
	display: block;
	color: #777777;
	text-transform: capitalize;
	margin-top: 5px;
	font-weight: 500;
	font-size: 14px;
	
  }
  
  .next-link-wrapper {
	-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
			flex: 0 0 50%;
	max-width: 50%;
	text-align: right;
	padding-left: 15px;
  }
  
  .next-link-wrapper a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  
  .next-link-wrapper a:hover .image-next::after {
	opacity: 1;
	visibility: visible;
  }
  
  .next-link-wrapper a:hover .image-next .post-nav-title {
	opacity: 1;
	visibility: visible;
  }
  
  .next-link-wrapper a:hover .next-link-info-wrapper {
	color: #0071dc;
  }
  
  .next-link-wrapper .image-next {
	display: inline-block;
	min-width: 100px;
	width: 100px;
	border-radius: 5px;
	overflow: hidden;
	vertical-align: top;
	margin-left: 20px;
	position: relative;
	-webkit-transition: 0.5s;
	transition: 0.5s;
  }
  
  .next-link-wrapper .image-next img {
	border-radius: 5px;
  }
  
  .next-link-wrapper .image-next::after {
	display: block;
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 5px;
	opacity: 0;
	background-color: #0071dc;
	visibility: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
  }
  
  .next-link-wrapper .image-next .post-nav-title {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
	right: 0;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	z-index: 2;
	color: #ffffff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-size: 16px;
	font-weight: 500;
  }
  
  .next-link-wrapper .next-link-info-wrapper {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	color: #000000;
	width: 100%;
  }
  
  .next-link-wrapper .next-title {
	display: inline-block;
	font-weight: 700;
	font-size: 14px;
  }
  
  .next-link-wrapper .meta-wrapper {
	display: block;
	color: #777777;
	text-transform: capitalize;
	margin-top: 5px;
	font-weight: 500;
	font-size: 14px;
  }

/* 产品详情页 */
.shop-single-title {
    font-weight: bold;
    font-size: 30px;
}
.shop-single a.column {
    font-size: 16px;
	font-family: 'Courier New', Courier, monospace;
	color: #666666;
}

/* 搜索框 */
.search-popup {
    background-color: rgba(0, 0, 0, 0.8);
}
.search-popup .form-control::placeholder {
	color: #6e6e6e;
	opacity: 1;
}

.search-popup .form-control:-moz-placeholder {
	color: #6e6e6e;
}

.search-popup .form-control::-webkit-input-placeholder {
	color: #6e6e6e;
}

.search-popup .form-control:-ms-input-placeholder {
	color: #6e6e6e;
}

/* 产品列表 */
.product-title a {
    font-size: 20px;
}
.shop-item-wrap.item-list .product-title a {
    font-size: 28px;
    font-weight: 800;
}
.shop-item-wrap.item-3 .product-bottom {
    font-size: 11px;
    font-weight: bold;
}
.shop-item-wrap.item-list .product-bottom span {
    font-size: 24px;
	font-weight: bold;
}
.shop-item-wrap.item-3 .describe{
	display: none;
}
.shop-item-wrap.item-list .describe{
    font-size: 16px;
	display: block;
	width: 85%;
	line-height: 30px;
}

/* 数据下载 */
.download-area {
    position: relative;
    background: var(--theme-bg-light)
}
.download-item {
    position: relative;
    margin-bottom: 20px;
    background: var(--color-white);
    border-radius: 15px;
    padding: 30px
}

.download-author {
    align-items: center;
    gap: 10px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--border-info-color)
}

.download-author-img {
    width: 100%;
}

.download-author-img img {
	border-radius: 5px;
}

.download-author-info h4 {
    font-size: 19px;
    color: var(--color-dark);
	line-height: 25px;
	padding-top: 10px;
}

.download-author-info p {
    color: var(--theme-color);
    font-weight: 500
}

.download-quote-icon {
    position: absolute;
    right: 30px;
    bottom: 20px;
    width: 100px;
    opacity: .2
}

.download-rate {
    color: var(--theme-color);
    margin-top: 15px
}

.download-slider .owl-dots {
    text-align: center;
    margin-top: 20px
}

.download-slider .owl-dots .owl-dot span {
	background: var(--theme-color);
	margin: 5px;
	border-radius: 50px;
	width: 8px;
	height: 8px;
	display: inline-block;
	transition: var(--transition)
}

.download-slider .owl-dots .owl-dot.active span {
	background-color: var(--theme-color);
	width: 20px
}

.bootstrap-table .fixed-table-container .table tfoot th .th-inner, .bootstrap-table .fixed-table-container .table thead th .th-inner {
    background-color: #bed8f0;
}

.blog-comments-form {
  margin-bottom: 60px;
}

.blog-date i{
    margin-right: 5px;
}
.blog-date {
    font-size: 11px;
}

  
  @media only screen and (max-width: 767px) {
	.prev-link-wrapper {
		-webkit-box-flex: 0;
			-ms-flex: 0 0 100%;
				flex: 0 0 100%;
		max-width: 100%;
		padding-right: 0;
	  }
	  .prev-link-wrapper .prev-title {
		font-size: 15px;
	  }
	  .prev-link-wrapper .meta-wrapper {
		font-size: 13px;
	  }
	  .next-link-wrapper {
		-webkit-box-flex: 0;
			-ms-flex: 0 0 100%;
				flex: 0 0 100%;
		max-width: 100%;
		padding-left: 0;
		margin-top: 30px;
	  }
	  .next-link-wrapper .next-title {
		font-size: 15px;
	  }
	  .next-link-wrapper .meta-wrapper {
		font-size: 13px;
	  }
  }

@media only screen and (max-width: 991px) {
    .home-3 .hero-single .hero-content .hero-title {
		font-size: 40px;
	}
	.category-info .icon {
		width: 150px;
		height: 150px;
	}
	.category-area3 .category-info .icon img {
		width: 165px;
	}
}

@media all and (min-width:992px) {
    .navbar .nav-item .dropdown-menu .dropdown-item {
		font-size: 14px;
	}


	.dropdown-wishlist {
        position: relative;
    }
	.dropdown-wishlist:hover .dropdown-wishlist-menu {
        opacity: 1;
        visibility: visible;
        top: 48px
    }
	.dropdown-wishlist-menu {
        position: absolute;
        right: 0;
        top: 60px;
        background: var(--color-white);
        border-radius: 15px;
        padding: 20px;
        box-shadow: var(--box-shadow);
        min-width: 320px;
        opacity: 0;
        visibility: hidden;
        transition: var(--transition)
    }

    .dropdown-wishlist:hover .dropdown-wishlist-menu {
        opacity: 1;
        visibility: visible;
        top: 48px
    }

    .dropdown-wishlist-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 10px;
        margin-bottom: 15px;
        border-bottom: 1px solid var(--border-info-color)
    }

	.dropdown-wishlist-header span,
	.dropdown-wishlist-header a {
		font-size: 13px;
		font-weight: 600;
		color: var(--color-dark);
		text-transform: uppercase
	}

	.dropdown-wishlist-header a:hover {
		color: var(--theme-color)
	}

    .dropdown-wishlist-list li {
        position: relative;
        width: 100%;
        border-bottom: 1px solid var(--border-info-color);
        padding-bottom: 15px;
        margin-bottom: 15px
    }

	.dropdown-wishlist-list li:last-child {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0
	}

    .dropdown-wishlist-item {
        display: flex;
        align-items: center;
        gap: 15px
    }

	.dropdown-wishlist-item .wishlist-img {
		width: 70px;
		height: 70px;
		border-radius: 10px;
		padding: 6px;
		border: 1px solid var(--border-info-color)
	}

	.dropdown-wishlist-item:hover .wishlist-img img {
		transform: scale(1.09)
	}

	.dropdown-wishlist-item .wishlist-info {
		flex: 1
	}

	.dropdown-wishlist-item .wishlist-info h4 {
		font-size: 14px;
		margin-bottom: 5px
	}

	.dropdown-wishlist-item .wishlist-info h4 a:hover {
		color: var(--theme-color)
	}

	.dropdown-wishlist-item .wishlist-info .info-column a {
		font-size: 11px;
	}

	.dropdown-wishlist-item .wishlist-remove {
		color: var(--color-red);
		font-size: 18px;
		transition: var(--transition)
	}

	.dropdown-wishlist-item .wishlist-remove:hover {
		color: var(--theme-color)
	}

    .dropdown-wishlist-bottom {
        padding-top: 10px;
        margin-top: 15px;
        border-top: 1px solid var(--border-info-color)
    }

    .dropdown-wishlist-total {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

	.dropdown-wishlist-total span {
		text-transform: uppercase;
		color: #222;
		font-size: 13px;
		font-weight: 600
	}

	.dropdown-wishlist-total .total-amount {
		font-size: 14px
	}

    .dropdown-wishlist-bottom .theme-btn {
        display: block;
        padding: 8px 20px;
        margin-top: 25px
    }
}
