@media (max-width: 600px) {
  .home-article {
      padding: 1rem;
  }
  
  .info-section .contact-data-widget-text .bold {
    left: 0;
  }
  
  .info-section .col-5 {
  	margin-left: 0;
  }
  
  /*** footer ***/
  .bottom_info .col-5,
	.bottom_info .col-6 {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  
  .bottom_info .container-1 {
  	display: none;
  }
  
  .bottom_info .container-2 {
    left: 0;
  }
  
  .bottom_info .container-2 ul {
  	padding-left: 0;
  }
  
  .green-copy {
  	height: auto;
  }
  
  /*** Hide left button ***/
  #panel,
  #panel .slide_button1 {
  	display: none;
  }
  
  /*** Payment ***/
  .shop-container .content-area {
    flex: 0 0 100%!important;
    max-width: 100%!important;
	}
  
  .shop-container ul.products li.product .price {
    right: 0 !important;
    display: block!important;
    float: none;
    text-align: left;
    margin-bottom: 60px;
  }
  
  .subpage-article {
  	margin: 0;
  }
  
  /*** PRODUCT ***/
  .product .woocommerce-product-gallery,
  .product .summary.entry-summary
  {
    width: 100%;
  }
}
