body, html {
  padding: 0 !important;
  margin: 0 !important;
}
.content_info_box.section-header.text-center {
  padding-top: 40px;
}
.section-heading{
  font-size: 32px;
  color: #000000;font-weight:300;
}
.custom-row{
  margin-right: -15px;
  margin-left: -15px;
}

.custom-row div:last-child div{
  border:0px;  
}

.col-lg-4 {
  width: 33.33333333%;
  float:left;
}
.product_first_box {
  padding: 40px 25px;
  border-right: 1px solid #c3c1c1;   
  margin: 10px 0px;
}
.product_info_title {
  font-weight: 300;font-size:25px;
}
@media only screen and (max-width: 600px) {
  .col-lg-4 {
    float:left;
    width:100%;
  }
  .product_first_box {
    padding: 5px 5px;
    border-right: none;
  }
  .section-heading{
    font-size: 32px;
    color: #000000;
  }
  .product_info_title {
    font-size:25px;
  }
}
.product-form__cart-submit, .shopify-payment-button .shopify-payment-button__button--unbranded {
  width: 100% !important;
}
iframe[style="width: 0px; height: 0px; border: 0px;"], div#dynamic-react-root, iframe#klickly-processing-iframe {
  display: none !important;
}