.remove {
border-radius: 0;
background-color: #fff;
border: 1px solid #dc3c43
}
.remove span {
color: #dc3c43
}
.remove .progress-bar {
background-color: #dc3c43;
height: 10px
}
.product-slide-6 .product-box .addtocart_btn .add-button{
padding: 6px;
font-size: 15px;
}
.qty-box .input-group span button {
background: var(--btn_bg_color) !important;
border: 1px solid var(--btn_bg_color);
}
.icon-detail{
text-align: center;
margin-bottom: 15px;
position: relative;
bottom: 7px;
width: 100%;
display: flex;
-webkit-box-pack: center;
justify-content: center;
transition: all 0.5s ease;
}
.icon-detail a i {
background-color: var(--theme_color);
padding: 6px;
border: 1px solid var(--theme_color);
color: #fff;
border-left: 1px solid #fff;
border-radius: 4px;
float: right;
/*margin-top: -24px;*/
/* margin-right: 60px;*/
}
.counter {
    font-size: 50px;
    font-weight: normal;
    margin-bottom:10px;
    text-align: center;
    color:var(--theme_color);
}
.section-header h1 span {
    width: 50px;
    border-bottom: 2px solid var(--btn_bg_color);
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 15px;
}
/*iframe{
  height: 600px;
  width: 50%;
}*/
.section_bottom_block{
  margin-bottom: 30px;
}
.section_heading_block{
  margin: 7px 0px 15px 0px;
}
.vs_product_name{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #000;
  height: 50px;
  font-size: 18px;
}
.brandSlideBox{
margin: 0px 10px;
width:auto !important;
padding:0px;
background-color:#fff;
border-radius:3px;
box-shadow:0 2px 4px rgb(26 24 30 / 6%);
}
.heading {
color: var(--theme_color);
text-align: center;
margin-bottom: 25px;
font-size: 34px;
}
.vsinput{
background-color: #e9ecef !important;
width: 30px !important;
height: 28px;
padding: 0px  !important;
}
.vsproinfo {
  padding: 0px 5px 5px 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color:#777;
  line-height: 1.4;
  font-size: 15px;
   height: 45px;
}
.vs_compare{
  position: absolute;top: 0%;right: 0%;
}
.vs_price{
  color: var(--theme_color);
    font-size: 18px;
    font-weight: 700;
}
.vs_cutprice{
  text-decoration: line-through;
    color: #656464;
    font-size: 14px;
}
.qty-box .input-group{
  justify-content: end;
}
.vsleft{
  width: 60%; text-align: left;
}
.vsright{
  width: 40%; text-align: right;
}