/*
 * Custom style goes here.
 * A template should always ship with an empty custom.css
 */
@media (min-width: 1220px) {
  .container {
    width: 1630px;
    max-width: 100%;
  }
}
@media (min-width: 1220px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    width: 1630px;
    max-width: 100%;
  }
}
/*
img {
  border-style: none;
  width: auto;
  height: auto;
  max-width: 100%;
}
*/
.wk-breadcrumb {
  background: #f9f2e8;
  color: #fff;
}

.flex_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.light-box-bg-radius {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 5px;
  padding: 5px;
}

.block-wk-categories {
    border: 1px solid #D6D4D5;
    border-radius: 5px;
}

.page-content {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 3px;
    padding: 15px 15px;
}

.mt-10 {
  margin-top: 10px;
}
