.progress-wrap {
    position: fixed;
    left: 50px;
    bottom: 20px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    background: #f8f8f8;
    box-shadow: 0 5px 15px #0763f657;
  }
  
  .progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  
  .progress-wrap::after {
    position: absolute;
    content: '\F281';
    font-family: 'bootstrap-icons';
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: #515151;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
  
  /* .progress-wrap:hover::after {
    opacity: 0;
  } */
/*   
  .progress-wrap::before {
    position: absolute;
    content: '↑';
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    opacity: 0;
    background-image: linear-gradient(298deg, #da2c4d, #f8ab37);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  } */
  
  .progress-wrap:hover::before {
    opacity: 1;
  }
  
  .progress-wrap svg path { 
    fill: none; 
  }
  
  .progress-wrap svg.progress-circle path {
    stroke: #515151;
    stroke-width: 4;
    box-sizing:border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }



.hero-blog {
    margin-bottom: 60px;
}
.box-blog {
    display: flex;
    justify-content: space-between;
    gap: 12.5px;
}
.box-blog .blog-one {
    width: 41%;
    position: relative;
}
.box-blog .blog-one:hover img {
    transform: scale(1.1);
}
.box-blog .blog-one a figure {
    overflow: hidden;
    border-radius: 15px;
}
.box-blog .blog-one a figure img {
    width: 588px;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
    transition: all .2s ease-in-out;
}
.box-blog .blog-one a .title {
    position: absolute;
    bottom: 25px;
    width: 100%;
}
.box-blog .blog-one a .title h2 {
    background: #fff;
    box-shadow: 4px 4px 25px 0px #38383840;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 450;
    padding: 10px;
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box-blog .blog-one a .title h2 i {
    background: var(--main-color-two) ;
    padding: 12px;
    color: #fff;
    border-radius: 5px;
}

.box-insta {
    display: flex;
    background: var(--main-color-one) ;
    box-shadow: 0px 4px 40px 0px #E5383B12;
    border-radius: 15px;
    padding: 10px 0;
}
.box-insta .first-item {
    width: 15.2%;
    margin: 0 10px;
}
.box-insta .left-item {
    width: 84.8%;
}
.box-insta .product-item {
    background: none;
    margin: 0 5px;
    padding: 0;
}
.box-insta .product-item figure img {
    border-radius: 15px;
}
.title-brand {
    text-align: center;
}
.title-brand h4 {
    background: var(--main-color-one) ;
    display: inline-block;
    color: #fff;
    padding: 15px 30px;
    border-radius: 30px 30px 0px 0px;
    font-weight: 700;
    font-size: 18px;
}
.box-brand {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 4px 90px 0px #D3D3D333;
}
.box-brand .inner-brand {
    width: 88%;
    margin: auto;
}
.box-brand .inner-brand .brand-item {
    display: flex;
    justify-content: center;
    height: 170px;
    align-items: center;
}
.box-brand .inner-brand .brand-item img {
    max-width: 150px;
}
.single_variation_wrap {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    background: #eee;
    box-shadow: var(--shadow-lg);
    padding: 20px;
    border-radius: 20px;
}
.lomi-side .woocommerce-Price-amount.amount {
    margin-top: 30px;
}
.product-float-price .woocommerce-Price-amount.amount {
    display: none;
}
.lomi-side .variations tr {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px auto;
}
.lomi-side .simple-lomi .add-lomi {
    width: 100%;
}
.lomi-side .simple-lomi  .quen-lomi{
    margin:0px 25%

}
.lomi-side .simple-lomi .price-lomi {
    width: 100%;
    display: inline-block;
    margin: 20px auto;
    text-align: center;
}
.lomi .simple-lomi {
    display: block;
    width: 100%;
}
.lomi-side .variations th {
    margin: 0px 10px;
    display: none !important;
}
.lomi-side .single_variation_wrap{
    flex-wrap: wrap;
    gap: 20px;
}