#header{
background-image: url(/images/template/background.webp);
}
#header .main-header{
background-color: #fff0f3cf;
}
.tf-product-info-price .badges-on-sale ,.list-product-btn .box-icon:hover{
    background-color: #ff4c6c !important;
}
.tf-product-info-price .price-on-sale,.flat-title .title {
color: #ff4c6c !important;
}
.btn-fill {
    background-color: #ff4c6c !important;
    border: 1px solid #ff4c6c !important;
    color: var(--white) !important;
}
.nav-sw:hover:not(.swiper-button-disabled),.wg-pagination .active .pagination-item{
    background-color: #ff4c6c !important;
    color: var(--white) !important;
}
.nav-sw{
color: #ff4c6c !important;
    border: 1px solid #ff4c6c !important;
}
.floatSocialIcons a img{
    border: 1px solid #ff4c6c !important;
}
@media (min-width: 1150px) {
    .flat-title {
        margin-bottom: 30px;
    }
}
@media (min-width: 1150px) {
    .flat-title .title {
        font-size: 30px;
        line-height: 30px;
    }
}
.footer.background-gray{
    background-image: url('/images/template/background.webp');
}
.footer-wrap{
    background-color: #fff0f3cf;
}
.footer-bottom{
display: none !important;
}
.card-product {
  background: #fff;
  border-radius: 16px;
  padding: 12px;
  transition: 0.3s;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.card-product:hover {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.blog-article-item {
  background: #fff;
  border-radius: 16px;
  padding: 12px;
  transition: 0.3s;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.blog-article-item:hover {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.card-product .card-product-info .price{
    color: #ff4c6c;
    text-align: center;
}
.post_main_contnet ul,.post_main_contnet li{
list-style: initial !important;
}
.footer .footer-heading h6{
color: #02c2c5;
}
.tf-page-title{
background-image: url(/images/template/shadow.svg);
    height: 150px;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding-top: 33px;
    color: white;
}
h2 {
    font-size: 35px;
    line-height: 70px;
}
h3 {
    font-size: 32px;
    line-height: 64px;
}
.tf-field.style-1 .tf-field-label{
	right: 18px;
    left: auto;
}
.footer .footer-col-block .footer-heading-moblie{
padding-right: 35px;
}
@media (min-width: 1025px) {
    .tf-sticky-btn-atc .tf-sticky-atc-img {
        width: 60px;
        height: 60px;
    }
}
.tf-sticky-btn-atc .tf-btn {
    min-width: auto;
}
.tf-btn{
padding: 10px 15px;
}
.floatSocialIcons{
flex-direction: column !important;
bottom: 180px !important;
}
@media only screen and (max-width: 576px) {
h3{
    font-size: 16px;
}
.tf-btn:not(.btn-xl, .btn-md, .btn-line, .style-2, .style-3)
	font-size: 13px !important;
    padding: 0;
}
.hover-sw-nav{
overflow: hidden;
}
    .tf-sticky-btn-atc {
        bottom: 0;
    }
.wg-quantity {
    width: 100px;
}
.wg-quantity input {
    width: 40px;
}
}
.tf-product-info-quantity{
    overflow: hidden;
}