.grid-item.product .product-action.woocommerce_loop_add_to_cart_wrap,
.grid-item.product .loop-product-category,
.grid-item.product .vi-sctv-price,
.grid-item.product .product-action wishlist-btn,
.product-action.woocommerce_loop_add_to_cart_wrap{
  display: none;
}

.single-product p.rwd-error{
  color: #da3f3f;
  margin: 0;
}
.single.single-product .entry-price-wrap,
.single.single-product .spotii-product-widget{
  display:  none;
}

.single.single-product .custom-price-buttons button.selected{
  background-color: #0bb51e;
}
.single.single-product .custom-price-buttons,
.single.single-product .tchknwdev-custom-fields{
  padding-top: 10px;
}
.single.single-product .custom-price-buttons button{
  margin-top: 5px;
}

.total-below-checkout-text {
  text-align: center;
  color: var(--minimog-color-heading);
  font-weight: 500;
  padding-top: 20px;
  font-size: 18px;
}

.extra-checkout-text{
  font-style: italic;
  color: #000;
  padding-top: 10px;
}


.button-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  width: 60px;
  height: 60px;
  border: 0;
  border-radius: 2px;
  box-shadow: none;
  background: #145474;
  color: #fff;
  font-size: 26px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  transition: opacity .18s ease;
}
.button-top-visible {
  opacity: 1;
  pointer-events: auto;
}

.choose-delivery
{
      font-weight: bold;
    color: #000;
    margin-top: 20px;
}
.del-date
{
  
    width: 50% !important;
   
}

.mb-15
{
  margin-bottom: 15px !important;
}
.mt-15 
{
  margin-top: 15px !important;
}
#add .fa-plus
{
 border: 1px solid #000;
    width: 40px;
    height: 40px;
    text-align: center;
    /* margin: auto; */
    line-height: 40px;
    border-radius: 50px;
}
.remove i 
{
  border: 1px solid #000;
    width: 40px;
    height: 40px;
    text-align: center;
    /* margin: auto; */
    line-height: 40px;
    border-radius: 50px;
}
.remove 
{
  cursor: pointer;
}
#add 
{
  cursor: pointer;
}

.tm-sticky-column
{
  height: unset !important;
}
.custom-form .iti
{
  display: unset !important;
}
.del-icon
{
  background-color: transparent;
  background: transparent;
    border: 0;
    color: unset;
    text-align: justify;
}
.del-icon:hover
{
background-color: transparent;
  background: transparent;
    border: 0;
    color: unset;
    text-align: justify;
    box-shadow:unset;
}
#items .iti
{
  display: unset;
}
.tm-sticky-column .iti__country-list
  {
    width: 203px;
  }

@media (max-width:767px)
{
  .mt-15-mob
  {
margin-top: 15px;
  }
  .mob-add
  {
background-position: center !important;

  }
 .tm-sticky-column .iti__country-list
  {
    width: 300px !important;
  }


}

.swiper-slide:nth-child(odd) {
  margin-bottom: 20px;
}
