/*
  Theme Name:   shopwell child shop
  Theme URI:    http://example.com/child-theme/
  Description:  Child theme for shopwell
  Author:       Karunakar
  Author URI:   http://example.com
  Template:     shopwell
  Version:      1.0.0
*/

/* 
Add the blow css in customizer additional css to display theme design properly.
.site-footer-widget {
  background: #f5f5f5;
}
.site-footer-widget .footer-copyright {
  border-top-color: rgba(185, 185, 185, 0.4);
}
@media (min-width: 1200px) {
  .container {
    width: 1340px;
  }
}
.shopwell-blog-page .site-content {
  padding-top: 33px;
} */

.go-out-button {
  background-color: #1868c9;
  cursor: pointer;
  border: none;
  outline: none;
  box-shadow: none;
}

.bgcolor-white {
  background-color: #fff !important;
  color: #000 !important;
}
