.et-boc>header {
  border-bottom: 1px solid #cccccc;
}

.container {
  position: relative;
  width: 100% !important;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.et_right_sidebar #left-area {
  padding-right: 0px !important;
  width: 100%;
}

.et_right_sidebar #sidebar, .et_right_sidebar #main-content .container:before {
  display: none;
}

.entry-title.main_title, .wc-block-components-title.wc-block-components-title {
  font-family: 'Raleway';
}

/* Place Order button */
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
  border-radius: 5px;
  background-color: #D0102B;  
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover {
  background-color: #414345;
}

@media (max-width: 980px) {

  .et_pb_button_module_wrapper.et_pb_button_0_tb_header_wrapper.et_pb_button_alignment_center.et_pb_module,
  .et_pb_button_module_wrapper.et_pb_button_1_tb_header_wrapper.et_pb_button_alignment_center.et_pb_module {
    display: none;
  }

  .container {
    width: 90% !important;
    padding: 40px 0px 0px 0px !important;
  }

}