.section {
  padding-top: 70px;
}

.section-desktop {
  padding-top: 100px;
}

.text-red {
  color: #d13239;
}

.text-dark_red {
  color: #c81336;
}

.text-yellow {
  color: #fffc00;
}

.lighter-yellow {
  background: #fffc00;
  color: #000000;
  margin-bottom: 20px;
  margin-top: 20px;
}

.text-white {
  color: #ffffff;
}

.text-black {
  color: #000000;
}

.text-dark-gray {
  color: #292929;
}

.bg-red {
  background-color: #d13239;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #ffffff;
}

.bg-dark-gray {
  background-color: #292929;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #ffffff;
}

.bg-black {
  background-color: #000000;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #ffffff;
}

.bg-gray.layer {
  position: absolute;
  left: 100px;
  right: 100px;
  bottom: -130px;
}

.bg-light-gray {
  background-color: #e1e1e1;
  padding-top: 50px;
  padding-bottom: 50px;
}

.text-left-justify {
  text-align: left;
  padding-bottom: 20px;
}

.text-right-justify {
  text-align: right;
  padding-bottom: 20px;
}

.pt50 {
  padding-top: 50px;
}

img {
  width: 100%;
}

.text-source {
  font-size: 10px;
  font-weight: bold;
}

@media (max-width: 575.98px) {
  .text-source {
    font-size: 13px;
  }
}
/*	.col-60 {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 60%;
	    flex: 0 0 60%;
	    max-width: 60%;
	}
	.col-40 {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 40%;
	    flex: 0 0 40%;
	    max-width: 40%;
	}*/
@media (min-width: 768px) {
  .col-md-40 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .col-md-60 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
}
#basic-protein-series {
  font-family: "NexaBook", sans-serif;
  font-weight: 700;
  height: 100%;
  color: #2d2d2d;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-size: 24px;
  text-align: center;
}
#basic-protein-series .description {
  padding-top: 30px;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 575.98px) {
  #basic-protein-series iframe {
    width: 100%;
  }
}
#basic-protein-series .landing-product .product-list {
  padding-top: 40px;
}
#basic-protein-series .landing-product .product-list img {
  width: 100%;
  padding: 20px;
}
#basic-protein-series .landing-product .product-list .item-product {
  padding: 20px 10px;
  transition: 0.5s ease;
  backface-visibility: hidden;
  font-size: 12px;
  font-weight: 400;
}
#basic-protein-series .landing-product .product-list .item-product .item-product-name {
  font-weight: bold;
  padding: 10px 0;
}
#basic-protein-series .landing-product .product-list .item-product .text {
  background-color: #d13239;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}
#basic-protein-series .landing-product .product-list .item-product .middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
#basic-protein-series .landing-product .product-list .item-product:hover {
  background: rgba(0, 0, 0, 0.06);
}
#basic-protein-series .landing-product .product-list .item-product:hover img {
  opacity: 0.3;
}
#basic-protein-series .landing-product .product-list .item-product:hover .middle {
  opacity: 1;
}

/*# sourceMappingURL=mylanding.css.map */
