
/*.product-card-top img{
image-rendering: pixelated;
}
*/

/*圆角*/
.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}


.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}


/*********** Theme Buttons *************/
button {
  border: 0;
  outline: 0;
}




/**************** secondary button ************/
.btn2-secondary {
  position: relative;
  color: #fff;
  overflow: hidden;
  z-index: 1;
  border: 0;
}
.btn2-secondary::before {
    content: "";
    position: absolute;
    top: 50px;
    width: 200%;
    height: 200%;
  
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    background: #00BC70;
    z-index: -1;
    left: 0;
}
.btn2-secondary:hover {
  color: #fff;
}
.btn2-secondary:hover::before {
  top: -30px;
}

/******* social btn *******/
a.social-btn {
  width: 30px;
  height: 30px;
  background: transparent;
  border: 1px solid #e2e8f0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  color: #111010;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
a.social-btn:hover {
  color: #00BC70;
}

/******** hero explore btn **********/
.at-explore-btn {
  font-weight: 600;
  color: #fff;
  position: relative;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  display: inline-block;
}
.at-explore-btn.color-secondary {
  color: #111010;
}
.at-explore-btn:hover {
  color: #00BC70;
}

.btn2-scroll-down {
  font-weight: 500;
  color: #fff;
  position: relative;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.btn2-md {
  padding: 12px 30px;
  font-size: 14px;
}



/***************** 按钮效果 *****************/
ul.product_review {
    gap: 5px !important;
}
ul.buy-btns {
    list-style: none;
	text-align:center;
}
ul.buy-btns li {
    display: inline-block;
    margin: 5px;
}
ul.usp {
    list-style: none;
}
ul.usp li {
    display: inline-block;
    margin: 5px;
}


/***************** 按钮效果 *****************/
.outline-btn {
  border: 1px solid rgba(11, 22, 63, 0.07);
  color: #111010;
  font-weight: 600;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.outline-btn:hover {
  background: #00BC70;
  color: #fff;
  border-color: #00BC70;
}





/***************** feature products *****************/

.h4-filter-btn:hover, .h4-filter-btn.active {
  color: #fff;
  border-color: #00BC70;
}
.h4-filter-btn:hover::before, .h4-filter-btn.active::before {
  width: 100%;
  right: auto;
  left: 0;
}

.h4-ft-product-card {
}

.product-card-top{
	border: 1px solid rgba(11, 22, 63, 0.3);
	padding:15px;
	 border-radius:8px;}

.product-card-top:hover {
  -webkit-box-shadow: 20px 20px 100px rgba(73, 73, 73, 0.15);
          box-shadow: 20px 20px 100px rgba(73, 73, 73, 0.15);
}

.h4-ft-product-card .product-card-top .wish-btn {
  right: 16px;
  top: 16px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 12px;
  background: #F6F6F6;
  color: #C2C2C2;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.h4-ft-product-card .product-card-top .wish-btn:hover {
  color: #00BC70;
  background: rgba(252, 0, 18, 0.1);
}
.h4-ft-product-card .product-card-top .feature-img {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
      width: 100%;
	  border-radius:8px;
}
.h4-ft-product-card .product-card-top .at_product_action {
  bottom: 0;
  visibility: hidden;
  opacity: 0;
}
.h4-ft-product-card .product-card-bottom {
  padding: 0 5px 15px;
  text-align: center;
}

.h4-ft-product-card .product-card-bottom .product-title {
  font-weight: 600;
  color: #111010;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  display: block;
}
.h4-ft-product-card .product-card-bottom .product-title:hover {
  color: #00BC70;
}
.h4-ft-product-card .product-card-bottom .product-pricing span {
  font-size: 14px;
  font-weight: 600;
}
.h4-ft-product-card .product-card-bottom .product-pricing .sale-price {
  margin-right:2px;
  position: relative;
}

.h4-ft-product-card:hover .feature-img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.h4-ft-product-card:hover .at_product_action {
  bottom: 10px;
  visibility: visible;
  opacity: 1;
}

.at_product_action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  
    width: 100%;
    height: 100%;
    z-index: 9;
    top: 0;
    left: 0;
    background-color: rgba(23, 24, 24, 0.6);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.at_product_action a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  -webkit-box-shadow: 0px 5px 10px rgba(139, 139, 139, 0.1);
          box-shadow: 0px 5px 10px rgba(139, 139, 139, 0.1);
  font-size: 16px;
  color: #00BC70;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.at_product_action a:hover {
  color: #fff;
  background: #00BC70;
}


.mb-1 {
  margin-bottom: 1.5rem !important;
  margin-top:1.5rem !important;
}

/******************* product modal #at_product_view  *****************/
.modal-dialog {
  max-width: 880px;
  border: 0;
}
@media (max-width: 1199.98px) {
  .modal-dialog {
    max-width: 780px;
  }
}
@media (max-width: 767.98px) {
  .modal-dialog {
    max-width: 560px;
  }
}

.product_modal {
padding: 20px 20px 30px 20px;
    border: 0;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}

.product_title{ text-align:center;} 