@charset "UTF-8";

.masthead {
	margin-bottom: 0;
}

#main-container{
	border-bottom: none !important;
}

/* page css */
.container-xptop {
  margin-top: 40px;
}

.xptop-product__image {
  position: relative;
}

.xptop-product__image.-isNew::before {
  content: "NEW";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ef9932;
  color: white;
  padding: 0.2em 0.6em 0.1em;
  font-size: 14px;
}
@media (max-width:817px) {
  .xptop-product__image.-isNew::before {
    font-size: 3vw;
  }
}

.xptop-product__logo {
  margin-top: 10px;
}

/* bootstrap overwrite */
.container-xptop ul.row {
  margin-left: -10px;
  margin-right: -10px;
}

.container-xptop .row-new-products {
  margin-bottom: 40px;
}

.container-xptop h2 {
  margin-bottom: 10px;
}

.container-xptop ul.row [class^="col-"],
.container-xptop ul.row [class*=" col-"] {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}
.container-xptop ul.row [class^="col-"] img,
.container-xptop ul.row [class*=" col-"] img {
  width: 100%;
  height: auto;
}
.container-xptop ul.row [class^="col-"] a,
.container-xptop ul.row [class*=" col-"] a {
  display: block;
  transition: opacity .2s
}
.container-xptop ul.row [class^="col-"] a:hover,
.container-xptop ul.row [class*=" col-"] a:hover {
  opacity: 0.8;
}

/* 1200px wide style */
.container-wide {
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width:817px) {
  .container-wide {
    padding-left: 15px;
    padding-right: 15px;
  }
}
